2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
19 #include "conflictsdlg.hrc"
21 ModalDialog RID_SCDLG_CONFLICTS
24 HelpId = HID_SCDLG_CONFLICTS ;
26 Size = MAP_APPFONT ( 338 , 192 ) ;
27 Text [ en-US ] = "Resolve Conflicts" ;
31 FixedText FT_CONFLICTS
33 Pos = MAP_APPFONT ( 6 , 6 ) ;
34 Size = MAP_APPFONT ( 326 , 26 ) ;
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." ;
40 Pos = MAP_APPFONT ( 6 , 34 ) ;
41 Size = MAP_APPFONT ( 326 , 104 ) ;
44 PushButton BTN_KEEPMINE
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" ;
51 PushButton BTN_KEEPOTHER
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" ;
58 FixedLine FL_CONFLICTS
60 Pos = MAP_APPFONT ( 1 , 162 ) ;
61 Size = MAP_APPFONT ( 338 , 8 ) ;
63 PushButton BTN_KEEPALLMINE
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" ;
70 PushButton BTN_KEEPALLOTHERS
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" ;
77 CancelButton BTN_CANCEL
79 Pos = MAP_APPFONT ( 226 , 172 ) ;
80 Size = MAP_APPFONT ( 50 , 14 ) ;
84 Pos = MAP_APPFONT ( 282 , 172 ) ;
85 Size = MAP_APPFONT ( 50 , 14 ) ;
87 String STR_TITLE_CONFLICT
89 Text [ en-US ] = "Conflict" ;
91 String STR_TITLE_AUTHOR
93 Text [ en-US ] = "Author" ;
97 Text [ en-US ] = "Date" ;
99 String STR_UNKNOWN_USER
101 Text [ en-US ] = "Unknown User" ;