/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: chardlg.src,v $ * * $Revision: 1.72 $ * * last change: $Author: rt $ $Date: 2005-09-08 20:40:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 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 * ************************************************************************/ // include --------------------------------------------------------------- #include "helpid.hrc" #include "dialogs.hrc" #include "chardlg.hrc" #include "chardlg.h" // unbekannte Zeichenfarbe String RID_SVXSTR_COLOR_USER { Text [ de ] = "Benutzer" ; Text [ en-US ] = "User" ; Text [ x-comment ] = " "; }; // RID_SVXPAGE_CHAR_NAME ---------------------------------------------------- TabPage RID_SVXPAGE_CHAR_NAME { HelpId = HID_SVXPAGE_CHAR_NAME ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_WEST { Pos = MAP_APPFONT ( 6 , 3 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Schriftart für westlichen Text"; Text [ en-US ] = "Western text font"; }; FixedText FT_WEST_NAME { Pos = MAP_APPFONT ( 12 , 14 ); Size = MAP_APPFONT ( 80 , 8 ); Text [ de ] = "~Schriftart"; Text [ en-US ] = "Font"; }; FixedText FT_WEST_NAME_NOCJK { Pos = MAP_APPFONT ( 12 , 6 ); Size = MAP_APPFONT ( 112 , 8 ); Text [ de ] = "~Schriftart"; Text [ en-US ] = "~Font"; }; ComboBox LB_WEST_NAME { Border = TRUE; Pos = MAP_APPFONT ( 12 , 25 ); Size = MAP_APPFONT ( 80 , 72 ); TabStop = TRUE; DropDown = TRUE; }; ComboBox LB_WEST_NAME_NOCJK { Border = TRUE; Pos = MAP_APPFONT ( 12 , 17 ); Size = MAP_APPFONT ( 112 , 71 ); TabStop = TRUE; DropDown = FALSE; }; FixedText FT_WEST_STYLE { Pos = MAP_APPFONT ( 96 , 14 ); Size = MAP_APPFONT ( 40 , 8 ); Text [ de ] = "S~chriftschnitt"; Text [ en-US ] = "~Typeface"; }; FixedText FT_WEST_STYLE_NOCJK { Pos = MAP_APPFONT ( 130 , 6 ); Size = MAP_APPFONT ( 72 , 8 ); Text [ de ] = "S~chriftschnitt"; Text [ en-US ] = "~Typeface"; }; ComboBox LB_WEST_STYLE { Border = TRUE; Pos = MAP_APPFONT ( 96 , 25 ); Size = MAP_APPFONT ( 40 , 48 ); TabStop = TRUE; DropDown = TRUE; StringList [ de ] = { "Normal" ; "Kursiv" ; "Fett" ; "Fett Kursiv" ; }; StringList [ en-US ] = { "Normal" ; "Italic" ; "Bold" ; "Bold italic" ; }; StringList [ x-comment ] = { "; Norm; Normal" ; "; Kurs; Kurs; Kursiv" ; "; Fett" ; "; Fett; Fett; Fett Kursiv" ; }; }; ComboBox LB_WEST_STYLE_NOCJK { Border = TRUE; Pos = MAP_APPFONT ( 130 , 17 ); Size = MAP_APPFONT ( 72 , 71 ); TabStop = TRUE; DropDown = FALSE; StringList [ de ] = { "Normal" ; "Kursiv" ; "Fett" ; "Fett Kursiv" ; }; StringList [ en-US ] = { "Normal" ; "Italic" ; "Bold" ; "Bold italic" ; }; StringList [ x-comment ] = { "; Norm; Normal" ; "; Kurs; Kursiv" ; "; Fett" ; "; Fett; Fett Kursiv" ; }; }; FixedText FT_WEST_SIZE { Pos = MAP_APPFONT ( 140 , 14 ); Size = MAP_APPFONT ( 38 , 8 ); Text [ de ] = "Sc~hriftgrad"; Text [ en-US ] = "Size"; }; FixedText FT_WEST_SIZE_NOCJK { Pos = MAP_APPFONT ( 208 , 6 ); Size = MAP_APPFONT ( 40 , 8 ); Text [ de ] = "Sc~hriftgrad"; Text [ en-US ] = "Size"; }; MetricBox LB_WEST_SIZE { Border = TRUE; Pos = MAP_APPFONT ( 140 , 25 ); Size = MAP_APPFONT ( 38 , 72 ); TabStop = TRUE; DropDown = TRUE; }; MetricBox LB_WEST_SIZE_NOCJK { Border = TRUE; Pos = MAP_APPFONT ( 208 , 17 ); Size = MAP_APPFONT ( 40 , 71 ); TabStop = TRUE; DropDown = FALSE; }; FixedText FT_WEST_LANG { Pos = MAP_APPFONT ( 182 , 14 ); Size = MAP_APPFONT ( 66 , 8 ); Text [ de ] = "S~prache"; Text [ en-US ] = "Language"; }; FixedText FT_WEST_LANG_NOCJK { Pos = MAP_APPFONT ( 130 , 94 ); Size = MAP_APPFONT ( 72 , 8 ); Text [ de ] = "S~prache"; Text [ en-US ] = "~Language"; }; ListBox LB_WEST_LANG { Border = TRUE; Pos = MAP_APPFONT ( 182 , 25 ); Size = MAP_APPFONT ( 66 , 72 ); TabStop = TRUE; Sort = TRUE ; DropDown = TRUE; }; ListBox LB_WEST_LANG_NOCJK { Border = TRUE; Pos = MAP_APPFONT ( 130 , 105 ); Size = MAP_APPFONT ( 72 , 72 ); TabStop = TRUE; Sort = TRUE ; DropDown = TRUE; }; FixedLine FL_EAST { Pos = MAP_APPFONT ( 6 , 43 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Schriftart für asiatischen Text"; Text [ en-US ] = "Asian text font"; }; FixedText FT_EAST_NAME { Pos = MAP_APPFONT ( 12 , 54 ); Size = MAP_APPFONT ( 80 , 8 ); Text [ de ] = "Sch~riftart"; Text [ en-US ] = "Font"; }; ComboBox LB_EAST_NAME { Border = TRUE; Pos = MAP_APPFONT ( 12 , 65 ); Size = MAP_APPFONT ( 80 , 72 ); TabStop = TRUE; DropDown = TRUE; }; FixedText FT_EAST_STYLE { Pos = MAP_APPFONT ( 96 , 54 ); Size = MAP_APPFONT ( 40 , 8 ); Text [ de ] = "Schr~iftschnitt"; Text [ en-US ] = "T~ypeface"; }; ComboBox LB_EAST_STYLE { Border = TRUE; Pos = MAP_APPFONT ( 96 , 65 ); Size = MAP_APPFONT ( 40 , 48 ); TabStop = TRUE; DropDown = TRUE; StringList [ de ] = { "Normal" ; "Kursiv" ; "Fett" ; "Fett Kursiv" ; }; StringList [ en-US ] = { "Normal" ; "Italic" ; "Bold" ; "Bold italic" ; }; StringList [ x-comment ] = { "; Norm; Normal" ; "; Kurs; Kursiv" ; "; Fett" ; "; Fett; Fett Kursiv" ; }; }; FixedText FT_EAST_SIZE { Pos = MAP_APPFONT ( 140 , 54 ); Size = MAP_APPFONT ( 38 , 8 ); Text [ de ] = "Schri~ftgrad"; Text [ en-US ] = "Size"; }; MetricBox LB_EAST_SIZE { Border = TRUE; Pos = MAP_APPFONT ( 140 , 65 ); Size = MAP_APPFONT ( 38 , 72 ); TabStop = TRUE; DropDown = TRUE; }; FixedText FT_EAST_LANG { Pos = MAP_APPFONT ( 182 , 54 ); Size = MAP_APPFONT ( 66 , 8 ); Text [ de ] = "Spr~ache"; Text [ en-US ] = "Language"; }; ListBox LB_EAST_LANG { Border = TRUE; Pos = MAP_APPFONT ( 182 , 65 ); Size = MAP_APPFONT ( 66 , 72 ); TabStop = TRUE; Sort = TRUE ; DropDown = TRUE; }; FixedLine FL_CTL { Pos = MAP_APPFONT ( 6 , 83 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Schriftart für CTL"; Text [ en-US ] = "CTL font"; }; FixedText FT_CTL_NAME { Pos = MAP_APPFONT ( 12 , 94 ); Size = MAP_APPFONT ( 80 , 8 ); Text [ de ] = "Schrif~tart"; Text [ en-US ] = "Font"; }; ComboBox LB_CTL_NAME { Border = TRUE; Pos = MAP_APPFONT ( 12 , 105 ); Size = MAP_APPFONT ( 80 , 72 ); TabStop = TRUE; DropDown = TRUE; }; FixedText FT_CTL_STYLE { Pos = MAP_APPFONT ( 96 , 94 ); Size = MAP_APPFONT ( 40 , 8 ); Text [ de ] = "Schriftsch~nitt"; Text [ en-US ] = "Ty~peface"; }; ComboBox LB_CTL_STYLE { Border = TRUE; Pos = MAP_APPFONT ( 96 , 105 ); Size = MAP_APPFONT ( 40 , 48 ); TabStop = TRUE; DropDown = TRUE; StringList [ de ] = { "Normal" ; "Kursiv" ; "Fett" ; "Fett Kursiv" ; }; StringList [ en-US ] = { "Normal" ; "Italic" ; "Bold" ; "Bold italic" ; }; StringList [ x-comment ] = { "; Norm; Normal" ; "; Kurs; Kursiv" ; "; Fett" ; "; Fett; Fett Kursiv" ; }; }; FixedText FT_CTL_SIZE { Pos = MAP_APPFONT ( 140 , 94 ); Size = MAP_APPFONT ( 38 , 8 ); Text [ de ] = "Schrift~grad"; Text [ en-US ] = "Size"; }; MetricBox LB_CTL_SIZE { Border = TRUE; Pos = MAP_APPFONT ( 140 , 105 ); Size = MAP_APPFONT ( 38 , 72 ); TabStop = TRUE; DropDown = TRUE; }; FixedText FT_CTL_LANG { Pos = MAP_APPFONT ( 182 , 94 ); Size = MAP_APPFONT ( 66 , 8 ); Text [ de ] = "Sprach~e"; Text [ en-US ] = "Language"; }; ListBox LB_CTL_LANG { Border = TRUE; Pos = MAP_APPFONT ( 182 , 105 ); Size = MAP_APPFONT ( 66 , 72 ); TabStop = TRUE; Sort = TRUE ; DropDown = TRUE; }; Window WIN_CHAR_PREVIEW { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 129 ) ; Size = MAP_APPFONT ( 248 , 37 ) ; Text [ de ] = "Beispiel"; Text [ en-US ] = "Example"; }; FixedText FT_CHAR_FONTTYPE { Pos = MAP_APPFONT ( 6 , 168 ) ; Size = MAP_APPFONT ( 248 , 16 ) ; WordBreak = TRUE ; }; FixedLine FL_COLOR2 { Pos = MAP_APPFONT ( 6 , 83 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Farbe" ; Text [ en-US ] = "Color" ; Text [ x-comment ] = " "; }; FixedText FT_COLOR2 { Pos = MAP_APPFONT ( 12 , 94 ); Size = MAP_APPFONT ( 58 , 8 ); Text [ de ] = "Schriftfar~be"; Text [ en-US ] = "Font ~color" ; }; ListBox LB_COLOR2 { Border = TRUE; Pos = MAP_APPFONT ( 12 , 105 ); Size = MAP_APPFONT ( 58 , 100 ); TabStop = TRUE; DropDown = TRUE; }; String STR_CHARNAME_NOSTYLE { Text [ x-comment ] = "; PB: ; PB: %s wird ersetzt durch fett oder kursiv"; Text [ de ] = "Nicht %s"; Text [ en-US ] = "No %s"; }; String STR_CHARNAME_TRANSPARENT { Text [ x-comment ] = " "; Text [ de ] = "Transparent"; Text [ en-US ] = "Transparent"; }; }; // RID_SVXPAGE_CHAR_EFFECTS --------------------------------------------------- TabPage RID_SVXPAGE_CHAR_EFFECTS { HelpId = HID_SVXPAGE_CHAR_EFFECTS ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedText FT_UNDERLINE { Pos = MAP_APPFONT( 12 , 6 ); Size = MAP_APPFONT( 68 , 8 ); Text [ de ] = "~Unterstreichung"; Text [ en-US ] = "Underlining" ; }; ListBox LB_UNDERLINE { Border = TRUE; Pos = MAP_APPFONT ( 12 , 17 ); Size = MAP_APPFONT ( 68 , 72 ); TabStop = TRUE; DropDown = TRUE; StringList [ de ] = { < "(Ohne)" ; CHRDLG_UNDERLINE_NONE ; > ; < "Einfach" ; CHRDLG_UNDERLINE_SINGLE ; > ; < "Doppelt" ; CHRDLG_UNDERLINE_DOUBLE ; > ; < "Fett"; CHRDLG_UNDERLINE_BOLD; > ; < "Punktiert" ; CHRDLG_UNDERLINE_DOTTED ; > ; < "Punktiert fett" ; CHRDLG_UNDERLINE_BOLDDOTTED; > ; < "Strich"; CHRDLG_UNDERLINE_DASH; > ; < "Strich fett"; CHRDLG_UNDERLINE_BOLDDASH; > ; < "Strich lang"; CHRDLG_UNDERLINE_LONGDASH; > ; < "Strich fett lang"; CHRDLG_UNDERLINE_BOLDLONGDASH; > ; < "Punkt Strich"; CHRDLG_UNDERLINE_DASHDOT; > ; < "Punkt Strich fett"; CHRDLG_UNDERLINE_BOLDDASHDOT; > ; < "Punkt Punkt Strich"; CHRDLG_UNDERLINE_DASHDOTDOT; > ; < "Punkt Punkt Strich fett"; CHRDLG_UNDERLINE_BOLDDASHDOTDOT; > ; < "Welle"; CHRDLG_UNDERLINE_WAVE; > ; < "Welle fett"; CHRDLG_UNDERLINE_BOLDWAVE; > ; < "Welle doppelt"; CHRDLG_UNDERLINE_DOUBLEWAVE; > ; }; StringList [ en-US ] = { < "(Without)" ; CHRDLG_UNDERLINE_NONE ; > ; < "Single" ; CHRDLG_UNDERLINE_SINGLE ; > ; < "Double" ; CHRDLG_UNDERLINE_DOUBLE ; > ; < "Bold"; CHRDLG_UNDERLINE_BOLD; > ; < "Dotted" ; CHRDLG_UNDERLINE_DOTTED ; > ; < "Dotted (Bold)" ; CHRDLG_UNDERLINE_BOLDDOTTED; > ; < "Dash"; CHRDLG_UNDERLINE_DASH; > ; < "Dash (Bold)"; CHRDLG_UNDERLINE_BOLDDASH; > ; < "Long Dash"; CHRDLG_UNDERLINE_LONGDASH; > ; < "Long Dash (Bold)"; CHRDLG_UNDERLINE_BOLDLONGDASH; > ; < "Dot Dash"; CHRDLG_UNDERLINE_DASHDOT; > ; < "Dot Dash (Bold)"; CHRDLG_UNDERLINE_BOLDDASHDOT; > ; < "Dot Dot Dash"; CHRDLG_UNDERLINE_DASHDOTDOT; > ; < "Dot Dot Dash (Bold)"; CHRDLG_UNDERLINE_BOLDDASHDOTDOT; > ; < "Wave"; CHRDLG_UNDERLINE_WAVE; > ; < "Wave (Bold)"; CHRDLG_UNDERLINE_BOLDWAVE; > ; < "Double Wave"; CHRDLG_UNDERLINE_DOUBLEWAVE; > ; }; StringList [ x-comment ] = { < "; (Ohn; (Ohne)" ; CHRDLG_UNDERLINE_NONE ; > ; < "; Einf; Einfach" ; CHRDLG_UNDERLINE_SINGLE ; > ; < "; Dopp; Doppelt" ; CHRDLG_UNDERLINE_DOUBLE ; > ; < "; Fett"; CHRDLG_UNDERLINE_BOLD; > ; < "; Punk; Punktiert" ; CHRDLG_UNDERLINE_DOTTED ; > ; < "; Punk; Punktiert fett" ; CHRDLG_UNDERLINE_BOLDDOTTED; > ; < "; Stri; Strich"; CHRDLG_UNDERLINE_DASH; > ; < "; Stri; Strich fett"; CHRDLG_UNDERLINE_BOLDDASH; > ; < "; Stri; Strich lang"; CHRDLG_UNDERLINE_LONGDASH; > ; < "; Stri; Strich fett lang"; CHRDLG_UNDERLINE_BOLDLONGDASH; > ; < "; Punk; Punkt Strich"; CHRDLG_UNDERLINE_DASHDOT; > ; < "; Punk; Punkt Strich fett"; CHRDLG_UNDERLINE_BOLDDASHDOT; > ; < "; Punk; Punkt Punkt Strich"; CHRDLG_UNDERLINE_DASHDOTDOT; > ; < "; Punk; Punkt Punkt Strich fett"; CHRDLG_UNDERLINE_BOLDDASHDOTDOT; > ; < "; Well; Welle"; CHRDLG_UNDERLINE_WAVE; > ; < "; Well; Welle fett"; CHRDLG_UNDERLINE_BOLDWAVE; > ; < "; Well; Welle doppelt"; CHRDLG_UNDERLINE_DOUBLEWAVE; > ; }; }; FixedText FT_UNDERLINE_COLOR { Pos = MAP_APPFONT ( 86 , 6 ); Size = MAP_APPFONT ( 68 , 8 ); Text [ de ] = "~Farbe"; Text [ en-US ] = "Color"; }; ListBox LB_UNDERLINE_COLOR { Border = TRUE; Pos = MAP_APPFONT ( 86 , 17 ); Size = MAP_APPFONT ( 68 , 100 ); TabStop = TRUE; DropDown = TRUE; }; FixedText FT_STRIKEOUT { Pos = MAP_APPFONT ( 12 , 35 ); Size = MAP_APPFONT ( 68 , 8 ); Text [ de ] = "~Durchstreichung"; Text [ en-US ] = "Strikethrough" ; }; ListBox LB_STRIKEOUT { Border = TRUE; Pos = MAP_APPFONT ( 12 , 46 ); Size = MAP_APPFONT ( 68 , 72 ); TabStop = TRUE; DropDown = TRUE; StringList [ de ] = { < "(Ohne)" ; CHRDLG_STRIKEOUT_NONE ; > ; < "Einfach" ; CHRDLG_STRIKEOUT_SINGLE ; > ; < "Doppelt" ; CHRDLG_STRIKEOUT_DOUBLE ; > ; < "Fett" ; CHRDLG_STRIKEOUT_BOLD ; > ; < "Mit /" ; CHRDLG_STRIKEOUT_SLASH ; > ; < "Mit X" ; CHRDLG_STRIKEOUT_X ; > ; }; StringList [ en-US ] = { < "(Without)" ; CHRDLG_STRIKEOUT_NONE ; > ; < "Single" ; CHRDLG_STRIKEOUT_SINGLE ; > ; < "Double" ; CHRDLG_STRIKEOUT_DOUBLE ; > ; < "Bold" ; CHRDLG_STRIKEOUT_BOLD ; > ; < "With /" ; CHRDLG_STRIKEOUT_SLASH ; > ; < "With X" ; CHRDLG_STRIKEOUT_X ; > ; }; StringList [ x-comment ] = { < "; (Ohn; (Ohne)" ; CHRDLG_STRIKEOUT_NONE ; > ; < "; Einf; Einfach" ; CHRDLG_STRIKEOUT_SINGLE ; > ; < "; Dopp; Doppelt" ; CHRDLG_STRIKEOUT_DOUBLE ; > ; < "; Fett" ; CHRDLG_STRIKEOUT_BOLD ; > ; < "; Mit ; Mit /" ; CHRDLG_STRIKEOUT_SLASH ; > ; < "; Mit ; Mit X" ; CHRDLG_STRIKEOUT_X ; > ; }; }; CheckBox CB_INDIVIDUALWORDS { Pos = MAP_APPFONT ( 86 , 48 ); Size = MAP_APPFONT ( 68 , 10 ); TabStop = TRUE; Text [ de ] = "~Wortweise"; Text [ en-US ] = "Individual ~words" ; }; FixedText FT_EMPHASIS { Pos = MAP_APPFONT ( 12 , 64 ); Size = MAP_APPFONT ( 68 , 8 ); Text [ de ] = "~Betonungszeichen"; Text [ en-US ] = "Emp~hasis mark" ; }; ListBox LB_EMPHASIS { Border = TRUE; Pos = MAP_APPFONT ( 12 , 75 ); Size = MAP_APPFONT ( 68 , 72 ); TabStop = TRUE; DropDown = TRUE; StringList [ de ] = { < "(Ohne)" ; default ; > ; < "Punkt" ; default ; > ; < "Kreis" ; default ; > ; < "Scheibe" ; default ; > ; < "Akzent" ; default ; > ; }; StringList [ x-comment ] = { < "; (ohn; (ohne)" ; default ; > ; < "; Punk; Punkt" ; default ; > ; < "; Krei; Kreis" ; default ; > ; < "; Sche; Scheibe" ; default ; > ; < "; Akze; Akzent" ; default ; > ; }; StringList [ en-US ] = { < "(Without)" ; default ; > ; < "Dot" ; default ; > ; < "Circle" ; default ; > ; < "Disc" ; default ; > ; < "Accent" ; default ; > ; }; }; FixedText FT_POSITION { Pos = MAP_APPFONT ( 86 , 64 ); Size = MAP_APPFONT ( 68 , 8 ); Text [ de ] = "~Position"; Text [ en-US ] = "Position" ; }; ListBox LB_POSITION { Border = TRUE; Pos = MAP_APPFONT ( 86 , 75 ); Size = MAP_APPFONT ( 68 , 48 ); TabStop = TRUE; DropDown = TRUE; StringList [ de ] = { < "Über Text" ; CHRDLG_POSITION_OVER ; > ; < "Unter Text" ; CHRDLG_POSITION_UNDER ; > ; }; StringList [ en-US ] = { < "Above text" ; CHRDLG_POSITION_OVER ; > ; < "Below text" ; CHRDLG_POSITION_UNDER ; > ; }; StringList [ x-comment ] = { < "; Übe; Über Text" ; CHRDLG_POSITION_OVER ; > ; < "; Unte; Unter Text" ; CHRDLG_POSITION_UNDER ; > ; }; }; FixedText FT_FONTCOLOR { Pos = MAP_APPFONT ( 12 , 93 ); Size = MAP_APPFONT ( 68 , 8 ); Text [ de ] = "S~chriftfarbe"; Text [ en-US ] = "Font ~color" ; }; ListBox LB_FONTCOLOR { Border = TRUE; Pos = MAP_APPFONT ( 12 , 104 ); Size = MAP_APPFONT ( 68 , 72 ); TabStop = TRUE; DropDown = TRUE; }; FixedText FT_EFFECTS { Pos = MAP_APPFONT( 166 , 6 ); Size = MAP_APPFONT( 82 , 8 ); Text [ de ] = "~Auszeichnungen"; Text [ en-US ] = "Effects" ; }; ListBox LB_EFFECTS2 { Pos = MAP_APPFONT ( 166 , 17 ) ; Size = MAP_APPFONT ( 82 , 56 ) ; DropDown = TRUE; StringList [ de ] = { < "(Ohne)" ; Default ; > ; < "Versalien" ; Default ; > ; < "Gemeine" ; Default ; > ; < "Titelschrift" ; Default ; > ; < "Kapitälchen" ; Default ; > ; }; StringList [ en-US ] = { < "(Without)" ; Default ; > ; < "Capitals" ; Default ; > ; < "Lowercase" ; Default ; > ; < "Title" ; Default ; > ; < "Small capitals" ; Default ; > ; }; StringList [ x-comment ] = { < "; Kein; Keine" ; Default ; > ; < "; Vers; Versalien" ; Default ; > ; < "; Geme; Gemeine" ; Default ; > ; < "; Tite; Titelschrift" ; Default ; > ; < "; Kapi; Kapit?lchen" ; Default ; > ; }; }; FixedText FT_RELIEF { Pos = MAP_APPFONT ( 166 , 35 ); Size = MAP_APPFONT ( 82 , 8 ); Text [ de ] = "~Relief" ; Text [ en-US ] = "~Relief"; }; ListBox LB_RELIEF { Pos = MAP_APPFONT ( 166 , 46 ) ; Size = MAP_APPFONT ( 82 , 56 ) ; DropDown = TRUE; StringList [ de ] = { < "(Ohne)" ; Default ; > ; < "Erhaben" ; Default ; > ; < "Vertieft" ; Default ; > ; }; StringList [ x-comment ] = { < "; Kein; Keine" ; Default ; > ; < "; Erha; Erhaben" ; Default ; > ; < "; Vert; Vertieft" ; Default ; > ; }; StringList [ en-US ] = { < "(Without)" ; Default ; > ; < "Embossed" ; Default ; > ; < "Engraved" ; Default ; > ; }; }; TriStateBox CB_OUTLINE { Pos = MAP_APPFONT ( 166 , 64 ) ; Size = MAP_APPFONT ( 82 , 10 ) ; Text [ de ] = "~Kontur" ; Text [ en-US ] = "Outline" ; }; TriStateBox CB_SHADOW { Pos = MAP_APPFONT ( 166 , 78 ) ; Size = MAP_APPFONT ( 82 , 10 ) ; Text [ de ] = "~Schatten" ; Text [ en-US ] = "Shadow" ; }; TriStateBox CB_BLINKING { Pos = MAP_APPFONT ( 166 , 92 ) ; Size = MAP_APPFONT ( 82 , 10 ) ; Hide = TRUE; Text [ de ] = "B~linkend" ; Text [ en-US ] = "~Blinking" ; }; TriStateBox CB_CHARHIDDEN { Pos = MAP_APPFONT ( 166 , 106 ) ; Size = MAP_APPFONT ( 82 , 10 ) ; Text [ de ] = "Aus~geblendet" ; Text [ en-US ] = "H~idden" ; }; Window WIN_EFFECTS_PREVIEW { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 129 ) ; Size = MAP_APPFONT ( 248 , 37 ) ; Text [ de ] = "Beispiel"; Text [ en-US ] = "Example"; }; FixedText FT_EFFECTS_FONTTYPE { Pos = MAP_APPFONT ( 6 , 168 ) ; Size = MAP_APPFONT ( 248 , 16 ) ; WordBreak = TRUE ; }; String STR_EFFECTS_CAPITALS { Text [ de ] = "Versalien"; Text [ en-US ] = "Capitals" ; }; String STR_EFFECTS_LOWERCASE { Text [ de ] = "Gemeine"; Text [ en-US ] = "Lowercase" ; }; String STR_EFFECTS_TITLE { Text [ de ] = "Titelschrift"; Text [ en-US ] = "Title" ; }; String STR_EFFECTS_SMALL { Text [ de ] = "Kapitälchen"; Text [ en-US ] = "Small Capitals" ; }; String STR_EFFECTS_OUTLINE { Text [ de ] = "Kontur" ; Text [ en-US ] = "Outline" ; }; String STR_EFFECTS_SHADOW { Text [ de ] = "Schatten" ; Text [ en-US ] = "Shadow" ; }; String STR_EFFECTS_BLINKING { Text [ de ] = "Blinkend" ; Text [ en-US ] = "Blinking" ; }; String STR_CHARNAME_TRANSPARENT { Text [ x-comment ] = " "; Text [ de ] = "Transparent"; Text [ en-US ] = "Transparent"; }; }; // RID_SVXPAGE_CHAR_POSITION ------------------------------------------------ TabPage RID_SVXPAGE_CHAR_POSITION { HelpId = HID_SVXPAGE_CHAR_POSITION ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_POSITION { Pos = MAP_APPFONT ( 6 , 3 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Position"; Text [ en-US ] = "Position" ; }; RadioButton RB_HIGHPOS { Pos = MAP_APPFONT ( 12 , 16 ); Size = MAP_APPFONT ( 58 , 10 ); Text [ de ] = "~Hoch"; Text [ en-US ] = "Superscript" ; TabStop = TRUE; }; RadioButton RB_NORMALPOS { Pos = MAP_APPFONT ( 12 , 30 ); Size = MAP_APPFONT ( 58 , 10 ); Text [ de ] = "~Normal"; Text [ en-US ] = "Normal" ; TabStop = TRUE; }; RadioButton RB_LOWPOS { Pos = MAP_APPFONT ( 12 , 44 ); Size = MAP_APPFONT ( 58 , 10 ); Text [ de ] = "~Tief"; Text [ en-US ] = "Subscript" ; TabStop = TRUE; }; FixedText FT_HIGHLOW { Pos = MAP_APPFONT ( 74 , 16 ); Size = MAP_APPFONT ( 58 , 8 ); Text [ de ] = "H~och/Tief um"; Text [ en-US ] = "~Raise/lower by" ; }; MetricField ED_HIGHLOW { Border = TRUE; Pos = MAP_APPFONT ( 136 , 14 ); Size = MAP_APPFONT ( 30 , 12 ); TabStop = TRUE; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 100 ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; First = 1 ; Last = 100 ; SpinSize = 1 ; }; CheckBox CB_HIGHLOW { Pos = MAP_APPFONT ( 172 , 16 ); Size = MAP_APPFONT ( 76 , 10 ); Text [ de ] = "~Automatisch"; Text [ en-US ] = "A~utomatic" ; TabStop = TRUE; }; FixedText FT_FONTSIZE { Pos = MAP_APPFONT ( 74 , 32 ); Size = MAP_APPFONT ( 58 , 8 ); Text [ de ] = "~Schriftgröße rel."; Text [ en-US ] = "Relative font size" ; }; MetricField ED_FONTSIZE { Border = TRUE; Pos = MAP_APPFONT ( 136 , 30 ); Size = MAP_APPFONT ( 30 , 12 ); TabStop = TRUE; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 100 ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; First = 1 ; Last = 100 ; SpinSize = 1 ; }; FixedLine FL_ROTATION_SCALING { Pos = MAP_APPFONT ( 6 , 59 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Rotation / Skalierung"; Text [ en-US ] = "Rotation / scaling" ; }; FixedLine FL_SCALING { Pos = MAP_APPFONT ( 6 , 59 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Skalierung"; Text [ en-US ] = "Scaling" ; }; RadioButton RB_0_DEG { Pos = MAP_APPFONT ( 12 , 70 ); Size = MAP_APPFONT ( 46 , 10 ); TabStop = TRUE; Text [ de ] = "~0 Grad"; Text [ en-US ] = "~0 degrees" ; }; RadioButton RB_90_DEG { Pos = MAP_APPFONT ( 62 , 70 ); Size = MAP_APPFONT ( 46 , 10 ); TabStop = TRUE; Text [ de ] = "~90 Grad"; Text [ en-US ] = "~90 degrees" ; }; RadioButton RB_270_DEG { Pos = MAP_APPFONT ( 112 , 70 ); Size = MAP_APPFONT ( 46 , 10 ); TabStop = TRUE; Text [ de ] = "~270 Grad"; Text [ en-US ] = "~270 degrees" ; }; CheckBox CB_FIT_TO_LINE { Pos = MAP_APPFONT ( 162 , 70 ); Size = MAP_APPFONT ( 86 , 10 ); TabStop = TRUE; Text [ de ] = "An ~Zeile anpassen"; Text [ en-US ] = "Fit to line" ; }; FixedText FT_SCALE_WIDTH { Pos = MAP_APPFONT ( 12 , 86 ); Size = MAP_APPFONT ( 80 , 8 ); Text [ de ] = "~Breite skalieren"; Text [ en-US ] = "Scale ~width" ; }; MetricField MF_SCALE_WIDTH { Border = TRUE; Pos = MAP_APPFONT ( 94 , 84 ); Size = MAP_APPFONT ( 30 , 12 ); TabStop = TRUE; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 999 ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; First = 50 ; Last = 200 ; SpinSize = 1 ; }; FixedLine FL_KERNING2 { Pos = MAP_APPFONT ( 6 , 100 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Laufweite"; Text [ en-US ] = "Spacing" ; }; ListBox LB_KERNING2 { Border = TRUE; Pos = MAP_APPFONT ( 12 , 111 ); Size = MAP_APPFONT ( 72 , 48 ) ; DropDown = TRUE ; StringList [ de ] = { < "Standard" ; Default ; > ; < "Gesperrt" ; Default ; > ; < "Schmal" ; Default ; > ; }; StringList [ en-US ] = { < "Default" ; Default ; > ; < "Expanded" ; Default ; > ; < "Condensed" ; Default ; > ; }; StringList [ x-comment ] = { < "; Stan; Standard" ; Default ; > ; < "; Gesp; Gesperrt" ; Default ; > ; < "; Schm; Schmal" ; Default ; > ; }; }; FixedText FT_KERNING2 { Pos = MAP_APPFONT ( 86 , 113 ); Size = MAP_APPFONT ( 24 , 8 ); Center = TRUE ; Text [ de ] = "~um"; Text [ en-US ] = "b~y" ; }; MetricField ED_KERNING2 { Border = TRUE; Pos = MAP_APPFONT ( 112 , 111 ); Size = MAP_APPFONT ( 40 , 12 ); TabStop = TRUE; Repeat = TRUE ; Spin = TRUE ; Maximum = 9999 ; DecimalDigits = 1 ; Unit = FUNIT_POINT ; SpinSize = 10 ; }; CheckBox CB_PAIRKERNING { Pos = MAP_APPFONT ( 156 , 113 ); Size = MAP_APPFONT ( 92 , 10 ); Text [ de ] = "~Paarweises Kerning"; Text [ en-US ] = "~Pair kerning" ; TabStop = TRUE; }; Window WIN_POS_PREVIEW { Text [ de ] = "Beispiel" ; Text [ en-US ] = "Example" ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 129 ) ; Size = MAP_APPFONT ( 248 , 37 ) ; }; FixedText FT_POS_FONTTYPE { Pos = MAP_APPFONT ( 6 , 168 ) ; Size = MAP_APPFONT ( 248 , 16 ) ; WordBreak = TRUE ; }; }; TabPage RID_SVXPAGE_CHAR_TWOLINES { HelpId = HID_SVXPAGE_CHAR_TWOLINES ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_SWITCHON { Pos = MAP_APPFONT ( 6 , 3 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Doppelzeilig"; Text [ en-US ] = "Double-lined" ; }; CheckBox CB_TWOLINES { Pos = MAP_APPFONT ( 12 , 14 ); Size = MAP_APPFONT ( 236 , 10 ); Text [ de ] = "~Doppelzeilig schreiben"; Text [ en-US ] = "~Write in double lines" ; TabStop = TRUE; }; FixedLine FL_ENCLOSE { Pos = MAP_APPFONT ( 6 , 30 ); Size = MAP_APPFONT ( 248 , 8 ); Text [ de ] = "Einschließende Zeichen"; Text [ en-US ] = "Enclosing character" ; }; FixedText FT_STARTBRACKET { Pos = MAP_APPFONT ( 12 , 41 ); Size = MAP_APPFONT ( 90 , 8 ); Text [ de ] = "A~nfangszeichen"; Text [ en-US ] = "I~nitial character" ; }; ListBox ED_STARTBRACKET { Pos = MAP_APPFONT ( 12 , 52 ); Size = MAP_APPFONT ( 90 , 72 ); TabStop = TRUE; Border = TRUE; StringList [ de ] = { < "(Keines)" ; CHRDLG_ENCLOSE_NONE ; > ; < "(" ; CHRDLG_ENCLOSE_ROUND ; > ; < "[" ; CHRDLG_ENCLOSE_SQUARE ; > ; < "<" ; CHRDLG_ENCLOSE_POINTED ; > ; < "{" ; CHRDLG_ENCLOSE_CURVED ; > ; < "Weitere Zeichen..." ; CHRDLG_ENCLOSE_SPECIAL_CHAR ; > ; }; StringList [ en-US ] = { < "(None)" ; CHRDLG_ENCLOSE_NONE ; > ; < "(" ; CHRDLG_ENCLOSE_ROUND ; > ; < "[" ; CHRDLG_ENCLOSE_SQUARE ; > ; < "<" ; CHRDLG_ENCLOSE_POINTED ; > ; < "{" ; CHRDLG_ENCLOSE_CURVED ; > ; < "Other Characters..." ; CHRDLG_ENCLOSE_SPECIAL_CHAR ; > ; }; StringList [ x-comment ] = { < "; (Kei; (Keines)" ; CHRDLG_ENCLOSE_NONE ; > ; < "; (" ; CHRDLG_ENCLOSE_ROUND ; > ; < "; [" ; CHRDLG_ENCLOSE_SQUARE ; > ; < "; <" ; CHRDLG_ENCLOSE_POINTED ; > ; < "; {" ; CHRDLG_ENCLOSE_CURVED ; > ; < "; Weit; Weitere Zeichen..." ; CHRDLG_ENCLOSE_SPECIAL_CHAR ; > ; }; }; FixedText FT_ENDBRACKET { Pos = MAP_APPFONT ( 108 , 41 ); Size = MAP_APPFONT ( 90 , 8 ); Text [ de ] = "~Endzeichen"; Text [ en-US ] = "Final charact~er" ; }; ListBox ED_ENDBRACKET { Pos = MAP_APPFONT ( 108 , 52 ); Size = MAP_APPFONT ( 90 , 72 ); TabStop = TRUE; Border = TRUE; StringList [ de ] = { < "(Keines)" ; CHRDLG_ENCLOSE_NONE ; > ; < ")" ; CHRDLG_ENCLOSE_ROUND ; > ; < "]" ; CHRDLG_ENCLOSE_SQUARE ; > ; < ">" ; CHRDLG_ENCLOSE_POINTED ; > ; < "}" ; CHRDLG_ENCLOSE_CURVED ; > ; < "Weitere Zeichen..." ; CHRDLG_ENCLOSE_SPECIAL_CHAR ; > ; }; StringList [ en-US ] = { < "(None)" ; CHRDLG_ENCLOSE_NONE ; > ; < ")" ; CHRDLG_ENCLOSE_ROUND ; > ; < "]" ; CHRDLG_ENCLOSE_SQUARE ; > ; < ">" ; CHRDLG_ENCLOSE_POINTED ; > ; < "}" ; CHRDLG_ENCLOSE_CURVED ; > ; < "Other Characters..." ; CHRDLG_ENCLOSE_SPECIAL_CHAR ; > ; }; StringList [ x-comment ] = { < "; (Kei; (Keines)" ; CHRDLG_ENCLOSE_NONE ; > ; < "; )" ; CHRDLG_ENCLOSE_ROUND ; > ; < "; ]" ; CHRDLG_ENCLOSE_SQUARE ; > ; < "; >" ; CHRDLG_ENCLOSE_POINTED ; > ; < "; }" ; CHRDLG_ENCLOSE_CURVED ; > ; < "; Weit; Weitere Zeichen..." ; CHRDLG_ENCLOSE_SPECIAL_CHAR ; > ; }; }; Window WIN_TWOLINES_PREVIEW { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 129 ) ; Size = MAP_APPFONT ( 248 , 37 ) ; Text [ de ] = "Beispiel"; Text [ en-US ] = "Example" ; }; FixedText FT_TWOLINES_FONTTYPE { Pos = MAP_APPFONT ( 6 , 168 ) ; Size = MAP_APPFONT ( 248 , 16 ) ; WordBreak = TRUE ; Hide = TRUE; }; }; // ********************************************************************** EOF