Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / dialog / versdlg.src
bloba86de72fec81cf1374c1593016f92d6e43f4fcd0
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #include "versdlg.hrc"
29 ModalDialog DLG_VERSIONS
31     HelpID = "sfx2:ModalDialog:DLG_VERSIONS";
32     OutputSize = TRUE ;
33     Size = MAP_APPFONT ( 340 , 184 ) ;
34     SvLook = TRUE ;
35     Moveable = TRUE ;
36     FixedLine GB_NEWVERSIONS
37     {
38         Pos = MAP_APPFONT ( 6 , 3 ) ;
39         Size = MAP_APPFONT ( 272 , 8 ) ;
40         Text [ en-US ] = "New versions" ;
41     };
42     PushButton PB_SAVE
43     {
44         HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_SAVE";
45         Pos = MAP_APPFONT ( 12 , 14 ) ;
46         Size = MAP_APPFONT ( 90 , 14 ) ;
47         TabStop = TRUE ;
48         Text [ en-US ] = "Save ~New Version" ;
49     };
50     CheckBox CB_SAVEONCLOSE
51     {
52         HelpID = "sfx2:CheckBox:DLG_VERSIONS:CB_SAVEONCLOSE";
53         Pos = MAP_APPFONT ( 108 , 16 ) ;
54         Size = MAP_APPFONT ( 164 , 10 ) ;
55         TabStop = TRUE ;
56         Text [ en-US ] = "~Always save a version on closing" ;
57     };
58     FixedLine GB_OLDVERSIONS
59     {
60         Pos = MAP_APPFONT ( 6 , 34 ) ;
61         Size = MAP_APPFONT ( 272 , 8 ) ;
62         Text [ en-US ] = "Existing versions" ;
63     };
64     FixedText FT_DATETIME
65     {
66         Pos = MAP_APPFONT ( 15 , 45 ) ;
67         Size = MAP_APPFONT ( 60 , 10 ) ;
68         Text [ en-US ] = "Date and time" ;
69     };
70     FixedText FT_SAVEDBY
71     {
72         Pos = MAP_APPFONT ( 76 , 45 ) ;
73         Size = MAP_APPFONT ( 60 , 10 ) ;
74         Text [ en-US ] = "Saved by" ;
75     };
76     FixedText FT_COMMENTS
77     {
78         Pos = MAP_APPFONT ( 138 , 45 ) ;
79         Size = MAP_APPFONT ( 60 , 10 ) ;
80         Text [ en-US ] = "Comments" ;
81     };
82     Control TLB_VERSIONS
83     {
84         Border = TRUE ;
85         Pos = MAP_APPFONT ( 12 , 58 ) ;
86         Size = MAP_APPFONT ( 260 , 114 ) ;
87         TabStop = TRUE ;
88     };
89     CancelButton PB_CLOSE
90     {
91         Pos = MAP_APPFONT ( 284 , 6 ) ;
92         Size = MAP_APPFONT ( 50 , 14 ) ;
93         TabStop = TRUE ;
94         Text [ en-US ] = "Close" ;
95     };
96     PushButton PB_OPEN
97     {
98         HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_OPEN";
99         Pos = MAP_APPFONT ( 284 , 26 ) ;
100         Size = MAP_APPFONT ( 50 , 14 ) ;
101         TabStop = TRUE ;
102         Text [ en-US ] = "Open" ;
103     };
104     PushButton PB_VIEW
105     {
106         HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_VIEW";
107         Pos = MAP_APPFONT ( 284 , 43 ) ;
108         Size = MAP_APPFONT ( 50 , 14 ) ;
109         TabStop = TRUE ;
110         DefButton = TRUE ;
111         Text [ en-US ] = "~Show..." ;
112     };
113     PushButton PB_DELETE
114     {
115         HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_DELETE";
116         Pos = MAP_APPFONT ( 284 , 60 ) ;
117         Size = MAP_APPFONT ( 50 , 14 ) ;
118         TabStop = TRUE ;
119         Text [ en-US ] = "~Delete" ;
120     };
121     PushButton PB_COMPARE
122     {
123         HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_COMPARE";
124         Pos = MAP_APPFONT ( 284 , 77 ) ;
125         Size = MAP_APPFONT ( 50 , 14 ) ;
126         TabStop = TRUE ;
127         Text [ en-US ] = "Compare" ;
128     };
129     HelpButton PB_HELP
130     {
131         Pos = MAP_APPFONT ( 284 , 97 ) ;
132         Size = MAP_APPFONT ( 50 , 14 ) ;
133         TabStop = TRUE ;
134     };
135     Text [ en-US ] = "Versions of" ;
137 ModalDialog DLG_COMMENTS
139     HelpID = "sfx2:ModalDialog:DLG_COMMENTS";
140     OutputSize = TRUE ;
141     Size = MAP_APPFONT ( 180 , 118 ) ;
142     SvLook = TRUE ;
143     Moveable = TRUE ;
144     FixedText FT_DATETIME
145     {
146         Pos = MAP_APPFONT ( 6 , 6 ) ;
147         Size = MAP_APPFONT ( 168 , 10 ) ;
148         Text [ en-US ] = "Date and time : " ;
149     };
150     FixedText FT_SAVEDBY
151     {
152         Pos = MAP_APPFONT ( 6 , 19 ) ;
153         Size = MAP_APPFONT ( 168 , 10 ) ;
154         Text [ en-US ] = "Saved by " ;
155     };
156     MultiLineEdit ME_VERSIONS
157     {
158         HelpID = "sfx2:MultiLineEdit:DLG_COMMENTS:ME_VERSIONS";
159         Border = TRUE ;
160         Pos = MAP_APPFONT ( 6 , 32 ) ;
161         Size = MAP_APPFONT ( 168 , 60 ) ;
162         TabStop = TRUE ;
163     };
164     OKButton PB_OK
165     {
166         Pos = MAP_APPFONT ( 15 , 98 ) ;
167         Size = MAP_APPFONT ( 50 , 14 ) ;
168         TabStop = TRUE ;
169         DefButton = TRUE ;
170     };
171     CancelButton PB_CANCEL
172     {
173         Pos = MAP_APPFONT ( 68 , 98 ) ;
174         Size = MAP_APPFONT ( 50 , 14 ) ;
175         TabStop = TRUE ;
176     };
177     PushButton PB_CLOSE
178     {
179         HelpID = "sfx2:PushButton:DLG_COMMENTS:PB_CLOSE";
180         Pos = MAP_APPFONT ( 68 , 98 ) ;
181         Size = MAP_APPFONT ( 50 , 14 ) ;
182         TabStop = TRUE ;
183         Text [ en-US ] = "~Close" ;
184     };
185     HelpButton PB_HELP
186     {
187         Pos = MAP_APPFONT ( 124 , 98 ) ;
188         Size = MAP_APPFONT ( 50 , 14 ) ;
189         TabStop = TRUE ;
190     };
191     Text [ en-US ] = "Insert Version Comment" ;
193 String DLG_COMMENTS
195     Text [ en-US ] = "Version comment" ;