/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include #include "helpid.hrc" #include #include "optgenrl.hrc" // RID_SFXPAGE_GENERAL ------------------------------------------------------ TabPage RID_SFXPAGE_GENERAL { HelpId = HID_OPTIONS_GENERAL ; OutputSize = TRUE ; SVLook = TRUE ; Hide = TRUE ; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; Text [ en-US ] = "User Data" ; FixedText FT_COMPANY { LeftLabel = TRUE ; Text [ en-US ] = "~Company" ; }; Edit ED_COMPANY { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COMPANY"; Border = TRUE ; }; FixedText FT_NAME { LeftLabel = TRUE ; Text [ en-US ] = "First/Last ~name/Initials" ; }; FixedText FT_NAME_RUSS { LeftLabel = TRUE ; Text [ en-US ] = "Last Name/First name/Father's name/Initials"; }; FixedText FT_NAME_EASTERN { LeftLabel = TRUE ; Text [ en-US ] = "Last/First ~name/Initials" ; }; Edit ED_FATHERNAME { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FATHERNAME"; Border = TRUE ; }; Edit ED_FIRSTNAME { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FIRSTNAME"; Border = TRUE ; }; Edit ED_NAME { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_NAME"; Border = TRUE ; }; Edit ED_SHORTNAME { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_SHORTNAME"; Border = TRUE ; }; FixedText FT_STREET { LeftLabel = TRUE ; Text [ en-US ] = "~Street" ; }; FixedText FT_STREET_RUSS { LeftLabel = TRUE ; Text [ en-US ] = "Street/Apartment number"; }; Edit ED_STREET { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_STREET"; Border = TRUE ; }; Edit ED_APARTMENTNR { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_APARTMENTNR"; Border = TRUE ; }; FixedText FT_CITY { LeftLabel = TRUE ; Text [ en-US ] = "Zip/City"; }; Edit ED_PLZ { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_PLZ"; Border = TRUE ; }; Edit ED_CITY { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_CITY"; Border = TRUE ; }; FixedText FT_CITY_US { LeftLabel = TRUE ; Text [ en-US ] = "City/State/Zip"; }; Edit ED_US_CITY { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_CITY"; Border = TRUE ; }; Edit ED_US_STATE { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_STATE"; Border = TRUE ; }; Edit ED_US_ZIPCODE { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_ZIPCODE"; Border = TRUE ; }; FixedText FT_COUNTRY { LeftLabel = TRUE ; Text [ en-US ] = "Country/Region"; }; Edit ED_COUNTRY { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COUNTRY"; Border = TRUE ; }; FixedText FT_TITLEPOS { LeftLabel = TRUE ; Text [ en-US ] = "~Title/Position" ; }; Edit ED_TITLE { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TITLE"; Border = TRUE ; }; Edit ED_POSITION { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_POSITION"; Border = TRUE ; }; FixedText FT_PHONE { Text [ en-US ] = "Tel. (Home/Work)" ; LeftLabel = TRUE ; }; Edit ED_TELPRIVAT { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELPRIVAT"; Border = TRUE ; }; Edit ED_TELCOMPANY { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELCOMPANY"; Border = TRUE ; }; FixedText FT_FAXMAIL { LeftLabel = TRUE ; Text [ en-US ] = "Fa~x / E-mail" ; }; Edit ED_FAX { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FAX"; Border = TRUE ; }; Edit ED_EMAIL { HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_EMAIL"; Border = TRUE ; }; FixedLine GB_ADDRESS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Address " ; }; CheckBox CB_USEDATA { HelpID = "cui:CheckBox:RID_SFXPAGE_GENERAL:CB_USEDATA"; Pos = MAP_APPFONT ( 6 , 122 ) ; Size = MAP_APPFONT ( 236 , 10 ) ; Hide = TRUE; Text [ en-US ] = "Use data for document properties"; }; }; // ********************************************************************** EOF