/************************************************************************* * * $RCSfile: paragrph.src,v $ * * $Revision: 1.31 $ * * last change: $Author: kz $ $Date: 2001-07-14 20:23:12 $ * * 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 "helpid.hrc" #include "paragrph.hrc" // RID_SVXPAGE_STD_PARAGRAPH --------------------------------------------- TabPage RID_SVXPAGE_STD_PARAGRAPH { HelpId = HID_FORMAT_PARAGRAPH_STD ; Hide = TRUE ; Text = "Einzge und Abstnde" ; Text [ English ] = "Paragraph" ; Text [ norwegian ] = "Avsnitt" ; Text [ italian ] = "Rientri e interlinee" ; Text [ portuguese_brazilian ] = "Par?grafo" ; Text [ portuguese ] = "Avanos e espaamento" ; Text [ finnish ] = "Sisennys ja vlit" ; Text [ danish ] = "Indrykning og mellemrum" ; Text [ french ] = "Retraits et carts" ; Text [ swedish ] = "Indrag och avstnd" ; Text [ dutch ] = "Inspringingen en afstanden" ; Text [ spanish ] = "Sangras y espacios" ; Text [ english_us ] = "Indents and Spacing" ; Size = MAP_APPFONT ( 260 , 185 ) ; FixedText FT_LEFTINDENT { Pos = MAP_APPFONT ( 12 , 16 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text = "Von ~links" ; Text [ ENGLISH ] = "From ~left" ; Text [ norwegian ] = "Fra ~venstre" ; Text [ italian ] = "Da ~sinistra" ; Text [ portuguese_brazilian ] = "Da ~esquerda" ; Text [ portuguese ] = "~Esquerda" ; Text [ finnish ] = "~Vasemmalta" ; Text [ danish ] = "Fra venstre" ; Text [ french ] = "De ~gauche" ; Text [ swedish ] = "Frn ~vnster" ; Text [ dutch ] = "Van ~links" ; Text [ spanish ] = "De i~zquierda" ; Text [ english_us ] = "From ~left" ; Left = TRUE ; Text[ chinese_simplified ] = "(~L)"; Text[ russian ] = ""; Text[ polish ] = "Od lewej"; Text[ japanese ] = "(~L)"; Text[ chinese_traditional ] = "q(~L)"; Text[ arabic ] = " "; Text[ greek ] = "A "; Text[ korean ] = "ʺ(~L)"; Text[ turkish ] = "S~oldan"; Text[ language_user1 ] = " "; Text[ catalan ] = "De i~zquierda"; }; MetricField ED_LEFTINDENT { Border = TRUE ; Pos = MAP_APPFONT ( 135 , 14 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Last = 9999 ; SpinSize = 10 ; }; FixedText FT_RIGHTINDENT { Pos = MAP_APPFONT ( 12 , 32 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text = "Von ~rechts" ; Text [ ENGLISH ] = "From ri~ght" ; Text [ norwegian ] = "Fra h~yre" ; Text [ italian ] = "Da de~stra" ; Text [ portuguese_brazilian ] = "Da dire~ita" ; Text [ portuguese ] = "~Direita" ; Text [ finnish ] = "~Oikealta" ; Text [ danish ] = "Fra hjre" ; Text [ french ] = "De ~droite" ; Text [ swedish ] = "Frn ~hger" ; Text [ dutch ] = "Van ~rechts" ; Text [ spanish ] = "De derec~ha" ; Text [ english_us ] = "From rig~ht" ; Left = TRUE ; Text[ chinese_simplified ] = "(~H)"; Text[ russian ] = ""; Text[ polish ] = "Od prawej"; Text[ japanese ] = "E(~H)"; Text[ chinese_traditional ] = "qk(~H)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ʺ(~H)"; Text[ turkish ] = "Sa~dan"; Text[ language_user1 ] = " "; Text[ catalan ] = "De derec~ha"; }; MetricField ED_RIGHTINDENT { Border = TRUE ; Pos = MAP_APPFONT ( 135 , 30 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Last = 9999 ; SpinSize = 10 ; }; FixedText FT_FLINEINDENT { Pos = MAP_APPFONT ( 12 , 48 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text = "Erste Ze~ile" ; Text [ ENGLISH ] = "F~irst line" ; Text [ norwegian ] = "F~rste linje" ; Text [ italian ] = "Pri~ma riga" ; Text [ portuguese_brazilian ] = "P~rimeira linha" ; Text [ portuguese ] = "1 li~nha" ; Text [ finnish ] = "~Ensimminen rivi" ; Text [ danish ] = "Frste linje" ; Text [ french ] = "1re ~ligne" ; Text [ swedish ] = "F~rsta raden" ; Text [ dutch ] = "~Eerste regel" ; Text [ spanish ] = "Pri~m. lnea" ; Text [ english_us ] = "~First line" ; Left = TRUE ; Text[ chinese_simplified ] = "һ(~F)"; Text[ russian ] = "1- "; Text[ polish ] = "Pierwszy wiersz"; Text[ japanese ] = "ŏ̍s(~F)"; Text[ chinese_traditional ] = "Ĥ@(~F)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ù (~F)"; Text[ turkish ] = "lk ~satr"; Text[ language_user1 ] = " "; Text[ catalan ] = "Pri~m. lnea"; }; MetricField ED_FLINEINDENT { Border = TRUE ; Pos = MAP_APPFONT ( 135 , 46 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -9999 ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; First = -9999 ; Last = 9999 ; SpinSize = 10 ; }; CheckBox CB_AUTO { Pos = MAP_APPFONT ( 12 , 61 ) ; Size = MAP_APPFONT ( 120 , 10 ) ; Hide = TRUE ; Text = "~Automatisch" ; Text [ ENGLISH ] = "~Automatic" ; Text [ portuguese ] = "~Automaticamente" ; Text [ english_us ] = "~Automatic" ; Text [ portuguese_brazilian ] = "~Automatisch" ; Text [ swedish ] = "~Automatiskt" ; Text [ danish ] = "Automatisk" ; Text [ italian ] = "~Automatico" ; Text [ spanish ] = "Auto~mtico" ; Text [ french ] = "~Automatique" ; Text [ dutch ] = "~Automatisch" ; Text[ chinese_simplified ] = "Զ(~A)"; Text[ russian ] = ""; Text[ polish ] = "Automatycznie"; Text[ japanese ] = "(~A)"; Text[ chinese_traditional ] = "۰(~A)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ڵ(~A)"; Text[ turkish ] = "~Otomatik"; Text[ language_user1 ] = " "; Text[ catalan ] = "Auto~mtico"; Text[ finnish ] = "~Automaattinen"; }; FixedLine FL_INDENT { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 173 , 8 ) ; Text = "Einzug" ; Text [ ENGLISH ] = "Indent" ; Text [ norwegian ] = "Innrykk" ; Text [ italian ] = "Rientro" ; Text [ portuguese_brazilian ] = "Indentar" ; Text [ portuguese ] = "Avano de pargrafo" ; Text [ finnish ] = "Sisenn" ; Text [ danish ] = "Indrykning" ; Text [ french ] = "Retrait" ; Text [ swedish ] = "Indrag" ; Text [ dutch ] = "Inspringen" ; Text [ spanish ] = "Sangra" ; Text [ english_us ] = "Indent" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wcicie"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "Y"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "鿩 "; Text[ turkish ] = "Girinti"; Text[ language_user1 ] = " "; Text[ catalan ] = "Sangra"; }; FixedText FT_TOPDIST { Pos = MAP_APPFONT ( 12 , 90 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text = "~Oben" ; Text [ ENGLISH ] = "T~o top" ; Text [ norwegian ] = "T~il topp" ; Text [ italian ] = "Dall'al~to" ; Text [ portuguese_brazilian ] = "P~ara o topo" ; Text [ portuguese ] = "~Superior" ; Text [ finnish ] = "~Ylosa" ; Text [ danish ] = "Foroven" ; Text [ french ] = "En haut" ; Text [ swedish ] = "~verkant" ; Text [ dutch ] = "~Boven" ; Text [ spanish ] = "~Arriba" ; Text [ english_us ] = "~Top" ; Left = TRUE ; Text[ chinese_simplified ] = "ϲ(~T)"; Text[ russian ] = ""; Text[ polish ] = "Od gry"; Text[ japanese ] = "(~T)"; Text[ chinese_traditional ] = "VW(~T)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~T)"; Text[ turkish ] = "~st"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Arriba"; }; MetricField ED_TOPDIST { Border = TRUE ; Pos = MAP_APPFONT ( 135 , 88 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Last = 9999 ; SpinSize = 10 ; }; FixedText FT_BOTTOMDIST { Pos = MAP_APPFONT ( 12 , 104 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text = "~Unten" ; Text [ ENGLISH ] = "To ~bottom" ; Text [ norwegian ] = "Til ~bunn" ; Text [ italian ] = "Dal ~basso" ; Text [ portuguese_brazilian ] = "Para a ~base" ; Text [ portuguese ] = "~Inferior" ; Text [ finnish ] = "~Alaosa" ; Text [ danish ] = "Forneden" ; Text [ french ] = "En ~bas" ; Text [ swedish ] = "~Underkant" ; Text [ dutch ] = "Be~neden" ; Text [ spanish ] = "A~bajo" ; Text [ english_us ] = "~Bottom" ; Left = TRUE ; Text[ chinese_simplified ] = "²(~B)"; Text[ russian ] = ""; Text[ polish ] = "Od dou"; Text[ japanese ] = "(~B)"; Text[ chinese_traditional ] = "VU(~B)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "Ʒ(~B)"; Text[ turkish ] = "~Alt"; Text[ language_user1 ] = " "; Text[ catalan ] = "A~bajo"; }; MetricField ED_BOTTOMDIST { Border = TRUE ; Pos = MAP_APPFONT ( 135 , 104 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Last = 9999 ; SpinSize = 10 ; }; FixedLine FL_DIST { Pos = MAP_APPFONT ( 6 , 77 ) ; Size = MAP_APPFONT ( 173 , 8 ) ; Text = "Abstand" ; Text [ ENGLISH ] = "Distance" ; Text [ norwegian ] = "Avstand" ; Text [ italian ] = "Distanza" ; Text [ portuguese_brazilian ] = "Distncia" ; Text [ portuguese ] = "Espaamento" ; Text [ finnish ] = "Vlit" ; Text [ danish ] = "Afstand" ; Text [ french ] = "cart" ; Text [ swedish ] = "Avstnd" ; Text [ dutch ] = "Afstand" ; Text [ spanish ] = "Espacio" ; Text [ english_us ] = "Spacing" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Odstp"; Text[ japanese ] = "Ԋu"; Text[ chinese_traditional ] = "j"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Aralk"; Text[ language_user1 ] = " "; Text[ catalan ] = "Espacio"; }; ListBox LB_LINEDIST { Pos = MAP_APPFONT ( 12 , 133 ) ; Size = MAP_APPFONT ( 55 , 72 ) ; DropDown = TRUE ; StringList = { < "Einzeilig" ; Default ; > ; < "1,5zeilig" ; Default ; > ; < "Zweizeilig" ; Default ; > ; < "Proportional" ; Default ; > ; < "Mindestens" ; Default ; > ; /* ### ACHTUNG: Neuer Eintrag in Liste? 6 : Durchschu*/ /* ### ACHTUNG: Neuer Eintrag in Liste? 6 : Durchschu*/ < "Durchschuss" ; Default ; > ; }; StringList [ ENGLISH ] = { < "Einzeilig" ; Default ; > ; < "1,5zeilig" ; Default ; > ; < "Zweizeilig" ; Default ; > ; < "Proportional" ; Default ; > ; < "Mindestens" ; Default ; > ; < "Durchschu" ; Default ; > ; }; StringList [ norwegian ] = { < "Einzeilig" ; Default ; > ; < "1,5zeilig" ; Default ; > ; < "Zweizeilig" ; Default ; > ; < "Proportional" ; Default ; > ; < "Mindestens" ; Default ; > ; < "Durchschu" ; Default ; > ; }; StringList [ italian ] = { < "Singola" ; Default ; > ; < "1,5 righe" ; Default ; > ; < "Doppia" ; Default ; > ; < "Proporzionale" ; Default ; > ; < "Almeno" ; Default ; > ; < "Iniziale" ; Default ; > ; }; StringList [ portuguese_brazilian ] = { < "Einzeilig" ; Default ; > ; < "1,5zeilig" ; Default ; > ; < "Zweizeilig" ; Default ; > ; < "Proportional" ; Default ; > ; < "Mindestens" ; Default ; > ; < "A esquerda" ; Default ; > ; }; StringList [ portuguese ] = { < "Simples" ; Default ; > ; < "1,5 linhas" ; Default ; > ; < "Duplo" ; Default ; > ; < "Proporcional" ; Default ; > ; < "Mnimo" ; Default ; > ; < "Entrelinha" ; Default ; > ; }; StringList [ finnish ] = { < "Yksittinen" ; Default ; > ; < "1,5 rivi" ; Default ; > ; < "Kaksinkertainen" ; Default ; > ; < "Suhteellinen" ; Default ; > ; < "Vhintn" ; Default ; > ; < "Etuobjekti" ; Default ; > ; }; StringList [ danish ] = { < "Enkelt" ; Default ; > ; < "Halvanden" ; Default ; > ; < "Dobbelt" ; Default ; > ; < "Proportional" ; Default ; > ; < "Mindst" ; Default ; > ; < "Skydning" ; Default ; > ; }; StringList [ french ] = { < "Simple" ; Default ; > ; < "1,5 ligne" ; Default ; > ; < "Double" ; Default ; > ; < "Proportionnel" ; Default ; > ; < "Minimum" ; Default ; > ; < "Typographique" ; Default ; > ; }; StringList [ swedish ] = { < "Enkelt" ; Default ; > ; < "1,5 rader" ; Default ; > ; < "Dubbelt" ; Default ; > ; < "Proportionellt" ; Default ; > ; < "Minst" ; Default ; > ; < "Eget radavstnd" ; Default ; > ; }; StringList [ dutch ] = { < "Een regel" ; Default ; > ; < "1,5 regel" ; Default ; > ; < "Twee regels" ; Default ; > ; < "Proportioneel" ; Default ; > ; < "Minstens" ; Default ; > ; < "Interlinie" ; Default ; > ; }; StringList [ spanish ] = { < "Sencillo" ; Default ; > ; < "1,5 lneas" ; Default ; > ; < "Doble" ; Default ; > ; < "Proporcional" ; Default ; > ; < "Mnimo" ; Default ; > ; < "Regleta" ; Default ; > ; }; StringList [ english_us ] = { < "Single" ; Default ; > ; < "1.5 lines" ; Default ; > ; < "Double" ; Default ; > ; < "Proportional" ; Default ; > ; < "At least" ; Default ; > ; < "Leading" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "" ; Default ; > ; < "1,5 " ; Default ; > ; < "˫" ; Default ; > ; < "ɱ" ; Default ; > ; < "" ; Default ; > ; < "м" ; Default ; > ; }; StringList [ russian ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ polish ] = { < "pojedyncze" ; Default ; > ; < "1,5 wierszowe" ; Default ; > ; < "podwjne" ; Default ; > ; < "proporcjonalne" ; Default ; > ; < "minimalne" ; Default ; > ; < "wielokrotne" ; Default ; > ; }; StringList [ japanese ] = { < "1s" ; Default ; > ; < "1.5s" ; Default ; > ; < "2s" ; Default ; > ; < "ϓ" ; Default ; > ; < "ŏ" ; Default ; > ; < "sԗ]" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "" ; Default ; > ; < "1,5 " ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "ܤ" ; Default ; > ; < "eɦr" ; Default ; > ; }; StringList [ arabic ] = { < " " ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "1,5 " ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ korean ] = { < "1" ; Default ; > ; < "1.5 " ; Default ; > ; < "2 " ; Default ; > ; < "" ; Default ; > ; < "ּ" ; Default ; > ; < "ణ " ; Default ; > ; }; StringList [ turkish ] = { < "Tek satr" ; Default ; > ; < "1,5 satr" ; Default ; > ; < "ki satr" ; Default ; > ; < "Orantl" ; Default ; > ; < "En az" ; Default ; > ; < "Satr aral" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ catalan ] = { < "Sencillo" ; Default ; > ; < "1,5 lneas" ; Default ; > ; < "Doble" ; Default ; > ; < "Proporcional" ; Default ; > ; < "Mnimo" ; Default ; > ; < "Regleta" ; Default ; > ; }; }; String ST_LINEDIST_ABS { Text = "Fest" ; Text [ English ] = "Fix" ; Text [ english_us ] = "Fixed" ; Text [ portuguese_brazilian ] = "Fest" ; Text [ swedish ] = "Fast" ; Text [ danish ] = "Fast" ; Text [ italian ] = "Fissa" ; Text [ spanish ] = "Fijo" ; Text [ french ] = "Fix" ; Text [ dutch ] = "Vast" ; Text [ portuguese ] = "Fixo" ; Text[ chinese_simplified ] = "̶"; Text[ russian ] = ""; Text[ polish ] = "stae"; Text[ japanese ] = "Œ"; Text[ chinese_traditional ] = "Tw"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Sabit"; Text[ language_user1 ] = " "; Text[ catalan ] = "Fijo"; Text[ finnish ] = "Kiinte"; }; FixedText FT_LINEDIST { Disable = TRUE ; Pos = MAP_APPFONT ( 70 , 135 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text = "vo~n" ; Text [ ENGLISH ] = "~of" ; Text [ english_us ] = "of" ; Left = TRUE ; Text [ portuguese_brazilian ] = "~em" ; Text [ swedish ] = "~med" ; Text [ danish ] = "p" ; Text [ italian ] = "~di" ; Text [ spanish ] = "~de" ; Text [ french ] = "~De" ; Text [ dutch ] = "~van" ; Text [ portuguese ] = "de" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "z"; Text[ japanese ] = " (~B)"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "De~."; Text[ language_user1 ] = " "; Text[ catalan ] = "~de"; Text[ finnish ] = "of"; }; MetricField ED_LINEDISTPERCENT { Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 135 , 133 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 50 ; Maximum = 200 ; Value = 100 ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; First = 50 ; Last = 200 ; SpinSize = 1 ; }; MetricField ED_LINEDISTMETRIC { Disable = TRUE ; Border = TRUE ; Hide = TRUE ; Pos = MAP_APPFONT ( 135 , 133 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Last = 9999 ; SpinSize = 10 ; }; FixedLine FL_LINEDIST { Pos = MAP_APPFONT ( 6 , 122 ) ; Size = MAP_APPFONT ( 173 , 8 ) ; Text = "Zeilenabstand" ; Text [ ENGLISH ] = "Line spacing" ; Text [ norwegian ] = "Linjeavstand" ; Text [ italian ] = "Interlinea" ; Text [ portuguese_brazilian ] = "Espaamento de linha" ; Text [ portuguese ] = "Entrelinhas" ; Text [ finnish ] = "Rivivli" ; Text [ danish ] = "Linjeafstand" ; Text [ french ] = "Interligne" ; Text [ swedish ] = "Radavstnd" ; Text [ dutch ] = "Regelafstand" ; Text [ spanish ] = "Interlineado" ; Text [ english_us ] = "Line spacing" ; Text[ chinese_simplified ] = "о"; Text[ russian ] = " "; Text[ polish ] = "Odstpy midzy wierszami"; Text[ japanese ] = "s"; Text[ chinese_traditional ] = "Z"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "ٰ"; Text[ turkish ] = "Satr aral"; Text[ language_user1 ] = " "; Text[ catalan ] = "Interlineado"; }; Window WN_EXAMPLE { Border = TRUE ; Pos = MAP_APPFONT ( 185 , 7 ) ; Size = MAP_APPFONT ( 68 , 112 ) ; }; CheckBox CB_REGISTER { Pos = MAP_APPFONT ( 12 , 162 ) ; Size = MAP_APPFONT ( 120 , 10 ) ; Text = "Ber~cksichtigen" ; Text [ ENGLISH ] = "~Co~nsider" ; Hide = TRUE ; Text [ english_us ] = "A~ctivate" ; Text [ italian ] = "~Considera" ; Text [ spanish ] = "Con~siderar" ; Text [ french ] = "~Activer" ; Text [ dutch ] = "~Activeren" ; Text [ swedish ] = "~Ta hnsyn till" ; Text [ danish ] = "Aktiver" ; Text [ portuguese_brazilian ] = "Ber?cksichtigen" ; Text [ portuguese ] = "~Considerar" ; Text[ chinese_simplified ] = "˼(~C)"; Text[ russian ] = ""; Text[ polish ] = "Uwzgld~nij"; Text[ japanese ] = "킹(~C)"; Text[ chinese_traditional ] = "U(~C)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "Ȱȭ(~C)"; Text[ turkish ] = "Di~kkate al"; Text[ language_user1 ] = " "; Text[ catalan ] = "Con~siderar"; Text[ finnish ] = "~Aktivoi"; }; FixedLine FL_REGISTER { Pos = MAP_APPFONT ( 6 , 151 ) ; Size = MAP_APPFONT ( 173 , 8 ) ; Text = "Registerhaltigkeit" ; Text [ ENGLISH ] = "" ; Hide = TRUE ; Text [ italian ] = "Conformit registro" ; Text [ spanish ] = "Conformidad registro" ; Text [ french ] = "Contrle de reprage" ; Text [ dutch ] = "Registeren" ; Text [ english_us ] = "Register-true" ; Text [ swedish ] = "Register" ; Text [ danish ] = "Hold register" ; Text [ portuguese_brazilian ] = "Registerhaltigkeit" ; Text [ portuguese ] = "Registo" ; Text[ chinese_simplified ] = "ҳо"; Text[ russian ] = ""; Text[ polish ] = "Jednakowa wysoko wierszy"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "ϭZ۵"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = " Ȯ"; Text[ turkish ] = "Eit satr ykseklii"; Text[ language_user1 ] = " "; Text[ catalan ] = "Conformidad registro"; Text[ finnish ] = "Rekisteri-tosi"; }; Text[ chinese_simplified ] = "ͼ"; Text[ russian ] = " "; Text[ polish ] = "Wcicia i odstpy"; Text[ japanese ] = "ĂƍsԊu"; Text[ chinese_traditional ] = "YƩMj"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "鿩 "; Text[ turkish ] = "Girinti ve Aralklar"; Text[ language_user1 ] = " "; Text[ catalan ] = "Sangras y espacios"; }; // RID_SVXPAGE_ALIGN_PARAGRAPH --------------------------------------------- TabPage RID_SVXPAGE_ALIGN_PARAGRAPH { HelpId = HID_FORMAT_PARAGRAPH_ALIGN ; Hide = TRUE ; Text = "Ausrichtung" ; Text [ English ] = "Alignment" ; Text [ english_us ] = "Alignment" ; Text [ portuguese_brazilian ] = "Ausrichtung" ; Text [ swedish ] = "Justering" ; Text [ danish ] = "Justering" ; Text [ italian ] = "Allineamento" ; Text [ spanish ] = "Alineacin" ; Text [ french ] = "Alignement" ; Text [ dutch ] = "Uitlijning" ; Text [ portuguese ] = "Alinhamento" ; Size = MAP_APPFONT ( 260 , 185 ) ; FixedLine FL_ALIGN { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 173 , 8 ) ; Text = "Optionen" ; Text [ ENGLISH ] = "Options" ; Text [ norwegian ] = "Options" ; Text [ italian ] = "Opzioni" ; Text [ portuguese_brazilian ] = "Opes" ; Text [ portuguese ] = "Opes" ; Text [ finnish ] = "Mukauta" ; Text [ danish ] = "Indstillinger" ; Text [ french ] = "Options" ; Text [ swedish ] = "Alternativ" ; Text [ dutch ] = "Opties" ; Text [ spanish ] = "Opciones" ; Text [ english_us ] = "Options" ; Group = TRUE ; Text[ chinese_simplified ] = "ѡ"; Text[ russian ] = ""; Text[ polish ] = "Opcje"; Text[ japanese ] = "߼"; Text[ chinese_traditional ] = "ﶵ"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ɼ"; Text[ turkish ] = "Seenekler"; Text[ language_user1 ] = " "; Text[ catalan ] = "Options"; }; RadioButton BTN_LEFTALIGN { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 161 , 10 ) ; Text = "Lin~ks" ; Text [ ENGLISH ] = "Le~ft" ; Text [ norwegian ] = "Ve~nstre" ; Text [ italian ] = "~Sinistro" ; Text [ portuguese_brazilian ] = "Esq~uerda" ; Text [ portuguese ] = "Esq~uerda" ; Text [ finnish ] = "~Vasen" ; Text [ danish ] = "Venstre" ; Text [ french ] = "~ gauche" ; Text [ swedish ] = "~Vnster" ; Text [ dutch ] = "L~inks" ; Text [ spanish ] = "I~zquierda" ; Text [ english_us ] = "~Left" ; Group = TRUE ; Text[ chinese_simplified ] = "(~L)"; Text[ russian ] = ""; Text[ polish ] = "Do ~lewej"; Text[ japanese ] = "(~L)"; Text[ chinese_traditional ] = "V(~L)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = " (~L)"; Text[ turkish ] = "So~l"; Text[ language_user1 ] = " "; Text[ catalan ] = "I~zquierda"; }; RadioButton BTN_RIGHTALIGN { Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 161 , 10 ) ; Text = "Rech~ts" ; Text [ ENGLISH ] = "Righ~t" ; Text [ norwegian ] = "Hyr~e" ; Text [ italian ] = "Dest~ro" ; Text [ portuguese_brazilian ] = "Dire~ita" ; Text [ portuguese ] = "~Direita" ; Text [ finnish ] = "~Oikea" ; Text [ danish ] = "Hjre" ; Text [ french ] = " droi~te" ; Text [ swedish ] = "Hge~r" ; Text [ dutch ] = "Re~chts" ; Text [ spanish ] = "~Derecha" ; Text [ english_us ] = "Righ~t" ; Text[ chinese_simplified ] = "(~T)"; Text[ russian ] = ""; Text[ polish ] = "Do pra~wej"; Text[ japanese ] = "E(~T)"; Text[ chinese_traditional ] = "Vk(~T)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~T)"; Text[ turkish ] = "Sa~"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Derecha"; }; RadioButton BTN_CENTERALIGN { Pos = MAP_APPFONT ( 12 , 42 ) ; Size = MAP_APPFONT ( 161 , 10 ) ; Text = "Z~entriert" ; Text [ ENGLISH ] = "~Center" ; Text [ norwegian ] = "~Center" ; Text [ italian ] = "~Centrato" ; Text [ portuguese_brazilian ] = "~Centro" ; Text [ portuguese ] = "~Centrado" ; Text [ finnish ] = "~Keskit" ; Text [ danish ] = "Centreret" ; Text [ french ] = "~Centr" ; Text [ swedish ] = "C~entrerat" ; Text [ dutch ] = "~Gecentreerd" ; Text [ spanish ] = "~Centrado" ; Text [ english_us ] = "~Center" ; Text[ chinese_simplified ] = "(~C)"; Text[ russian ] = " "; Text[ polish ] = "Do rodka"; Text[ japanese ] = "(~C)"; Text[ chinese_traditional ] = "m(~C)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = " (~C)"; Text[ turkish ] = "~Ortala"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Centrado"; }; RadioButton BTN_JUSTIFYALIGN { Pos = MAP_APPFONT ( 12 , 56 ) ; Size = MAP_APPFONT ( 161 , 10 ) ; Text = "~Blocksatz" ; Text [ ENGLISH ] = "~Justified" ; Text [ norwegian ] = "~Stillt inn" ; Text [ italian ] = "~Giustificato" ; Text [ portuguese_brazilian ] = "~Justificado" ; Text [ portuguese ] = "~Justificado" ; Text [ finnish ] = "Tasattu" ; Text [ danish ] = "Lige margener" ; Text [ french ] = "~Justifi" ; Text [ swedish ] = "~Marginaljustering" ; Text [ dutch ] = "~Uitgevuld" ; Text [ spanish ] = "~Justificado" ; Text [ english_us ] = "Justified" ; Text[ chinese_simplified ] = "Ҷ(~J)"; Text[ russian ] = " "; Text[ polish ] = "Do lewej i praw~ej"; Text[ japanese ] = "ϓt(~J)"; Text[ chinese_traditional ] = "k(~J)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = " (~J)"; Text[ turkish ] = "~ki yana yasla"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Justificado"; }; FixedText FT_LASTLINE { Pos = MAP_APPFONT ( 20 , 72 ) ; Size = MAP_APPFONT ( 80 , 8 ) ; Text = "~Letzte Zeile" ; Text [ ENGLISH ] = "Last line" ; Hide = TRUE ; Text [ english_us ] = "~Last line" ; Text [ portuguese_brazilian ] = "~Letzte Zeile" ; Text [ swedish ] = "~Sista raden" ; Text [ danish ] = "Sidste linje" ; Text [ italian ] = "Ultima riga" ; Text [ spanish ] = "~ltima lnea" ; Text [ french ] = "~Dernire ligne" ; Text [ dutch ] = "~Laatste regel" ; Text [ portuguese ] = "~ltima linha" ; Text[ chinese_simplified ] = "һ(~L)"; Text[ russian ] = " "; Text[ polish ] = "Ostatni wiersz"; Text[ japanese ] = "Ō̍s(~L)"; Text[ chinese_traditional ] = "̫@(~L)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " (~L)"; Text[ turkish ] = "So~n satr"; Text[ language_user1 ] = " "; Text[ catalan ] = "~ltima lnea"; Text[ finnish ] = "~Viimeinen rivi"; }; ListBox LB_LASTLINE { Pos = MAP_APPFONT ( 105 , 70 ) ; Size = MAP_APPFONT ( 70 , 50 ) ; DropDown = TRUE ; Hide = TRUE ; StringList = { < "Links" ; Default ; > ; < "Zentriert" ; Default ; > ; < "Blocksatz" ; Default ; > ; }; StringList [ ENGLISH ] = { < "Links" ; Default ; > ; < "Zentriert" ; Default ; > ; < "Blocksatz" ; Default ; > ; }; stringlist [ english_us ] = { < "Left" ; Default ; > ; < "Centered" ; Default ; > ; < "Justified" ; Default ; > ; }; stringlist [ portuguese_brazilian ] = { < "Links" ; Default ; > ; < "Zentriert" ; Default ; > ; < "Blocksatz" ; Default ; > ; }; stringlist [ swedish ] = { < "Vnster" ; Default ; > ; < "Centrerat" ; Default ; > ; < "Marginaljusterad" ; Default ; > ; }; stringlist [ danish ] = { < "Venstre" ; Default ; > ; < "Centreret" ; Default ; > ; < "Lige margener" ; Default ; > ; }; stringlist [ italian ] = { < "Sinistra" ; Default ; > ; < "Centrato" ; Default ; > ; < "Giustificato" ; Default ; > ; }; stringlist [ spanish ] = { < "Izquierda" ; Default ; > ; < "Centrado" ; Default ; > ; < "Justificada" ; Default ; > ; }; stringlist [ french ] = { < " gauche" ; Default ; > ; < "Centr" ; Default ; > ; < "Justifi" ; Default ; > ; }; stringlist [ dutch ] = { < "Links" ; Default ; > ; < "Gecentreerd" ; Default ; > ; < "Uitgelijnd" ; Default ; > ; }; stringlist [ portuguese ] = { < "Esquerda" ; Default ; > ; < "Centrado" ; Default ; > ; < "Justificado" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "Ҷ" ; Default ; > ; }; StringList [ russian ] = { < "" ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ polish ] = { < "Do lewej" ; Default ; > ; < "Do rodka" ; Default ; > ; < "Do lewej i prawej" ; Default ; > ; }; StringList [ japanese ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "ϓt" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "V" ; Default ; > ; < "m" ; Default ; > ; < "k" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; }; StringList [ korean ] = { < "" ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; }; StringList [ turkish ] = { < "Sol" ; Default ; > ; < "Ortala" ; Default ; > ; < "ki yana yasla" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ catalan ] = { < "Izquierda" ; Default ; > ; < "Centrado" ; Default ; > ; < "Justificada" ; Default ; > ; }; StringList [ finnish ] = { < "Vasen" ; Default ; > ; < "Keskitetty" ; Default ; > ; < "Tasattu" ; Default ; > ; }; }; CheckBox CB_EXPAND { Pos = MAP_APPFONT ( 20 , 86 ) ; Size = MAP_APPFONT ( 153 , 10 ) ; Hide = TRUE ; Text = "Einzelnes ~Wort austreiben" ; Text [ ENGLISH ] = "Expand single ~word" ; Text [ english_us ] = "~Expand single word" ; Text [ portuguese_brazilian ] = "Einzelnes ~Wort austreiben" ; Text [ swedish ] = "~Expandera enstaka ord" ; Text [ danish ] = "Udvid enkelt ord" ; Text [ italian ] = "Giustificazione forzata" ; Text [ spanish ] = "E~xpandir una palabra" ; Text [ french ] = "tirer un ~mot seul" ; Text [ dutch ] = "Afzonderlijk ~woord verbreden" ; Text [ portuguese ] = "Expandir uma s ~palavra" ; Text[ chinese_simplified ] = "(~E)"; Text[ russian ] = " "; Text[ polish ] = "Rozcignij pojedyncze ~sowo"; Text[ japanese ] = "ԂLƂ(~E)"; Text[ chinese_traditional ] = "ԪӦr(~E)"; Text[ arabic ] = " "; Text[ greek ] = " ~"; Text[ korean ] = " ܾ Ȯ(~E)"; Text[ turkish ] = "Son szc ~genilet"; Text[ language_user1 ] = " "; Text[ catalan ] = "E~xpandir una palabra"; Text[ finnish ] = "~Laajenna yksittinen sana"; }; Window WN_EXAMPLE { Border = TRUE ; Pos = MAP_APPFONT ( 185 , 7 ) ; Size = MAP_APPFONT ( 68 , 112 ) ; }; FixedLine FL_VERTALIGN { Pos = MAP_APPFONT ( 6 , 146 ) ; Size = MAP_APPFONT ( 173 , 8 ) ; Text = "Vertikale Textausrichtung" ; Text [ ENGLISH ] = "Vertical text alignment" ; Hide = TRUE; Text[ english_us ] = "Vertical text alignment"; Text[ portuguese ] = "Alinhamento vertical do texto"; Text[ russian ] = " "; Text[ greek ] = "Vertical text alignment"; Text[ dutch ] = "Verticale uitlijning"; Text[ french ] = "Alignement vertical du texte"; Text[ spanish ] = "Alineacin vertical del texto"; Text[ italian ] = "Allineamento verticale testo"; Text[ danish ] = "Vertical text alignment"; Text[ swedish ] = "Vertikal textjustering"; Text[ polish ] = "Wyrwnanie tekstu w pionie"; Text[ portuguese_brazilian ] = "Vertical text alignment"; Text[ japanese ] = "c"; Text[ korean ] = "ؽƮ "; Text[ chinese_simplified ] = "ֱʽַ"; Text[ chinese_traditional ] = "r"; Text[ turkish ] = "Vertical text alignment"; Text[ arabic ] = "Vertical text alignment"; Text[ catalan ] = "Vertical text alignment"; Text[ finnish ] = "Vertikale Textausrichtung"; }; ListBox LB_VERTALIGN { Pos = MAP_APPFONT ( 12 , 157 ) ; Size = MAP_APPFONT ( 100 , 50 ) ; DropDown = TRUE ; Hide = TRUE ; StringList = { < "Automatisch" ; > ; < "Grundlinie" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; }; StringList [ ENGLISH ] = { < "Automatic" ; > ; < "Baseline" ; > ; < "Top" ; > ; < "Center" ; > ; < "Bottom" ; > ; }; StringList [ language_user1 ] = { < "Automatisch" ; > ; < "Grundlinie" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; }; StringList [ english_us ] = { < "Automatic" ; > ; < "Base line" ; > ; < "Top" ; > ; < "Middle" ; > ; < "Bottom" ; > ; }; StringList [ portuguese ] = { < "Automtico" ; > ; < "Linha de base" ; > ; < "Topo" ; > ; < "Centrado" ; > ; < "Base" ; > ; }; StringList [ russian ] = { < "" ; > ; < " " ; > ; < "" ; > ; < " " ; > ; < "" ; > ; }; StringList [ greek ] = { < "" ; > ; < " " ; > ; < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ dutch ] = { < "Automatisch" ; > ; < "Basislijn" ; > ; < "Boven" ; > ; < "Gecentreerd" ; > ; < "Beneden" ; > ; }; StringList [ french ] = { < "Automatique" ; > ; < "Ligne de base" ; > ; < "En haut" ; > ; < "Centr" ; > ; < "En bas" ; > ; }; StringList [ spanish ] = { < "Automtico" ; > ; < "Lnea de base" ; > ; < "Arriba" ; > ; < "Centrado" ; > ; < "Abajo" ; > ; }; StringList [ italian ] = { < "Automatico" ; > ; < "Linea di base" ; > ; < "In alto" ; > ; < "Al centro" ; > ; < "In basso" ; > ; }; StringList [ danish ] = { < "Automatisk" ; > ; < "Basislinje" ; > ; < "verst" ; > ; < "Centreret" ; > ; < "nedad" ; > ; }; StringList [ swedish ] = { < "Automatiskt" ; > ; < "Baslinje" ; > ; < "Uppe" ; > ; < "Centrerat" ; > ; < "Nere" ; > ; }; StringList [ polish ] = { < "Automatycznie" ; > ; < "Do linii podstawowej" ; > ; < "Do gry" ; > ; < "Do rodka" ; > ; < "Do dou" ; > ; }; StringList [ portuguese_brazilian ] = { < "Automatisch" ; > ; < "Grundlinie" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; }; StringList [ japanese ] = { < "" ; > ; < "" ; > ; < "㑵" ; > ; < "" ; > ; < "" ; > ; }; StringList [ korean ] = { < "ڵ" ; > ; < "ض" ; > ; < "" ; > ; < "" ; > ; < "Ʒ" ; > ; }; StringList [ chinese_simplified ] = { < "Զ" ; > ; < "" ; > ; < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ chinese_traditional ] = { < "۰" ; > ; < "u" ; > ; < "VW" ; > ; < "m" ; > ; < "VU" ; > ; }; StringList [ turkish ] = { < "Otomatik" ; > ; < "Taban izgisi" ; > ; < "stte" ; > ; < "Ortala" ; > ; < "Aa" ; > ; }; StringList [ arabic ] = { < "" ; > ; < " " ; > ; < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ catalan ] = { < "Automatisch" ; > ; < "Grundlinie" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; }; StringList [ finnish ] = { < "Automaattinen" ; > ; < "Perusviiva" ; > ; < "yls" ; > ; < "Keskit" ; > ; < "alas" ; > ; }; }; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wyrwnanie"; Text[ japanese ] = "zu"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Hizalama"; Text[ language_user1 ] = " "; Text[ catalan ] = "Alineacin"; Text[ finnish ] = "Tasaus"; }; // RID_SVXPAGE_EXT_PARAGRAPH --------------------------------------------- TabPage RID_SVXPAGE_EXT_PARAGRAPH { HelpId = HID_FORMAT_PARAGRAPH_EXT ; Hide = TRUE ; Text = "Textfluss" ; Text [ English ] = "Paragraph Extensions" ; Text [ norwegian ] = "Utvidelse av avsnitt" ; Text [ italian ] = "Flusso di testo" ; Text [ portuguese_brazilian ] = "Extens es de Par?grafo" ; Text [ portuguese ] = "Fluxo de texto" ; Text [ finnish ] = "Tekstin rivitys" ; Text [ danish ] = "Tekstretning" ; Text [ french ] = "Enchanements" ; Text [ swedish ] = "Textflde" ; Text [ dutch ] = "Tekstverloop" ; Text [ spanish ] = "Flujo del texto" ; Text [ english_us ] = "Text Flow" ; Size = MAP_APPFONT ( 260 , 185 ) ; TriStateBox BTN_HYPHEN { Pos = MAP_APPFONT ( 12 , 16 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; Text = "Auto~matisch" ; Text [ dutch ] = "Auto~matisch" ; Text [ english_us ] = "A~utomatically" ; Text [ italian ] = "Auto~matico" ; Text [ spanish ] = "Au~tomtico" ; Text [ french ] = "Auto~matique" ; Text [ swedish ] = "Auto~matisk" ; Text [ danish ] = "Automatisk" ; Text [ portuguese ] = "Auto~maticamente" ; Text [ portuguese_brazilian ] = "Auto~m." ; Text[ chinese_simplified ] = "Զ(~U)"; Text[ russian ] = ""; Text[ polish ] = "A~utomatycznie"; Text[ japanese ] = "(~U)"; Text[ chinese_traditional ] = "۰(~U)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ڵ(~U)"; Text[ turkish ] = "Oto~matik"; Text[ language_user1 ] = " "; Text[ catalan ] = "Au~tomtico"; Text[ finnish ] = "~Automaattisesti"; }; FixedText FT_BEFORE { Disable = TRUE ; Pos = MAP_APPFONT ( 75 , 16 ) ; Size = MAP_APPFONT ( 10 , 8 ) ; Text = "~ab" ; Text [ English ] = "~at" ; Text [ norwegian ] = "~p" ; Text [ italian ] = "~a" ; Text [ portuguese_brazilian ] = "~em" ; Text [ portuguese ] = "~mn." ; Text [ finnish ] = "~kohteessa" ; Text [ danish ] = "fra" ; Text [ french ] = "~min." ; Text [ swedish ] = "~frn" ; Text [ dutch ] = "~v.a." ; Text [ spanish ] = "~en" ; Text [ english_us ] = "~at" ; Text[ chinese_simplified ] = "(~A)"; Text[ russian ] = ""; Text[ polish ] = "od"; Text[ japanese ] = "s(~A)"; Text[ chinese_traditional ] = "q(~A)"; Text[ arabic ] = " "; Text[ greek ] = "~"; Text[ korean ] = "(~A)"; Text[ turkish ] = "~asg."; Text[ language_user1 ] = " "; Text[ catalan ] = "~en"; }; NumericField ED_HYPHENBEFORE { Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 87 , 14 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 2 ; Maximum = 9 ; Value = 2 ; First = 2 ; Last = 9 ; }; FixedText FT_HYPHENBEFORE { Disable = TRUE ; Pos = MAP_APPFONT ( 113 , 16 ) ; Size = MAP_APPFONT ( 138 , 8 ) ; Text = "Zeichen am Zeilenende" ; Text [ ENGLISH ] = "Chars" ; Text [ norwegian ] = "Tegn" ; Text [ italian ] = "caratteri a fine riga" ; Text [ portuguese_brazilian ] = "Caracteres" ; Text [ portuguese ] = "caracteres no fim da linha" ; Text [ finnish ] = "Merkkej rivin lopussa" ; Text [ danish ] = "tegn ved linjens slutning" ; Text [ french ] = "caractres en fin de ligne" ; Text [ swedish ] = "tecken i slutet av raden" ; Text [ dutch ] = "tekens aan regeleinde" ; Text [ spanish ] = "carcter al final de la lnea" ; Text [ english_us ] = "Characters at line end" ; Left = TRUE ; Text[ chinese_simplified ] = "ĩַ"; Text[ russian ] = " "; Text[ polish ] = "znakw na kocu wiersza"; Text[ japanese ] = "ȏ"; Text[ chinese_traditional ] = "楽r"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " κп ִ "; Text[ turkish ] = "satrsonu karakteri"; Text[ language_user1 ] = " "; Text[ catalan ] = "carcter al final de la lnea"; }; FixedText FT_AFTER { Disable = TRUE ; Pos = MAP_APPFONT ( 75 , 32 ) ; Size = MAP_APPFONT ( 10 , 8 ) ; Text = "a~b" ; Text [ English ] = "a~t" ; Text [ norwegian ] = "p~" ; Text [ italian ] = "a~" ; Text [ portuguese_brazilian ] = "e~m" ; Text [ portuguese ] = "m~n." ; Text [ finnish ] = "~kohteessa" ; Text [ danish ] = "fra" ; Text [ french ] = "m~in." ; Text [ swedish ] = "f~rn" ; Text [ dutch ] = "v.~a." ; Text [ spanish ] = "e~n" ; Text [ english_us ] = "a~t" ; Text[ chinese_simplified ] = "(~T)"; Text[ russian ] = ""; Text[ polish ] = "od"; Text[ japanese ] = "s(~T)"; Text[ chinese_traditional ] = "q(~T)"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "(~T)"; Text[ turkish ] = "a~sg."; Text[ language_user1 ] = " "; Text[ catalan ] = "e~n"; }; NumericField ED_HYPHENAFTER { Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 87 , 30 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 2 ; Maximum = 9 ; Value = 2 ; First = 2 ; Last = 9 ; }; FixedText FT_HYPHENAFTER { Disable = TRUE ; Pos = MAP_APPFONT ( 113 , 32 ) ; Size = MAP_APPFONT ( 138 , 8 ) ; Text = "Zeichen am Zeilenanfang" ; Text [ ENGLISH ] = "Chars" ; Text [ norwegian ] = "Tegn" ; Text [ italian ] = "caratteri ad inizio riga" ; Text [ portuguese_brazilian ] = "Caracteres" ; Text [ portuguese ] = "Caracteres no incio da linha" ; Text [ finnish ] = "Merkkej rivin alussa" ; Text [ danish ] = "tegn ved linjens begyndelse" ; Text [ french ] = "caractres en dbut de ligne" ; Text [ swedish ] = "tecken i brjan av raden" ; Text [ dutch ] = "tekens aan regelbegin" ; Text [ spanish ] = "carcter al comienzo de la lnea" ; Text [ english_us ] = "Characters at line begin" ; Left = TRUE ; Text[ chinese_simplified ] = "ַ"; Text[ russian ] = " "; Text[ polish ] = "znakw na pocztku wiersza"; Text[ japanese ] = "ȏ"; Text[ chinese_traditional ] = "歺r"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " ۺκп ִ "; Text[ turkish ] = "satrba karakteri"; Text[ language_user1 ] = " "; Text[ catalan ] = "carcter al comienzo de la lnea"; }; FixedText FT_MAXHYPH { Pos = MAP_APPFONT ( 39 , 48 ) ; Size = MAP_APPFONT ( 210 , 8 ) ; WordBreak = TRUE ; Text = "Maximal aufeinander folgende Tr~ennstellen" ; Text [ ENGLISH ] = "Max. consecutive hyphens" ; Text [ norwegian ] = "Maksimalt antall av flgende Bindestreke~r" ; Text [ italian ] = "Sillabazioni successive:" ; Text [ portuguese_brazilian ] = "Contagem m?xima do seguinte" ; Text [ portuguese ] = "~Mximo de hfens consecutivos" ; Text [ finnish ] = "~Perkkisten tavuviivojen enimmismr" ; Text [ danish ] = "Maksimalt antal orddelinger i rkke" ; Text [ french ] = "Nombre ~maximal de coupures de mots conscutives" ; Text [ swedish ] = "H~gsta antal bindestreck efter varandra" ; Text [ dutch ] = "~Max. aantal opeenvolgende scheidingstekens" ; Text [ spanish ] = "Cantidad mxima de ~guiones consecutivos" ; Text [ english_us ] = "~Maximum no. of consecutive hyphens" ; Text[ chinese_simplified ] = "ʹõֺĿ(~M)"; Text[ russian ] = " "; Text[ polish ] = "maksymalnie nastpujce po sobie miejsca podziau"; Text[ japanese ] = "ʲ݂̍ōA(~M)"; Text[ chinese_traditional ] = "̦hsϥΪsrżƥ(~M)"; Text[ arabic ] = " "; Text[ greek ] = " ~ "; Text[ korean ] = "ִ (~M)"; Text[ turkish ] = "Azami ardk ayrma iareti sa~ys"; Text[ language_user1 ] = " "; Text[ catalan ] = "Cantidad mxima de ~guiones consecutivos"; }; NumericField ED_MAXHYPH { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 46 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 99 ; Last = 99 ; }; FixedLine FL_HYPHEN { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Silbentrennung" ; Text [ ENGLISH ] = "Hyphenation" ; Text [ norwegian ] = "Orddeling" ; Text [ italian ] = "Sillabazione" ; Text [ portuguese_brazilian ] = "Hifena??o" ; Text [ portuguese ] = "Diviso silbica" ; Text [ finnish ] = "Tavutus" ; Text [ danish ] = "Orddeling" ; Text [ french ] = "Coupure des mots" ; Text [ swedish ] = "Avstavning" ; Text [ dutch ] = "Woordafbreking" ; Text [ spanish ] = "Separacin silbica" ; Text [ english_us ] = "Hyphenation" ; Text[ chinese_simplified ] = "ַ"; Text[ russian ] = " "; Text[ polish ] = "Dzielenie wyrazw"; Text[ japanese ] = "ʲȰ"; Text[ chinese_traditional ] = "sr"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = " ֱ"; Text[ turkish ] = "Heceleme"; Text[ language_user1 ] = " "; Text[ catalan ] = "Separacin silbica"; }; TriStateBox BTN_PAGEBREAK { // Disable = TRUE; Pos = MAP_APPFONT ( 12 , 75 ) ; Size = MAP_APPFONT ( 80 , 10 ) ; Text = "~Umbruch" ; Text [ ENGLISH ] = "~Break" ; Text [ norwegian ] = "~Skift" ; Text [ italian ] = "I~nterruzione" ; Text [ portuguese_brazilian ] = "~Interrup??o" ; Text [ portuguese ] = "~Quebra" ; Text [ finnish ] = "~Keskeytys" ; Text [ danish ] = "Skift" ; Text [ french ] = "~Saut" ; Text [ swedish ] = "~Brytning" ; Text [ dutch ] = "~Afbreking" ; Text [ spanish ] = "~Salto" ; Text [ english_us ] = "~Break" ; Group = TRUE ; Text[ chinese_simplified ] = "ҳ(~B)"; Text[ russian ] = ""; Text[ polish ] = "Podzia~"; Text[ japanese ] = "؂(~B)"; Text[ chinese_traditional ] = "(~B)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~B)"; Text[ turkish ] = "~Kesme"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Salto"; }; RadioButton BTN_BREAKPAGE { // Disable = TRUE; Pos = MAP_APPFONT ( 98 , 75 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text = "~Seite" ; Text [ ENGLISH ] = "~Page" ; Text [ norwegian ] = "~Page" ; Text [ italian ] = "~Pagina" ; Text [ portuguese_brazilian ] = "~P?gina" ; Text [ portuguese ] = "~Pgina" ; Text [ finnish ] = "~Sivu" ; Text [ danish ] = "Side" ; Text [ french ] = "~Page" ; Text [ swedish ] = "Si~da" ; Text [ dutch ] = "~Pagina" ; Text [ spanish ] = "P~gina" ; Text [ english_us ] = "~Page" ; Group = TRUE ; Check = TRUE ; Text[ chinese_simplified ] = "ҳ(~P)"; Text[ russian ] = ""; Text[ polish ] = "~Strona"; Text[ japanese ] = "߰(~P)"; Text[ chinese_traditional ] = "(~P)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~P)"; Text[ turkish ] = "~Sayfa"; Text[ language_user1 ] = " "; Text[ catalan ] = "P~gina"; }; RadioButton BTN_BREAKCOLUMN { // Disable = TRUE; Pos = MAP_APPFONT ( 176 , 75 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text = "S~palte" ; Text [ ENGLISH ] = "~Column" ; Text [ norwegian ] = "~Kolonne" ; Text [ italian ] = "~Colonna" ; Text [ portuguese_brazilian ] = "~Coluna" ; Text [ portuguese ] = "~Coluna" ; Text [ finnish ] = "~Sarake" ; Text [ danish ] = "Spalte" ; Text [ french ] = "~Colonne" ; Text [ swedish ] = "~Kolumn" ; Text [ dutch ] = "~Kolom" ; Text [ spanish ] = "~Columna" ; Text [ english_us ] = "Colu~mn" ; Text[ chinese_simplified ] = "(~M)"; Text[ russian ] = ""; Text[ polish ] = "Kolumna"; Text[ japanese ] = "(~M)"; Text[ chinese_traditional ] = "(~M)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~M)"; Text[ turkish ] = "S~tun"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Columna"; }; RadioButton BTN_PAGEBREAKBEFORE { // Disable = TRUE; Pos = MAP_APPFONT ( 98 , 89 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text = "~davor" ; Text [ ENGLISH ] = "be~fore" ; Text [ norwegian ] = "f~r" ; Text [ italian ] = "~Prima" ; Text [ portuguese_brazilian ] = "an~tes" ; Text [ portuguese ] = "An~tes" ; Text [ finnish ] = "~Ennen" ; Text [ danish ] = "Fr" ; Text [ french ] = "A~vant" ; Text [ swedish ] = "F~re" ; Text [ dutch ] = "~voor" ; Text [ spanish ] = "De~lante" ; Text [ english_us ] = "Be~fore" ; Group = TRUE ; Check = TRUE ; Text[ chinese_simplified ] = "ǰ(~F)"; Text[ russian ] = ""; Text[ polish ] = "prz~ed"; Text[ japanese ] = "؂O(~F)"; Text[ chinese_traditional ] = "e(~F)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = " (~F)"; Text[ turkish ] = "~sonra"; Text[ language_user1 ] = " "; Text[ catalan ] = "De~lante"; }; RadioButton BTN_PAGEBREAKAFTER { // Disable = TRUE; Pos = MAP_APPFONT ( 176 , 89 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text = "da~nach" ; Text [ ENGLISH ] = "aft~er" ; Text [ norwegian ] = "ett~er" ; Text [ italian ] = "D~opo" ; Text [ portuguese_brazilian ] = "dep~ois" ; Text [ portuguese ] = "Dep~ois" ; Text [ finnish ] = "~Jlkeen" ; Text [ danish ] = "Efter" ; Text [ french ] = "a~prs" ; Text [ swedish ] = "Eft~er" ; Text [ dutch ] = "~na" ; Text [ spanish ] = "de~trs" ; Text [ english_us ] = "Aft~er" ; Text[ chinese_simplified ] = "֮(~E)"; Text[ russian ] = ""; Text[ polish ] = "z~a"; Text[ japanese ] = "؂(~E)"; Text[ chinese_traditional ] = "(~E)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = " (~E)"; Text[ turkish ] = "~nce"; Text[ language_user1 ] = " "; Text[ catalan ] = "de~trs"; }; TriStateBox BTN_PAGECOLL { // Disable = TRUE; Pos = MAP_APPFONT (12 , 105 ) ; Size = MAP_APPFONT ( 80 , 10 ) ; Text = "mit Seitenvor~lage" ; Text [ ENGLISH ] = "With temp~late" ; Text [ norwegian ] = "Med m~al" ; Text [ italian ] = "Con modello di pagina" ; Text [ portuguese_brazilian ] = "Com mode~lo" ; Text [ portuguese ] = "Com e~stilo de pgina" ; Text [ finnish ] = "~Sivutyylin kanssa" ; Text [ danish ] = "Med sidetypografi" ; Text [ french ] = "Avec le style de page" ; Text [ swedish ] = "Med sidformatm~all" ; Text [ dutch ] = "Met pagina-~opmaakprofiel" ; Text [ spanish ] = "C~on estilo de pgina" ; Text [ english_us ] = "With Page St~yle" ; Group = TRUE ; Text[ chinese_simplified ] = "ʹҳʽ(~Y)"; Text[ russian ] = " "; Text[ polish ] = "Ze stylem strony"; Text[ japanese ] = "߰޽ٕt(~Y)"; Text[ chinese_traditional ] = "ϥέ˦(~Y)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " Բ(~Y)"; Text[ turkish ] = "Sayfa biiml~i"; Text[ language_user1 ] = "All \"Vorlagen\" /Styles are written with a capital S.10.5.00EM"; Text[ catalan ] = "C~on estilo de pgina"; }; ListBox LB_PAGECOLL { // Disable = TRUE; Pos = MAP_APPFONT ( 98 , 103 ) ; Size = MAP_APPFONT ( 61 , 50 ) ; DropDown = TRUE ; Sort = TRUE; }; FixedText FT_PAGENUM { Pos = MAP_APPFONT ( 163 , 105 ) ; Size = MAP_APPFONT ( 57 , 8 ) ; Center = TRUE ; Text = "Se~itennummer" ; Text [ ENGLISH ] = "Page number" ; Text [ english_us ] = "Page ~number" ; Text [ swedish ] = "S~idnummer" ; Text [ danish ] = "Sidetal" ; Text [ italian ] = "Numero di pag~ina" ; Text [ spanish ] = "N~mero de pgina" ; Text [ french ] = "~Numro de page" ; Text [ dutch ] = "Pa~ginanummer" ; Text [ portuguese_brazilian ] = "Se~itennummer" ; Text [ portuguese ] = "~Nmero de pgina" ; Text[ chinese_simplified ] = "ҳ(~N)"; Text[ russian ] = " "; Text[ polish ] = "Numer strony"; Text[ japanese ] = "߰ޔԍ(~N)"; Text[ chinese_traditional ] = "X(~N)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " ȣ(~N)"; Text[ turkish ] = "Sayfa n~umaras"; Text[ language_user1 ] = " "; Text[ catalan ] = "N~mero de pgina"; Text[ finnish ] = "~Sivunumero"; }; NumericField ED_PAGENUM { Border = TRUE ; Pos = MAP_APPFONT ( 221 , 103 ) ; Size = MAP_APPFONT ( 26 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 9999 ; Value = 0 ; First = 0 ; Last = 9999 ; }; TriStateBox BTN_KEEPTOGETHER { Pos = MAP_APPFONT ( 12 , 119 ) ; Size = MAP_APPFONT ( 150 , 10 ) ; Text = "Absatz ni~cht trennen" ; Text [ ENGLISH ] = "~Keep together" ; Text [ norwegian ] = "~Hold sammen" ; Text [ italian ] = "Non separare il paragrafo" ; Text [ portuguese_brazilian ] = "~Manter junto" ; Text [ portuguese ] = "Manter linhas ~juntas" ; Text [ finnish ] = "~Ei rivien erotusta" ; Text [ danish ] = "Del ikke afsnit" ; Text [ french ] = "~Lignes solidaires" ; Text [ swedish ] = "Dela inte sty~cke" ; Text [ dutch ] = "A~linea niet splitsen" ; Text [ spanish ] = "Mantener ~lneas juntas" ; Text [ english_us ] = "~Don't separate lines" ; Group = TRUE ; Text[ chinese_simplified ] = "䲻(~D)"; Text[ russian ] = " "; Text[ polish ] = "Nie dziel akapitu"; Text[ japanese ] = "i𕪊Ȃ(~D)"; Text[ chinese_traditional ] = "qj(~D)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ܶ ʱ(~D)"; Text[ turkish ] = "Paragraf ~blme"; Text[ language_user1 ] = " "; Text[ catalan ] = "Mantener ~lneas juntas"; }; TriStateBox CB_KEEPTOGETHER { Pos = MAP_APPFONT ( 12 , 133 ) ; Size = MAP_APPFONT ( 150 , 10 ) ; Text = "Abs~tze zusammenhalten" ; Text [ ENGLISH ] = "Kee~p paragraphs together" ; Text [ norwegian ] = "Holde~r avsnittene samlet" ; Text [ italian ] = "Ti~eni paragrafi uniti" ; Text [ portuguese_brazilian ] = "Man~ter par?grafos juntos" ; Text [ portuguese ] = "Manter pa~rgrafos juntos" ; Text [ finnish ] = "~Sido seuraavaan kappaleeseen" ; Text [ danish ] = "Hold sammen med nste afsnit" ; Text [ french ] = "Paragraphes solidaires" ; Text [ swedish ] = "Hll ihop s~tycken" ; Text [ dutch ] = "Alineas ~bijeenhouden" ; Text [ spanish ] = "Mantener prra~fos juntos" ; Text [ english_us ] = "~Keep with next paragraph" ; Text[ chinese_simplified ] = "֮ǰҳ(~K)"; Text[ russian ] = " "; Text[ polish ] = "cznie z nastpnym"; Text[ japanese ] = "i̐ڍ(~K)"; Text[ chinese_traditional ] = "qe(~K)"; Text[ arabic ] = " "; Text[ greek ] = "~ "; Text[ korean ] = "ܶ (~K)"; Text[ turkish ] = "Paragra~flar birlikte tut"; Text[ language_user1 ] = " "; Text[ catalan ] = "Mantener prra~fos juntos"; }; TriStateBox BTN_ORPHANS { Disable = TRUE ; Pos = MAP_APPFONT ( 12 , 147 ) ; Size = MAP_APPFONT ( 150 , 10 ) ; Text = "Schuster~jungenregelung" ; Text [ ENGLISH ] = "~Orphan control" ; Group = TRUE ; Text[ language_user1 ] = " "; Text[ english_us ] = "~Orphan control"; Text[ portuguese ] = "Controlo de linhas ~vivas"; Text[ russian ] = " "; Text[ greek ] = " \"~\""; Text[ dutch ] = "Z~wevende regels: weduwen"; Text[ french ] = "Traitement des ~orphelines"; Text[ spanish ] = "Ajuste de ~viudas"; Text[ italian ] = "Controllo ~orfane"; Text[ danish ] = "Horeunge-ordning"; Text[ swedish ] = "nkek~ontroll"; Text[ polish ] = "Nie dziel ostatniego wiersza akapitu"; Text[ portuguese_brazilian ] = "~?rf?os"; Text[ japanese ] = "߰ނɎcs(~O)"; Text[ korean ] = "ó и (W)(~O)"; Text[ chinese_simplified ] = "¶ͬҳ(~O)"; Text[ chinese_traditional ] = "PUqP(~O)"; Text[ turkish ] = "So~n satr paragrafla birletir"; Text[ arabic ] = " "; Text[ catalan ] = "Ajuste de ~viudas"; Text[ finnish ] = "~Leskirivien ohjaus"; }; NumericField ED_ORPHANS { Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 176 , 146 ) ; Size = MAP_APPFONT ( 26 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 2 ; Maximum = 9 ; Value = 2 ; First = 2 ; Last = 9 ; }; FixedText FT_ORPHANS { Disable = TRUE ; Pos = MAP_APPFONT ( 205 , 148 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "Zeilen" ; Text [ ENGLISH ] = "Rows" ; Text [ norwegian ] = "Rows" ; Text [ italian ] = "Righe" ; Text [ portuguese_brazilian ] = "Fileiras" ; Text [ portuguese ] = "Linhas" ; Text [ finnish ] = "Viivat" ; Text [ danish ] = "Linjer" ; Text [ french ] = "Lignes" ; Text [ swedish ] = "rader" ; Text [ dutch ] = "regels" ; Text [ spanish ] = "Lneas" ; Text [ english_us ] = "Lines" ; Left = TRUE ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wiersze"; Text[ japanese ] = "s"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Satr"; Text[ language_user1 ] = " "; Text[ catalan ] = "Lneas"; }; TriStateBox BTN_WIDOWS { Disable = TRUE ; Pos = MAP_APPFONT ( 12 , 163 ) ; Size = MAP_APPFONT ( 150 , 10 ) ; Text = "Hu~renkinderregelung" ; Text [ ENGLISH ] = "~Widow control" ; Group = TRUE ; Text[ language_user1 ] = " "; Text[ english_us ] = "~Widow control"; Text[ portuguese ] = "Controlo de linhas ~isoladas"; Text[ russian ] = " "; Text[ greek ] = " '~'"; Text[ dutch ] = "~Zwevende regels: wezen"; Text[ french ] = "Traitement des ~veuves"; Text[ spanish ] = "Ajuste de ~hurfanas"; Text[ italian ] = "Controllo ~vedove"; Text[ danish ] = "Fransk horeunge-ordning"; Text[ swedish ] = "Ho~rungekontroll"; Text[ polish ] = "Nie dziel pierwszego wiersza akapitu"; Text[ portuguese_brazilian ] = "~Vi?as"; Text[ japanese ] = "iOʼn߰(~W)"; Text[ korean ] = " и (~W)"; Text[ chinese_simplified ] = "֮вҳ(~W)"; Text[ chinese_traditional ] = "q(~W)"; Text[ turkish ] = "~lk satr paragrafla birletir"; Text[ arabic ] = " "; Text[ catalan ] = "Ajuste de ~hurfanas"; Text[ finnish ] = "~Orporivien esto"; }; NumericField ED_WIDOWS { Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 176 , 162 ) ; Size = MAP_APPFONT ( 26 , 12 ) ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 2 ; Maximum = 9 ; Value = 2 ; First = 2 ; Last = 9 ; }; FixedText FT_WIDOWS { Disable = TRUE ; Pos = MAP_APPFONT ( 205 , 164 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "Zeilen" ; Text [ ENGLISH ] = "Rows" ; Text [ norwegian ] = "Rows" ; Text [ italian ] = "Righe" ; Text [ portuguese_brazilian ] = "Fileiras" ; Text [ portuguese ] = "Linhas" ; Text [ finnish ] = "Viivat" ; Text [ danish ] = "Linjer" ; Text [ french ] = "Lignes" ; Text [ swedish ] = "rader" ; Text [ dutch ] = "regels" ; Text [ spanish ] = "Lneas" ; Text [ english_us ] = "Lines" ; Left = TRUE ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wiersze"; Text[ japanese ] = "s"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Satr"; Text[ language_user1 ] = " "; Text[ catalan ] = "Lneas"; }; FixedLine FL_OPTIONS { Pos = MAP_APPFONT ( 6 , 64 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Zustze" ; Text [ ENGLISH ] = "Options" ; Text [ norwegian ] = "Options" ; Text [ italian ] = "Extra" ; Text [ portuguese_brazilian ] = "Op??s" ; Text [ portuguese ] = "Opes" ; Text [ finnish ] = "Asetukset" ; Text [ danish ] = "Supplerende" ; Text [ french ] = "Options" ; Text [ swedish ] = "Tillgg" ; Text [ dutch ] = "Overige" ; Text [ spanish ] = "Opciones" ; Text [ english_us ] = "Options" ; Group = TRUE ; Text[ chinese_simplified ] = "ѡ"; Text[ russian ] = ""; Text[ polish ] = "Opcje"; Text[ japanese ] = "߼"; Text[ chinese_traditional ] = "ﶵ"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ɼ"; Text[ turkish ] = "Seenekler"; Text[ language_user1 ] = " "; Text[ catalan ] = "Opciones"; }; Text[ chinese_simplified ] = "кͷҳ"; Text[ russian ] = " "; Text[ polish ] = "Tekst"; Text[ japanese ] = "̍"; Text[ chinese_traditional ] = "M"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ؽƮ 帧"; Text[ turkish ] = "Metin ak"; Text[ language_user1 ] = " "; Text[ catalan ] = "Flujo del texto"; }; /*-- 29.11.00 11:36:24--------------------------------------------------- Asian typography -----------------------------------------------------------------------*/ TabPage RID_SVXPAGE_PARA_ASIAN { HelpId = HID_SVXPAGE_PARA_ASIAN ; Hide = TRUE ; Text = "Asiatische Typographie" ; Text [ English ] = "Asian typography" ; Size = MAP_APPFONT ( 260 , 185 ) ; FixedLine FL_AS_OPTIONS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Zeilenwechsel" ; Text [ ENGLISH ] = "Line break" ; Text[ english_us ] = "Line change"; Text[ portuguese ] = "~Mudar de linha"; Text[ russian ] = " "; Text[ greek ] = " ~"; Text[ dutch ] = "~Nieuwe regel"; Text[ french ] = "Retour la ligne"; Text[ spanish ] = "Cambio de fila"; Text[ italian ] = "Cambio ~riga"; Text[ danish ] = "Options"; Text[ swedish ] = "Radbrytning"; Text[ polish ] = "Podzia wiersza"; Text[ portuguese_brazilian ] = "Options"; Text[ japanese ] = "s̏(~I)"; Text[ korean ] = "ɼ"; Text[ chinese_simplified ] = "(~I)"; Text[ chinese_traditional ] = "(~I)"; Text[ turkish ] = "Options"; Text[ arabic ] = ""; Text[ catalan ] = "Cambio de fila"; Text[ finnish ] = "Options"; }; TriStateBox CB_AS_FORBIDDEN { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 242 , 10 ) ; Text = "~Liste der verbotenen Zeichen an Zeilenanfang und -ende bercksichtigen" ; Text [ ENGLISH ] = "Apply list of forbidden characters at line end and line start" ; Text[ english_us ] = "Apply list of forbidden characters to the beginning and end of lines"; Text[ portuguese ] = "Considerar ~lista dos caracteres interditos no incio e final de linha."; Text[ russian ] = " "; Text[ greek ] = " ~ "; Text[ dutch ] = "~Lijst met verboden tekens aan regelbegin en -einde toepassen"; Text[ french ] = "Tenir compte de la ~liste des caractres interdits en dbut et en fin de ligne"; Text[ spanish ] = "Considerar lista de caracteres no aceptables a comienzo y fin de lnea."; Text[ italian ] = "Considera elenco dei caratteri non ammessi all'inizio e fine della riga."; Text[ danish ] = "Apply list of forbidden characters at line end and line start"; Text[ swedish ] = "Anvnd ~lista med frbjudna tecken i brjan och slutet av rader"; Text[ polish ] = "Uwzgldnij list znakw niedozwolonych na pocztku i na kocu wiersza"; Text[ portuguese_brazilian ] = "Apply list of forbidden characters at line end and line start"; Text[ japanese ] = "sэs֑̋ؽĂŋ֑s"; Text[ korean ] = " /κп Ǵ "; Text[ chinese_simplified ] = "˼ĩֹʹַ嵥"; Text[ chinese_traditional ] = "UΦ歺楽TϥΦrM"; Text[ turkish ] = "Apply list of forbidden characters at line end and line start"; Text[ arabic ] = " "; Text[ catalan ] = "Considerar lista de caracteres no aceptables a comienzo y fin de lnea."; Text[ finnish ] = "~Liste der verbotenen Zeichen an Zeilenanfang und -ende bercksichtigen"; }; TriStateBox CB_AS_ALLOW_WORD_BREAK { Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 242 , 10 ) ; Text = "~Textumbruch innerhalb von Wtern im lateinischen Text zulassen" ; Text [ ENGLISH ] = "Allow break inside of words in latin text" ; Text[ english_us ] = "Allow ~breaks in words in Latin text"; Text[ portuguese ] = "Permitir ~diviso de palavras em texto com caracteres latinos"; Text[ russian ] = " "; Text[ greek ] = " ~ "; Text[ dutch ] = "~Woordafbreking binnen woorden in Latijnse tekst toestaan"; Text[ french ] = "Autoriser la ~coupure en milieu de mot pour le texte en caractres latins"; Text[ spanish ] = "Permitir salto dentro de palabras en texto con caracteres latinos."; Text[ italian ] = "Sono ammessi i separatori all'interno di parole scritte con caratteri latini."; Text[ danish ] = "Allow break inside of words in latin text"; Text[ swedish ] = "Tillt ~textbrytning inuti ord i latinsk text"; Text[ polish ] = "Dopu podzia wyrazw w tekcie napisanym literami aciskimi"; Text[ portuguese_brazilian ] = "Allow break inside of words in latin text"; Text[ japanese ] = "pP̓rʼns(~B)"; Text[ korean ] = "ƾ ؽƮ ܾ 左 (~B)"; Text[ chinese_simplified ] = "֮еִʻзֿ(~B)"; Text[ chinese_traditional ] = "\\大r}(~B)"; Text[ turkish ] = "Allow break inside of words in latin text"; Text[ arabic ] = " "; Text[ catalan ] = "Permitir salto dentro de palabras en texto con caracteres latinos."; Text[ finnish ] = "~Textumbruch innerhalb von Wtern im lateinischen Text zulassen"; }; TriStateBox CB_AS_HANG_PUNC { Pos = MAP_APPFONT ( 12 , 42 ) ; Size = MAP_APPFONT ( 242 , 10 ) ; Text = "Hngende ~Interpunktion zulassen" ; Text [ ENGLISH ] = "Hanging punctuation" ; Text[ english_us ] = "Allow hanging punctuation"; Text[ portuguese ] = "Permitir pontuao negativa"; Text[ russian ] = " "; Text[ greek ] = " ~ "; Text[ dutch ] = "Hangende interpunctie toestaan"; Text[ french ] = "Autoriser la ponctuation en retrait"; Text[ spanish ] = "Permitir puntuacin libre"; Text[ italian ] = "Interpunzioni di rientro"; Text[ danish ] = "Hanging punctuation"; Text[ swedish ] = "Tillt hngande ~interpunktion"; Text[ polish ] = "Dopu sieroty i wdowy"; Text[ portuguese_brazilian ] = "Hanging punctuation"; Text[ japanese ] = "Ǔ_̂Ԃ牺s"; Text[ korean ] = " "; Text[ chinese_simplified ] = "ĩӱ"; Text[ chinese_traditional ] = "楽[IŸ"; Text[ turkish ] = "Hanging punctuation"; Text[ arabic ] = " "; Text[ catalan ] = "Permitir puntuacin libre"; Text[ finnish ] = "Hngende ~Interpunktion zulassen"; }; FixedLine FL_AS_CHAR_DIST { Pos = MAP_APPFONT ( 6 , 58 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Zeichenabstand" ; Text [ ENGLISH ] = "Character distance" ; Text[ english_us ] = "Character spacing"; Text[ portuguese ] = "Espaamento entre caracteres"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Spatiring"; Text[ french ] = "Espacement des caractres"; Text[ spanish ] = "Espacio entre caracteres"; Text[ italian ] = "Distanza carattere"; Text[ danish ] = "Character distance"; Text[ swedish ] = "Teckenavstnd"; Text[ polish ] = "Odstpy midzy znakami"; Text[ portuguese_brazilian ] = "Character distance"; Text[ japanese ] = "Ԋu̒"; Text[ korean ] = "ڰ"; Text[ chinese_simplified ] = "ַ"; Text[ chinese_traditional ] = "rj"; Text[ turkish ] = "Character distance"; Text[ arabic ] = " "; Text[ catalan ] = "Espacio entre caracteres"; Text[ finnish ] = "Zeichenabstand"; }; TriStateBox CB_AS_PUNCTUATION { Pos = MAP_APPFONT ( 12, 69 ) ; Size = MAP_APPFONT ( 242 , 10 ) ; Text = "I~nterpunktion am Zeilenbeginn zum Komprimieren zulassen" ; Text [ ENGLISH ] = "Allow punctuation at line start" ; Text[ english_us ] = "Allow punctuation at line start"; Text[ portuguese ] = "Permitir pontuao no incio de linha para compresso"; Text[ russian ] = " "; Text[ greek ] = "~ "; Text[ dutch ] = "I~nterpunctie ter comprimering aan regelbegin toestaan"; Text[ french ] = "Autoriser la po~nctuation en dbut de ligne pour compression"; Text[ spanish ] = "Permitir puntuacin al comienzo de fila para comprimir"; Text[ italian ] = "Interpunzioni all'inizio di riga per compressione"; Text[ danish ] = "Allow punctuation at line start"; Text[ swedish ] = "Tillt komprimering av i~nterpunktion i brjan av rad"; Text[ polish ] = "Dopu kompresj interpuncji na pocztku wiersza"; Text[ portuguese_brazilian ] = "Allow punctuation at line start"; Text[ japanese ] = "sŋ֑s"; Text[ korean ] = " ۺο "; Text[ chinese_simplified ] = "׸ѹ"; Text[ chinese_traditional ] = "\\歺[YIŸ"; Text[ turkish ] = "Allow punctuation at line start"; Text[ arabic ] = " "; Text[ catalan ] = "Permitir puntuacin al comienzo de fila para comprimir"; Text[ finnish ] = "I~nterpunktion am Zeilenbeginn zum Komprimieren zulassen"; }; TriStateBox CB_AS_SCRIPT_SPACE { Pos = MAP_APPFONT ( 12 , 83 ) ; Size = MAP_APPFONT ( 242 , 10 ) ; Text = "~Abstand zwischen asiatischem, lateinischem und komplexem Text anwenden" ; Text [ ENGLISH ] = "Apply distance between asian, latin and complex text" ; Text[ english_us ] = "Apply spacing between Asian, Latin and Complex text"; Text[ portuguese ] = "Aplicar espaamento entre texto asitico, latino e complexo."; Text[ russian ] = " , "; Text[ greek ] = " ~ , "; Text[ dutch ] = "~Afstand tussen Aziatische, Latijnse en complexe tekst aanpassen"; Text[ french ] = "Appliquer l'esp~acement entre les textes asiatiques, latins et complexes."; Text[ spanish ] = "Aplicar espacio entre texto asitico, latino y complejo."; Text[ italian ] = "Applica spazio tra testo asiatico, latino e complesso."; Text[ danish ] = "Apply distance between asian, latin and complex text"; Text[ swedish ] = "Anvnd ~avstnd mellan asiatisk, latinsk och komplex text"; Text[ polish ] = "Ustaw odstp midzy tekstem azjatyckim, aciskim i zoonym"; Text[ portuguese_brazilian ] = "Apply distance between asian, latin and complex text"; Text[ japanese ] = "{ApAэݕ͂ŕԊu𒲐"; Text[ korean ] = "ƽþƾ, ƾ ׸ ȥ ؽƮ "; Text[ chinese_simplified ] = "պֺļ֮ո"; Text[ chinese_traditional ] = "brMβVXr[JŮ"; Text[ turkish ] = "Apply distance between asian, latin and complex text"; Text[ arabic ] = " ."; Text[ catalan ] = "Aplicar espacio entre texto asitico, latino y complejo."; Text[ finnish ] = "~Abstand zwischen asiatischem, lateinischem und komplexem Text anwenden"; }; TriStateBox CB_AS_ADJUST_NUMBERS { Pos = MAP_APPFONT ( 12 , 97 ) ; Size = MAP_APPFONT ( 242 , 10 ) ; Text = "Abstan~d zwischen asiatischem Text und Zahlen automatisch anpassen" ; Text [ ENGLISH ] = "Automatically adjust distance between asian text and numbers" ; Text[ english_us ] = "Automatically adjust space between Asian text and numbers"; Text[ portuguese ] = "Ajustar automaticamente o espaamento entre o texto asitico e os nmeros"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Afstan~d tussen Aziatische tekst en getallen automatisch aanpassen"; Text[ french ] = "A~dapter automatiquement l'espacement entre le texte asiatique et les nombres."; Text[ spanish ] = "Ajustar automticamente espacio entre texto asitico y nmeros"; Text[ italian ] = "Aggiusta automaticamente la distanza tra testo asiatico e numeri"; Text[ danish ] = "Automatically adjust distance between asian text and numbers"; Text[ swedish ] = "Anpassa automatiskt avstn~d mellan asiatisk text och siffror"; Text[ polish ] = "Dopasuj automatycznie odstp midzy tekstem azjatyckim a liczbami"; Text[ portuguese_brazilian ] = "Automatically adjust distance between asian text and numbers"; Text[ japanese ] = "{Ɛ̕Ԋu"; Text[ korean ] = "ƽþƾ ؽƮ ڵ "; Text[ chinese_simplified ] = "Զպֺ֮ļ"; Text[ chinese_traditional ] = "۰ʽվ㤤rMƦrj"; Text[ turkish ] = "Automatically adjust distance between asian text and numbers"; Text[ arabic ] = " "; Text[ catalan ] = "Ajustar automticamente espacio entre texto asitico y nmeros"; Text[ finnish ] = "Abstan~d zwischen asiatischem Text und Zahlen automatisch anpassen"; }; FixedText FT_TEXT_ALIGN { Pos = MAP_APPFONT ( 12 , 113 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text = "Te~xtausrichtung" ; Text [ ENGLISH ] = "Text alignment" ; Text[ english_us ] = "~Text alignment"; Text[ portuguese ] = "A~linhamento do texto"; Text[ russian ] = " "; Text[ greek ] = "~ "; Text[ dutch ] = "~Tekstuitlijning"; Text[ french ] = "Alignement du te~xte"; Text[ spanish ] = "Alineacin de texto"; Text[ italian ] = "Allineamento testo"; Text[ danish ] = "Text alignment"; Text[ swedish ] = "Te~xtjustering"; Text[ polish ] = "Wyrwnanie tekstu"; Text[ portuguese_brazilian ] = "Text alignment"; Text[ japanese ] = "÷Ă̔zu(~T)"; Text[ korean ] = "ؽƮ (~T)"; Text[ chinese_simplified ] = "ֶ(~T)"; Text[ chinese_traditional ] = "r(~T)"; Text[ turkish ] = "Text alignment"; Text[ arabic ] = " "; Text[ catalan ] = "Alineacin de texto"; Text[ finnish ] = "Te~xtausrichtung"; }; ListBox LB_TEXT_ALIGN { Pos = MAP_APPFONT ( 75 , 111 ) ; Size = MAP_APPFONT ( 60 , 12 ) ; DropDown = TRUE; StringList = { < "Automatisch" ; Default ; > ; < "??Manuell" ; Default ; > ; }; StringList [English] = { < "Automatic" ; Default ; > ; < "??Manual" ; Default ; > ; }; StringList [ language_user1 ] = { < "Automatisch" ; Default ; > ; < "??Manuell" ; Default ; > ; }; StringList [ english_us ] = { < "Automatic" ; Default ; > ; < "??Manual" ; Default ; > ; }; StringList [ portuguese ] = { < "Automtico" ; Default ; > ; < "??Manual" ; Default ; > ; }; StringList [ russian ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "??Manuell" ; Default ; > ; }; StringList [ dutch ] = { < "Automatisch" ; Default ; > ; < "??Handmatig" ; Default ; > ; }; StringList [ french ] = { < "Automatique" ; Default ; > ; < "??Manuel" ; Default ; > ; }; StringList [ spanish ] = { < "Automtico" ; Default ; > ; < "??Manualmente" ; Default ; > ; }; StringList [ italian ] = { < "Automatico" ; Default ; > ; < "??Manuale" ; Default ; > ; }; StringList [ danish ] = { < "Automatisk" ; Default ; > ; < "??Manuell" ; Default ; > ; }; StringList [ swedish ] = { < "Automatiskt" ; Default ; > ; < "??Manuellt" ; Default ; > ; }; StringList [ polish ] = { < "Automatycznie" ; Default ; > ; < "??Rcznie" ; Default ; > ; }; StringList [ portuguese_brazilian ] = { < "Automatisch" ; Default ; > ; < "??Manuell" ; Default ; > ; }; StringList [ japanese ] = { < "" ; Default ; > ; < "蓮" ; Default ; > ; }; StringList [ korean ] = { < "ڵ" ; Default ; > ; < "??" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "Զ" ; Default ; > ; < "ֶ" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "۰" ; Default ; > ; < "" ; Default ; > ; }; StringList [ turkish ] = { < "Otomatik" ; Default ; > ; < "??Manuell" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < "??" ; Default ; > ; }; StringList [ catalan ] = { < "Automtico" ; Default ; > ; < "??Manualmente" ; Default ; > ; }; StringList [ finnish ] = { < "Automaattinen" ; Default ; > ; < "??Manuell" ; Default ; > ; }; }; Text[ english_us ] = "Asian Typography"; Text[ portuguese ] = "Tipografia asitica"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Aziatische typografie"; Text[ french ] = "Typographie asiatique"; Text[ spanish ] = "Tipografa asitica"; Text[ italian ] = "Tipografia asiatica"; Text[ danish ] = "Asian typography"; Text[ swedish ] = "Asiatisk typografi"; Text[ polish ] = "Typografia azjatycka"; Text[ portuguese_brazilian ] = "Asian typography"; Text[ japanese ] = "{ꕶ̑̍"; Text[ korean ] = "Asian Ÿ׷"; Text[ chinese_simplified ] = "պ"; Text[ chinese_traditional ] = "r"; Text[ turkish ] = "Asian typography"; Text[ arabic ] = " "; Text[ catalan ] = "Tipografa asitica"; Text[ finnish ] = "Aasialaiset merkit"; }; // ********************************************************************** EOF