1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: conflictsdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "conflictsdlg.hrc"
33 ModalDialog RID_SCDLG_CONFLICTS
36 HelpId = HID_SCDLG_CONFLICTS ;
38 Size = MAP_APPFONT ( 338 , 192 ) ;
39 Text [ en-US ] = "Resolve Conflicts" ;
43 FixedText FT_CONFLICTS
45 Pos = MAP_APPFONT ( 6 , 6 ) ;
46 Size = MAP_APPFONT ( 326 , 26 ) ;
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." ;
52 Pos = MAP_APPFONT ( 6 , 34 ) ;
53 Size = MAP_APPFONT ( 326 , 104 ) ;
56 PushButton BTN_KEEPMINE
58 Pos = MAP_APPFONT ( 72 , 145 ) ;
59 Size = MAP_APPFONT ( 76 , 14 ) ;
60 Text [ en-US ] = "Keep ~Mine" ;
62 PushButton BTN_KEEPOTHER
64 Pos = MAP_APPFONT ( 190 , 145 ) ;
65 Size = MAP_APPFONT ( 76 , 14 ) ;
66 Text [ en-US ] = "Keep ~Other" ;
68 FixedLine FL_CONFLICTS
70 Pos = MAP_APPFONT ( 1 , 162 ) ;
71 Size = MAP_APPFONT ( 338 , 8 ) ;
73 PushButton BTN_KEEPALLMINE
75 Pos = MAP_APPFONT ( 6 , 172 ) ;
76 Size = MAP_APPFONT ( 104 , 14 ) ;
77 Text [ en-US ] = "~Keep All Mine" ;
79 PushButton BTN_KEEPALLOTHERS
81 Pos = MAP_APPFONT ( 116 , 172 ) ;
82 Size = MAP_APPFONT ( 104 , 14 ) ;
83 Text [ en-US ] = "Keep ~All Others" ;
85 CancelButton BTN_CANCEL
87 Pos = MAP_APPFONT ( 226 , 172 ) ;
88 Size = MAP_APPFONT ( 50 , 14 ) ;
92 Pos = MAP_APPFONT ( 282 , 172 ) ;
93 Size = MAP_APPFONT ( 50 , 14 ) ;
95 String STR_TITLE_CONFLICT
97 Text [ en-US ] = "Conflict" ;
99 String STR_TITLE_AUTHOR
101 Text [ en-US ] = "Author" ;
103 String STR_TITLE_DATE
105 Text [ en-US ] = "Date" ;
107 String STR_UNKNOWN_USER
109 Text [ en-US ] = "Unknown User" ;