bump product version to 5.0.4.1
[LibreOffice.git] / sfx2 / source / dialog / dinfdlg.src
blob450ba7a3f1515d29d7b2ef13d2f1c12bec9b2c22
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 "helpid.hrc"
22 #include "sfxlocal.hrc"
23 #include "dinfdlg.hrc"
24 #include "dialog.hrc"
26 String STR_SFX_NEWOFFICEDOC
28     Text [ en-US ] = "%PRODUCTNAME document" ;
31 ComboBox SFX_CB_PROPERTY_NAME
33     Pos = MAP_APPFONT ( 0 , 2 ) ;
34     Size = MAP_APPFONT ( 60 , 72 ) ;
35     TabStop = TRUE ;
36     DropDown = TRUE ;
37     AutoSize = TRUE ;
38     AutoHScroll = TRUE ;
39     DDExtraWidth = TRUE ;
40     QuickHelpText [ en-US ] = "Property Name" ;
41     StringList [ en-US ] =
42     {
43         "Checked by";
44         "Client";
45         "Date completed";
46         "Department";
47         "Destinations";
48         "Disposition";
49         "Division";
50         "Document number";
51         "Editor";
52         "E-Mail";
53         "Forward to";
54         "Group";
55         "Info";
56         "Language";
57         "Mailstop";
58         "Matter";
59         "Office";
60         "Owner";
61         "Project";
62         "Publisher";
63         "Purpose";
64         "Received from";
65         "Recorded by";
66         "Recorded date";
67         "Reference";
68         "Source";
69         "Status";
70         "Telephone number";
71         "Typist";
72         "URL";
73     };
75 ListBox SFX_LB_PROPERTY_TYPE
77     Pos = MAP_APPFONT ( 63 , 2 ) ;
78     Size = MAP_APPFONT ( 60 , 80 ) ;
79     DropDown = TRUE;
80     Border = TRUE;
81     CurPos = 0;
82     StringList [ en-US ] =
83     {
84         < "Text"        ; CUSTOM_TYPE_TEXT ; > ;
85         < "DateTime"    ; CUSTOM_TYPE_DATETIME ; > ;
86         < "Date"        ; CUSTOM_TYPE_DATE ; > ;
87         < "Duration"    ; CUSTOM_TYPE_DURATION ; > ;
88         < "Number"      ; CUSTOM_TYPE_NUMBER ; > ;
89         < "Yes or no"   ; CUSTOM_TYPE_BOOLEAN ; > ;
90     };
93 String SFX_ST_EDIT
95     Text = "...";
98 String SFX_ST_DURATION_FORMAT
100     Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6";
103 Control SFX_WIN_PROPERTY_YESNO
105     HelpId = HID_CTRL_CUSTOMPROPS_YES_NO;
106     OutputSize = TRUE ;
107     Pos = MAP_APPFONT ( 127 , 2 ) ;
108     Size = MAP_APPFONT ( 61 , RSC_CD_TEXTBOX_HEIGHT ) ;
109     Border = TRUE ;
110     DialogControl = TRUE ;
111     RadioButton RB_PROPERTY_YES
112     {
113         TabStop = TRUE ;
114         Pos = MAP_APPFONT( 1 , 1 ) ;
115         Size = MAP_APPFONT( 28 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
116         Text [ en-US ] = "Yes" ;
117     };
118     RadioButton RB_PROPERTY_NO
119     {
120         TabStop = TRUE ;
121         Pos = MAP_APPFONT( 32 , 1 ) ;
122         Size = MAP_APPFONT( 29 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
123         Text [ en-US ] = "No" ;
124     };
127 String STR_SFX_REMOVE_PROPERTY
129     Text [ en-US ] = "Remove Property" ;
132 Image SFX_IMG_PROPERTY_REMOVE
134     ImageBitmap = Bitmap { File = "deleterow.bmp" ; };
135     MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
138 String STR_SFX_QUERY_WRONG_TYPE
140     Text [ en-US ] = "The value entered does not match the specified type.\nThe value will be stored as text." ;
143 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */