2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
19 #include <sfx2/sfx.hrc>
23 #include "optgenrl.hrc"
25 // RID_SFXPAGE_GENERAL ------------------------------------------------------
27 TabPage RID_SFXPAGE_GENERAL
29 HelpId = HID_OPTIONS_GENERAL ;
33 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
34 Text [ en-US ] = "User Data" ;
38 Text [ en-US ] = "~Company" ;
42 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COMPANY";
48 Text [ en-US ] = "First/Last ~name/Initials" ;
50 FixedText FT_NAME_RUSS
53 Text [ en-US ] = "Last Name/First name/Father's name/Initials";
55 FixedText FT_NAME_EASTERN
58 Text [ en-US ] = "Last/First ~name/Initials" ;
62 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FATHERNAME";
67 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FIRSTNAME";
72 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_NAME";
77 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_SHORTNAME";
83 Text [ en-US ] = "~Street" ;
85 FixedText FT_STREET_RUSS
88 Text [ en-US ] = "Street/Apartment number";
92 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_STREET";
97 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_APARTMENTNR";
103 Text [ en-US ] = "Zip/City";
107 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_PLZ";
112 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_CITY";
118 Text [ en-US ] = "City/State/Zip";
122 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_CITY";
127 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_STATE";
132 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_ZIPCODE";
138 Text [ en-US ] = "Country/Region";
142 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COUNTRY";
145 FixedText FT_TITLEPOS
148 Text [ en-US ] = "~Title/Position" ;
152 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TITLE";
157 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_POSITION";
162 Text [ en-US ] = "Tel. (Home/Work)" ;
167 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELPRIVAT";
172 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELCOMPANY";
178 Text [ en-US ] = "Fa~x / E-mail" ;
182 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FAX";
187 HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_EMAIL";
192 Pos = MAP_APPFONT ( 6 , 3 ) ;
193 Size = MAP_APPFONT ( 248 , 8 ) ;
194 Text [ en-US ] = "Address " ;
198 HelpID = "cui:CheckBox:RID_SFXPAGE_GENERAL:CB_USEDATA";
199 Pos = MAP_APPFONT ( 6 , 122 ) ;
200 Size = MAP_APPFONT ( 236 , 10 ) ;
202 Text [ en-US ] = "Use data for document properties";
206 // ********************************************************************** EOF