Bump version to 4.1-6
[LibreOffice.git] / sfx2 / source / dialog / dinfdlg.src
blob9b6c6bf552cbe15a553e848884a93de69816b12d
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 "sfx2/sfx.hrc"
21 #include "sfx2/tabpage.hrc"
22 #include "helpid.hrc"
23 #include "sfxlocal.hrc"
24 #include "dinfdlg.hrc"
25 #include "dialog.hrc"
27 String STR_SFX_NEWOFFICEDOC
29     Text [ en-US ] = "%PRODUCTNAME document" ;
32 ComboBox SFX_CB_PROPERTY_NAME
34     Pos = MAP_APPFONT ( 0 , 2 ) ;
35     Size = MAP_APPFONT ( 60 , 72 ) ;
36     TabStop = TRUE ;
37     DropDown = TRUE ;
38     AutoSize = TRUE ;
39     AutoHScroll = TRUE ;
40     DDExtraWidth = TRUE ;
41     QuickHelpText [ en-US ] = "Property Name" ;
42     StringList [ en-US ] =
43     {
44         "Checked by";
45         "Client";
46         "Date completed";
47         "Department";
48         "Destinations";
49         "Disposition";
50         "Division";
51         "Document number";
52         "Editor";
53         "E-Mail";
54         "Forward to";
55         "Group";
56         "Info";
57         "Language";
58         "Mailstop";
59         "Matter";
60         "Office";
61         "Owner";
62         "Project";
63         "Publisher";
64         "Purpose";
65         "Received from";
66         "Recorded by";
67         "Recorded date";
68         "Reference";
69         "Source";
70         "Status";
71         "Telephone number";
72         "Typist";
73         "URL";
74     };
76 ListBox SFX_LB_PROPERTY_TYPE
78     Pos = MAP_APPFONT ( 63 , 2 ) ;
79     Size = MAP_APPFONT ( 60 , 80 ) ;
80     DropDown = TRUE;
81     Border = TRUE;
82     CurPos = 0;
83     StringList [ en-US ] =
84     {
85         < "Text"        ; CUSTOM_TYPE_TEXT ; > ;
86         < "DateTime"    ; CUSTOM_TYPE_DATETIME ; > ;
87         < "Date"        ; CUSTOM_TYPE_DATE ; > ;
88         < "Duration"    ; CUSTOM_TYPE_DURATION ; > ;
89         < "Number"      ; CUSTOM_TYPE_NUMBER ; > ;
90         < "Yes or no"   ; CUSTOM_TYPE_BOOLEAN ; > ;
91     };
93 Edit SFX_ED_PROPERTY_VALUE
95     Border = TRUE ;
96     Pos = MAP_APPFONT ( 127 , 2 ) ;
97     Size = MAP_APPFONT ( 61 , RSC_CD_TEXTBOX_HEIGHT ) ;
98     TabStop = TRUE ;
99     Left = TRUE ;
101 DateField SFX_FLD_DATE
103     Border = TRUE ;
104     Pos = MAP_APPFONT ( 127 , 2 ) ;
105     Size = MAP_APPFONT ( 29 , RSC_CD_TEXTBOX_HEIGHT ) ;
106     TabStop = TRUE ;
107     Left = TRUE ;
108     Spin = TRUE;
110 TimeField SFX_FLD_TIME
112     Border = TRUE ;
113     Pos = MAP_APPFONT ( 159 , 2 ) ;
114     Size = MAP_APPFONT ( 29 , RSC_CD_TEXTBOX_HEIGHT ) ;
115     TabStop = TRUE ;
116     Left = TRUE ;
117     Spin = TRUE;
120 Edit SFX_FLD_DURATION
122     Readonly = TRUE;
123     Border = TRUE ;
124     Pos = MAP_APPFONT ( 159 , 2 ) ;
125     Size = MAP_APPFONT ( 61 - RSC_CD_TEXTBOX_HEIGHT - 2, RSC_CD_TEXTBOX_HEIGHT ) ;
126     TabStop = TRUE ;
128 PushButton SFX_PB_EDIT
130     Pos = MAP_APPFONT ( 159 , 2 ) ;
131     Size = MAP_APPFONT ( RSC_CD_TEXTBOX_HEIGHT , RSC_CD_TEXTBOX_HEIGHT ) ;
132     Text = "...";
134 String SFX_ST_DURATION_FORMAT
136     Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6";
139 Control SFX_WIN_PROPERTY_YESNO
141     HelpId = HID_CTRL_CUSTOMPROPS_YES_NO;
142     OutputSize = TRUE ;
143     Pos = MAP_APPFONT ( 127 , 2 ) ;
144     Size = MAP_APPFONT ( 61 , RSC_CD_TEXTBOX_HEIGHT ) ;
145     Border = TRUE ;
146     DialogControl = TRUE ;
147     RadioButton RB_PROPERTY_YES
148     {
149         TabStop = TRUE ;
150         Pos = MAP_APPFONT( 1 , 1 ) ;
151         Size = MAP_APPFONT( 28 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
152         Text [ en-US ] = "Yes" ;
153     };
154     RadioButton RB_PROPERTY_NO
155     {
156         TabStop = TRUE ;
157         Pos = MAP_APPFONT( 32 , 1 ) ;
158         Size = MAP_APPFONT( 29 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
159         Text [ en-US ] = "No" ;
160     };
163 ImageButton SFX_PB_PROPERTY_REMOVE
165     Pos = MAP_APPFONT( 190 , 1 );
166     Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_HEIGHT, RSC_CD_PUSHBUTTON_HEIGHT );
167     QuickHelpText [ en-US ] = "Remove Property" ;
169 Image SFX_IMG_PROPERTY_REMOVE
171     ImageBitmap = Bitmap { File = "deleterow.bmp" ; };
172     MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
175 QueryBox SFX_QB_WRONG_TYPE
177     Buttons = WB_OK_CANCEL ;
178     DefButton = WB_DEF_OK ;
179     Message [ en-US ] = "The value entered does not match the specified type.\nThe value will be stored as text." ;
182 ModalDialog RID_EDIT_DURATIONS
184     HelpId = HID_DLG_CUSTOMPROPS_DURATION;
185     OutputSize = TRUE ;
186     Size = MAP_APPFONT ( 176 , 140 ) ;
187     Text [ en-US ] = "Edit Duration" ;
188     Moveable = TRUE ;
189     OKButton PB_OK
190     {
191         Pos = MAP_APPFONT ( 120 , 7 ) ;
192         Size = MAP_APPFONT ( 50 , 14 ) ;
193         DefButton = TRUE;
194     };
195     CancelButton PB_CANCEL
196     {
197         Pos = MAP_APPFONT ( 120 , 24 ) ;
198         Size = MAP_APPFONT ( 50 , 14 ) ;
199     };
200     HelpButton PB_HELP
201     {
202         Pos = MAP_APPFONT ( 120 , 48 ) ;
203         Size = MAP_APPFONT ( 50 , 14 ) ;
204     };
205     FixedLine FL_DURATION
206     {
207         Pos = MAP_APPFONT ( 6 , 8 ) ;
208         Size = MAP_APPFONT ( 108 , 8 ) ;
209         Text [ en-US ] = "Duration" ;
210     };
211     CheckBox CB_NEGATIVE
212     {
213         HelpID = "sfx2:CheckBox:RID_EDIT_DURATIONS:CB_NEGATIVE";
214         Pos = MAP_APPFONT ( 6 , 21 ) ;
215         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
216         Text [ en-US ] = "~Negative" ;
217     };
218     FixedText FT_YEAR
219     {
220         Pos = MAP_APPFONT ( 6 , 38 ) ;
221         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
222         Left = TRUE ;
223         Text [ en-US ] = "~Years" ;
224     };
225     NumericField ED_YEAR
226     {
227         HelpID = "sfx2:NumericField:RID_EDIT_DURATIONS:ED_YEAR";
228         Border = TRUE ;
229         Pos = MAP_APPFONT ( 70 , 36 ) ;
230         Size = MAP_APPFONT ( 40, RSC_CD_TEXTBOX_HEIGHT ) ;
231         Repeat = TRUE ;
232         Spin = TRUE ;
233         Minimum = 0 ;
234         First = 1 ;
235         Last = 100 ;
236         SpinSize = 1 ;
237         Value = 0 ;
238     };
239     FixedText FT_MONTH
240     {
241         Pos = MAP_APPFONT ( 6 , 52 ) ;
242         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
243         Left = TRUE ;
244         Text [ en-US ] = "~Months" ;
245     };
246     NumericField ED_MONTH
247     {
248         HelpID = "sfx2:NumericField:RID_EDIT_DURATIONS:ED_MONTH";
249         Border = TRUE ;
250         Pos = MAP_APPFONT ( 70 , 50 ) ;
251         Size = MAP_APPFONT ( 40, RSC_CD_TEXTBOX_HEIGHT ) ;
252         Repeat = TRUE ;
253         Spin = TRUE ;
254         Minimum = 0 ;
255         First = 1 ;
256         Last = 100 ;
257         SpinSize = 1 ;
258         Value = 0 ;
259     };
260     FixedText FT_DAY
261     {
262         Pos = MAP_APPFONT ( 6 , 66 ) ;
263         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
264         Left = TRUE ;
265         Text [ en-US ] = "~Days" ;
266     };
267     NumericField ED_DAY
268     {
269         HelpID = "sfx2:NumericField:RID_EDIT_DURATIONS:ED_DAY";
270         Border = TRUE ;
271         Pos = MAP_APPFONT ( 70 , 64 ) ;
272         Size = MAP_APPFONT ( 40, RSC_CD_TEXTBOX_HEIGHT ) ;
273         Repeat = TRUE ;
274         Spin = TRUE ;
275         Minimum = 0 ;
276         First = 1 ;
277         Last = 100 ;
278         SpinSize = 1 ;
279         Value = 0 ;
280     };
281     FixedText FT_HOUR
282     {
283         Pos = MAP_APPFONT ( 6 , 80 ) ;
284         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
285         Left = TRUE ;
286         Text [ en-US ] = "H~ours" ;
287     };
288     NumericField ED_HOUR
289     {
290         HelpID = "sfx2:NumericField:RID_EDIT_DURATIONS:ED_HOUR";
291         Border = TRUE ;
292         Pos = MAP_APPFONT ( 70 , 78 ) ;
293         Size = MAP_APPFONT ( 40, RSC_CD_TEXTBOX_HEIGHT ) ;
294         Repeat = TRUE ;
295         Spin = TRUE ;
296         Minimum = 0 ;
297         First = 1 ;
298         Last = 100 ;
299         SpinSize = 1 ;
300         Value = 0 ;
301     };
302     FixedText FT_MINUTE
303     {
304         Pos = MAP_APPFONT ( 6 , 94 ) ;
305         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
306         Left = TRUE ;
307         Text [ en-US ] = "Min~utes" ;
308     };
309     NumericField ED_MINUTE
310     {
311         HelpID = "sfx2:NumericField:RID_EDIT_DURATIONS:ED_MINUTE";
312         Border = TRUE ;
313         Pos = MAP_APPFONT ( 70, 92) ;
314         Size = MAP_APPFONT ( 40, RSC_CD_TEXTBOX_HEIGHT ) ;
315         Repeat = TRUE ;
316         Spin = TRUE ;
317         Minimum = 0 ;
318         First = 1 ;
319         Last = 100 ;
320         SpinSize = 1 ;
321         Value = 0 ;
322     };
323     FixedText FT_SECOND
324     {
325         Pos = MAP_APPFONT ( 6, 108 ) ;
326         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
327         Left = TRUE ;
328         Text [ en-US ] = "~Seconds" ;
329     };
330     NumericField ED_SECOND
331     {
332         HelpID = "sfx2:NumericField:RID_EDIT_DURATIONS:ED_SECOND";
333         Border = TRUE ;
334         Pos = MAP_APPFONT ( 70 , 106 ) ;
335         Size = MAP_APPFONT ( 40, RSC_CD_TEXTBOX_HEIGHT ) ;
336         Repeat = TRUE ;
337         Spin = TRUE ;
338         Minimum = 0 ;
339         First = 1 ;
340         Last = 100 ;
341         SpinSize = 1 ;
342         Value = 0 ;
343     };
344     FixedText FT_MSECOND
345     {
346         Pos = MAP_APPFONT ( 6 , 122 ) ;
347         Size = MAP_APPFONT ( 60 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
348         Left = TRUE ;
349         Text [ en-US ] = "Millise~conds" ;
350     };
351     NumericField ED_MSECOND
352     {
353         HelpID = "sfx2:NumericField:RID_EDIT_DURATIONS:ED_MSECOND";
354         Border = TRUE ;
355         Pos = MAP_APPFONT ( 70 , 120 ) ;
356         Size = MAP_APPFONT ( 40, RSC_CD_TEXTBOX_HEIGHT ) ;
357         Repeat = TRUE ;
358         Spin = TRUE ;
359         Minimum = 0 ;
360         First = 1 ;
361         Last = 1000 ;
362         SpinSize = 1 ;
363         Value = 0 ;
364     };
370 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */