Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / source / ui / miscdlgs / conflictsdlg.src
blob742eb433fd81f54d1656ba936a9aeb56dbd43873
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "conflictsdlg.hrc"
21 ModalDialog RID_SCDLG_CONFLICTS
23     OutputSize = TRUE ;
24     HelpId = HID_SCDLG_CONFLICTS ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 338 , 192 ) ;
27     Text [ en-US ] = "Resolve Conflicts" ;
28     Moveable = TRUE ;
29     Sizeable = TRUE ;
30     Closeable = TRUE ;
31     FixedText FT_CONFLICTS
32     {
33         Pos = MAP_APPFONT ( 6 , 6 ) ;
34         Size = MAP_APPFONT ( 326 , 26 ) ;
35         WordBreak = TRUE ;
36         Text [ en-US ] = "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes." ;
37     };
38     Control LB_CONFLICTS
39     {
40         Pos = MAP_APPFONT ( 6 , 34 ) ;
41         Size = MAP_APPFONT ( 326 , 104 ) ;
42         Border = TRUE ;
43     };
44     PushButton BTN_KEEPMINE
45     {
46         HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPMINE";
47         Pos = MAP_APPFONT ( 72 , 145 ) ;
48         Size = MAP_APPFONT ( 76 , 14 ) ;
49         Text [ en-US ] = "Keep ~Mine" ;
50     };
51     PushButton BTN_KEEPOTHER
52     {
53         HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPOTHER";
54         Pos = MAP_APPFONT ( 190 , 145 ) ;
55         Size = MAP_APPFONT ( 76 , 14 ) ;
56         Text [ en-US ] = "Keep ~Other" ;
57     };
58     FixedLine FL_CONFLICTS
59     {
60         Pos = MAP_APPFONT ( 1 , 162 ) ;
61         Size = MAP_APPFONT ( 338 , 8 ) ;
62     };
63     PushButton BTN_KEEPALLMINE
64     {
65         HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLMINE";
66         Pos = MAP_APPFONT ( 6 , 172 ) ;
67         Size = MAP_APPFONT ( 104 , 14 ) ;
68         Text [ en-US ] = "~Keep All Mine" ;
69     };
70     PushButton BTN_KEEPALLOTHERS
71     {
72         HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLOTHERS";
73         Pos = MAP_APPFONT ( 116 , 172 ) ;
74         Size = MAP_APPFONT ( 104 , 14 ) ;
75         Text [ en-US ] = "Keep ~All Others" ;
76     };
77     CancelButton BTN_CANCEL
78     {
79         Pos = MAP_APPFONT ( 226 , 172 ) ;
80         Size = MAP_APPFONT ( 50 , 14 ) ;
81     };
82     HelpButton BTN_HELP
83     {
84         Pos = MAP_APPFONT ( 282 , 172 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86     };
87     String STR_TITLE_CONFLICT
88     {
89         Text [ en-US ] = "Conflict" ;
90     };
91     String STR_TITLE_AUTHOR
92     {
93         Text [ en-US ] = "Author" ;
94     };
95     String STR_TITLE_DATE
96     {
97         Text [ en-US ] = "Date" ;
98     };
99     String STR_UNKNOWN_USER
100     {
101         Text [ en-US ] = "Unknown User" ;
102     };