Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optgenrl.src
blob4393373f6432abea4950460949d32ce2bac3fba9
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include <sfx2/sfx.hrc>
21 #include "helpid.hrc"
22 #include <cuires.hrc>
23 #include "optgenrl.hrc"
25 // RID_SFXPAGE_GENERAL ------------------------------------------------------
27 TabPage RID_SFXPAGE_GENERAL
29     HelpId = HID_OPTIONS_GENERAL ;
30     OutputSize = TRUE ;
31     SVLook = TRUE ;
32     Hide = TRUE ;
33     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
34     Text [ en-US ] = "User Data" ;
35     FixedText FT_COMPANY
36     {
37         LeftLabel = TRUE ;
38         Text [ en-US ] = "~Company" ;
39     };
40     Edit ED_COMPANY
41     {
42         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COMPANY";
43         Border = TRUE ;
44     };
45     FixedText FT_NAME
46     {
47         LeftLabel = TRUE ;
48         Text [ en-US ] = "First/Last ~name/Initials" ;
49     };
50     FixedText FT_NAME_RUSS
51     {
52         LeftLabel = TRUE ;
53         Text [ en-US ] = "Last Name/First name/Father's name/Initials";
54     };
55     FixedText FT_NAME_EASTERN
56     {
57         LeftLabel = TRUE ;
58         Text [ en-US ] = "Last/First ~name/Initials" ;
59     };
60     Edit ED_FATHERNAME
61     {
62         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FATHERNAME";
63         Border = TRUE ;
64     };
65     Edit ED_FIRSTNAME
66     {
67         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FIRSTNAME";
68         Border = TRUE ;
69     };
70     Edit ED_NAME
71     {
72         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_NAME";
73         Border = TRUE ;
74     };
75     Edit ED_SHORTNAME
76     {
77         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_SHORTNAME";
78         Border = TRUE ;
79     };
80     FixedText FT_STREET
81     {
82         LeftLabel = TRUE ;
83         Text [ en-US ] = "~Street" ;
84     };
85     FixedText FT_STREET_RUSS
86     {
87         LeftLabel = TRUE ;
88         Text [ en-US ] = "Street/Apartment number";
89     };
90     Edit ED_STREET
91     {
92         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_STREET";
93         Border = TRUE ;
94     };
95     Edit ED_APARTMENTNR
96     {
97         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_APARTMENTNR";
98         Border = TRUE ;
99     };
100     FixedText FT_CITY
101     {
102         LeftLabel = TRUE ;
103         Text [ en-US ] = "Zip/City";
104     };
105     Edit ED_PLZ
106     {
107         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_PLZ";
108         Border = TRUE ;
109     };
110     Edit ED_CITY
111     {
112         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_CITY";
113         Border = TRUE ;
114     };
115     FixedText FT_CITY_US
116     {
117         LeftLabel = TRUE ;
118         Text [ en-US ] = "City/State/Zip";
119     };
120     Edit ED_US_CITY
121     {
122         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_CITY";
123         Border = TRUE ;
124     };
125     Edit ED_US_STATE
126     {
127         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_STATE";
128         Border = TRUE ;
129     };
130     Edit ED_US_ZIPCODE
131     {
132         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_ZIPCODE";
133         Border = TRUE ;
134     };
135     FixedText FT_COUNTRY
136     {
137         LeftLabel = TRUE ;
138         Text [ en-US ] = "Country/Region";
139     };
140     Edit ED_COUNTRY
141     {
142         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COUNTRY";
143         Border = TRUE ;
144     };
145     FixedText FT_TITLEPOS
146     {
147         LeftLabel = TRUE ;
148         Text [ en-US ] = "~Title/Position" ;
149     };
150     Edit ED_TITLE
151     {
152         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TITLE";
153         Border = TRUE ;
154     };
155     Edit ED_POSITION
156     {
157         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_POSITION";
158         Border = TRUE ;
159     };
160     FixedText FT_PHONE
161     {
162         Text [ en-US ] = "Tel. (Home/Work)" ;
163         LeftLabel = TRUE ;
164     };
165     Edit ED_TELPRIVAT
166     {
167         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELPRIVAT";
168         Border = TRUE ;
169     };
170     Edit ED_TELCOMPANY
171     {
172         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELCOMPANY";
173         Border = TRUE ;
174     };
175     FixedText FT_FAXMAIL
176     {
177         LeftLabel = TRUE ;
178         Text [ en-US ] = "Fa~x / E-mail" ;
179     };
180     Edit ED_FAX
181     {
182         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FAX";
183         Border = TRUE ;
184     };
185     Edit ED_EMAIL
186     {
187         HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_EMAIL";
188         Border = TRUE ;
189     };
190     FixedLine GB_ADDRESS
191     {
192         Pos = MAP_APPFONT ( 6 , 3 ) ;
193         Size = MAP_APPFONT ( 248 , 8 ) ;
194         Text [ en-US ] = "Address " ;
195     };
196     CheckBox CB_USEDATA
197     {
198         HelpID = "cui:CheckBox:RID_SFXPAGE_GENERAL:CB_USEDATA";
199         Pos = MAP_APPFONT ( 6 , 122 ) ;
200         Size = MAP_APPFONT ( 236 , 10 ) ;
201         Hide = TRUE;
202         Text [ en-US ] = "Use data for document properties";
203     };
206  // ********************************************************************** EOF