/************************************************************************* * * $RCSfile: test.src,v $ * * $Revision: 1.15 $ * * last change: $Author: kz $ $Date: 2001-06-13 23:31:31 $ * * 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 "helpid.hrc" #include "dialogs.hrc" #include "transfrm.hrc" // pragma ------------------------------------------------------------------- #pragma CHARSET_IBMPC // RID_SVXPAGE_POSITION ----------------------------------------------------- TabPage RID_SVXPAGE_POSITION { HelpId = HID_TRANS_POSITION ; Hide = TRUE ; Text = "Position" ; Text [ English ] = "Position" ; Text [ norwegian ] = "Posisjon" ; Text [ italian ] = "Posizione" ; Text [ portuguese_brazilian ] = "Posi??o" ; Text [ portuguese ] = "Posi???o" ; Text [ finnish ] = "Sijainti" ; Text [ danish ] = "Placering" ; Text [ french ] = "Position" ; Text [ swedish ] = "Position" ; Text [ dutch ] = "Positie" ; Text [ spanish ] = "Posici??" ; Text [ english_us ] = "Position" ; Size = MAP_APPFONT ( 189 , 97 ) ; FixedText FT_POS_X { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "Position ~X" ; Text [ English ] = "Position ~X" ; Text[ italian ] = "Posizione ~X"; Text[ portuguese_brazilian ] = "Posi??o ~X"; Text[ portuguese ] = "Posi???o ~X"; Text[ danish ] = "Position X"; Text[ french ] = "Position ~X"; Text[ swedish ] = "Position ~X"; Text[ dutch ] = "Positie ~X"; Text[ spanish ] = "Posici?? ~X"; Text[ english_us ] = "Position ~X"; Text[ russian ] = "???????? ~X"; Text[ greek ] = "???????~X"; Text[ polish ] = "Pozycja ~X"; Text[ japanese ] = "Ä??Ç?? ~X"; Text[ korean ] = "??\"?? ~X"; Text[ chinese_simplified ] = "?????? ~X"; Text[ chinese_traditional ] = "?????? ~X"; Text[ arabic ] = "??\"?????? ?"; Text[ turkish ] = "~X konumu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Posici?? ~X"; Text[ finnish ] = "Sijainti ~X"; }; FixedText FT_POS_Y { Pos = MAP_APPFONT ( 12 , 29 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "Position ~Y" ; Text[ portuguese_brazilian ] = "Posi??o ~Y"; Text[ french ] = "Position ~Y"; Text[ swedish ] = "Position ~Y"; Text[ italian ] = "Posizione ~Y"; Text[ portuguese ] = "Posi???o ~Y"; Text[ danish ] = "Position Y"; Text[ dutch ] = "Positie~Y"; Text[ spanish ] = "Posici?? ~Y"; Text[ english_us ] = "Position ~Y"; Text[ russian ] = "???????? ~Y"; Text[ greek ] = "???????~Y"; Text[ polish ] = "Pozycja ~Y"; Text[ japanese ] = "Ä??Ç?? ~Y"; Text[ korean ] = "??\"?? ~Y"; Text[ chinese_simplified ] = "?????? ~Y"; Text[ chinese_traditional ] = "?????? ~Y"; Text[ arabic ] = "??\"?????? ??"; Text[ turkish ] = "~Y konumu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Posici?? ~Y"; Text[ finnish ] = "Sijainti ~Y"; }; MetricField MTR_FLD_POS_X { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 12 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -120000 ; Maximum = 240000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; MetricField MTR_FLD_POS_Y { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 27 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -120000 ; Maximum = 240000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; GroupBox GRP_POSITION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 105 , 42 ) ; Text = "Position" ; Text [ English ] = "Position" ; Text [ norwegian ] = "Posisjon" ; Text [ italian ] = "Posizione" ; Text [ portuguese_brazilian ] = "Posi??o" ; Text [ portuguese ] = "Posi???o" ; Text [ finnish ] = "Sijainti" ; Text [ danish ] = "Placering" ; Text [ french ] = "Position" ; Text [ swedish ] = "Position" ; Text [ dutch ] = "Positie" ; Text [ spanish ] = "Posici??" ; Text [ english_us ] = "Position" ; Text[ russian ] = "????????"; Text[ greek ] = "??????"; Text[ polish ] = "Pozycja"; Text[ japanese ] = "Ä??Ç??"; Text[ korean ] = "??\"??"; Text[ chinese_simplified ] = "??????"; Text[ chinese_traditional ] = "??????"; Text[ arabic ] = "??\"??????"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; Text[ catalan ] = "Posici??"; }; Control CTL_RECT { HelpId = HID_TPPOSITION_CTRL ; Border = TRUE ; Pos = MAP_APPFONT ( 120 , 6 ) ; Size = MAP_APPFONT ( 60 , 39 ) ; TabStop = TRUE ; QuickHelpText = "Basispunkt" ; QuickHelpText [ English ] = "Base point" ; QuickHelpText [ portuguese ] = "Ponto de base" ; QuickHelpText [ english_us ] = "Base point" ; QuickHelpText [ portuguese_brazilian ] = "Basispunkt" ; QuickHelpText [ swedish ] = "Baspunkt" ; QuickHelpText [ danish ] = "Basispunkt" ; QuickHelpText [ italian ] = "Punto di base" ; QuickHelpText [ spanish ] = "Punto base" ; QuickHelpText [ french ] = "Point de base" ; QuickHelpText [ dutch ] = "Basispunt" ; QuickHelpText[ russian ] = "?'??????? ?,????"; QuickHelpText[ greek ] = "????????? ??????,"; QuickHelpText[ polish ] = "Punkt podstawy!"; QuickHelpText[ japanese ] = "??????????????????!"; QuickHelpText[ korean ] = "???????!"; QuickHelpText[ chinese_simplified ] = "Base point"; QuickHelpText[ chinese_traditional ] = "??????"; QuickHelpText[ arabic ] = "???,????\"????"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Basispunkt"; QuickHelpText[ catalan ] = "Punto base"; QuickHelpText[ finnish ] = "Kantapiste!"; }; GroupBox GB_ANCHOR { Pos = MAP_APPFONT ( 6 , 50 ) ; Size = MAP_APPFONT ( 105 , 41 ) ; Text = "Verankerung" ; Text [ ENGLISH ] = "Anchor" ; Hide = TRUE ; Text [ dutch ] = "Verankering" ; Text [ english_us ] = "Anchoring" ; Text [ italian ] = "Ancoraggio" ; Text [ spanish ] = "Anclaje" ; Text [ french ] = "Ancrage" ; Text [ swedish ] = "F??ankring" ; Text [ danish ] = "Forankring" ; Text [ portuguese_brazilian ] = "Verankerung" ; Text [ portuguese ] = "?,ncora" ; Text[ russian ] = "???????????"; Text[ greek ] = "?'???????????"; Text[ polish ] = "Zakotwiczenie"; Text[ japanese ] = "???????"; Text[ korean ] = "??\"?? ????-"; Text[ chinese_simplified ] = "?\"????"; Text[ chinese_traditional ] = "??-???"; Text[ arabic ] = "?????"; Text[ turkish ] = "Sabitleme"; Text[ language_user1 ] = " "; Text[ catalan ] = "Anclaje"; Text[ finnish ] = "Ankkurointi"; }; FixedText FT_ANCHOR { Pos = MAP_APPFONT ( 12 , 59 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "~Anker" ; Text [ ENGLISH ] = "~Anchor" ; Hide = TRUE ; Text [ english_us ] = "~Anchor" ; Text [ italian ] = "~Ancoraggio" ; Text [ spanish ] = "~Ancla" ; Text [ french ] = "~Ancre" ; Text [ dutch ] = "~Anker" ; Text [ swedish ] = "~Ankare" ; Text [ danish ] = "Anker" ; Text [ portuguese ] = "~?,ncora" ; Text [ portuguese_brazilian ] = "~Anker" ; Text[ russian ] = "???????????"; Text[ greek ] = "~?'???????????"; Text[ polish ] = "Kotwica"; Text[ japanese ] = "????????????~A)"; Text[ korean ] = "????? ??\"??(~A)"; Text[ chinese_simplified ] = "??????~A)"; Text[ chinese_traditional ] = "¡Å¡Å¡Å??(~A)"; Text[ arabic ] = "?????"; Text[ turkish ] = "~Sabitleyici"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Ancla"; Text[ finnish ] = "~Ankkuri"; }; ListBox LB_ANCHOR { Pos = MAP_APPFONT ( 51 , 59 ) ; Size = MAP_APPFONT ( 54 , 60 ) ; Hide = TRUE ; DropDown = TRUE ; StringList = { < "Am Absatz" ; > ; /* ### ACHTUNG: Neuer Eintrag in Liste? 2 : Als Zeichen*/ < "Als Zeichen" ; > ; < "An der Seite" ; > ; < "Am Rahmen" ; > ; }; StringList [ ENGLISH ] = { < "Frame at Paragraph" ; > ; < "Frame like a ~Character" ; > ; < "Bound to page" ; > ; < "Am Rahmen" ; > ; }; stringlist [ portuguese ] = { < "No par?grafo" ; > ; < "Como car?cter" ; > ; < "Na p?gina" ; > ; < "Na moldura" ; > ; }; stringlist [ english_us ] = { < "To Paragraph" ; > ; < "As character" ; > ; < "To Page" ; > ; < "To Frame" ; > ; }; stringlist [ portuguese_brazilian ] = { < "Am Absatz" ; > ; < "Am Zeichen" ; > ; < "An der Seite" ; > ; < "Am Rahmen" ; > ; }; stringlist [ swedish ] = { < "Till stycket" ; > ; < "Som tecken" ; > ; < "Till sidan" ; > ; < "Vid ram" ; > ; }; stringlist [ danish ] = { < "Til afsnit" ; > ; < "Som tegn" ; > ; < "Til siden" ; > ; < "Til rammen" ; > ; }; stringlist [ italian ] = { < "Al paragrafo" ; > ; < "Quale carattere" ; > ; < "Alla pagina" ; > ; < "Alla cornice" ; > ; }; stringlist [ spanish ] = { < "Al p?rrafo" ; > ; < "Como car?cter" ; > ; < "A la p?gina" ; > ; < "Al marco" ; > ; }; stringlist [ french ] = { < "Au paragraphe" ; > ; < "Comme caract??e" ; > ; < "?? la page" ; > ; < "Au cadre" ; > ; }; stringlist [ dutch ] = { < "Aan alinea" ; > ; < "Als teken" ; > ; < "Aan pagina" ; > ; < "Aan kader" ; > ; }; StringList [ russian ] = { < "?? ???????" ; > ; < "????? ??????" ; > ; < "?? ???,?????????" ; > ; < "?? ????????" ; > ; }; StringList [ greek ] = { < "??\"????????????????," ; > ; < "??, ?????????\"?????," ; > ; < "??\"???????????" ; > ; < "??\"? ??????????" ; > ; }; StringList [ polish ] = { < "Przy akapicie" ; > ; < "Jako znak" ; > ; < "Przy stronie" ; > ; < "Przy ramce" ; > ; }; StringList [ japanese ] = { < "????????" ; > ; < "?-???????-???" ; > ; < "?????????????" ; > ; < "??????" ; > ; }; StringList [ korean ] = { < "? ; < "???????" ; > ; < "????-?" ; > ; < "?\"\"?????\"?-?" ; > ; }; StringList [ chinese_simplified ] = { < "????????" ; > ; < "??\"????????" ; > ; < "????????" ; > ; < "?????" ; > ; }; StringList [ chinese_traditional ] = { < "¡Å?¡Å¡Å?¡Å¡Å¡Å" ; > ; < "¡Å-¡Å¡Å¡Å¡Å?¡Å" ; > ; < "¡Å?¡Å?¡Å?¡Å¡Å¡Å" ; > ; < "¡Å?¡Å¡Å,?" ; > ; }; StringList [ arabic ] = { < "??\"?? ??\"???,?" ; > ; < "????" ; > ; < "??\"?? ??\"?????" ; > ; < "??\"?? ??\"???" ; > ; }; StringList [ turkish ] = { < "Paragrafa" ; > ; < "Karakter olarak" ; > ; < "Sayfaya" ; > ; < "??er??veye" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ catalan ] = { < "Al p?rrafo" ; > ; < "Como car?cter" ; > ; < "A la p?gina" ; > ; < "Al marco" ; > ; }; StringList [ finnish ] = { < "Kappaleeseen" ; > ; < "Merkkin??" ; > ; < "Sivulle" ; > ; < "Kehykseen" ; > ; }; }; FixedText FT_ORIENT { Pos = MAP_APPFONT ( 12 , 74 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "~Position" ; Hide = TRUE ; }; ListBox LB_ORIENT { Pos = MAP_APPFONT ( 51 , 74 ) ; Size = MAP_APPFONT ( 54 , 60 ) ; Hide = TRUE ; DropDown = TRUE ; StringList = { < "Von oben" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; < "Zeichen oben" ; > ; < "Zeichen zentriert" ; > ; < "Zeichen unten" ; > ; < "Zeile oben" ; > ; < "Zeile zentriert" ; > ; < "Zeile unten" ; > ; }; StringList [ ENGLISH ] = { < "From top" ; > ; < "Top" ; > ; < "Centered" ; > ; < "Bottom" ; > ; < "Character top" ; > ; < "Character centered" ; > ; < "Character bottom" ; > ; < "Line top" ; > ; < "Line centered" ; > ; < "Line bottom" ; > ; }; stringlist [ english_us ] = { < "From Top" ; > ; < "Above" ; > ; < "Centered" ; > ; < "Below" ; > ; < "Top of character" ; > ; < "Center of character" ; > ; < "Bottom of character" ; > ; < "Top of line" ; > ; < "Center of line" ; > ; < "Bottom of line" ; > ; }; stringlist [ italian ] = { < "Dall'alto" ; > ; < "Sopra" ; > ; < "Centrato" ; > ; < "Sotto" ; > ; < "Carattere in alto" ; > ; < "Carattere centrato" ; > ; < "Carattere in basso" ; > ; < "Riga in alto" ; > ; < "Riga centrata" ; > ; < "Riga in basso" ; > ; }; stringlist [ spanish ] = { < "Desde arriba" ; > ; < "Arriba" ; > ; < "Centrado" ; > ; < "Abajo" ; > ; < "Car?cter arriba" ; > ; < "Car?cter centrado" ; > ; < "Car?cter abajo" ; > ; < "L??ea superior" ; > ; < "L??ea centrada" ; > ; < "L??ea inferior" ; > ; }; stringlist [ french ] = { < "Du haut" ; > ; < "En haut" ; > ; < "Centr?" ; > ; < "Inf?rieur" ; > ; < "D?calage haut" ; > ; < "Caract??e centr?" ; > ; < "D?calage bas" ; > ; < "Ligne sur le bord sup?rieur" ; > ; < "Ligne centr?e" ; > ; < "Ligne sur le bord inf?rieur" ; > ; }; stringlist [ dutch ] = { < "Van boven" ; > ; < "Boven" ; > ; < "Gecentreerd" ; > ; < "Beneden" ; > ; < "Teken boven" ; > ; < "Teken gecentreerd" ; > ; < "Teken beneden" ; > ; < "Regel boven" ; > ; < "Regel gecentreerd" ; > ; < "Regel beneden" ; > ; }; stringlist [ portuguese_brazilian ] = { < "Von oben" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; < "Zeichen oben" ; > ; < "Zeichen zentriert" ; > ; < "Zeichen unten" ; > ; < "Zeile oben" ; > ; < "Zeile zentriert" ; > ; < "Zeile unten" ; > ; }; stringlist [ swedish ] = { < "Uppifr?n" ; > ; < "?-verst" ; > ; < "Centrerat" ; > ; < "Underst" ; > ; < "Tecken ??erst" ; > ; < "Tecken centrerat" ; > ; < "Tecken underst" ; > ; < "Rad ??erst" ; > ; < "Rad centrerad" ; > ; < "Rad underst" ; > ; }; stringlist [ danish ] = { < "Fra oven" ; > ; < "Foroven" ; > ; < "Centreret" ; > ; < "Forneden" ; > ; < "Tegn ??erst" ; > ; < "Tegn centreret" ; > ; < "Tegn nederst" ; > ; < "R??kke ??erst" ; > ; < "R??kke centreret" ; > ; < "R??kke nederst" ; > ; }; stringlist [ portuguese ] = { < "De cima" ; > ; < "Acima" ; > ; < "Centrado" ; > ; < "Abaixo" ; > ; < "Car?cter acima" ; > ; < "Car?cter centrado" ; > ; < "Car?cter em baixo" ; > ; < "Linha em cima" ; > ; < "Linha centrada" ; > ; < "Linha em baixo" ; > ; }; StringList [ russian ] = { < "????????" ; > ; < "????????" ; > ; < "??????????,???" ; > ; < "????" ; > ; < "?-???? ?????????" ; > ; < "?-???? ????????,????" ; > ; < "?-???? ?????" ; > ; < "??,????????????????" ; > ; < "??,???????????????,????" ; > ; < "??,????????????" ; > ; }; StringList [ greek ] = { < "A???? ??????" ; > ; < "??????" ; > ; < "??????\"?????????????" ; > ; < "????\"??" ; > ; < "????????\"?????, ??????" ; > ; < "????????\"?????, ?????\"?????????????" ; > ; < "????????\"?????, ???\"??" ; > ; < "?\"??????? ??????" ; > ; < "?\"??????? ?????\"?????????????" ; > ; < "?\"??????? ???\"??" ; > ; }; StringList [ polish ] = { < "Z g??y" ; > ; < "W g??ze" ; > ; < "Wy?>rodkowany" ; > ; < "W dole" ; > ; < "Znak w g??ze" ; > ; < "Wy?>rodkowany znak" ; > ; < "Znak na dole" ; > ; < "Wiersz w g??ze" ; > ; < "Wy?>rodkowany wiersz" ; > ; < "Wiersz w dole" ; > ; }; StringList [ japanese ] = { < "???? ; < "??" ; > ; < "????" ; > ; < "??" ; > ; < "?-????????" ; > ; < "?-??????????" ; > ; < "?-????????" ; > ; < "????????" ; > ; < "??????????" ; > ; < "????????" ; > ; }; StringList [ korean ] = { < "??\"???\"" ; > ; < "??\"" ; > ; < "??????" ; > ; < "?-\"???" ; > ; < "???? ??\"" ; > ; < "???? ??????" ; > ; < "???? ?-\"???" ; > ; < "??\" ??\"" ; > ; < "??\" ??????" ; > ; < "??\" ?-\"???" ; > ; }; StringList [ chinese_simplified ] = { < "???????" ; > ; < "??'??" ; > ; < "????" ; > ; < "??'??" ; > ; < "????? ???-" ; > ; < "????? ????" ; > ; < "????? ???-" ; > ; < "??????-" ; > ; < "??? ????" ; > ; < "??????-" ; > ; }; StringList [ chinese_traditional ] = { < "¡Å¡Å¡Å¡Å" ; > ; < "¡Å?'¡Å¡Å" ; > ; < "¡Å¡Å¡Å¡Å¡Å" ; > ; < "¡Å?'¡Å¡Å" ; > ; < "¡Å¡Å¡Å?¡Å¡Å¡Å¡Å-¡" ; > ; < "¡Å¡Å¡Å?¡Å¡Å¡Å¡Å¡Å¡Å" ; > ; < "¡Å¡Å¡Å?¡Å¡Å¡Å¡Å-¡" ; > ; < "¡Å¡Å?¡Å¡Å¡Å-¡" ; > ; < "¡Å¡Å?¡Å¡Å¡Å¡Å¡Å" ; > ; < "¡Å¡Å?¡Å¡Å¡Å-¡" ; > ; }; StringList [ arabic ] = { < "???? ????\"??" ; > ; < "????\"??" ; > ; < "????????" ; > ; < "??????\"" ; > ; < "????\"?? ??\"????" ; > ; < "???? ??\"????" ; > ; < "??????\" ??\"????" ; > ; < "????\"?? ??\"???" ; > ; < "???? ??\"???" ; > ; < "??????\" ??\"???" ; > ; }; StringList [ turkish ] = { < "Yukardan" ; > ; < "??st" ; > ; < "Ortala" ; > ; < "Alt" ; > ; < "Karakter ?stte" ; > ; < "Karakter ortada" ; > ; < "Karakter altta" ; > ; < "Sat?? yukarda" ; > ; < "Sat?? ortada" ; > ; < "Sat?? altta" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ catalan ] = { < "Desde arriba" ; > ; < "Arriba" ; > ; < "Centrado" ; > ; < "Abajo" ; > ; < "Car?cter arriba" ; > ; < "Car?cter centrado" ; > ; < "Car?cter abajo" ; > ; < "L??ea superior" ; > ; < "L??ea centrada" ; > ; < "L??ea inferior" ; > ; }; StringList [ finnish ] = { < "Ylh????lt??" ; > ; < "Ylh????ll??" ; > ; < "Keskitetty" ; > ; < "Alhaalla" ; > ; < "Merkin yl??osa" ; > ; < "Merkin keskiosa" ; > ; < "Merkin alaosa" ; > ; < "Viivan yl??osa" ; > ; < "Viivan keskiosa" ; > ; < "Viivan alaosa" ; > ; }; }; TriStateBox TSB_PROTECT { Pos = MAP_APPFONT ( 120 , 54 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? Sch~tzen : Sch~ützen */ /* ### ACHTUNG: Neuer Text in Resource? Sch~tzen : Sch~ützen */ Text = "Sch~tzen" ; Text [ ENGLISH ] = "~Protect" ; Text [ norwegian ] = "~Beskytte" ; Text [ italian ] = "~Proteggi" ; Text [ portuguese_brazilian ] = "~Proteger" ; Text [ portuguese ] = "~Proteger" ; Text [ finnish ] = "~Suojaa" ; Text [ danish ] = "Beskyt" ; Text [ french ] = "~Prot?ger" ; Text [ swedish ] = "Sk~ydda" ; Text [ dutch ] = "~Beveiligen" ; Text [ spanish ] = "~Proteger" ; Text [ english_us ] = "Pr~otect" ; TabStop = TRUE ; Text[ russian ] = "???,????????? ???????"; Text[ greek ] = "????~???\"??????"; Text[ polish ] = "Chro?\""; Text[ japanese ] = "?????(~P)"; Text[ korean ] = "?????~P)"; Text[ chinese_simplified ] = "??????(~P)"; Text[ chinese_traditional ] = "¡Å¡Å?¡Å¡Å(~P)"; Text[ arabic ] = "????????"; Text[ turkish ] = "~Koru"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Proteger"; }; Text[ russian ] = "????????"; Text[ greek ] = "??????"; Text[ polish ] = "Pozycja"; Text[ japanese ] = "Ä??Ç??"; Text[ korean ] = "??\"??"; Text[ chinese_simplified ] = "??????"; Text[ chinese_traditional ] = "??????"; Text[ arabic ] = "??\"??????"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; Text[ catalan ] = "Posici??"; }; // RID_SVXPAGE_SIZE --------------------------------------------------------- TabPage RID_SVXPAGE_SIZE { HelpId = HID_TRANS_SIZE ; Hide = TRUE ; /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ Text = "Gr”áe" ; Text [ English ] = "Size" ; Text [ norwegian ] = "St›rrelse" ; Text [ italian ] = "Dimensione" ; Text [ portuguese_brazilian ] = "Tamanho" ; Text [ portuguese ] = "Tamanho" ; Text [ finnish ] = "Koko" ; Text [ danish ] = "St??relse" ; Text [ french ] = "Taille" ; Text [ swedish ] = "Storlek" ; Text [ dutch ] = "Grootte" ; Text [ spanish ] = "Tama??" ; Text [ english_us ] = "Size" ; Size = MAP_APPFONT ( 189 , 97 ) ; FixedText FT_WIDTH { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; Text = "~Breite" ; Text [ ENGLISH ] = "~Width" ; Text [ norwegian ] = "~Bredde" ; Text [ italian ] = "~Largh." ; Text [ portuguese_brazilian ] = "~Largura" ; Text [ portuguese ] = "~Largura" ; Text [ finnish ] = "Le~veys" ; Text [ danish ] = "Bredde" ; Text [ french ] = "~Largeur" ; Text [ swedish ] = "~Bredd" ; Text [ dutch ] = "~Breedte" ; Text [ spanish ] = "A~ncho" ; Text [ english_us ] = "Wi~dth" ; Text[ russian ] = "???????"; Text[ greek ] = "~?????\"??,"; Text[ polish ] = "Szer."; Text[ japanese ] = "??(~D)"; Text[ korean ] = "?\"???(~D)"; Text[ chinese_simplified ] = "??????(~D)"; Text[ chinese_traditional ] = "¡Å?¡Å¡Å(~D)"; Text[ arabic ] = "??\"???"; Text[ turkish ] = "~Geni??lik"; Text[ language_user1 ] = " "; Text[ catalan ] = "A~ncho"; }; FixedText FT_HEIGHT { Pos = MAP_APPFONT ( 12 , 29 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? H~”he : H~öhe */ /* ### ACHTUNG: Neuer Text in Resource? H~”he : H~öhe */ Text = "H~”he" ; Text [ ENGLISH ] = "H~eight" ; Text [ norwegian ] = "H~eight" ; Text [ italian ] = "Altezza" ; Text [ portuguese_brazilian ] = "A~ltura" ; Text [ portuguese ] = "A~ltura" ; Text [ finnish ] = "K~orkeus" ; Text [ danish ] = "H??de" ; Text [ french ] = "~Hauteur" ; Text [ swedish ] = "H~??d" ; Text [ dutch ] = "H~oogte" ; Text [ spanish ] = "A~ltura" ; Text [ english_us ] = "H~eight" ; Text[ russian ] = "?'??? do tekstu"; Text[ japanese ] = "?-?????-??????,'????,???>?,<(~F)"; Text[ korean ] = "????????? ?\"??? ??????(~F)"; Text[ chinese_simplified ] = "?'??-???????????(~F)"; Text[ chinese_traditional ] = "¡Å'?¡Å?¡Å?¡Å?¡Å?¡Å¡Å¡Å?(~F)"; Text[ arabic ] = "???\"????? ??\"?????\"?\"????"; Text[ turkish ] = "Geni??li??i, metne g??e aya~rla"; Text[ language_user1 ] = " "; Text[ catalan ] = "Ajustar ~ancho al texto"; Text[ finnish ] = "~Sovita leveys tekstiin"; }; TriStateBox TSB_AUTOGROW_HEIGHT { Pos = MAP_APPFONT ( 6 , 78 ) ; Size = MAP_APPFONT ( 95 , 12 ) ; /* ### ACHTUNG: Neuer Text in Resource? H”h~e an Text anpassen : Höh~e an Text anpassen */ /* ### ACHTUNG: Neuer Text in Resource? H”h~e an Text anpassen : Höh~e an Text anpassen */ Text = "H”h~e an Text anpassen" ; Text [ ENGLISH ] = "Fit ~height to text" ; Text [ english_us ] = "Fit ~height to text" ; TabStop = TRUE ; Text [ dutch ] = "Hoo~gte aan tekst aanpassen" ; Text [ italian ] = "Adatta alt~ezza al testo" ; Text [ spanish ] = "~Ajustar altura al texto" ; Text [ french ] = "Adapter la haute~ur au texte" ; Text [ swedish ] = "Anpassa h??d till text" ; Text [ danish ] = "Tilpas h??de til tekst" ; Text [ portuguese ] = "Ajustar ~altura ao texto" ; Text [ portuguese_brazilian ] = "H?h~e an Text anpassen" ; Text[ russian ] = "?'??? do tekstu"; Text[ japanese ] = "?-?????-????????-?,'????,???>?,<(~H)"; Text[ korean ] = "????????? ??'??? ??????(~H)"; Text[ chinese_simplified ] = "?'??-???????????(~H)"; Text[ chinese_traditional ] = "¡Å'?¡Å?¡Å?¡Å¡Å?¡Å¡Å?¡Å¡Å¡Å?(~H)"; Text[ arabic ] = "???\"????? ??\"???????? ?\"?\"????"; Text[ turkish ] = "Y?ksekli??i, metne g??e a~yarla"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Ajustar altura al texto"; Text[ finnish ] = "~Sovita korkeus tekstiin"; }; Text[ russian ] = "?????????"; Text[ greek ] = "??????????,"; Text[ polish ] = "Rozmiar"; Text[ japanese ] = "???????"; Text[ korean ] = "?????"; Text[ chinese_simplified ] = "????"; Text[ chinese_traditional ] = "¡Å¡Å¡Å?"; Text[ arabic ] = "??\"???"; Text[ turkish ] = "Boyut"; Text[ language_user1 ] = " "; Text[ catalan ] = "Tama??"; }; // RID_SVXPAGE_ANGLE -------------------------------------------------------- TabPage RID_SVXPAGE_ANGLE { HelpId = HID_TRANS_ANGLE ; Hide = TRUE ; Text = "Winkel" ; Text [ English ] = "Angle" ; Text [ norwegian ] = "Vinkel" ; Text [ italian ] = "Angolo" ; Text [ portuguese_brazilian ] = "?ngulo" ; Text [ portuguese ] = "?,ngulo" ; Text [ finnish ] = "Kulma" ; Text [ danish ] = "Vinkel" ; Text [ french ] = "Angle" ; Text [ swedish ] = "Vinkel" ; Text [ dutch ] = "Hoek" ; Text [ spanish ] = "??ngulo" ; Text [ english_us ] = "Angle" ; Size = MAP_APPFONT ( 189 , 97 ) ; FixedText FT_POS_X { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "Position ~X" ; Text [ English ] = "Position ~X" ; Text [ norwegian ] = "Posisjon~X" ; Text [ italian ] = "Posizione ~X" ; Text [ portuguese_brazilian ] = "Posi??o ~X" ; Text [ portuguese ] = "Posi???o ~X" ; Text [ finnish ] = "Sijainti ~X" ; Text [ danish ] = "Position X" ; Text [ french ] = "Position ~X" ; Text [ swedish ] = "Position ~X" ; Text [ dutch ] = "Positie ~X" ; Text [ spanish ] = "Posici?? ~X" ; Text [ english_us ] = "Position ~X" ; Text[ russian ] = "???????? ~X"; Text[ greek ] = "???????~X"; Text[ polish ] = "Pozycja X"; Text[ japanese ] = "Ä??Ç?? ~X"; Text[ korean ] = "??\"?? ~X"; Text[ chinese_simplified ] = "?????? ~X"; Text[ chinese_traditional ] = "?????? ~X"; Text[ arabic ] = "??\"?????? ?"; Text[ turkish ] = "~X konumu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Posici?? ~X"; }; FixedText FT_POS_Y { Pos = MAP_APPFONT ( 12 , 29 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "Position ~Y" ; Text [ English ] = "Position ~Y" ; Text [ norwegian ] = "Posisjon~Y" ; Text [ italian ] = "Posizione ~Y" ; Text [ portuguese_brazilian ] = "Posi??o ~Y" ; Text [ portuguese ] = "Posi???o ~Y" ; Text [ finnish ] = "Sijainti ~Y" ; Text [ danish ] = "Position Y" ; Text [ french ] = "Position ~Y" ; Text [ swedish ] = "Position ~Y" ; Text [ dutch ] = "Positie ~Y" ; Text [ spanish ] = "Posici?? ~Y" ; Text [ english_us ] = "Position ~Y" ; Text[ russian ] = "???????? ~Y"; Text[ greek ] = "???????~Y"; Text[ polish ] = "Pozycja Y"; Text[ japanese ] = "Ä??Ç?? ~Y"; Text[ korean ] = "??\"?? ~Y"; Text[ chinese_simplified ] = "?????? ~Y"; Text[ chinese_traditional ] = "?????? ~Y"; Text[ arabic ] = "??\"?????? ??"; Text[ turkish ] = "~Y konumu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Posici?? ~Y"; }; MetricField MTR_FLD_POS_X { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 12 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -500000 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; MetricField MTR_FLD_POS_Y { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 27 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -500000 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; FixedText FT_ANGLE { Pos = MAP_APPFONT ( 12 , 70 ) ; Size = MAP_APPFONT ( 26 , 10 ) ; Text = "~Winkel" ; Text [ ENGLISH ] = "~Angle" ; Text [ norwegian ] = "~Vinkel" ; Text [ italian ] = "Angolo" ; Text [ portuguese_brazilian ] = "~?ngulo" ; Text [ portuguese ] = "~?,ngulo" ; Text [ finnish ] = "~Kulma" ; Text [ danish ] = "Vinkel" ; Text [ french ] = "~Angle" ; Text [ swedish ] = "~Vinkel" ; Text [ dutch ] = "~Hoek" ; Text [ spanish ] = "An~gulo" ; Text [ english_us ] = "~Angle" ; Text[ russian ] = "????"; Text[ greek ] = "~?\"??????"; Text[ polish ] = "K??t"; Text[ japanese ] = "?????(~A)"; Text[ korean ] = "????\"(~A)"; Text[ chinese_simplified ] = "?????(~A)"; Text[ chinese_traditional ] = "¡Å¡Å¡Å¡Å¡Å(~A)"; Text[ arabic ] = "??\"????????"; Text[ turkish ] = "~A??"; Text[ language_user1 ] = " "; Text[ catalan ] = "An~gulo"; }; MetricField MTR_FLD_ANGLE { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 68 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -500000 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CUSTOM ; CustomUnitText = " Grad" ; CustomUnitText [ ENGLISH ] = " Degree" ; CustomUnitText [ english_us ] = " degrees" ; SpinSize = 500 ; CustomUnitText [ portuguese_brazilian ] = "Grad" ; CustomUnitText [ swedish ] = " grader" ; CustomUnitText [ danish ] = "grader" ; CustomUnitText [ italian ] = "Gradi" ; CustomUnitText [ spanish ] = "grados" ; CustomUnitText [ french ] = " degr?s" ; CustomUnitText [ dutch ] = "Graden" ; CustomUnitText [ portuguese ] = "Graus" ; CustomUnitText[ russian ] = "?\"???????"; CustomUnitText[ greek ] = "?????????,"; CustomUnitText[ polish ] = "Stopie?\""; CustomUnitText[ japanese ] = "???"; CustomUnitText[ korean ] = "??\""; CustomUnitText[ chinese_simplified ] = "???"; CustomUnitText[ chinese_traditional ] = "¡Å¡Å¡Å"; CustomUnitText[ arabic ] = "????"; CustomUnitText[ turkish ] = "Derece"; CustomUnitText[ language_user1 ] = " "; CustomUnitText[ catalan ] = "grados"; CustomUnitText[ finnish ] = " asteet"; }; Control CTL_RECT { HelpId = HID_TPROTATION_CTRL1 ; Border = TRUE ; Pos = MAP_APPFONT ( 120 , 6 ) ; Size = MAP_APPFONT ( 60 , 39 ) ; TabStop = TRUE ; QuickHelpText = "Rotationspunkt" ; QuickHelpText [ English ] = "Rotation point" ; QuickHelpText [ english_us ] = "Rotation point" ; QuickHelpText [ portuguese_brazilian ] = "Rotationspunkt" ; QuickHelpText [ swedish ] = "Rotationspunkt" ; QuickHelpText [ danish ] = "Rotationspunkt" ; QuickHelpText [ italian ] = "Punto di rotazione" ; QuickHelpText [ spanish ] = "Punto de rotaci??" ; QuickHelpText [ french ] = "Point de rotation" ; QuickHelpText [ dutch ] = "Rotatiepunt" ; QuickHelpText [ portuguese ] = "Ponto de rota???o" ; QuickHelpText[ russian ] = "???????????????"; QuickHelpText[ greek ] = "????????? ??????????\"???????,"; QuickHelpText[ polish ] = "Punkt rotacyjny!"; QuickHelpText[ japanese ] = "?>??????-??>?,??????????????"; Text[ korean ] = "?????\"???"; Text[ chinese_simplified ] = "?-?????????"; Text[ korean ] = "?????\"??"; Text[ chinese_simplified ] = "?-????"; Text[ polish ] = "Pochyl"; Text[ japanese ] = "?,????-??>?,<"; Text[ korean ] = "?????"; Text[ chinese_simplified ] = "????"; Text[ chinese_traditional ] = "¡Å,¡Å?"; Text[ arabic ] = "?????\""; Text[ turkish ] = "Duru?? e??imi"; Text[ language_user1 ] = " "; Text[ catalan ] = "Inclinar"; Text[ finnish ] = "Kallista"; }; /* TriStateBox TSB_VERTICAL { Pos = MAP_APPFONT( 12, 62 ); Size = MAP_APPFONT( 40, 12 ); Text = "~Vertikal"; Text[ ENGLISH ] = "~Vertical"; TabStop = TRUE; }; */ Text[ russian ] = "????????? / ???????? ??????"; Text[ greek ] = "?>???? / ?'??\"?????????????,"; Text[ polish ] = "Pochyl / Promie?\" naro??nika"; Text[ japanese ] = "?,????-??>?,?Ê??"; Text[ korean ] = "?????\""; Text[ chinese_simplified ] = "?-???? / ?'??\"?????????????,"; Text[ polish ] = "Pochyl / Promie?\" naro??nika"; Text[ japanese ] = "?,????-??>?,