1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "conflictsdlg.hrc"
22 ModalDialog RID_SCDLG_CONFLICTS
25 HelpId = HID_SCDLG_CONFLICTS ;
27 Size = MAP_APPFONT ( 338 , 192 ) ;
28 Text [ en-US ] = "Resolve Conflicts" ;
32 FixedText FT_CONFLICTS
34 Pos = MAP_APPFONT ( 6 , 6 ) ;
35 Size = MAP_APPFONT ( 326 , 26 ) ;
37 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." ;
41 Pos = MAP_APPFONT ( 6 , 34 ) ;
42 Size = MAP_APPFONT ( 326 , 104 ) ;
45 PushButton BTN_KEEPMINE
47 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPMINE";
48 Pos = MAP_APPFONT ( 72 , 145 ) ;
49 Size = MAP_APPFONT ( 76 , 14 ) ;
50 Text [ en-US ] = "Keep ~Mine" ;
52 PushButton BTN_KEEPOTHER
54 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPOTHER";
55 Pos = MAP_APPFONT ( 190 , 145 ) ;
56 Size = MAP_APPFONT ( 76 , 14 ) ;
57 Text [ en-US ] = "Keep ~Other" ;
59 FixedLine FL_CONFLICTS
61 Pos = MAP_APPFONT ( 1 , 162 ) ;
62 Size = MAP_APPFONT ( 338 , 8 ) ;
64 PushButton BTN_KEEPALLMINE
66 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLMINE";
67 Pos = MAP_APPFONT ( 6 , 172 ) ;
68 Size = MAP_APPFONT ( 104 , 14 ) ;
69 Text [ en-US ] = "~Keep All Mine" ;
71 PushButton BTN_KEEPALLOTHERS
73 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLOTHERS";
74 Pos = MAP_APPFONT ( 116 , 172 ) ;
75 Size = MAP_APPFONT ( 104 , 14 ) ;
76 Text [ en-US ] = "Keep ~All Others" ;
78 CancelButton BTN_CANCEL
80 Pos = MAP_APPFONT ( 226 , 172 ) ;
81 Size = MAP_APPFONT ( 50 , 14 ) ;
85 Pos = MAP_APPFONT ( 282 , 172 ) ;
86 Size = MAP_APPFONT ( 50 , 14 ) ;
88 String STR_TITLE_CONFLICT
90 Text [ en-US ] = "Conflict" ;
92 String STR_TITLE_AUTHOR
94 Text [ en-US ] = "Author" ;
98 Text [ en-US ] = "Date" ;
100 String STR_UNKNOWN_USER
102 Text [ en-US ] = "Unknown User" ;
106 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */