update dev300-m58
[ooovba.git] / sc / source / ui / miscdlgs / conflictsdlg.src
blob6055e4a641e707720cc164e7dad3cbfe21ea1a96
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: conflictsdlg.src,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "conflictsdlg.hrc"
33 ModalDialog RID_SCDLG_CONFLICTS
35     OutputSize = TRUE ;
36     HelpId = HID_SCDLG_CONFLICTS ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 338 , 192 ) ;
39     Text [ en-US ] = "Resolve Conflicts" ;
40     Moveable = TRUE ;
41     Sizeable = TRUE ;
42     Closeable = TRUE ;
43     FixedText FT_CONFLICTS
44     {
45         Pos = MAP_APPFONT ( 6 , 6 ) ;
46         Size = MAP_APPFONT ( 326 , 26 ) ;
47         WordBreak = TRUE ;
48         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." ;
49     };
50     Control LB_CONFLICTS
51     {
52         Pos = MAP_APPFONT ( 6 , 34 ) ;
53         Size = MAP_APPFONT ( 326 , 104 ) ;
54         Border = TRUE ;
55     };    
56     PushButton BTN_KEEPMINE
57     {
58         Pos = MAP_APPFONT ( 72 , 145 ) ;
59         Size = MAP_APPFONT ( 76 , 14 ) ;
60         Text [ en-US ] = "Keep ~Mine" ;
61     };
62     PushButton BTN_KEEPOTHER
63     {
64         Pos = MAP_APPFONT ( 190 , 145 ) ;
65         Size = MAP_APPFONT ( 76 , 14 ) ;
66         Text [ en-US ] = "Keep ~Other" ;
67     };
68     FixedLine FL_CONFLICTS
69     {
70         Pos = MAP_APPFONT ( 1 , 162 ) ;
71         Size = MAP_APPFONT ( 338 , 8 ) ;
72     };
73     PushButton BTN_KEEPALLMINE
74     {
75         Pos = MAP_APPFONT ( 6 , 172 ) ;
76         Size = MAP_APPFONT ( 104 , 14 ) ;
77         Text [ en-US ] = "~Keep All Mine" ;
78     };
79     PushButton BTN_KEEPALLOTHERS
80     {
81         Pos = MAP_APPFONT ( 116 , 172 ) ;
82         Size = MAP_APPFONT ( 104 , 14 ) ;
83         Text [ en-US ] = "Keep ~All Others" ;
84     };
85     CancelButton BTN_CANCEL
86     {
87         Pos = MAP_APPFONT ( 226 , 172 ) ;
88         Size = MAP_APPFONT ( 50 , 14 ) ;
89     };
90     HelpButton BTN_HELP
91     {
92         Pos = MAP_APPFONT ( 282 , 172 ) ;
93         Size = MAP_APPFONT ( 50 , 14 ) ;    
94     };
95     String STR_TITLE_CONFLICT
96     {
97         Text [ en-US ] = "Conflict" ;
98     };
99     String STR_TITLE_AUTHOR
100     {
101         Text [ en-US ] = "Author" ;
102     };
103     String STR_TITLE_DATE
104     {
105         Text [ en-US ] = "Date" ;
106     };
107     String STR_UNKNOWN_USER
108     {
109         Text [ en-US ] = "Unknown User" ;
110     };