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 "versdlg.hrc"
21 ModalDialog DLG_VERSIONS
23 HelpID = "sfx2:ModalDialog:DLG_VERSIONS";
25 Size = MAP_APPFONT ( 340 , 184 ) ;
28 FixedLine GB_NEWVERSIONS
30 Pos = MAP_APPFONT ( 6 , 3 ) ;
31 Size = MAP_APPFONT ( 272 , 8 ) ;
32 Text [ en-US ] = "New versions" ;
36 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_SAVE";
37 Pos = MAP_APPFONT ( 12 , 14 ) ;
38 Size = MAP_APPFONT ( 90 , 14 ) ;
40 Text [ en-US ] = "Save ~New Version" ;
42 CheckBox CB_SAVEONCLOSE
44 HelpID = "sfx2:CheckBox:DLG_VERSIONS:CB_SAVEONCLOSE";
45 Pos = MAP_APPFONT ( 108 , 16 ) ;
46 Size = MAP_APPFONT ( 164 , 10 ) ;
48 Text [ en-US ] = "~Always save a version on closing" ;
50 FixedLine GB_OLDVERSIONS
52 Pos = MAP_APPFONT ( 6 , 34 ) ;
53 Size = MAP_APPFONT ( 272 , 8 ) ;
54 Text [ en-US ] = "Existing versions" ;
58 Pos = MAP_APPFONT ( 15 , 45 ) ;
59 Size = MAP_APPFONT ( 60 , 10 ) ;
60 Text [ en-US ] = "Date and time" ;
64 Pos = MAP_APPFONT ( 76 , 45 ) ;
65 Size = MAP_APPFONT ( 60 , 10 ) ;
66 Text [ en-US ] = "Saved by" ;
70 Pos = MAP_APPFONT ( 138 , 45 ) ;
71 Size = MAP_APPFONT ( 60 , 10 ) ;
72 Text [ en-US ] = "Comments" ;
77 Pos = MAP_APPFONT ( 12 , 58 ) ;
78 Size = MAP_APPFONT ( 260 , 114 ) ;
83 Pos = MAP_APPFONT ( 284 , 6 ) ;
84 Size = MAP_APPFONT ( 50 , 14 ) ;
86 Text [ en-US ] = "Close" ;
90 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_OPEN";
91 Pos = MAP_APPFONT ( 284 , 26 ) ;
92 Size = MAP_APPFONT ( 50 , 14 ) ;
94 Text [ en-US ] = "Open" ;
98 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_VIEW";
99 Pos = MAP_APPFONT ( 284 , 43 ) ;
100 Size = MAP_APPFONT ( 50 , 14 ) ;
103 Text [ en-US ] = "~Show..." ;
107 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_DELETE";
108 Pos = MAP_APPFONT ( 284 , 60 ) ;
109 Size = MAP_APPFONT ( 50 , 14 ) ;
111 Text [ en-US ] = "~Delete" ;
113 PushButton PB_COMPARE
115 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_COMPARE";
116 Pos = MAP_APPFONT ( 284 , 77 ) ;
117 Size = MAP_APPFONT ( 50 , 14 ) ;
119 Text [ en-US ] = "Compare" ;
123 Pos = MAP_APPFONT ( 284 , 97 ) ;
124 Size = MAP_APPFONT ( 50 , 14 ) ;
127 Text [ en-US ] = "Versions of" ;
129 ModalDialog DLG_COMMENTS
131 HelpID = "sfx2:ModalDialog:DLG_COMMENTS";
133 Size = MAP_APPFONT ( 180 , 118 ) ;
136 FixedText FT_DATETIME
138 Pos = MAP_APPFONT ( 6 , 6 ) ;
139 Size = MAP_APPFONT ( 168 , 10 ) ;
140 Text [ en-US ] = "Date and time: " ;
144 Pos = MAP_APPFONT ( 6 , 19 ) ;
145 Size = MAP_APPFONT ( 168 , 10 ) ;
146 Text [ en-US ] = "Saved by " ;
148 MultiLineEdit ME_VERSIONS
150 HelpID = "sfx2:MultiLineEdit:DLG_COMMENTS:ME_VERSIONS";
152 Pos = MAP_APPFONT ( 6 , 32 ) ;
153 Size = MAP_APPFONT ( 168 , 60 ) ;
158 Pos = MAP_APPFONT ( 15 , 98 ) ;
159 Size = MAP_APPFONT ( 50 , 14 ) ;
163 CancelButton PB_CANCEL
165 Pos = MAP_APPFONT ( 68 , 98 ) ;
166 Size = MAP_APPFONT ( 50 , 14 ) ;
171 HelpID = "sfx2:PushButton:DLG_COMMENTS:PB_CLOSE";
172 Pos = MAP_APPFONT ( 68 , 98 ) ;
173 Size = MAP_APPFONT ( 50 , 14 ) ;
175 Text [ en-US ] = "~Close" ;
179 Pos = MAP_APPFONT ( 124 , 98 ) ;
180 Size = MAP_APPFONT ( 50 , 14 ) ;
183 Text [ en-US ] = "Insert Version Comment" ;
187 Text [ en-US ] = "Version comment" ;
189 String STR_VIEWVERSIONCOMMENT
191 Text [ en-US ] = "View Version Comment" ;
194 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */