Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / miscdlgs / conflictsdlg.src
blobf4fc65b70f33e76fa790892481771dca2bf37b54
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "conflictsdlg.hrc"
22 ModalDialog RID_SCDLG_CONFLICTS
24     OutputSize = TRUE ;
25     HelpId = HID_SCDLG_CONFLICTS ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 338 , 192 ) ;
28     Text [ en-US ] = "Resolve Conflicts" ;
29     Moveable = TRUE ;
30     Sizeable = TRUE ;
31     Closeable = TRUE ;
32     FixedText FT_CONFLICTS
33     {
34         Pos = MAP_APPFONT ( 6 , 6 ) ;
35         Size = MAP_APPFONT ( 326 , 26 ) ;
36         WordBreak = TRUE ;
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." ;
38     };
39     Control LB_CONFLICTS
40     {
41         Pos = MAP_APPFONT ( 6 , 34 ) ;
42         Size = MAP_APPFONT ( 326 , 104 ) ;
43         Border = TRUE ;
44     };
45     PushButton BTN_KEEPMINE
46     {
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" ;
51     };
52     PushButton BTN_KEEPOTHER
53     {
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" ;
58     };
59     FixedLine FL_CONFLICTS
60     {
61         Pos = MAP_APPFONT ( 1 , 162 ) ;
62         Size = MAP_APPFONT ( 338 , 8 ) ;
63     };
64     PushButton BTN_KEEPALLMINE
65     {
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" ;
70     };
71     PushButton BTN_KEEPALLOTHERS
72     {
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" ;
77     };
78     CancelButton BTN_CANCEL
79     {
80         Pos = MAP_APPFONT ( 226 , 172 ) ;
81         Size = MAP_APPFONT ( 50 , 14 ) ;
82     };
83     HelpButton BTN_HELP
84     {
85         Pos = MAP_APPFONT ( 282 , 172 ) ;
86         Size = MAP_APPFONT ( 50 , 14 ) ;
87     };
88     String STR_TITLE_CONFLICT
89     {
90         Text [ en-US ] = "Conflict" ;
91     };
92     String STR_TITLE_AUTHOR
93     {
94         Text [ en-US ] = "Author" ;
95     };
96     String STR_TITLE_DATE
97     {
98         Text [ en-US ] = "Date" ;
99     };
100     String STR_UNKNOWN_USER
101     {
102         Text [ en-US ] = "Unknown User" ;
103     };
106 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */