1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #include "versdlg.hrc"
29 ModalDialog DLG_VERSIONS
31 HelpID = "sfx2:ModalDialog:DLG_VERSIONS";
33 Size = MAP_APPFONT ( 340 , 184 ) ;
36 FixedLine GB_NEWVERSIONS
38 Pos = MAP_APPFONT ( 6 , 3 ) ;
39 Size = MAP_APPFONT ( 272 , 8 ) ;
40 Text [ en-US ] = "New versions" ;
44 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_SAVE";
45 Pos = MAP_APPFONT ( 12 , 14 ) ;
46 Size = MAP_APPFONT ( 90 , 14 ) ;
48 Text [ en-US ] = "Save ~New Version" ;
50 CheckBox CB_SAVEONCLOSE
52 HelpID = "sfx2:CheckBox:DLG_VERSIONS:CB_SAVEONCLOSE";
53 Pos = MAP_APPFONT ( 108 , 16 ) ;
54 Size = MAP_APPFONT ( 164 , 10 ) ;
56 Text [ en-US ] = "~Always save a version on closing" ;
58 FixedLine GB_OLDVERSIONS
60 Pos = MAP_APPFONT ( 6 , 34 ) ;
61 Size = MAP_APPFONT ( 272 , 8 ) ;
62 Text [ en-US ] = "Existing versions" ;
66 Pos = MAP_APPFONT ( 15 , 45 ) ;
67 Size = MAP_APPFONT ( 60 , 10 ) ;
68 Text [ en-US ] = "Date and time" ;
72 Pos = MAP_APPFONT ( 76 , 45 ) ;
73 Size = MAP_APPFONT ( 60 , 10 ) ;
74 Text [ en-US ] = "Saved by" ;
78 Pos = MAP_APPFONT ( 138 , 45 ) ;
79 Size = MAP_APPFONT ( 60 , 10 ) ;
80 Text [ en-US ] = "Comments" ;
85 Pos = MAP_APPFONT ( 12 , 58 ) ;
86 Size = MAP_APPFONT ( 260 , 114 ) ;
91 Pos = MAP_APPFONT ( 284 , 6 ) ;
92 Size = MAP_APPFONT ( 50 , 14 ) ;
94 Text [ en-US ] = "Close" ;
98 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_OPEN";
99 Pos = MAP_APPFONT ( 284 , 26 ) ;
100 Size = MAP_APPFONT ( 50 , 14 ) ;
102 Text [ en-US ] = "Open" ;
106 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_VIEW";
107 Pos = MAP_APPFONT ( 284 , 43 ) ;
108 Size = MAP_APPFONT ( 50 , 14 ) ;
111 Text [ en-US ] = "~Show..." ;
115 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_DELETE";
116 Pos = MAP_APPFONT ( 284 , 60 ) ;
117 Size = MAP_APPFONT ( 50 , 14 ) ;
119 Text [ en-US ] = "~Delete" ;
121 PushButton PB_COMPARE
123 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_COMPARE";
124 Pos = MAP_APPFONT ( 284 , 77 ) ;
125 Size = MAP_APPFONT ( 50 , 14 ) ;
127 Text [ en-US ] = "Compare" ;
131 Pos = MAP_APPFONT ( 284 , 97 ) ;
132 Size = MAP_APPFONT ( 50 , 14 ) ;
135 Text [ en-US ] = "Versions of" ;
137 ModalDialog DLG_COMMENTS
139 HelpID = "sfx2:ModalDialog:DLG_COMMENTS";
141 Size = MAP_APPFONT ( 180 , 118 ) ;
144 FixedText FT_DATETIME
146 Pos = MAP_APPFONT ( 6 , 6 ) ;
147 Size = MAP_APPFONT ( 168 , 10 ) ;
148 Text [ en-US ] = "Date and time : " ;
152 Pos = MAP_APPFONT ( 6 , 19 ) ;
153 Size = MAP_APPFONT ( 168 , 10 ) ;
154 Text [ en-US ] = "Saved by " ;
156 MultiLineEdit ME_VERSIONS
158 HelpID = "sfx2:MultiLineEdit:DLG_COMMENTS:ME_VERSIONS";
160 Pos = MAP_APPFONT ( 6 , 32 ) ;
161 Size = MAP_APPFONT ( 168 , 60 ) ;
166 Pos = MAP_APPFONT ( 15 , 98 ) ;
167 Size = MAP_APPFONT ( 50 , 14 ) ;
171 CancelButton PB_CANCEL
173 Pos = MAP_APPFONT ( 68 , 98 ) ;
174 Size = MAP_APPFONT ( 50 , 14 ) ;
179 HelpID = "sfx2:PushButton:DLG_COMMENTS:PB_CLOSE";
180 Pos = MAP_APPFONT ( 68 , 98 ) ;
181 Size = MAP_APPFONT ( 50 , 14 ) ;
183 Text [ en-US ] = "~Close" ;
187 Pos = MAP_APPFONT ( 124 , 98 ) ;
188 Size = MAP_APPFONT ( 50 , 14 ) ;
191 Text [ en-US ] = "Insert Version Comment" ;
195 Text [ en-US ] = "Version comment" ;