/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 "optgdlg.hrc" #include "helpid.hrc" // ******************************************************************* TabPage OFA_TP_LANGUAGES { HelpID = HID_OFA_TP_LANGUAGES ; SVLook = TRUE ; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; Hide = TRUE ; FixedLine FL_UI_LANG { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Language of"; }; FixedImage FI_USERINTERFACE { Pos = MAP_APPFONT ( 5 , 17-1 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_USERINTERFACE { Pos = MAP_APPFONT ( 12 , 16-1 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "~User interface"; }; ListBox LB_USERINTERFACE { HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_USERINTERFACE"; Pos = MAP_APPFONT ( 123 , 14-1 ) ; Size = MAP_APPFONT ( 125 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedImage FI_LOCALESETTING { Pos = MAP_APPFONT ( 5 , 32-2 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_LOCALESETTING { Pos = MAP_APPFONT ( 12 , 31-2 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "Locale setting"; }; ListBox LB_LOCALESETTING { HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_LOCALESETTING"; Pos = MAP_APPFONT ( 123 , 30-2 ) ; Size = MAP_APPFONT ( 125 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedText FT_DECIMALSEPARATOR { Pos = MAP_APPFONT ( 12 , 46-3 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "Decimal separator key"; }; CheckBox CB_DECIMALSEPARATOR { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_DECIMALSEPARATOR"; Pos = MAP_APPFONT ( 123 , 46-3) ; Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "~Same as locale setting ( %1 )"; }; FixedImage FI_CURRENCY { Pos = MAP_APPFONT ( 5 , 63-4 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_CURRENCY { Pos = MAP_APPFONT ( 12 , 61-4 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "~Default currency"; }; ListBox LB_CURRENCY { HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_CURRENCY"; Pos = MAP_APPFONT ( 123 , 59-4 ) ; Size = MAP_APPFONT ( 125 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedImage FI_DATEPATTERNS { Pos = MAP_APPFONT ( 5 , 78-5 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_DATEPATTERNS { Pos = MAP_APPFONT ( 12 , 76-5 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "Date acceptance ~patterns"; }; Edit ED_DATEPATTERNS { HelpID = "cui:Edit:OFA_TP_LANGUAGES:ED_DATEPATTERNS"; Pos = MAP_APPFONT ( 123 , 74-5 ) ; Size = MAP_APPFONT ( 125 , 12 ) ; Border = TRUE ; TabStop = TRUE ; }; FixedLine FL_LINGU_LANG { Pos = MAP_APPFONT ( 6 , 92-5 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Default languages for documents"; }; FixedImage FI_WEST_LANG { Pos = MAP_APPFONT ( 5 , 107-6 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_WEST_LANG { Pos = MAP_APPFONT ( 12 , 105-6 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "Western"; }; ListBox LB_WEST_LANG { HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_WEST_LANG"; Pos = MAP_APPFONT ( 123 , 103-6 ) ; Size = MAP_APPFONT ( 125 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedImage FI_ASIAN_LANG { Pos = MAP_APPFONT ( 5 , 123-7 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_ASIAN_LANG { Pos = MAP_APPFONT ( 12 , 121-7 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "Asian"; }; ListBox LB_ASIAN_LANG { HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_ASIAN_LANG"; Pos = MAP_APPFONT ( 123 , 119-7 ) ; Size = MAP_APPFONT ( 125 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedImage FI_COMPLEX_LANG { Pos = MAP_APPFONT ( 5 , 139-8 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_COMPLEX_LANG { Pos = MAP_APPFONT ( 12 , 137-8 ) ; Size = MAP_APPFONT ( 108 , 8 ) ; Text [ en-US ] = "C~TL"; }; ListBox LB_COMPLEX_LANG { HelpID = "cui:ListBox:OFA_TP_LANGUAGES:LB_COMPLEX_LANG"; Pos = MAP_APPFONT ( 123 , 135-8 ) ; Size = MAP_APPFONT ( 125 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; CheckBox CB_CURRENT_DOC { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CURRENT_DOC"; Pos = MAP_APPFONT ( 123 , 150-8 ) ; Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "For the current document only"; }; FixedLine FL_ENHANCED { Pos = MAP_APPFONT ( 6 , 160-8 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Enhanced language support"; }; FixedImage FI_ASIANSUPPORT { Pos = MAP_APPFONT ( 5 , 175-9 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; CheckBox CB_ASIANSUPPORT { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_ASIANSUPPORT"; Pos = MAP_APPFONT ( 12 , 173-9 ) ; Size = MAP_APPFONT ( 236 ,RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Show UI elements for East Asia~n writings"; }; FixedImage FI_CTLSUPPORT { Pos = MAP_APPFONT ( 5 , 190-10 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; CheckBox CB_CTLSUPPORT { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CTLSUPPORT"; Pos = MAP_APPFONT ( 12 , 188-11 ) ; Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Show UI elements for B~i-Directional writing"; }; CheckBox CB_IGNORE_LANG_CHANGE { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE"; Pos = MAP_APPFONT ( 12 , 188-11+13 ) ; Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Ignore s~ystem input language"; }; }; InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART { Message [ en-US ] = "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */