/************************************************************************* * * $RCSfile: align.src,v $ * * $Revision: 1.46 $ * * last change: $Author: vg $ $Date: 2003-12-17 13:56:45 $ * * 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 "align.hrc" // pragma ---------------------------------------------------------------- #define MASKCOLOR \ MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } // define --------------------------------------------------------------- #define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; } // RID_SVXPAGE_ALIGNMENT ------------------------------------------------- TabPage RID_SVXPAGE_ALIGNMENT { HelpId = HID_ALIGNMENT ; Hide = TRUE ; Text = "Ausrichtung" ; Text [ English ] = "Alignment" ; Text [ norwegian ] = "Alignment" ; Text [ italian ] = "Allineamento" ; Text [ portuguese_brazilian ] = "Alinhamento" ; Text [ portuguese ] = "Alinhamento" ; Text [ finnish ] = "Tasaus" ; Text [ danish ] = "Justering" ; Text [ french ] = "Alignement" ; Text [ swedish ] = "Justering" ; Text [ dutch ] = "Uitlijning" ; Text [ spanish ] = "Alineacin" ; Text [ english_us ] = "Alignment" ; Size = MAP_APPFONT ( 260 , 185 ) ; SVLook = TRUE ; FixedLine FL_ALIGNMENT { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Textausrichtung" ; Text [ ENGLISH ] = "Text alignment" ; Text[ english_us ] = "Text alignment"; Text[ portuguese ] = "Alinhamento do texto"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Tekstuitlijning"; Text[ french ] = "Alignement du texte"; Text[ spanish ] = "Alineacin de texto"; Text[ finnish ] = "Tekstin tasaus"; Text[ italian ] = "Allineamento testo"; Text[ danish ] = "Tekstjustering"; Text[ swedish ] = "Textjustering"; Text[ polish ] = "Wyrwnanie tekstu"; Text[ portuguese_brazilian ] = "Alinhamento do texto"; Text[ japanese ] = "テキストの配置"; Text[ korean ] = "텍스트 맞춤"; Text[ chinese_simplified ] = "文字对齐"; Text[ chinese_traditional ] = "文字對齊"; Text[ turkish ] = "Metin Hizalama"; Text[ arabic ] = "Text alignment"; Text[ catalan ] = "Alineament de text"; Text[ thai ] = "จัดตำแหน่งข้อความ"; Text[ czech ] = "Zarovnání textu"; Text[ hebrew ] = "‮יישור טקסט‬"; Text[ hindi ] = "टेक्स्ट् पंक्तिकरण"; Text[ slovak ] = "Zarovnanie textu"; Text[ hungarian ] = "Szövegigazítás"; Text[ slovenian ] = "Poravnava besedila"; }; FixedText FT_HORALIGN { Pos = MAP_APPFONT ( 12 ,14 ) ; Size = MAP_APPFONT ( 100 , 8 ) ; Text = "H~orizontal" ; Text [ ENGLISH ] = "H~orizontal" ; Text[ english_us ] = "Hori~zontal"; Text[ portuguese ] = "H~orizontal"; Text[ russian ] = " "; Text[ greek ] = "~"; Text[ dutch ] = "Hori~zontaal"; Text[ french ] = "H~orizontal"; Text[ spanish ] = "~Horizontal"; Text[ finnish ] = "Vaaka~taso"; Text[ italian ] = "~Orizzontale"; Text[ danish ] = "~Vandret"; Text[ swedish ] = "H~orisontell"; Text[ polish ] = "W po~ziomie"; Text[ portuguese_brazilian ] = "Hori~zontal"; Text[ japanese ] = "横(~Z)"; Text[ korean ] = "가로(~Z)"; Text[ chinese_simplified ] = "水平(~Z)"; Text[ chinese_traditional ] = "水平(~Z)"; Text[ turkish ] = "~Yatay"; Text[ arabic ] = ""; Text[ catalan ] = "H~oritzontal"; Text[ thai ] = "แนว~นอน"; Text[ czech ] = "Vodorovné"; Text[ hebrew ] = "‮אופקי‬"; Text[ hindi ] = "सम~तल"; Text[ slovak ] = "~Vodorovné"; Text[ hungarian ] = "Ví~zszintes"; Text[ slovenian ] = "Vodo~ravno"; }; ListBox LB_HORALIGN { Border = TRUE; Pos = MAP_APPFONT ( 12 , 25 ); Size = MAP_APPFONT ( 100 , 60 ); TabStop = TRUE; DropDown = TRUE; StringList = { < "Standard" ; ALIGNDLG_HORALIGN_STD ; > ; < "Links" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Zentriert" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Rechts" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Block" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ ENGLISH ] = { < "Deafult" ; ALIGNDLG_HORALIGN_STD ; > ; < "Flush Left" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centered" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Flush Right" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Block" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ language_user1 ] = { < "; Standard" ; ALIGNDLG_HORALIGN_STD ; > ; < "; Links" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "; Zentriert" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "; Rechts" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "; Block" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ english_us ] = { < "Default" ; ALIGNDLG_HORALIGN_STD ; > ; < "Left" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Center" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Right" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Justified" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ portuguese ] = { < "Padro" ; ALIGNDLG_HORALIGN_STD ; > ; < "Esquerda" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centrado" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Direita" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Justificado" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ russian ] = { < " " ; ALIGNDLG_HORALIGN_STD ; > ; < " " ; ALIGNDLG_HORALIGN_LEFT ; > ; < " " ; ALIGNDLG_HORALIGN_CENTER ; > ; < " " ; ALIGNDLG_HORALIGN_RIGHT ; > ; < " " ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ greek ] = { < "" ; ALIGNDLG_HORALIGN_STD ; > ; < "" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < " " ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ dutch ] = { < "Standaard" ; ALIGNDLG_HORALIGN_STD ; > ; < "Links" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Gecentreerd" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Rechts" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Blok" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ french ] = { < "Standard" ; ALIGNDLG_HORALIGN_STD ; > ; < " gauche" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centr" ; ALIGNDLG_HORALIGN_CENTER ; > ; < " droite" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Justifi" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ spanish ] = { < "Predeterminado" ; ALIGNDLG_HORALIGN_STD ; > ; < "Izquierda" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centrado" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Derecha" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Justificado" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ finnish ] = { < "Oletus" ; ALIGNDLG_HORALIGN_STD ; > ; < "Vasen" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Keskell" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Oikea" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Tasattu" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ italian ] = { < "Standard" ; ALIGNDLG_HORALIGN_STD ; > ; < "A sinistra" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Al centro" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "A destra" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Giustificato" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ danish ] = { < "Standard" ; ALIGNDLG_HORALIGN_STD ; > ; < "VENSTRE" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centreret" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Hjre" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Lige margener" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ swedish ] = { < "Standard" ; ALIGNDLG_HORALIGN_STD ; > ; < "Vnster" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centrerat" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Hger" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Marginaljusterat" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ polish ] = { < "Domylnie" ; ALIGNDLG_HORALIGN_STD ; > ; < "Do lewej" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Do rodka" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Do prawej" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Do lewej i prawej" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ portuguese_brazilian ] = { < "Padro" ; ALIGNDLG_HORALIGN_STD ; > ; < "Esquerda" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centralizado" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Direita" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Justificado" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ japanese ] = { < "標準" ; ALIGNDLG_HORALIGN_STD ; > ; < "左揃え" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "中央揃え" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "右揃え" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "両端揃え" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ korean ] = { < "기본값" ; ALIGNDLG_HORALIGN_STD ; > ; < "왼쪽" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "가운데" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "오른쪽" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "양쪽 맞춤" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ chinese_simplified ] = { < "标准" ; ALIGNDLG_HORALIGN_STD ; > ; < "向左" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "居中" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "向右" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "两端对齐" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ chinese_traditional ] = { < "標準" ; ALIGNDLG_HORALIGN_STD ; > ; < "向左" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "置中" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "向右" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "左右對齊" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ turkish ] = { < "ntanml" ; ALIGNDLG_HORALIGN_STD ; > ; < "Sol" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Merkez" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Sa" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "ki yana yasla" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ arabic ] = { < "" ; ALIGNDLG_HORALIGN_STD ; > ; < " " ; ALIGNDLG_HORALIGN_LEFT ; > ; < "" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Justified" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ catalan ] = { < "Per defecte" ; ALIGNDLG_HORALIGN_STD ; > ; < "Esquerra" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Centrat" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Dreta" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Bloc" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ thai ] = { < "ค่าเริ่มต้น" ; ALIGNDLG_HORALIGN_STD ; > ; < "ซ้าย" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "ตรงกลาง" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "ขวา" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "ชิดขอบ" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ czech ] = { < "Výchozí" ; ALIGNDLG_HORALIGN_STD ; > ; < "Vlevo" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Na střed" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Vpravo" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Do bloku" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ hebrew ] = { < "‮ברירת מחדל‬" ; ALIGNDLG_HORALIGN_STD ; > ; < "‮שמאל‬" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "‮מרכז‬" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "‮ימין‬" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "‮מיושר‬" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ hindi ] = { < "अनुपस्थिति" ; ALIGNDLG_HORALIGN_STD ; > ; < "बायाँ" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "मध्यभाग" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "दाहिना" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "व्यवस्थित" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ slovak ] = { < "Východzie" ; ALIGNDLG_HORALIGN_STD ; > ; < "Vľavo" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Na stred" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Vpravo" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Do bloku" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ hungarian ] = { < "Alapértelmezett" ; ALIGNDLG_HORALIGN_STD ; > ; < "Balra" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Középre" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Jobbra" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Sorkizárt" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; StringList [ slovenian ] = { < "Privzeto" ; ALIGNDLG_HORALIGN_STD ; > ; < "Levo" ; ALIGNDLG_HORALIGN_LEFT ; > ; < "Sredina" ; ALIGNDLG_HORALIGN_CENTER ; > ; < "Desno" ; ALIGNDLG_HORALIGN_RIGHT ; > ; < "Obojestransko" ; ALIGNDLG_HORALIGN_BLOCK ; > ; }; }; FixedText FT_INDENT { Pos = MAP_APPFONT ( 118 , 14 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "Einzu~g" ; Text [ English ] = "~Indent" ; Text [ english_us ] = "I~ndent" ; Text [ swedish ] = "Indra~g" ; Text [ danish ] = "Indryknin~g" ; Text [ italian ] = "Rientro" ; Text [ spanish ] = "Sangra" ; Text [ french ] = "Retrait" ; Text [ dutch ] = "~Inspringing" ; Text [ portuguese_brazilian ] = "Re~cuo" ; Text [ portuguese ] = "A~vano" ; Text[ chinese_simplified ] = "缩进(~N)"; Text[ russian ] = ""; Text[ polish ] = "W~cicie"; Text[ japanese ] = "インデント(~N)"; Text[ chinese_traditional ] = "縮排(~N)"; Text[ arabic ] = ""; Text[ dutch ] = "~Inspringing"; Text[ chinese_simplified ] = "缩进(~N)"; Text[ greek ] = "~"; Text[ korean ] = "들여쓰기(~N)"; Text[ turkish ] = "~Girinti"; Text[ language_user1 ] = " "; Text[ catalan ] = "Sag~nat"; Text[ finnish ] = "~Sisennys"; Text[ thai ] = "ระยะเ~ยื้อง"; Text[ czech ] = "Odsazení"; Text[ hebrew ] = "‮כניסה‬"; Text[ hindi ] = "इ~न्डेन्ट्"; Text[ slovak ] = "~Odsadenie"; Text[ hungarian ] = "Be~húzás"; Text[ slovenian ] = "Z~amik"; }; MetricField ED_INDENT { Border = TRUE ; Pos = MAP_APPFONT ( 118 , 25 ) ; Size = MAP_APPFONT ( 36 , 12 ) ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 990 ; SpinSize = 10 ; Unit = FUNIT_POINT ; }; FixedText FT_VERALIGN { Pos = MAP_APPFONT ( 160 , 14 ) ; Size = MAP_APPFONT ( 88 , 8 ) ; Text = "~Vertikal" ; Text [ ENGLISH ] = "~Vertical" ; Text[ english_us ] = "~Vertical"; Text[ portuguese ] = "~Vertical"; Text[ russian ] = " ~"; Text[ greek ] = "~"; Text[ dutch ] = "Ver~ticaal"; Text[ french ] = "Vertical"; Text[ spanish ] = "~Vertical"; Text[ finnish ] = "~Pystytaso"; Text[ italian ] = "Verticale"; Text[ danish ] = "~Lodret"; Text[ swedish ] = "~Vertikal"; Text[ polish ] = "W ~pionie"; Text[ portuguese_brazilian ] = "~Vertical"; Text[ japanese ] = "縦(~V)"; Text[ korean ] = "세로(~V)"; Text[ chinese_simplified ] = "垂直(~V)"; Text[ chinese_traditional ] = "垂直(~V)"; Text[ turkish ] = "Dikey"; Text[ arabic ] = ""; Text[ catalan ] = "~Vertical"; Text[ thai ] = "แนว~ตั้ง"; Text[ czech ] = "Svislé"; Text[ hebrew ] = "‮אנכי‬"; Text[ hindi ] = "~लंबरूप"; Text[ slovak ] = "~Zvislé"; Text[ hungarian ] = "~Függőleges"; Text[ slovenian ] = "~Navpično"; }; ListBox LB_VERALIGN { Border = TRUE; Pos = MAP_APPFONT ( 160 , 25 ); Size = MAP_APPFONT ( 88 , 60 ); TabStop = TRUE; DropDown = TRUE; StringList = { < "Standard" ; ALIGNDLG_VERALIGN_STD ; > ; < "Oben" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Mitte" ; ALIGNDLG_VERALIGN_MID ; > ; < "Unten" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ ENGLISH ] = { < "Default" ; ALIGNDLG_VERALIGN_STD ; > ; < "Top" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Middle" ; ALIGNDLG_VERALIGN_MID ; > ; < "Bottom" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ language_user1 ] = { < "; Standard" ; ALIGNDLG_VERALIGN_STD ; > ; < "; Oben" ; ALIGNDLG_VERALIGN_TOP ; > ; < "; Mitte" ; ALIGNDLG_VERALIGN_MID ; > ; < "; Unten" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ english_us ] = { < "Default" ; ALIGNDLG_VERALIGN_STD ; > ; < "Top" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Middle" ; ALIGNDLG_VERALIGN_MID ; > ; < "Bottom" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ portuguese ] = { < "Padro" ; ALIGNDLG_VERALIGN_STD ; > ; < "Topo" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Centro" ; ALIGNDLG_VERALIGN_MID ; > ; < "Base" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ russian ] = { < " " ; ALIGNDLG_VERALIGN_STD ; > ; < " " ; ALIGNDLG_VERALIGN_TOP ; > ; < " " ; ALIGNDLG_VERALIGN_MID ; > ; < " " ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ greek ] = { < "" ; ALIGNDLG_VERALIGN_STD ; > ; < "" ; ALIGNDLG_VERALIGN_TOP ; > ; < "" ; ALIGNDLG_VERALIGN_MID ; > ; < "" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ dutch ] = { < "Standaard" ; ALIGNDLG_VERALIGN_STD ; > ; < "Boven" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Midden" ; ALIGNDLG_VERALIGN_MID ; > ; < "Beneden" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ french ] = { < "Standard" ; ALIGNDLG_VERALIGN_STD ; > ; < "En haut" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Centre" ; ALIGNDLG_VERALIGN_MID ; > ; < "En bas" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ spanish ] = { < "Predeterminado" ; ALIGNDLG_VERALIGN_STD ; > ; < "Arriba" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Centrado" ; ALIGNDLG_VERALIGN_MID ; > ; < "Abajo" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ finnish ] = { < "Oletus" ; ALIGNDLG_VERALIGN_STD ; > ; < "Ylreuna" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Keskelle" ; ALIGNDLG_VERALIGN_MID ; > ; < "Alareuna" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ italian ] = { < "Standard" ; ALIGNDLG_VERALIGN_STD ; > ; < "In alto" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Al centro" ; ALIGNDLG_VERALIGN_MID ; > ; < "In basso" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ danish ] = { < "Standard" ; ALIGNDLG_VERALIGN_STD ; > ; < "Top" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Midte" ; ALIGNDLG_VERALIGN_MID ; > ; < "Bund" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ swedish ] = { < "Standard" ; ALIGNDLG_VERALIGN_STD ; > ; < "Uppe" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Mitten" ; ALIGNDLG_VERALIGN_MID ; > ; < "Nere" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ polish ] = { < "Domylnie" ; ALIGNDLG_VERALIGN_STD ; > ; < "Do gry" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Do rodka" ; ALIGNDLG_VERALIGN_MID ; > ; < "Do dou" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ portuguese_brazilian ] = { < "Padro" ; ALIGNDLG_VERALIGN_STD ; > ; < "Em cima" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Centralizado" ; ALIGNDLG_VERALIGN_MID ; > ; < "Em baixo" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ japanese ] = { < "標準" ; ALIGNDLG_VERALIGN_STD ; > ; < "上揃え" ; ALIGNDLG_VERALIGN_TOP ; > ; < "中央揃え" ; ALIGNDLG_VERALIGN_MID ; > ; < "下揃え" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ korean ] = { < "기본값" ; ALIGNDLG_VERALIGN_STD ; > ; < "위" ; ALIGNDLG_VERALIGN_TOP ; > ; < "가운데" ; ALIGNDLG_VERALIGN_MID ; > ; < "아래" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ chinese_simplified ] = { < "标准" ; ALIGNDLG_VERALIGN_STD ; > ; < "向上" ; ALIGNDLG_VERALIGN_TOP ; > ; < "居中" ; ALIGNDLG_VERALIGN_MID ; > ; < "向下" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ chinese_traditional ] = { < "標準" ; ALIGNDLG_VERALIGN_STD ; > ; < "向上" ; ALIGNDLG_VERALIGN_TOP ; > ; < "居中" ; ALIGNDLG_VERALIGN_MID ; > ; < "向下" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ turkish ] = { < "ntanml" ; ALIGNDLG_VERALIGN_STD ; > ; < "st" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Orta" ; ALIGNDLG_VERALIGN_MID ; > ; < "Alt" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ arabic ] = { < "" ; ALIGNDLG_VERALIGN_STD ; > ; < "" ; ALIGNDLG_VERALIGN_TOP ; > ; < "" ; ALIGNDLG_VERALIGN_MID ; > ; < "" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ catalan ] = { < "Per defecte" ; ALIGNDLG_VERALIGN_STD ; > ; < "Superior" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Centrat" ; ALIGNDLG_VERALIGN_MID ; > ; < "Inferior" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ thai ] = { < "ค่าเริ่มต้น" ; ALIGNDLG_VERALIGN_STD ; > ; < "ด้านบน" ; ALIGNDLG_VERALIGN_TOP ; > ; < "ตรงกลาง" ; ALIGNDLG_VERALIGN_MID ; > ; < "ด้านล่าง" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ czech ] = { < "Výchozí" ; ALIGNDLG_VERALIGN_STD ; > ; < "Nahoru" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Uprostřed" ; ALIGNDLG_VERALIGN_MID ; > ; < "Dolů" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ hebrew ] = { < "‮ברירת מחדל‬" ; ALIGNDLG_VERALIGN_STD ; > ; < "‮עליון‬" ; ALIGNDLG_VERALIGN_TOP ; > ; < "‮מרכז‬" ; ALIGNDLG_VERALIGN_MID ; > ; < "‮תחתון‬" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ hindi ] = { < "अनुपस्थिति" ; ALIGNDLG_VERALIGN_STD ; > ; < "ऊपर" ; ALIGNDLG_VERALIGN_TOP ; > ; < "मध्यभाग" ; ALIGNDLG_VERALIGN_MID ; > ; < "तल" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ slovak ] = { < "Východzie" ; ALIGNDLG_VERALIGN_STD ; > ; < "Navrchu" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Uprostred" ; ALIGNDLG_VERALIGN_MID ; > ; < "Dole" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ hungarian ] = { < "Alapértelmezett" ; ALIGNDLG_VERALIGN_STD ; > ; < "Felülre" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Középre" ; ALIGNDLG_VERALIGN_MID ; > ; < "Alulra" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; StringList [ slovenian ] = { < "Privzeto" ; ALIGNDLG_VERALIGN_STD ; > ; < "Zgoraj" ; ALIGNDLG_VERALIGN_TOP ; > ; < "Sredina" ; ALIGNDLG_VERALIGN_MID ; > ; < "Spodaj" ; ALIGNDLG_VERALIGN_BOTTOM ; > ; }; }; FixedLine FL_ORIENTATION { Pos = MAP_APPFONT ( 6 , 43 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Schreibrichtung" ; Text [ ENGLISH ] = "Orientation" ; Text [ norwegian ] = "Orientation" ; Text [ italian ] = "Orientamento" ; Text [ portuguese_brazilian ] = "Orientao do texto" ; Text [ portuguese ] = "Orientao" ; Text [ finnish ] = "Tekstin suunta" ; Text [ danish ] = "Skriveretning" ; Text [ french ] = "Orientation du texte" ; Text [ swedish ] = "Skrivriktning" ; Text [ dutch ] = "Schrijfrichting" ; Text [ spanish ] = "Direccin de escritura" ; Text [ english_us ] = "Text direction" ; Text[ chinese_simplified ] = "书写方向"; Text[ russian ] = " "; Text[ polish ] = "Kierunek tekstu"; Text[ japanese ] = "文字の方向"; Text[ chinese_traditional ] = "書寫方向"; Text[ arabic ] = " "; Text[ dutch ] = "Schrijfrichting"; Text[ chinese_simplified ] = "书写方向"; Text[ greek ] = " "; Text[ korean ] = "텍스트 방향"; Text[ turkish ] = "Metin yn"; Text[ language_user1 ] = " "; Text[ catalan ] = "Direcci d'escriptura"; Text[ thai ] = "ทิศทางข้อความ"; Text[ czech ] = "Směr textu"; Text[ hebrew ] = "‮כיוון טקסט‬"; Text[ hindi ] = "टेक्स्ट् दिशा"; Text[ slovak ] = "Smer textu"; Text[ hungarian ] = "Szövegirány"; Text[ slovenian ] = "Smer besedila"; }; ImageButton BTN_TXTSTACKED { Pos = MAP_APPFONT ( 12 , 54 ) ; Size = MAP_APPFONT ( 12 , 43 ) ; TabStop = TRUE ; ButtonImage = Image { ImageBitmap = Bitmap { File = "txtstk.bmp" ; }; MASKCOLOR ; }; }; Control CTR_DIAL { HelpId = HID_ALIGNMENT_CTR_DIAL ; Pos = MAP_APPFONT ( 30 , 54 ) ; Size = MAP_APPFONT ( 42 , 43 ) ; Text = "ABCD" ; }; FixedText FT_DEGREES { Pos = MAP_APPFONT ( 78 , 59 ) ; Size = MAP_APPFONT ( 34 , 8 ) ; Text = "~Winkel" ; Text [ ENGLISH ] = "Angle" ; Text[ language_user1 ] = " "; Text[ english_us ] = "De~grees"; Text[ portuguese ] = "~Graus"; Text[ russian ] = ""; Text[ greek ] = "~"; Text[ dutch ] = "Ho~ek"; Text[ french ] = "Angle"; Text[ spanish ] = "~ngulo"; Text[ finnish ] = "A~steet"; Text[ italian ] = "~Gradi"; Text[ danish ] = "~Grader"; Text[ swedish ] = "~Vinkel"; Text[ polish ] = "S~topnie"; Text[ portuguese_brazilian ] = "~Graus"; Text[ japanese ] = "角度(~G)"; Text[ korean ] = "각도(~G)"; Text[ chinese_simplified ] = "角度(~G)"; Text[ chinese_traditional ] = "角度(~G)"; Text[ turkish ] = "Dereceler"; Text[ arabic ] = "/"; Text[ catalan ] = "Angle"; Text[ thai ] = "อง~ศา"; Text[ czech ] = "Stupňů"; Text[ hebrew ] = "‮מעלות‬"; Text[ hindi ] = "डि~ग्रीस"; Text[ slovak ] = "~Stupňov"; Text[ hungarian ] = "F~ok"; Text[ slovenian ] = "Sto~pinje"; }; NumericField NF_DEGREES { Border = TRUE ; Pos = MAP_APPFONT ( 78 , 70 ) ; Size = MAP_APPFONT ( 34 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; StrictFormat = TRUE ; }; FixedText FT_BORDER_LOCK { Pos = MAP_APPFONT ( 118 , 59 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text = "Bezugs~kante" ; Text [ ENGLISH ] = "Reference edge" ; Text [ english_us ] = "Re~ference edge" ; Text [ portuguese_brazilian ] = "A~resta de referncia" ; Text [ swedish ] = "Referens~kant" ; Text [ danish ] = "Reference~kant" ; Text [ italian ] = "Bordo di ri~ferimento" ; Text [ spanish ] = "~Aristas de referencia" ; Text [ french ] = "Bord de rfrence" ; Text [ dutch ] = "I~nvalshoek" ; Text [ portuguese ] = "A~resta de referncia" ; Text[ chinese_simplified ] = "引用边(~F)"; Text[ russian ] = " "; Text[ polish ] = "~Krawd odniesienia"; Text[ japanese ] = "基準になる縁(~F)"; Text[ chinese_traditional ] = "參照邊(~F)"; Text[ arabic ] = " "; Text[ dutch ] = "I~nvalshoek"; Text[ chinese_simplified ] = "引用边(~F)"; Text[ greek ] = " "; Text[ korean ] = "기준 모서리(~F)"; Text[ turkish ] = "Referans kenar"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Vores de referncia"; Text[ finnish ] = "Viittee~n reuna"; Text[ thai ] = "ขอบการ~อ้างอิง"; Text[ czech ] = "Základna"; Text[ hebrew ] = "‮קצה יחוס‬"; Text[ hindi ] = "रे~फरेन्स किनारा"; Text[ slovak ] = "~Základňa"; Text[ hungarian ] = "Ala~pél"; Text[ slovenian ] = "Re~ferenčni rob"; }; Control CTR_BORDER_LOCK { HelpId = HID_ALIGNMENT_CTR_BORDER_LOCK ; Hide = TRUE ; Pos = MAP_APPFONT ( 118 , 70 ) ; Size = MAP_APPFONT ( 50 , 15 ) ; TabStop = TRUE ; }; TriStateBox BTN_ASIAN_VERTICAL { Pos = MAP_APPFONT ( 78 , 89 ) ; Size = MAP_APPFONT ( 176 , 10 ) ; TabStop = TRUE ; Text = "~Asiatischen, vertikalen Layoutmodus benutzen" ; Text [ ENGLISH ] = "Use ~Asian vertical layout mode" ; Text [ english_us ] = "Use ~Asian vertical layout mode" ; Text[ portuguese ] = "Use ~Asian vertical layout mode"; Text[ russian ] = "Use ~Asian vertical layout mode"; Text[ greek ] = "Use ~Asian vertical layout mode"; Text[ dutch ] = "Use ~Asian vertical layout mode"; Text[ french ] = "Utiliser le mode de mise en page vertical asiatique"; Text[ spanish ] = "~Utilizar diseo vertical asitico "; Text[ finnish ] = "Use ~Asian vertical layout mode"; Text[ italian ] = "Usa il layout verticale asiatico"; Text[ danish ] = "Brug ~Asiatisk lodret layouttilstand."; Text[ swedish ] = "Anvnd asiatiskt, vertikalt layoutlge"; Text[ polish ] = "Use ~Asian vertical layout mode"; Text[ portuguese_brazilian ] = "Usar modo ~asitico de layout vertical"; Text[ japanese ] = "日本語縦書きレイアウトモードの使用(~A)"; Text[ korean ] = "세로 쓰기 모드 사용 (~A)"; Text[ chinese_simplified ] = "使用中日韩竖写模式(~A)"; Text[ chinese_traditional ] = "使用中日韓直書模式(~A)"; Text[ turkish ] = "~Asya'ya ait dikey yerleim kipini kullan"; Text[ arabic ] = "Use ~Asian vertical layout mode"; Text[ catalan ] = "Use ~Asian vertical layout mode"; Text[ thai ] = "Use ~Asian vertical layout mode"; Text[ czech ] = "Použít asijský svislý režim rozložení"; Text[ hebrew ] = "‮פריסה אנכית לשפות מזרח הרחוק‬"; Text[ hindi ] = "Use ~Asian vertical layout mode"; Text[ slovak ] = "Použiť vertikálny mód ázijského rozloženi~a"; Text[ hungarian ] = "Á~zsiai függőleges írásmód használata"; Text[ slovenian ] = "Uporabi ~azijsko navpično postavitev"; }; FixedLine FL_SPACE { Pos = MAP_APPFONT ( 6 , 103 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Abstand zu Gitterlinien" ; Text [ ENGLISH ] = "Margins" ; Text [ norwegian ] = "Margins" ; Text [ italian ] = "Distanza dalle linee della griglia" ; Text [ portuguese_brazilian ] = "Afastamento at as linhas da grade" ; Text [ portuguese ] = "Margens da quadrcula" ; Text [ finnish ] = "Vlit ruudukon viivoihin" ; Text [ danish ] = "Afstand til gitterlinjer" ; Text [ french ] = "cart des lignes de la grille" ; Text [ swedish ] = "Avstnd till gitterlinjer" ; Text [ dutch ] = "Afstand tot rasterlijnen" ; Text [ spanish ] = "Distancia a la cuadrcula" ; Text [ english_us ] = "Spacing to grid lines" ; Text[ chinese_simplified ] = "至网格线的距离"; Text[ russian ] = " "; Text[ polish ] = "Odstp od linii siatki"; Text[ japanese ] = "グリッド線までの間隔"; Text[ chinese_traditional ] = "至網格線的距離"; Text[ arabic ] = " "; Text[ dutch ] = "Afstand tot rasterlijnen"; Text[ chinese_simplified ] = "至网格线的距离"; Text[ greek ] = " "; Text[ korean ] = "눈금선과의 간격"; Text[ turkish ] = "Izgara izgileri boluu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Espai a la quadrcula"; Text[ thai ] = "ระยะห่างถึงเส้นตาราง"; Text[ czech ] = "Vzdálenosti rastrovacích čar"; Text[ hebrew ] = "‮מרווח לקוי הרשת‬"; Text[ hindi ] = "जाल रेखाओं केलिए अंतर देना"; Text[ slovak ] = "Vzdialenosť k mriežkam"; Text[ hungarian ] = "Térköz a rácshálóhoz"; Text[ slovenian ] = "Razmik do mrežnih črt"; }; FixedText FT_LEFTSPACE { Pos = MAP_APPFONT ( 12 , 116 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "L~inks" ; Text [ ENGLISH ] = "L~eft" ; Text [ norwegian ] = "L~eft" ; Text [ italian ] = "A sinistra" ; Text [ portuguese_brazilian ] = "E~squerda" ; Text [ portuguese ] = "E~squerda" ; Text [ finnish ] = "~Vasen" ; Text [ danish ] = "~Venstre" ; Text [ french ] = " gauche" ; Text [ swedish ] = "V~nster" ; Text [ dutch ] = "~Links" ; Text [ spanish ] = "I~zquierda" ; Text [ english_us ] = "Lef~t" ; Text[ chinese_simplified ] = "向左(~T)"; Text[ russian ] = ""; Text[ polish ] = "Od le~wej"; Text[ japanese ] = "左(~T)"; Text[ chinese_traditional ] = "向左(~T)"; Text[ arabic ] = ""; Text[ dutch ] = "~Links"; Text[ chinese_simplified ] = "向左(~T)"; Text[ greek ] = ""; Text[ korean ] = "왼쪽(~T)"; Text[ turkish ] = "Sol"; Text[ language_user1 ] = " "; Text[ catalan ] = "Es~querra"; Text[ thai ] = "ซ้า~ย"; Text[ czech ] = "Vlevo"; Text[ hebrew ] = "‮שמאל‬"; Text[ hindi ] = "बा~याँ"; Text[ slovak ] = "Vľ~avo"; Text[ hungarian ] = "~Bal"; Text[ slovenian ] = "Le~vo"; }; MetricField ED_LEFTSPACE { Border = TRUE ; Pos = MAP_APPFONT ( 54 , 114 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; SpinSize = 1 ; DecimalDigits = 1 ; Maximum = 100 ; Last = 100 ; Unit = FUNIT_MM ; }; FixedText FT_RIGHTSPACE { Pos = MAP_APPFONT ( 12 , 132 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "Recht~s" ; Text [ ENGLISH ] = "Rig~ht" ; Text [ norwegian ] = "Rig~ht" ; Text [ italian ] = "A ~destra" ; Text [ portuguese_brazilian ] = "Direita" ; Text [ portuguese ] = "Dir~eita" ; Text [ finnish ] = "Oik~ea" ; Text [ danish ] = "Hjre" ; Text [ french ] = " droite" ; Text [ swedish ] = "H~ger" ; Text [ dutch ] = "~Rechts" ; Text [ spanish ] = "Derecha" ; Text [ english_us ] = "Right" ; Text[ chinese_simplified ] = "向右"; Text[ russian ] = "~"; Text[ polish ] = "Od prawe~j"; Text[ japanese ] = "右"; Text[ chinese_traditional ] = "向右"; Text[ arabic ] = ""; Text[ dutch ] = "~Rechts"; Text[ chinese_simplified ] = "向右"; Text[ greek ] = ""; Text[ korean ] = "오른쪽"; Text[ turkish ] = "Sa"; Text[ language_user1 ] = " "; Text[ catalan ] = "Dreta"; Text[ thai ] = "ขวา"; Text[ czech ] = "Vpravo"; Text[ hebrew ] = "‮ימין‬"; Text[ hindi ] = "दाहिना"; Text[ slovak ] = "Vpravo"; Text[ hungarian ] = "Jobb"; Text[ slovenian ] = "Desno"; }; MetricField ED_RIGHTSPACE { Border = TRUE ; Pos = MAP_APPFONT ( 54 , 130 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; SpinSize = 1 ; DecimalDigits = 1 ; Maximum = 100 ; Last = 100 ; Unit = FUNIT_MM ; }; FixedText FT_TOPSPACE { Pos = MAP_APPFONT ( 118 , 116 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "Obe~n" ; Text [ ENGLISH ] = "To~p" ; Text [ norwegian ] = "To~p" ; Text [ italian ] = "In alto" ; Text [ portuguese_brazilian ] = "Em ~Cima" ; Text [ portuguese ] = "Em ~cima" ; Text [ finnish ] = "~Ylreuna" ; Text [ danish ] = "To~p" ; Text [ french ] = "En haut" ; Text [ swedish ] = "U~ppe" ; Text [ dutch ] = "~Boven" ; Text [ spanish ] = "Arr~iba" ; Text [ english_us ] = "To~p" ; Text[ chinese_simplified ] = "向上(~P)"; Text[ russian ] = ""; Text[ polish ] = "Od ~gry"; Text[ japanese ] = "上(~P)"; Text[ chinese_traditional ] = "向上(~P)"; Text[ arabic ] = ""; Text[ dutch ] = "~Boven"; Text[ chinese_simplified ] = "向上(~P)"; Text[ greek ] = "~"; Text[ korean ] = "위(~P)"; Text[ turkish ] = "st"; Text[ language_user1 ] = " "; Text[ catalan ] = "Su~perior"; Text[ thai ] = "บ~น"; Text[ czech ] = "Nahoře"; Text[ hebrew ] = "‮עליון‬"; Text[ hindi ] = "ऊ~पर"; Text[ slovak ] = "~Navrchu"; Text[ hungarian ] = "~Felül"; Text[ slovenian ] = "Z~goraj"; }; MetricField ED_TOPSPACE { Border = TRUE ; Pos = MAP_APPFONT ( 160 , 114 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; SpinSize = 1 ; DecimalDigits = 1 ; Maximum = 100 ; Last = 100 ; Unit = FUNIT_MM ; }; FixedText FT_BOTTOMSPACE { Pos = MAP_APPFONT ( 118 , 132 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "Unt~en" ; Text [ ENGLISH ] = "Botto~m" ; Text [ norwegian ] = "Botto~m" ; Text [ italian ] = "In basso" ; Text [ portuguese_brazilian ] = "Em ~Baixo" ; Text [ portuguese ] = "Em ~baixo" ; Text [ finnish ] = "Alare~una" ; Text [ danish ] = "~Bund" ; Text [ french ] = "En bas" ; Text [ swedish ] = "N~ere" ; Text [ dutch ] = "~Onder" ; Text [ spanish ] = "Abaj~o" ; Text [ english_us ] = "Botto~m" ; Text[ chinese_simplified ] = "向下(~M)"; Text[ russian ] = ""; Text[ polish ] = "Od ~dou"; Text[ japanese ] = "下(~M)"; Text[ chinese_traditional ] = "向下(~M)"; Text[ arabic ] = ""; Text[ dutch ] = "~Onder"; Text[ chinese_simplified ] = "向下(~M)"; Text[ greek ] = ""; Text[ korean ] = "아래(~M)"; Text[ turkish ] = "Alt"; Text[ language_user1 ] = " "; Text[ catalan ] = "I~nferior"; Text[ thai ] = "ล่า~ง"; Text[ czech ] = "Dole"; Text[ hebrew ] = "‮תחתון‬"; Text[ hindi ] = "त~ल"; Text[ slovak ] = "Na~spodku"; Text[ hungarian ] = "A~lul"; Text[ slovenian ] = "S~podaj"; }; MetricField ED_BOTTOMSPACE { Border = TRUE ; Pos = MAP_APPFONT ( 160 , 130 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; SpinSize = 1 ; DecimalDigits = 1 ; Maximum = 100 ; Last = 100 ; Unit = FUNIT_MM ; }; FixedLine FL_WRAP { Pos = MAP_APPFONT ( 6 , 148 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Eigenschaften" ; Text [ English ] = "Text Flow" ; Text [ english_us ] = "Properties" ; Text [ swedish ] = "Egenskaper" ; Text [ danish ] = "Egenskaber" ; Text [ italian ] = "Propriet" ; Text [ spanish ] = "Propiedades" ; Text [ french ] = "Proprits" ; Text [ dutch ] = "Tekstverloop" ; Text [ portuguese_brazilian ] = "Fluxo do texto" ; Text [ portuguese ] = "Fluxo de texto" ; Text[ chinese_simplified ] = "属性"; Text[ russian ] = " "; Text[ polish ] = "Przepyw tekstu"; Text[ japanese ] = "属性"; Text[ chinese_traditional ] = "屬性"; Text[ arabic ] = " "; Text[ dutch ] = "Tekstverloop"; Text[ chinese_simplified ] = "属性"; Text[ greek ] = " "; Text[ korean ] = "등록 정보"; Text[ turkish ] = "zellikler"; Text[ language_user1 ] = " "; Text[ catalan ] = "Flux del text"; Text[ finnish ] = "Tekstin rivitys"; Text[ language_user1 ] = " "; Text[ catalan ] = "Flux del text"; Text[ thai ] = "การไหลของข้อความ"; Text[ czech ] = "Tok textu"; Text[ hebrew ] = "‮מאפיינים‬"; Text[ hindi ] = "टेक्स्ट् धारा"; Text[ slovak ] = "Tok textu"; Text[ hungarian ] = "Tulajdonságok"; Text[ slovenian ] = "Lastnosti"; }; TriStateBox BTN_WRAP { Pos = MAP_APPFONT ( 12 , 159 ) ; Size = MAP_APPFONT ( 114 , 10 ) ; Text = "Automatischer Zeilenumbru~ch" ; Text [ ENGLISH ] = "Linebrea~k" ; Text [ norwegian ] = "Linebrea~k" ; Text [ italian ] = "Testo a capo automatico" ; Text [ portuguese_brazilian ] = "Quebra de linha" ; Text [ portuguese ] = "Quebra de ~linha" ; Text [ finnish ] = "Rivinvaihto" ; Text [ danish ] = "Automatisk ~linjeskift" ; Text [ french ] = "Retour la ligne automatique" ; Text [ swedish ] = "Automatisk rad~brytning" ; Text [ dutch ] = "Re~gelafbreking" ; Text [ spanish ] = "Salto de ~lnea automtico" ; Text [ english_us ] = "Automatic ~line break" ; Text[ chinese_simplified ] = "自动换行(~L)"; Text[ russian ] = " "; Text[ polish ] = "Podzia wiersza"; Text[ japanese ] = "自動的に折り返す(~L)"; Text[ chinese_traditional ] = "自動換行(~L)"; Text[ arabic ] = " "; Text[ dutch ] = "Re~gelafbreking"; Text[ chinese_simplified ] = "自动换行(~L)"; Text[ greek ] = " "; Text[ korean ] = "자동 줄 바꿈(~L)"; Text[ turkish ] = "Satr sonu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Salt de ~lnia"; Text[ thai ] = "ตัวแบ่งบรรทัด"; Text[ czech ] = "Zalomení řádku"; Text[ hebrew ] = "‮מעברי שורות אוטומטיים‬"; Text[ hindi ] = "रेखा खण्डन"; Text[ slovak ] = "Zalomenie riadku"; Text[ hungarian ] = "A~utomatikus sortörés"; Text[ slovenian ] = "Samodejni prelom ~vrstice"; }; TriStateBox BTN_HYPH { Pos = MAP_APPFONT ( 130 , 159 ) ; Size = MAP_APPFONT ( 118 , 10 ) ; Text = "Silben~trennung aktiv" ; Text [ ENGLISH ] = "Hyphenation active" ; Text[ english_us ] = "Hyphenation active"; Text[ portuguese ] = "Diviso silbica activa"; Text[ russian ] = " "; Text[ greek ] = " ~"; Text[ dutch ] = "~Woordafbreking actief"; Text[ french ] = "Coupure des mots active"; Text[ spanish ] = "~Separacin silbica activa"; Text[ finnish ] = "Tavutus kytss"; Text[ italian ] = "Funzione di sillabazione attiva"; Text[ danish ] = "Orddeling aktiveret"; Text[ swedish ] = "Avs~tavning aktiv"; Text[ polish ] = "Dzielenie wyrazw aktywne"; Text[ portuguese_brazilian ] = "Diviso silbica ativada"; Text[ japanese ] = "ハイフネーションを行う"; Text[ korean ] = "하이픈 넣기 활성화"; Text[ chinese_simplified ] = "使用连字符"; Text[ chinese_traditional ] = "使用連字符"; Text[ turkish ] = "Heceleme aktif"; Text[ arabic ] = "Hyphenation active"; Text[ catalan ] = "Divisi sil.labes activa"; Text[ thai ] = "ยัติภังค์ที่ใช้งาน"; Text[ czech ] = "Dělení slov aktivní"; Text[ hebrew ] = "‮הפעלת מיקוף‬"; Text[ hindi ] = "क्रियाशील हाइफ़नेशन्"; Text[ slovak ] = "Delenie slov aktívne"; Text[ hungarian ] = "Elválasztás aktív"; Text[ slovenian ] = "Deljenje besed aktivno"; }; FixedText FT_TEXTFLOW { Pos = MAP_APPFONT( 12 , 173 ); Size = MAP_APPFONT( 64 , 8 ); Text = "Te~xtfluss"; Text [ english ] = "Te~xt flow"; Text [ english_us ] = "Te~xt flow"; Text[ portuguese ] = "Te~xt flow"; Text[ russian ] = " "; Text[ greek ] = "Te~xt flow"; Text[ dutch ] = "~Tekstverloop"; Text[ french ] = "Enchanements"; Text[ spanish ] = "~Flujo de texto"; Text[ finnish ] = "~Tekstin suunta"; Text[ italian ] = "Flusso di testo"; Text[ danish ] = "Tekst~forlb"; Text[ swedish ] = "Te~xtflde"; Text[ polish ] = "Kierunek ~tekstu"; Text[ portuguese_brazilian ] = "Fluxo do te~xto"; Text[ japanese ] = "体裁(~X)"; Text[ korean ] = "텍스트 흐름(~X)"; Text[ chinese_simplified ] = "换行和分页(~X)"; Text[ chinese_traditional ] = "換行和分頁(~X)"; Text[ turkish ] = "M~etin ak"; Text[ arabic ] = "Te~xt flow"; Text[ catalan ] = "Te~xt flow"; Text[ thai ] = "Te~xt flow"; Text[ czech ] = "Tok textu"; Text[ hebrew ] = "‮זרימת טקסט‬"; Text[ hindi ] = "Te~xt flow"; Text[ slovak ] = "Tok te~xtu"; Text[ hungarian ] = "S~zövegbeosztás"; Text[ slovenian ] = "Potek be~sedila"; }; ListBox LB_FRAMEDIR { Pos = MAP_APPFONT( 78 , 171 ); Size = MAP_APPFONT( 170 , 50 ); Border = TRUE; DropDown = TRUE; }; ImageList IL_LOCK_BMPS { ImageBitmap = Bitmap { File = "lo_ckmode.bmp" ; }; MaskColor = IL_LOCK_MCOL ; IdList = { IID_BOTTOMLOCK ; IID_TOPLOCK ; IID_CELLLOCK ; }; IdCount = { 3 ; }; }; ImageList IL_LOCK_BMPS_HC { ImageBitmap = Bitmap { File = "lohckmode.bmp" ; }; MaskColor = IL_LOCK_MCOL ; IdList = { IID_BOTTOMLOCK ; IID_TOPLOCK ; IID_CELLLOCK ; }; IdCount = { 3 ; }; }; String STR_BOTTOMLOCK { Text = "Textausdehnung von unterer Zellkante aus." ; Text [ English ] = "Text direction by lower cell-edge" ; Text [ english_us ] = "Text Extension From Lower Cell Border" ; Text [ portuguese_brazilian ] = "Extenso do texto a partir da borda inferior da clula." ; Text [ swedish ] = "Textutstrckning frn undre cellkanten" ; Text [ danish ] = "Tekstudstrkning ud fra nederste cellekant" ; Text [ italian ] = "Estensione del testo dal bordo inferiore della cella." ; Text [ spanish ] = "Expansin del texto a partir del borde inferior de la celda." ; Text [ french ] = "Extension de texte partir du bord infrieur de la cellule" ; Text [ dutch ] = "Inhoud uitbreiden vanaf onderkant cel." ; Text [ portuguese ] = "Expanso do texto a partir do canto inferior da clula." ; Text[ chinese_simplified ] = "文字从单元格下边缘延伸。"; Text[ russian ] = " "; Text[ polish ] = "Tekst rozciga si od dolnej krawdzi komrki."; Text[ japanese ] = "セルの下縁を基準に傾ける"; Text[ language_user1 ] = " "; Text[ chinese_traditional ] = "文字從儲存格下邊緣延伸。"; Text[ arabic ] = " ."; Text[ dutch ] = "Inhoud uitbreiden vanaf onderkant cel."; Text[ chinese_simplified ] = "文字从单元格下边缘延伸。"; Text[ greek ] = " ."; Text[ korean ] = "셀 아래 테두리에서 부터 텍스트 확장"; Text[ turkish ] = "Hcre alt kenarndan metin genilemesi"; Text[ catalan ] = "Expansi del text a partir de la vora inferior de la cel.la."; Text[ finnish ] = "Tekstin laajennus solun alareunasta"; Text[ thai ] = "การขยายข้อความจากเส้นขอบล่างเซลล์"; Text[ czech ] = "Rozsah textu od dolního okraje buňky"; Text[ hebrew ] = "‮המשך טקסט מגבול התחתון של התא‬"; Text[ hindi ] = "नीचे का कोष्ठ किनारे से टेक्स्ट् विस्तार"; Text[ slovak ] = "Rozsah textu od dolného okraja bunky"; Text[ hungarian ] = "Szöveg kiterjesztése az alsó cellakerettől"; Text[ slovenian ] = "Podaljšano besedilo iz spodnjega roba celic"; }; String STR_TOPLOCK { Text = "Textausdehnung von oberer Zellkante aus." ; Text [ English ] = "Text direction by upper cell-edge" ; Text [ english_us ] = "Text Extension From Upper Cell Border" ; Text [ portuguese_brazilian ] = "Extenso do texto partir da borda superior da clula" ; Text [ swedish ] = "Textutstrckning frn vre cellkanten" ; Text [ danish ] = "Tekstudstrkning ud fra verste cellekant" ; Text [ italian ] = "Estensione del testo dal bordo superiore della cella." ; Text [ spanish ] = "Expansin del texto a partir del borde superior de la celda." ; Text [ french ] = "Extension de texte partir du bord suprieur de la cellule" ; Text [ dutch ] = "Inhoud uitbreiden vanaf bovenkant cel." ; Text [ portuguese ] = "Expanso do texto a partir do canto superior da clula." ; Text[ chinese_simplified ] = "文字从单元格上边缘扩展。"; Text[ russian ] = " "; Text[ polish ] = "Tekst rozciga si od grnej krawdzi komrki."; Text[ japanese ] = "セルの上縁を基準に傾ける"; Text[ language_user1 ] = " "; Text[ chinese_traditional ] = "文字從儲存格上邊緣延伸。"; Text[ arabic ] = " ."; Text[ dutch ] = "Inhoud uitbreiden vanaf bovenkant cel."; Text[ chinese_simplified ] = "文字从单元格上边缘扩展。"; Text[ greek ] = " ."; Text[ korean ] = "셀 위 테두리에서부터 텍스트 확장"; Text[ turkish ] = "Hcre st kenarndan metin genilemesi."; Text[ catalan ] = "Expansi del text a partir de la vora superior de la cel.la."; Text[ finnish ] = "Tekstin laajennus solun ylreunasta"; Text[ thai ] = "การขยายข้อความจากเส้นขอบบนเซลล์"; Text[ czech ] = "Rozsah textu od horního okraje buňky"; Text[ hebrew ] = "‮המשך טקסט מגבול העליון של התא‬"; Text[ hindi ] = "ऊपरी कोष्ठ किनारे से टेक्स्ट् विस्तार"; Text[ slovak ] = "Rozsah textu od horného okraja bunky"; Text[ hungarian ] = "Szöveg kiterjesztése a felső cellakerettől"; Text[ slovenian ] = "Podaljšano besedilo iz zgornjega roba celic"; }; String STR_CELLLOCK { Text = "Textausdehnung nur innerhalb der Zelle." ; Text [ English ] = "Text- expanding only inside cell" ; Text [ english_us ] = "Text Extension Inside Cell" ; Text [ portuguese_brazilian ] = "Extenso do texto dentro da clula" ; Text [ swedish ] = "Textutstrckning bara inuti cellen" ; Text [ danish ] = "Tekstudstrkning indenfor cellen" ; Text [ italian ] = "Estensione del testo solo all'interno della cella." ; Text [ spanish ] = "Expansin del texto solo dentro de la celda." ; Text [ french ] = "Extension de texte uniquement l'intrieur de la cellule." ; Text [ dutch ] = "Inhoud uitbreiden alleen binnen cel." ; Text [ portuguese ] = "Expanso do texto apenas dentro da clula." ; Text[ chinese_simplified ] = "文字只在单元格内扩展。"; Text[ russian ] = " "; Text[ polish ] = "Tekst rozciga si wewntrz komrki."; Text[ japanese ] = "セル内でのみ傾ける"; Text[ language_user1 ] = " "; Text[ chinese_traditional ] = "文字只在儲存格內延伸。"; Text[ arabic ] = " ."; Text[ dutch ] = "Inhoud uitbreiden alleen binnen cel."; Text[ chinese_simplified ] = "文字只在单元格内扩展。"; Text[ greek ] = " ."; Text[ korean ] = "셀 안에서만 텍스트 확장"; Text[ turkish ] = "Yalnzca hcre iinde metin genilemesi"; Text[ catalan ] = "Expansi del text noms dins de la cel.la."; Text[ finnish ] = "Tekstin laajennus solun sisll"; Text[ thai ] = "การขยายข้อความภายในเซลล์"; Text[ czech ] = "Rozsah textu uvnitř buňky"; Text[ hebrew ] = "‮המשך הטקסט בתוך התא בלבד‬"; Text[ hindi ] = "कोष्ठ के भीतर टेक्स्ट् विस्तार"; Text[ slovak ] = "Rozsah textu vo vnútri bunky"; Text[ hungarian ] = "Szöveg kiterjesztése a cellán belül"; Text[ slovenian ] = "Podaljšano besedilo znotraj celice"; }; Text[ chinese_simplified ] = "对齐"; Text[ russian ] = ""; Text[ polish ] = "Wyrwnanie"; Text[ japanese ] = "配置"; Text[ chinese_traditional ] = "對齊"; Text[ arabic ] = ""; Text[ dutch ] = "Uitlijning"; Text[ chinese_simplified ] = "对齐"; Text[ greek ] = ""; Text[ korean ] = "맞춤"; Text[ turkish ] = "Hizalama"; Text[ language_user1 ] = " "; Text[ catalan ] = "Alineament"; Text[ thai ] = "จัดตำแหน่ง"; Text[ czech ] = "Zarovnání"; Text[ hebrew ] = "‮יישור‬"; Text[ hindi ] = "पंक्तिकरण"; Text[ slovak ] = "Zarovnanie"; Text[ hungarian ] = "Igazítás"; Text[ slovenian ] = "Poravnava"; }; // ********************************************************************** EOF