/************************************************************************* * * $RCSfile: optgdlg.src,v $ * * $Revision: 1.16 $ * * last change: $Author: vg $ $Date: 2005-03-07 17:40:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (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.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ // include --------------------------------------------------------------- #include "dialogs.hrc" #include "optgdlg.hrc" #include "helpid.hrc" //**************************************************************************** // // TabPage Sonstiges // //**************************************************************************** TabPage OFA_TP_MISC { HelpID = HID_OFA_TP_MISC ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_HELP { Pos = MAP_APPFONT( COL0, ROW0 ); Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); Text [ de ] = "Hilfe" ; Text [ en-US ] = "Help"; }; CheckBox CB_TOOLTIP { Pos = MAP_APPFONT( COL1, ROW1 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ); Text [ de ] = "~Tipps" ; Text [ en-US ] = "~Tips"; }; CheckBox CB_EXTHELP { Pos = MAP_APPFONT( COL2, ROW2 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL2, RSC_CD_CHECKBOX_HEIGHT ); Text [ de ] = "~Erweiterte Tipps" ; Text [ en-US ] = "~Extended tips"; }; CheckBox CB_HELPAGENT { Pos = MAP_APPFONT( COL1, ROW3 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ); Text [ de ] = "~Office-Assistent" ; Text [ en-US ] = "~Help Agent"; }; PushButton PB_HELPAGENT_RESET { Pos = MAP_APPFONT( COL2, ROW4 ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); Text [ de ] = "Office-Assistent z~urücksetzen"; Text [ en-US ] = "~Reset Help Agent"; }; FixedText FT_HELPFORMAT { Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT(ROW5) ); Size = MAP_APPFONT( DIFF( COL1, COL3 ), RSC_CD_FIXEDTEXT_HEIGHT ); Text [ de ] = "~Formatierung der Hilfe" ; Text [ en-US ] = "Help ~formatting"; }; ListBox LB_HELPFORMAT { Pos = MAP_APPFONT( COL4, ROW5 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL4, 50 ); DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; StringList [ de ] = { < "Standard" ; > ; < "Kontrast #1" ; > ; < "Kontrast #2" ; > ; < "Kontrast Schwarz" ; > ; < "Kontrast Weiß" ; > ; }; StringList [ en-US ] = { < "Default" ; > ; < "High Contrast #1" ; > ; < "High Contrast #2" ; > ; < "High Contrast Black" ; > ; < "High Contrast White" ; > ; }; }; FixedLine FL_FILEDLG { Pos = MAP_APPFONT( COL0, ROW6 ); Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); Text [ de ] = "Öffnen/Speichern-Dialoge" ; Text [ en-US ] = "Open/Save dialogs"; }; CheckBox CB_FILEDLG { Pos = MAP_APPFONT( COL1, ROW7 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ); Text [ de ] = "%PRODUCTNAME-Dialoge ~verwenden" ; Text [ en-US ] = "~Use %PRODUCTNAME dialogs"; }; FixedLine FL_DOCSTATUS { Pos = MAP_APPFONT( COL0, ROW8 ); Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); Text [ de ] = "Dokumentstatus" ; Text [ en-US ] = "Document status"; }; CheckBox CB_DOCSTATUS { Pos = MAP_APPFONT( COL1, ROW9 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ); Text [ de ] = "~Drucken setzt \"Dokument geändert\" Status" ; Text [ en-US ] = "~Printing sets \"document modified\" status"; }; FixedLine FL_TWOFIGURE { Pos = MAP_APPFONT( COL0, ROW10 ); Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); Text [ de ] = "Zweistellige Jahreszahlen" ; Text [ en-US ] = "Year (two digits)" ; }; FixedText FT_INTERPRET { Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT(ROW11) ); Size = MAP_APPFONT( DIFF( COL1, COL3), RSC_CD_FIXEDTEXT_HEIGHT ); Text[ language_user1 ] = "; Interpretieren als"; Text [ de ] = "~Interpretieren als Jahre zwischen"; Text [ en-US ] = "Interpret as years between"; }; NumericField NF_YEARVALUE { Border = TRUE ; Pos = MAP_APPFONT( COL4, ROW11 ); Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ); Minimum = 1583 ; Maximum = 9857 ; Spin = TRUE ; Repeat = TRUE ; }; FixedText FT_TOYEAR { Pos = MAP_APPFONT( COL6, OFFS_TEXTBOX_FIXEDTEXT(ROW11) ); Size = MAP_APPFONT( WHOLE_WIDTH - COL6, RSC_CD_FIXEDTEXT_HEIGHT ); Text [ de ] = "und " ; Text [ en-US ] = "and " ; Text[ language_user1 ] = "; nk: im Japanisch muss es an dieser Stelle \"von\" heißen weil im Japanisch keine Präposition gibt, sondern Postposition. (Extras/Optionen/Allgemein/Sonstiges) 20.08.99 - - - - - - - - - -"; }; }; //**************************************************************************** // // TabPage Ansicht // //**************************************************************************** TabPage OFA_TP_VIEW { HelpID = HID_OFA_TP_VIEW ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_USERINTERFACE { Pos = MAP_APPFONT ( 6 , ROW0 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Benutzeroberfläche" ; Text [ en-US ] = "User Interface" ; }; FixedText FT_WINDOWSIZE { Pos = MAP_APPFONT ( 12 , OFFS_TEXTBOX_FIXEDTEXT( ROW_MF_SCALING ) ) ; Size = MAP_APPFONT ( 80 , 8 ) ; Text [ de ] = "~Skalierung" ; Text [ en-US ] = "Sc~aling" ; }; MetricField MF_WINDOWSIZE { Pos = MAP_APPFONT ( 95 , ROW_MF_SCALING ) ; Size = MAP_APPFONT ( 31 , 12 ) ; Border = TRUE ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 80 ; Maximum = 130 ; DecimalDigits = 0 ; First = 80 ; Last = 130 ; SpinSize = 1 ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; }; FixedText FT_ICONSIZE { Pos = MAP_APPFONT ( 12 , ROW_FT_ICONSIZE ) ; Size = MAP_APPFONT ( 114 , 8 ) ; Text [ de ] = "Symbolgröße" ; Text [ en-US ] = "Icon size" ; }; ListBox LB_ICONSIZE { Pos = MAP_APPFONT ( 12 , ROW_LB_ICONSIZE ) ; Size = MAP_APPFONT ( 114 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; StringList [ de ] = { < "Automatisch" ; > ; < "Klein" ; > ; < "Groß" ; > ; }; StringList [ en-US ] = { < "Automatic" ; > ; < "Small" ; > ; < "Large" ; > ; }; }; CheckBox CB_SYSTEM_FONT { TabStop = TRUE ; Pos = MAP_APPFONT( 12, ROW_CB_SYSTEM_FONT ); Size = MAP_APPFONT( 110, 24 ); WordBreak = TRUE; Text[ de ] = "~Systemschriftart für die Benutzeroberfläche verwenden" ; Text[ en-US ] = "Use system ~font for user interface"; }; CheckBox CB_FONTANTIALIASING { TabStop = TRUE ; Pos = MAP_APPFONT ( 12 , ROW_CB_FONTANTIALIASING ) ; Size = MAP_APPFONT ( 110 , 8 ) ; Text [ de ] = "Bildschirmschriften glätten" ; Text [ en-US ] = "Screen font antialiasing" ; }; FixedText FT_POINTLIMIT_LABEL { Pos = MAP_APPFONT ( 23 , OFFS_TEXTBOX_FIXEDTEXT( ROW_NF_AA_POINTLIMIT ) ) ; Size = MAP_APPFONT ( 20 , 8 ) ; Text [ de ] = "ab"; Text [ en-US ] = "from"; Text [ x-comment ] = "; nk: 07.11.01 diese Strings taucht nur auf Unix auf. Daher wer auf Windows arbeitet, kann man es nicht sehen. Hier bedeutet aber die Zahl eingeben fuer Fontsgroesse im Pixel."; }; NumericField NF_AA_POINTLIMIT { Border = TRUE ; Pos = MAP_APPFONT ( 46, ROW_NF_AA_POINTLIMIT ) ; Size = MAP_APPFONT ( 30 , 12 ) ; Minimum = 1; Maximum = 10000; SpinSize = 1; Spin = TRUE ; Repeat = TRUE ; }; FixedText FT_POINTLIMIT_UNIT { Pos = MAP_APPFONT ( 79 , OFFS_TEXTBOX_FIXEDTEXT( ROW_NF_AA_POINTLIMIT ) ) ; Size = MAP_APPFONT ( 47 , 8 ) ; Text [ de ] = "Pixel"; Text [ en-US ] = "Pixels"; }; FixedLine FL_MENU { Pos = MAP_APPFONT ( 6, ROW_FL_MENU ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Menü" ; Text [ en-US ] = "Menu" ; }; CheckBox CB_MENU_ICONS { TabStop = TRUE ; Pos = MAP_APPFONT ( 12 , ROW_CB_MENU_ICONS ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ de ] = "Icons in Menüs ~anzeigen" ; Text [ en-US ] = "Show icons in menus"; }; CheckBox CB_SHOW_INACTIVE { Pos = MAP_APPFONT ( 12, ROW_CB_SHOW_INACTIVE ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ de ] = "I~naktive Menüeinträge anzeigen" ; Text [ en-US ] = "Show i~nactive menu items" ; }; FixedLine FL_FONTLISTS { Pos = MAP_APPFONT ( 6, ROW_FL_FONTLISTS ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Liste der Schriftarten" ; Text [ en-US ] = "Font Lists" ; }; CheckBox CB_FONT_SHOW { Pos = MAP_APPFONT ( 12, ROW_CB_FONT_SHOW ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ de ] = "Schriftartenvorschau anzeigen" ; Text [ en-US ] = "Show p~review of fonts" ; }; CheckBox CB_FONT_HISTORY { Pos = MAP_APPFONT ( 12, ROW_CB_FONT_HISTORY ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ de ] = "Benutzte S~chriftarten anzeigen" ; Text [ en-US ] = "Show font h~istory" ; }; FixedLine FL_RENDERING { Pos = MAP_APPFONT ( 6 , ROW_FL_REDERING ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Grafikausgabe" ; Text [ en-US ] = "Graphics output"; }; CheckBox CB_USE_HARDACCELL { Pos = MAP_APPFONT ( 12, ROW_CB_USE_HARDACCELL ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ de ] = "Hardwarebeschleunigung verwenden" ; Text [ en-US ] = "Use hardware acceleration" ; }; FixedLine FL_WORKINGSET { Pos = MAP_APPFONT ( 133 , 3 ) ; Size = MAP_APPFONT ( 121 , 8 ) ; Text [ de ] = "Wiederherstellen" ; Text [ en-US ] = "Restore"; }; CheckBox BTN_DOCVIEW { Pos = MAP_APPFONT ( 139 , 14 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text [ de ] = "~Bearbeitungsansicht" ; Text [ en-US ] = "Editing view"; }; CheckBox BTN_OPENWIN { Pos = MAP_APPFONT ( 139 , 27 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text [ de ] = "Ge~öffnete Fenster" ; Text [ en-US ] = "Open ~windows" ; }; FixedLine FL_3D { Pos = MAP_APPFONT ( 133, 47 ) ; Size = MAP_APPFONT ( 121 , 8 ) ; Text [ de ] = "3D-Darstellung" ; Text [ en-US ] = "3D view" ; }; CheckBox CB_3D_OPENGL { Pos = MAP_APPFONT ( 139, 58 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text [ de ] = "~OpenGL benutzen" ; Text [ en-US ] = "Use ~OpenGL" ; }; CheckBox CB_3D_OPENGL_FASTER { Pos = MAP_APPFONT ( 148 , 71 ) ; Size = MAP_APPFONT ( 104 , 10 ) ; Text [ x-comment ] = "; pb: verbesserte Bildschirmausgabe"; Text [ de ] = "Op~timierte Ausgabe" ; Text [ en-US ] = "O~ptimized output"; }; CheckBox CB_3D_DITHERING { Pos = MAP_APPFONT ( 139 , 84 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text [ de ] = "~Dithering benutzen" ; Text [ en-US ] = "Use ~dithering" ; }; CheckBox CB_3D_SHOWFULL { Pos = MAP_APPFONT ( 139 , 97 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text [ de ] = "~Volldarstellung bei Interaktion" ; Text [ en-US ] = "Ob~ject refresh during interaction" ; }; FixedLine FL_MOUSE { Pos = MAP_APPFONT ( 133 , 114 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Maus" ; Text [ en-US ] = "Mouse"; }; FixedText FT_MOUSEPOS { Pos = MAP_APPFONT ( 139, 125 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Maus~positionierung" ; Text [ en-US ] = "Mouse positioning" ; }; ListBox LB_MOUSEPOS { Pos = MAP_APPFONT ( 139, 135 ) ; Size = MAP_APPFONT ( 114 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; StringList [ de ] = { < "Vorgegebene Schaltfläche" ; > ; < "Dialog Mitte" ; > ; < "Keine automatische Positionierung" ; > ; }; StringList [ en-US ] = { < "Default button" ; > ; < "Dialog center" ; > ; < "No automatic positioning" ; > ; }; }; FixedText FT_MOUSEMIDDLE { Pos = MAP_APPFONT ( 139, 151 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Mittlere Ma~ustaste" ; Text [ en-US ] = "Middle mouse button"; }; ListBox LB_MOUSEMIDDLE { Pos = MAP_APPFONT ( 139, 161 ) ; Size = MAP_APPFONT ( 114 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; StringList [ de ] = { < "Keine Funktion" ; > ; < "Automatischer Bildlauf" ; > ; < "Zwischenablage einfügen" ; > ; }; StringList [ en-US ] = { < "No function" ; > ; < "Automatic scrolling" ; > ; < "Paste clipboard" ; > ; }; }; }; // ******************************************************************* TabPage OFA_TP_LANGUAGES { HelpID = HID_OFA_TP_LANGUAGES ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_UI_LANG { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Sprache für" ; Text [ en-US ] = "Language of"; }; FixedImage FI_USERINTERFACE { Pos = MAP_APPFONT ( 5 , 17 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_USERINTERFACE { Pos = MAP_APPFONT ( 12 , 16 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Benutzeroberfläche" ; Text [ en-US ] = "~User interface"; }; ListBox LB_USERINTERFACE { Pos = MAP_APPFONT ( 135 , 14 ) ; Size = MAP_APPFONT ( 113 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedImage FI_LOCALESETTING { Pos = MAP_APPFONT ( 5 , 32 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_LOCALESETTING { Pos = MAP_APPFONT ( 12 , 31 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "~Gebietsschema" ; Text [ en-US ] = "Locale setting"; }; ListBox LB_LOCALESETTING { Pos = MAP_APPFONT ( 135 , 30 ) ; Size = MAP_APPFONT ( 113 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedText FT_DECIMALSEPARATOR { Pos = MAP_APPFONT ( 12 , 46 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "Dezimaltrennertaste" ; Text [ en-US ] = "Decimal separator key"; }; CheckBox CB_DECIMALSEPARATOR { Pos = MAP_APPFONT ( 135 , 46) ; Size = MAP_APPFONT ( 119 , 10 ) ; Text [ de ] = "~Dem Gebietsschema entsprechend ( %1 )" ; Text [ en-US ] = "~Same as locale setting ( %1 )"; }; FixedImage FI_CURRENCY { Pos = MAP_APPFONT ( 5 , 63 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_CURRENCY { Pos = MAP_APPFONT ( 12 , 61 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "~Standardwährung" ; Text [ en-US ] = "~Default currency"; }; ListBox LB_CURRENCY { Pos = MAP_APPFONT ( 135 , 59 ) ; Size = MAP_APPFONT ( 113 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedLine FL_LINGU_LANG { Pos = MAP_APPFONT ( 6 , 77 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Standardsprachen der Dokumente" ; Text [ en-US ] = "Default languages for documents"; }; FixedImage FI_WEST_LANG { Pos = MAP_APPFONT ( 5 , 92 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_WEST_LANG { Pos = MAP_APPFONT ( 12 , 90 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "~Westlich" ; Text [ en-US ] = "Western"; }; ListBox LB_WEST_LANG { Pos = MAP_APPFONT ( 135 , 88 ) ; Size = MAP_APPFONT ( 113 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedImage FI_ASIAN_LANG { Pos = MAP_APPFONT ( 5 , 108 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_ASIAN_LANG { Pos = MAP_APPFONT ( 12 , 106 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "~Asiatisch" ; Text [ en-US ] = "Asian"; }; ListBox LB_ASIAN_LANG { Pos = MAP_APPFONT ( 135 , 104 ) ; Size = MAP_APPFONT ( 113 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; FixedImage FI_COMPLEX_LANG { Pos = MAP_APPFONT ( 5 , 124 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; FixedText FT_COMPLEX_LANG { Pos = MAP_APPFONT ( 12 , 122 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ de ] = "~CTL" ; Text [ en-US ] = "C~TL"; }; ListBox LB_COMPLEX_LANG { Pos = MAP_APPFONT ( 135 , 120 ) ; Size = MAP_APPFONT ( 113 , 60 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; Sort = TRUE; }; CheckBox CB_CURRENT_DOC { Pos = MAP_APPFONT ( 135 , 135 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text [ de ] = "~Nur für das aktuelle Dokument" ; Text [ en-US ] = "For the current document only"; }; FixedLine FL_ENHANCED { Pos = MAP_APPFONT ( 6 , 145 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Erweiterte Sprachunterstützung"; Text [ en-US ] = "Enhanced language support"; }; FixedImage FI_ASIANSUPPORT { Pos = MAP_APPFONT ( 5 , 160 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; CheckBox CB_ASIANSUPPORT { Pos = MAP_APPFONT ( 12 , 158 ) ; Size = MAP_APPFONT ( 236 , 10 ) ; Text [ de ] = "Unterstützung von asiatischen Sprachen aktiviert" ; Text [ en-US ] = "E~nabled for Asian languages"; }; FixedImage FI_CTLSUPPORT { Pos = MAP_APPFONT ( 5 , 175 ) ; Size = MAP_APPFONT ( 6 , 6 ) ; Hide = TRUE; }; CheckBox CB_CTLSUPPORT { Pos = MAP_APPFONT ( 12 , 173 ) ; Size = MAP_APPFONT ( 236 , 10 ) ; Text [ de ] = "Unterstützung von 'Complex Text Layout' (CTL) aktiviert" ; Text [ en-US ] = "Ena~bled for complex text layout (CTL)"; }; }; InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART { Message [ de ] = "Die Spracheinstellung der Benutzeroberfläche wurde geändert und wird beim nächsten Start von %PRODUCTNAME %PRODUCTVERSION wirksam"; Message [ en-US ] = "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION"; };