update dev300-m58
[ooovba.git] / svx / source / options / optgenrl.src
blob5c21c271215d7747885af860ef2d34a4ab684831
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: optgenrl.src,v $
10  * $Revision: 1.57 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 // include ------------------------------------------------------------------
33 #include <sfx2/sfx.hrc>
35 #include "helpid.hrc"
36 #include <svx/dialogs.hrc>
37 #include "optgenrl.hrc"
39 // RID_SFXPAGE_GENERAL ------------------------------------------------------
41 TabPage RID_SFXPAGE_GENERAL
43     HelpId = HID_OPTIONS_GENERAL ;
44     OutputSize = TRUE ;
45     SVLook = TRUE ;
46     Hide = TRUE ;
47     Size = MAP_APPFONT ( 260 , 185 ) ;
48     Text [ en-US ] = "User Data" ;
49     FixedText FT_COMPANY
50     {
51         Pos = MAP_APPFONT ( LEFT , FLINE ( 0 ) ) ;
52         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
53         LeftLabel = TRUE ;
54         Text [ en-US ] = "~Company" ;
55     };
56     Edit ED_COMPANY
57     {
58         Border = TRUE ;
59         Pos = MAP_APPFONT ( MID , LINE ( 0 ) ) ;
60         Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
61     };
62     FixedText FT_NAME
63     {
64         Pos = MAP_APPFONT ( LEFT , FLINE ( 1 ) ) ;
65         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
66         LeftLabel = TRUE ;
67         Text [ en-US ] = "First/Last ~name/Initials" ;
68     };
69     FixedText FT_NAME_RUSS
70     {
71         Pos = MAP_APPFONT ( LEFT , FLINE ( 1 ) ) ;
72         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
73         LeftLabel = TRUE ;
74         Hide = TRUE;
75         Text [ en-US ] = "Last Name/First name/Father's name/Initials";
76     };
77     Edit ED_FATHERNAME
78     {
79         Border = TRUE ;
80         Hide = TRUE;
81         Pos = MAP_APPFONT ( MID , LINE ( 1 ) ) ;
82         Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
83     };
84     Edit ED_FIRSTNAME
85     {
86         Border = TRUE ;
87         Pos = MAP_APPFONT ( MID , LINE ( 1 ) ) ;
88         Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
89     };
90     Edit ED_NAME
91     {
92         Border = TRUE ;
93         Pos = MAP_APPFONT ( MID+NAMELEN-8+HSPACE , LINE ( 1 ) ) ;
94         Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
95     };
96     Edit ED_SHORTNAME
97     {
98         Border = TRUE ;
99         Pos = MAP_APPFONT ( MID+2* ( NAMELEN-8+HSPACE ) , LINE ( 1 ) ) ;
100         Size = MAP_APPFONT ( RIGHT- ( MID+2* ( NAMELEN-8+HSPACE ) ) , LINEH ) ;
101     };
102     FixedText FT_STREET
103     {
104         Pos = MAP_APPFONT ( LEFT , FLINE ( 2 ) ) ;
105         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
106         LeftLabel = TRUE ;
107         Text [ en-US ] = "~Street" ;
108     };
109     FixedText FT_STREET_RUSS
110     {
111         Pos = MAP_APPFONT ( LEFT , FLINE ( 2 ) ) ;
112         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
113         LeftLabel = TRUE ;
114         Hide = TRUE;
115         Text [ en-US ] = "Street/Apartment number";
116     };
117     Edit ED_STREET
118     {
119         Border = TRUE ;
120         Pos = MAP_APPFONT ( MID , LINE ( 2 ) ) ;
121         Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
122     };
123     Edit ED_APARTMENTNR
124     {
125         Border = TRUE ;
126         Hide = TRUE;
127         Pos = MAP_APPFONT ( MID , LINE ( 2 ) ) ;
128         Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
129     };
130     FixedText FT_CITY
131     {
132         Pos = MAP_APPFONT ( LEFT , FLINE ( 3 ) ) ;
133         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
134         LeftLabel = TRUE ;
135         Text [ en-US ] = "Zip/City";
136     };
137     Edit ED_PLZ
138     {
139         Border = TRUE ;
140         Pos = MAP_APPFONT ( MID , LINE ( 3 ) ) ;
141         Size = MAP_APPFONT ( 24 , LINEH ) ;
142     };
143     Edit ED_CITY
144     {
145         Border = TRUE ;
146         Pos = MAP_APPFONT ( MID + 24 + HSPACE , LINE ( 3 ) ) ;
147         Size = MAP_APPFONT ( RIGHT - ( MID + 24 + HSPACE ) , LINEH ) ;
148     };
149     Edit ED_US_CITY
150     {
151         Border = TRUE ;
152         Pos = MAP_APPFONT ( MID , LINE ( 3 ) ) ;
153         Size = MAP_APPFONT ( 90 , LINEH ) ;
154     };
155     Edit ED_US_STATE
156     {
157         Border = TRUE ;
158         Pos = MAP_APPFONT ( MID + 90 + HSPACE, LINE ( 3 ) ) ;
159         Size = MAP_APPFONT ( 30 , LINEH ) ;
160     };
161     Edit ED_US_ZIPCODE
162     {
163         Border = TRUE ;
164         Pos = MAP_APPFONT ( MID + 90 + HSPACE + 30 + HSPACE, LINE ( 3 ) ) ;
165         Size = MAP_APPFONT ( RIGHT - ( MID + 90 + HSPACE + 30 + HSPACE ) , LINEH ) ;
166     };
167     FixedText FT_COUNTRY
168     {
169         Pos = MAP_APPFONT ( LEFT , FLINE ( 4 ) ) ;
170         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
171         LeftLabel = TRUE ;
172         Text [ en-US ] = "Country/Region";
173     };
174     Edit ED_COUNTRY
175     {
176         Border = TRUE ;
177         Pos = MAP_APPFONT ( MID , LINE ( 4 ) ) ;
178         Size = MAP_APPFONT ( RIGHT - MID , LINEH ) ;
179     };
180     FixedText FT_TITLEPOS
181     {
182         Pos = MAP_APPFONT ( LEFT , FLINE ( 5 ) ) ;
183         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
184         LeftLabel = TRUE ;
185         Text [ en-US ] = "~Title/Position" ;
186     };
187     Edit ED_TITLE
188     {
189         Border = TRUE ;
190         Pos = MAP_APPFONT ( MID , LINE ( 5 ) ) ;
191         Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
192     };
193     Edit ED_POSITION
194     {
195         Border = TRUE ;
196         Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 5 ) ) ;
197         Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
198     };
199     FixedText FT_PHONE
200     {
201         Pos = MAP_APPFONT ( LEFT , FLINE ( 6 ) ) ;
202         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
203         Text [ en-US ] = "Tel. (Home/Work)" ;
204         LeftLabel = TRUE ;
205     };
206     Edit ED_TELPRIVAT
207     {
208         Border = TRUE ;
209         Pos = MAP_APPFONT ( MID , LINE ( 6 ) ) ;
210         Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
211     };
212     Edit ED_TELCOMPANY
213     {
214         Border = TRUE ;
215         Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 6 ) ) ;
216         Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
217     };
218     FixedText FT_FAXMAIL
219     {
220         Pos = MAP_APPFONT ( LEFT , FLINE ( 7 ) ) ;
221         Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
222         LeftLabel = TRUE ;
223         Text [ en-US ] = "Fa~x / E-mail" ;
224     };
225     Edit ED_FAX
226     {
227         Border = TRUE ;
228         Pos = MAP_APPFONT ( MID , LINE ( 7 ) ) ;
229         Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
230     };
231     Edit ED_EMAIL
232     {
233         Border = TRUE ;
234         Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 7 ) ) ;
235         Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
236     };
237     FixedLine GB_ADDRESS
238     {
239         Pos = MAP_APPFONT ( 6 , 3 ) ;
240         Size = MAP_APPFONT ( 248 , 8 ) ;
241         Text [ en-US ] = "Address " ;
242     };
243     CheckBox CB_USEDATA
244     {
245         Pos = MAP_APPFONT ( 6 , 122 ) ;
246         Size = MAP_APPFONT ( 236 , 10 ) ;
247         Hide = TRUE;
248         Text [ en-US ] = "Use data for document properties";
249     };
251      // extra Resourcen f"ur die amerikanische Postadresse
252     String STR_US_STATE
253     {
254         Text [ en-US ] = "City/State/Zip";
255     };
256     String STR_QUERY_REG
257     {
258         Text [ en-US ] = "Note that street, Zip code and city are used to generate the registration key. You will not be able to change the user data again until the registration has been carried out. Do you want to modify the user data now?";
259     };
262 // RID_SVXQB_CHANGEDATA ---------------------------------------------------
264 QueryBox RID_SVXQB_CHANGEDATA
266     BUTTONS = WB_YES_NO ;
267     DEFBUTTON = WB_DEF_NO ;
268     Message [ en-US ] = "The User Data have been changed.\nNote that, if you continue, the registration key will become invalid.\nTherefore, a new registration key is needed within 30 days.\nYou can find the registration form in the menu Help - Registration...\nDo you really want to change your User Data?";
271  // RID_SVXSTR_FIELDUNIT_TABLE --------------------------------------------
273 StringArray RID_SVXSTR_FIELDUNIT_TABLE
275     ItemList [ en-US ] =
276     {
277         < "Millimeter" ; FUNIT_MM ; > ;
278         < "Centimeter" ; FUNIT_CM ; > ;
279         < "Meter" ; FUNIT_M ; > ;
280         < "Kilometer" ; FUNIT_KM ; > ;
281         < "Inch" ; FUNIT_INCH ; > ;
282         < "Foot" ; FUNIT_FOOT ; > ;
283         < "Miles" ; FUNIT_MILE ; > ;
284         < "Pica" ; FUNIT_PICA ; > ;
285         < "Point" ; FUNIT_POINT ; > ;
286                 < "Char" ; FUNIT_CHAR ; >;
287                 < "Line" ; FUNIT_LINE ; >;
288     };
289     };
291  // ********************************************************************** EOF