/************************************************************************* * * $RCSfile: transfrm.src,v $ * * $Revision: 1.1.1.1 $ * * last change: $Author: hr $ $Date: 2000-09-18 17:01:13 $ * * 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 ------------------------------------------------------------------- // 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 ] = "Posio" ; Text [ portuguese ] = "Posio" ; Text [ finnish ] = "Sijainti" ; Text [ danish ] = "Placering" ; Text [ french ] = "Position" ; Text [ swedish ] = "Placering" ; Text [ dutch ] = "Positie" ; Text [ spanish ] = "Posicin" ; Text [ english_us ] = "Position" ; Size = MAP_APPFONT ( 260 , 135 ) ; GroupBox GRP_POSITION { Pos = MAP_APPFONT ( 6 , 3) ; Size = MAP_APPFONT ( 248 , 69) ; Text = "Position" ; Text [ English ] = "Position" ; Text [ norwegian ] = "Posisjon" ; Text [ italian ] = "Posizione" ; Text [ portuguese_brazilian ] = "Posio" ; Text [ portuguese ] = "Posio" ; Text [ finnish ] = "Sijainti" ; Text [ danish ] = "Placering" ; Text [ french ] = "Position" ; Text [ swedish ] = "Placering" ; Text [ dutch ] = "Positie" ; Text [ spanish ] = "Posicin" ; Text [ english_us ] = "Position" ; Text[ chinese_simplified ] = "λ"; Text[ russian ] = ""; Text[ polish ] = "Pozycja"; Text[ japanese ] = "ʒu"; Text[ chinese_traditional ] = "m"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ġ"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; }; FixedText FT_POS_X { Pos = MAP_APPFONT ( 17 , 18 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "Position ~X" ; Text [ English ] = "Position ~X" ; Text [ norwegian ] = "Posisjon~X" ; Text [ italian ] = "Posizione ~X" ; Text [ portuguese_brazilian ] = "Posio ~X" ; Text [ portuguese ] = "Posio ~X" ; Text [ finnish ] = "Position ~X" ; Text [ danish ] = "Position X" ; Text [ french ] = "Position ~X" ; Text [ swedish ] = "Position ~X" ; Text [ dutch ] = "Positie ~X" ; Text [ spanish ] = "Posicin ~X" ; Text [ english_us ] = "Position ~X" ; Text[ chinese_simplified ] = "λ X(~X)"; Text[ russian ] = " ~X"; Text[ polish ] = "Pozycja X"; Text[ japanese ] = "ʒu X(~X)"; Text[ chinese_traditional ] = "m ~X"; Text[ arabic ] = " "; Text[ greek ] = " ~X"; Text[ korean ] = "ġ X(~X)"; Text[ turkish ] = "~X konumu"; Text[ language_user1 ] = " "; }; FixedText FT_POS_Y { Pos = MAP_APPFONT ( 17 , 38 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "Position ~Y" ; Text [ English ] = "Position ~Y" ; Text [ norwegian ] = "Posisjon~Y" ; Text [ italian ] = "Posizione ~Y" ; Text [ portuguese_brazilian ] = "Posio ~Y" ; Text [ portuguese ] = "Posio ~Y" ; Text [ finnish ] = "Position ~Y" ; Text [ danish ] = "Position Y" ; Text [ french ] = "Position ~Y" ; Text [ swedish ] = "Position ~Y" ; Text [ dutch ] = "Positie~Y" ; Text [ spanish ] = "Posicin ~Y" ; Text [ english_us ] = "Position ~Y" ; Text[ chinese_simplified ] = "λ Y(~Y)"; Text[ russian ] = " ~Y"; Text[ polish ] = "Pozycja Y"; Text[ japanese ] = "ʒu Y(~Y)"; Text[ chinese_traditional ] = "m ~Y"; Text[ arabic ] = " "; Text[ greek ] = " ~Y"; Text[ korean ] = "ġ Y(~Y)"; Text[ turkish ] = "~Y konumu"; Text[ language_user1 ] = " "; }; MetricField MTR_FLD_POS_X { Border = TRUE ; Pos = MAP_APPFONT ( 61 , 16 ) ; 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 ( 61 , 36 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -120000 ; Maximum = 240000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; Control CTL_RECT { HelpId = HID_TPPOSITION_CTRL ; Border = TRUE ; Pos = MAP_APPFONT ( 179 , 12 ) ; Size = MAP_APPFONT ( 70 , 48 ) ; 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 ] = "Basispunkt" ; QuickHelpText [ french ] = "Point de base" ; QuickHelpText [ dutch ] = "Basispunt" ; QuickHelpText[ russian ] = " "; QuickHelpText[ polish ] = "Punkt podstawy"; QuickHelpText[ japanese ] = "߲"; QuickHelpText[ chinese_simplified ] = ""; QuickHelpText[ chinese_traditional ] = "I"; QuickHelpText[ arabic ] = " "; QuickHelpText[ greek ] = " "; QuickHelpText[ korean ] = "Base point"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; }; TriStateBox TSB_PROTECT { Pos = MAP_APPFONT ( 17 , 56 ) ; Size = MAP_APPFONT ( 160 , 10 ) ; 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 ] = "~Protger" ; Text [ swedish ] = "Sk~ydda" ; Text [ dutch ] = "~Beveiligen" ; Text [ spanish ] = "~Proteger" ; Text [ english_us ] = "~Protect" ; TabStop = TRUE ; Text[ chinese_simplified ] = "(~P)"; Text[ russian ] = ""; Text[ polish ] = "Chro"; Text[ japanese ] = "ی(~P)"; Text[ chinese_traditional ] = "O@(~P)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ȣ(~P)"; Text[ turkish ] = "~Koru"; Text[ language_user1 ] = " "; }; GroupBox GB_ANCHOR { Pos = MAP_APPFONT ( 6 , 76 ) ; Size = MAP_APPFONT ( 248 , 55 ) ; Text = "Verankerung" ; Text [ ENGLISH ] = "Anchor" ; Hide = TRUE ; Text [ dutch ] = "Verankering" ; Text [ english_us ] = "Anchor" ; Text [ italian ] = "Ancoraggio" ; Text [ spanish ] = "Anclaje" ; Text [ french ] = "Ancrer" ; Text [ swedish ] = "Frankring" ; Text [ danish ] = "Forankring" ; Text [ portuguese_brazilian ] = "Verankerung" ; Text [ portuguese ] = "Ancorar" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Zakotwiczenie"; Text[ japanese ] = "ݶ"; Text[ chinese_traditional ] = "w"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ġ "; Text[ turkish ] = "Sabitleme"; Text[ language_user1 ] = " "; }; FixedText FT_ANCHOR { Pos = MAP_APPFONT ( 17 , 91 ) ; 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[ chinese_simplified ] = "(~A)"; Text[ russian ] = ""; Text[ polish ] = "Kotwica"; Text[ japanese ] = "ݶ(~A)"; Text[ chinese_traditional ] = "и(~A)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = " ġ(~A)"; Text[ turkish ] = "~Sabitleyici"; Text[ language_user1 ] = " "; }; ListBox LB_ANCHOR { Pos = MAP_APPFONT ( 61 , 89 ) ; Size = MAP_APPFONT ( 54 , 60 ) ; Hide = TRUE ; DropDown = TRUE ; StringList = { < "Am Absatz" ; > ; < "Als Zeichen" ; > ; < "An der Seite" ; > ; < "Am Rahmen" ; > ; }; StringList [ ENGLISH ] = { < "Am Absatz" ; > ; < "Als Zeichen" ; > ; < "An der Seite" ; > ; < "Am Rahmen" ; > ; }; stringlist [ portuguese ] = { < "No pargrafo" ; > ; < "Como carcter" ; > ; < "Na pgina" ; > ; < "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" ; > ; < "Till ramen" ; > ; }; stringlist [ danish ] = { < "Til afsnit" ; > ; < "Som tegn" ; > ; < "Til siden" ; > ; < "Til rammen" ; > ; }; stringlist [ italian ] = { < "Al paragrafo" ; > ; < "Quale carattere" ; > ; < "Alla pagina" ; > ; < "Alla cornice" ; > ; }; stringlist [ spanish ] = { < "Al prrafo" ; > ; < "Como carcter" ; > ; < "A la pgina" ; > ; < "Al marco" ; > ; }; stringlist [ french ] = { < "Au paragraphe" ; > ; < "Comme caractre" ; > ; < " la page" ; > ; < "Au cadre" ; > ; }; stringlist [ dutch ] = { < "Aan alinea" ; > ; < "Als teken" ; > ; < "Aan pagina" ; > ; < "Aan kader" ; > ; }; StringList [ chinese_simplified ] = { < "ڶ" ; > ; < "ַ" ; > ; < "ҳ" ; > ; < "ڿ" ; > ; }; StringList [ russian ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ polish ] = { < "Przy akapicie" ; > ; < "Jako znak" ; > ; < "Przy stronie" ; > ; < "Przy ramce" ; > ; }; StringList [ japanese ] = { < "i" ; > ; < "Ƃ" ; > ; < "߰ނ" ; > ; < "g" ; > ; }; StringList [ chinese_traditional ] = { < "bqW" ; > ; < "@r" ; > ; < "bW" ; > ; < "bؤW" ; > ; }; StringList [ arabic ] = { < " " ; > ; < "" ; > ; < " " ; > ; < " " ; > ; }; StringList [ greek ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ korean ] = { < "ܶ" ; > ; < "ڷ" ; > ; < "" ; > ; < "ӿ" ; > ; }; StringList [ turkish ] = { < "Paragrafa" ; > ; < "Karakter olarak" ; > ; < "Sayfaya" ; > ; < "ereveye" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; }; FixedText FT_ORIENT { Pos = MAP_APPFONT ( 17 , 112 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "~Position" ; Hide = TRUE ; }; ListBox LB_ORIENT { Pos = MAP_APPFONT ( 61 , 110 ); 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 ] = { < "Von oben" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; < "Zeichen oben" ; > ; < "Zeichen zentriert" ; > ; < "Zeichen unten" ; > ; < "Zeile oben" ; > ; < "Zeile zentriert" ; > ; < "Zeile unten" ; > ; }; 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" ; > ; < "Carcter arriba" ; > ; < "Carcter centrado" ; > ; < "Carcter abajo" ; > ; < "Lnea superior" ; > ; < "Lnea centrada" ; > ; < "Lnea inferior" ; > ; }; stringlist [ french ] = { < "Du haut" ; > ; < "En haut" ; > ; < "Centr" ; > ; < "Infrieur" ; > ; < "Dcalage haut" ; > ; < "Caractre centr" ; > ; < "Dcalage bas" ; > ; < "Ligne vers le bord suprieur" ; > ; < "Ligne centre" ; > ; < "Ligne infrieure" ; > ; }; 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 ] = { < "Uppifrn" ; > ; < "verst" ; > ; < "Centrerad" ; > ; < "Underst" ; > ; < "Tecken verst" ; > ; < "Tecken centrerat" ; > ; < "Tecken underst" ; > ; < "Rad verst" ; > ; < "Rad centrerad" ; > ; < "Rad underst" ; > ; }; stringlist [ danish ] = { < "Fra oven" ; > ; < "Foroven" ; > ; < "Centreret" ; > ; < "Forneden" ; > ; < "Tegn verst" ; > ; < "Tegn centreret" ; > ; < "Tegn nederst" ; > ; < "Rkke verst" ; > ; < "Rkke centreret" ; > ; < "Rkke nederst" ; > ; }; stringlist [ portuguese ] = { < "De cima" ; > ; < "Acima" ; > ; < "Centrado" ; > ; < "Abaixo" ; > ; < "Acima do carcter" ; > ; < "Carcter centrado" ; > ; < "Carcter em baixo" ; > ; < "Linha em cima" ; > ; < "Linha centrada" ; > ; < "Linha em baixo" ; > ; }; StringList [ chinese_simplified ] = { < "" ; > ; < "" ; > ; < "" ; > ; < "" ; > ; < "Ϸ" ; > ; < "" ; > ; < "·" ; > ; < "Ϸ" ; > ; < "о" ; > ; < "·" ; > ; }; StringList [ russian ] = { < "" ; > ; < "" ; > ; < " " ; > ; < "" ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ polish ] = { < "Z gry" ; > ; < "W grze" ; > ; < "Wyrodkowany" ; > ; < "W dole" ; > ; < "Znak w grze" ; > ; < "Wyrodkowany znak" ; > ; < "Znak na dole" ; > ; < "Wiersz w grze" ; > ; < "Wyrodkowany wiersz" ; > ; < "Wiersz w dole" ; > ; }; StringList [ japanese ] = { < "ォ" ; > ; < "" ; > ; < "" ; > ; < "" ; > ; < "̏" ; > ; < "̒" ; > ; < "̉" ; > ; < "s̏" ; > ; < "s̒" ; > ; < "s̉" ; > ; }; StringList [ chinese_traditional ] = { < "qW" ; > ; < "VW" ; > ; < "m" ; > ; < "VU" ; > ; < "rW" ; > ; < "rm" ; > ; < "rU" ; > ; < "W" ; > ; < "m" ; > ; < "U" ; > ; }; StringList [ arabic ] = { < " " ; > ; < "" ; > ; < "" ; > ; < "" ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ greek ] = { < "A " ; > ; < "" ; > ; < "" ; > ; < "" ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ korean ] = { < "" ; > ; < "" ; > ; < "" ; > ; < "Ʒ" ; > ; < " " ; > ; < " " ; > ; < " Ʒ" ; > ; < " " ; > ; < " " ; > ; < " Ʒ" ; > ; }; StringList [ turkish ] = { < "Yukardan" ; > ; < "st" ; > ; < "Ortala" ; > ; < "Alt" ; > ; < "Karakter stte" ; > ; < "Karakter ortada" ; > ; < "Karakter altta" ; > ; < "Satr stte" ; > ; < "Satr ortada" ; > ; < "Satr altta" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; }; Text[ chinese_simplified ] = "λ"; Text[ russian ] = ""; Text[ polish ] = "Pozycja"; Text[ japanese ] = "ʒu"; Text[ chinese_traditional ] = "m"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ġ"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; }; // RID_SVXPAGE_SIZE --------------------------------------------------------- TabPage RID_SVXPAGE_SIZE { HelpId = HID_TRANS_SIZE ; Hide = TRUE ; Text = "Gre" ; Text [ English ] = "Size" ; Text [ norwegian ] = "Strrelse" ; Text [ italian ] = "Dimensione" ; Text [ portuguese_brazilian ] = "Tamanho" ; Text [ portuguese ] = "Tamanho" ; Text [ finnish ] = "Koko" ; Text [ danish ] = "Strrelse" ; Text [ french ] = "Taille" ; Text [ swedish ] = "Storlek" ; Text [ dutch ] = "Grootte" ; Text [ spanish ] = "Tamao" ; Text [ english_us ] = "Size" ; Size = MAP_APPFONT ( 260 , 135 ) ; GroupBox GRP_SIZE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 80 ) ; Text = "Gre" ; Text [ ENGLISH ] = "Size" ; Text [ norwegian ] = "Strrelse" ; Text [ italian ] = "Dimensione" ; Text [ portuguese_brazilian ] = "Tamanho" ; Text [ portuguese ] = "Tamanho" ; Text [ finnish ] = "Koko" ; Text [ danish ] = "Strrelse" ; Text [ french ] = "Taille" ; Text [ swedish ] = "Storlek" ; Text [ dutch ] = "Grootte" ; Text [ spanish ] = "Tamao" ; Text [ english_us ] = "Size" ; Text[ chinese_simplified ] = "С"; Text[ russian ] = ""; Text[ polish ] = "Rozmiar"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "jp"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ũ"; Text[ turkish ] = "Boyut"; Text[ language_user1 ] = " "; }; FixedText FT_WIDTH { Pos = MAP_APPFONT ( 17 , 17 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "~Breite" ; Text [ ENGLISH ] = "~Width" ; Text [ norwegian ] = "~Bredde" ; Text [ italian ] = "~Largh." ; Text [ portuguese_brazilian ] = "~Largura" ; Text [ portuguese ] = "~Largura" ; Text [ finnish ] = "~Leveys" ; Text [ danish ] = "Bredde" ; Text [ french ] = "~Largeur" ; Text [ swedish ] = "~Bredd" ; Text [ dutch ] = "~Breedte" ; Text [ spanish ] = "A~ncho" ; Text [ english_us ] = "Wi~dth" ; Text[ chinese_simplified ] = "(~D)"; Text[ russian ] = ""; Text[ polish ] = "Szer."; Text[ japanese ] = "(~D)"; Text[ chinese_traditional ] = "e(~D)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ʺ(~D)"; Text[ turkish ] = "~Genilik"; Text[ language_user1 ] = " "; }; FixedText FT_HEIGHT { Pos = MAP_APPFONT ( 17 , 36 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "H~he" ; Text [ ENGLISH ] = "H~eight" ; Text [ norwegian ] = "H~eight" ; Text [ italian ] = "Al~tezza" ; Text [ portuguese_brazilian ] = "A~ltura" ; Text [ portuguese ] = "A~ltura" ; Text [ finnish ] = "~Korkeus" ; Text [ danish ] = "Hjde" ; Text [ french ] = "~Hauteur" ; Text [ swedish ] = "H~jd" ; Text [ dutch ] = "H~oogte" ; Text [ spanish ] = "A~ltura" ; Text [ english_us ] = "H~eight" ; Text[ chinese_simplified ] = "߶(~E)"; Text[ russian ] = ""; Text[ polish ] = "Wys."; Text[ japanese ] = "(~E)"; Text[ chinese_traditional ] = "(~E)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~E)"; Text[ turkish ] = "Y~kseklik"; Text[ language_user1 ] = " "; }; MetricField MTR_FLD_WIDTH { Border = TRUE ; Pos = MAP_APPFONT ( 61 , 15 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 120000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; MetricField MTR_FLD_HEIGHT { Border = TRUE ; Pos = MAP_APPFONT ( 61 , 34 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 120000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; Control CTL_RECT { HelpId = HID_TPSIZE_CTRL ; Border = TRUE ; Pos = MAP_APPFONT ( 179 , 12 ) ; Size = MAP_APPFONT ( 70 , 48 ) ; TabStop = TRUE ; QuickHelpText = "Basispunkt" ; QuickHelpText [ English ] = "Base point" ; QuickHelpText [ english_us ] = "Base point" ; QuickHelpText [ portuguese_brazilian ] = "Basispunkt" ; QuickHelpText [ swedish ] = "Baspunkt" ; QuickHelpText [ danish ] = "Basispunkt" ; QuickHelpText [ italian ] = "Punto di base" ; QuickHelpText [ spanish ] = "Basispunkt" ; QuickHelpText [ french ] = "Point de base" ; QuickHelpText [ dutch ] = "Basispunt" ; QuickHelpText [ portuguese ] = "Ponto de base" ; QuickHelpText[ russian ] = " "; QuickHelpText[ polish ] = "Punkt podstawy"; QuickHelpText[ japanese ] = "߲"; QuickHelpText[ chinese_simplified ] = ""; QuickHelpText[ chinese_traditional ] = "I"; QuickHelpText[ arabic ] = " "; QuickHelpText[ greek ] = " "; QuickHelpText[ korean ] = "Base point"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; }; CheckBox CBX_SCALE { Pos = MAP_APPFONT ( 17 , 53 ) ; Size = MAP_APPFONT ( 160 , 10 ) ; Text = "~Abgleich" ; Text [ ENGLISH ] = "~Match" ; TabStop = TRUE ; Text [ english_us ] = "~Keep ratio" ; Text [ italian ] = "Adatta" ; Text [ spanish ] = "~Igualar" ; Text [ french ] = "~Proportionnel" ; Text [ dutch ] = "~Synchroniseren" ; Text [ swedish ] = "Anpassa proportionellt" ; Text [ danish ] = "Proportional" ; Text [ portuguese_brazilian ] = "~Abgleich" ; Text [ portuguese ] = "Pr~oporcional" ; Text[ chinese_simplified ] = "(~K)"; Text[ russian ] = ""; Text[ polish ] = "Dopasuj"; Text[ japanese ] = "(~K)"; Text[ chinese_traditional ] = "վ(~K)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = " (~K)"; Text[ turkish ] = "~Eitle"; Text[ language_user1 ] = " "; }; TriStateBox TSB_PROTECT { Pos = MAP_APPFONT ( 17 , 68 ) ; Size = MAP_APPFONT ( 220 , 10 ) ; 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 ] = "~Protger" ; Text [ swedish ] = "Sk~ydda" ; Text [ dutch ] = "~Beveiligen" ; Text [ spanish ] = "~Proteger" ; Text [ english_us ] = "~Protect" ; TabStop = TRUE ; Text[ chinese_simplified ] = "(~P)"; Text[ russian ] = ""; Text[ polish ] = "Chro"; Text[ japanese ] = "ی(~P)"; Text[ chinese_traditional ] = "O@(~P)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ȣ(~P)"; Text[ turkish ] = "~Koru"; Text[ language_user1 ] = " "; }; GroupBox GRP_ADJUST { Pos = MAP_APPFONT ( 6 , 87 ) ; Size = MAP_APPFONT ( 248 , 44 ) ; Text = "Anpassen" ; Text [ ENGLISH ] = "Adjust" ; Text [ english_us ] = "Adapt" ; Text[ portuguese ] = "Ajustar"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Aanpassen"; Text[ french ] = "Adapter"; Text[ spanish ] = "Ajustar"; Text[ italian ] = "Adatta"; Text[ danish ] = "Tilpas"; Text[ swedish ] = "Anpassa"; Text[ polish ] = "Dopasuj"; Text[ portuguese_brazilian ] = "Adjust"; Text[ japanese ] = "K"; Text[ korean ] = ""; Text[ chinese_simplified ] = ""; Text[ chinese_traditional ] = "վ"; Text[ arabic ] = ""; Text[ turkish ] = "Ayarla"; Text[ language_user1 ] = " "; }; TriStateBox TSB_AUTOGROW_WIDTH { Pos = MAP_APPFONT ( 17 , 100 ) ; Size = MAP_APPFONT ( 220 , 12 ) ; Text = "Br~eite an Text anpassen" ; Text [ ENGLISH ] = "Fit ~width to text" ; Text [ english_us ] = "~Fit width to text" ; TabStop = TRUE ; Text [ dutch ] = "Br~eedte aan tekst aanpassen" ; Text [ italian ] = "~Adatta la larghezza al testo" ; Text [ spanish ] = "Ajustar ~ancho al texto" ; Text [ french ] = "Adapter lar~geur au texte" ; Text [ swedish ] = "Anpassa br~edd till text" ; Text [ danish ] = "Tilpas bredde til tekst" ; Text [ portuguese ] = "Ajustar ~largura ao texto" ; Text [ portuguese_brazilian ] = "Br~eite an Text anpassen" ; Text[ chinese_simplified ] = "ֿȶӦ(~W)"; Text[ russian ] = " "; Text[ polish ] = "Dopasuj szeroko do tekstu"; Text[ japanese ] = "÷Ăɕ킹(~W)"; Text[ chinese_traditional ] = "Me׹(~W)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ؽƮ ʺ (~F)"; Text[ turkish ] = "Genilii, metne gre a~yarla"; Text[ language_user1 ] = " "; }; TriStateBox TSB_AUTOGROW_HEIGHT { Pos = MAP_APPFONT ( 17 , 115 ) ; Size = MAP_APPFONT ( 220 , 12 ) ; Text = "Hhe ~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 l'alt~ezza al testo" ; Text [ spanish ] = "~Ajustar altura al texto" ; Text [ french ] = "Adapter la haute~ur au texte" ; Text [ swedish ] = "~Anpassa hjd till text" ; Text [ danish ] = "Tilpas hjde til tekst" ; Text [ portuguese ] = "Ajustar ~altura ao texto" ; Text [ portuguese_brazilian ] = "Hh~e an Text anpassen" ; Text[ chinese_simplified ] = "ָ߶ȶӦ(~H)"; Text[ russian ] = " "; Text[ polish ] = "Dopasuj wysoko do tekstu"; Text[ japanese ] = "÷Ăɍ킹(~H)"; Text[ chinese_traditional ] = "M尪׹(~H)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ؽƮ (~H)"; Text[ turkish ] = "Ykseklii, metne gre a~yarla"; Text[ language_user1 ] = " "; }; Text[ chinese_simplified ] = "С"; Text[ russian ] = ""; Text[ polish ] = "Rozmiar"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "jp"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ũ"; Text[ turkish ] = "Boyut"; Text[ language_user1 ] = " "; }; // 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 ( 260 , 135 ) ; GroupBox GRP_POSITION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 62 ) ; Text = "Drehpunkt" ; Text [ ENGLISH ] = "Pivot" ; Text [ norwegian ] = "Pivot" ; Text [ italian ] = "Punto di rotazione" ; Text [ portuguese_brazilian ] = "Piv" ; Text [ portuguese ] = "Ponto de rotao" ; Text [ finnish ] = "Pivot" ; Text [ danish ] = "Rotationspunkt" ; Text [ french ] = "Point de rotation" ; Text [ swedish ] = "Rotationspunkt" ; Text [ dutch ] = "Draaipunt" ; Text [ spanish ] = "Punto de rotacin" ; Text [ english_us ] = "Pivot point" ; Text[ chinese_simplified ] = "ת"; Text[ russian ] = " "; Text[ polish ] = "Punkt obrotu"; Text[ japanese ] = "]߲"; Text[ chinese_traditional ] = "I"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ȸ"; Text[ turkish ] = "Eksen noktas"; Text[ language_user1 ] = " "; }; FixedText FT_POS_X { Pos = MAP_APPFONT ( 17 , 20 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "Position ~X" ; Text [ English ] = "Position ~X" ; Text [ norwegian ] = "Posisjon~X" ; Text [ italian ] = "Posizione ~X" ; Text [ portuguese_brazilian ] = "Posio ~X" ; Text [ portuguese ] = "Posio ~X" ; Text [ finnish ] = "Position ~X" ; Text [ danish ] = "Position X" ; Text [ french ] = "Position ~X" ; Text [ swedish ] = "Position ~X" ; Text [ dutch ] = "Positie ~X" ; Text [ spanish ] = "Posicin ~X" ; Text [ english_us ] = "Position ~X" ; Text[ chinese_simplified ] = "λ X(~X)"; Text[ russian ] = " ~X"; Text[ polish ] = "Pozycja X"; Text[ japanese ] = "ʒu X(~X)"; Text[ chinese_traditional ] = "m ~X"; Text[ arabic ] = " "; Text[ greek ] = " ~X"; Text[ korean ] = "ġ X(~X)"; Text[ turkish ] = "~X konumu"; Text[ language_user1 ] = " "; }; FixedText FT_POS_Y { Pos = MAP_APPFONT ( 17 , 44 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "Position ~Y" ; Text [ English ] = "Position ~Y" ; Text [ norwegian ] = "Posisjon~Y" ; Text [ italian ] = "Posizione ~Y" ; Text [ portuguese_brazilian ] = "Posio ~Y" ; Text [ portuguese ] = "Posio ~Y" ; Text [ finnish ] = "Position ~Y" ; Text [ danish ] = "Position Y" ; Text [ french ] = "Position ~Y" ; Text [ swedish ] = "Position ~Y" ; Text [ dutch ] = "Positie ~Y" ; Text [ spanish ] = "Posicin ~Y" ; Text [ english_us ] = "Position ~Y" ; Text[ chinese_simplified ] = "λY(~Y)"; Text[ russian ] = " ~Y"; Text[ polish ] = "Pozycja Y"; Text[ japanese ] = "ʒu Y(~Y)"; Text[ chinese_traditional ] = "m ~Y"; Text[ arabic ] = " "; Text[ greek ] = " ~Y"; Text[ korean ] = "ġ Y(~Y)"; Text[ turkish ] = "~Y konumu"; Text[ language_user1 ] = " "; }; MetricField MTR_FLD_POS_X { Border = TRUE ; Pos = MAP_APPFONT ( 61 , 18 ) ; 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 ( 61 , 42 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -500000 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; GroupBox GRP_ANGLE { Pos = MAP_APPFONT ( 6 , 69 ) ; Size = MAP_APPFONT ( 248 , 62 ) ; Text = "Drehwinkel" ; Text [ ENGLISH ] = "Angle" ; Text [ norwegian ] = "Vinkel" ; Text [ italian ] = "Angolo di rotazione" ; Text [ portuguese_brazilian ] = "ngulo" ; Text [ portuguese ] = "ngulo de rotao" ; Text [ finnish ] = "Kulma" ; Text [ danish ] = "Rotationsvinkel" ; Text [ french ] = "Angle de rotation" ; Text [ swedish ] = "Rotationsvinkel" ; Text [ dutch ] = "Draaihoek" ; Text [ spanish ] = "ngulo de rotacin" ; Text [ english_us ] = "Rotation angle" ; Text[ chinese_simplified ] = "תǶ"; Text[ russian ] = " "; Text[ polish ] = "Kt obrotowy"; Text[ japanese ] = "]x"; Text[ chinese_traditional ] = "ਤ"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ȸ"; Text[ turkish ] = "Dn as"; Text[ language_user1 ] = " "; }; FixedText FT_ANGLE { Pos = MAP_APPFONT ( 17 , 98 ) ; Size = MAP_APPFONT ( 40 , 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[ chinese_simplified ] = "Ƕ(~A)"; Text[ russian ] = ""; Text[ polish ] = "Kt"; Text[ japanese ] = "px(~A)"; Text[ chinese_traditional ] = "(~A)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~A)"; Text[ turkish ] = "~A"; Text[ language_user1 ] = " "; }; MetricField MTR_FLD_ANGLE { Border = TRUE ; Pos = MAP_APPFONT ( 61 , 96 ) ; 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 ] = "degrs" ; CustomUnitText [ dutch ] = "graden" ; CustomUnitText [ portuguese ] = "Graus" ; CustomUnitText[ chinese_simplified ] = ""; CustomUnitText[ russian ] = ""; CustomUnitText[ polish ] = "Stopie"; CustomUnitText[ japanese ] = "x"; CustomUnitText[ chinese_traditional ] = ""; CustomUnitText[ arabic ] = ""; CustomUnitText[ greek ] = ""; CustomUnitText[ korean ] = ""; CustomUnitText[ turkish ] = "Derece"; CustomUnitText[ language_user1 ] = " "; }; Control CTL_RECT { HelpId = HID_TPROTATION_CTRL1 ; Border = TRUE ; Pos = MAP_APPFONT ( 179, 12 ) ; Size = MAP_APPFONT ( 70 , 48 ) ; 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 ] = "Rotationspunkt" ; QuickHelpText [ french ] = "Point de rotation" ; QuickHelpText [ dutch ] = "Rotatiepunt" ; QuickHelpText [ portuguese ] = "Ponto de rotao" ; QuickHelpText[ russian ] = " "; QuickHelpText[ polish ] = "Punkt obrotu"; QuickHelpText[ japanese ] = "]߲"; QuickHelpText[ chinese_simplified ] = "ת"; QuickHelpText[ chinese_traditional ] = "I"; QuickHelpText[ arabic ] = " "; QuickHelpText[ greek ] = " "; QuickHelpText[ korean ] = "Rotation point"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; }; Control CTL_ANGLE { HelpId = HID_TPROTATION_CTRL2 ; Border = TRUE ; Pos = MAP_APPFONT ( 179 , 78 ) ; Size = MAP_APPFONT ( 70 , 48 ) ; TabStop = TRUE ; }; Text[ chinese_simplified ] = "Ƕ"; Text[ russian ] = ""; Text[ polish ] = "Kt"; Text[ japanese ] = "px"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "A"; Text[ language_user1 ] = " "; }; // RID_SVXPAGE_SLANT ----------------------------------------------------- TabPage RID_SVXPAGE_SLANT { HelpId = HID_TRANS_SLANT ; Hide = TRUE ; Size = MAP_APPFONT ( 260 , 135 ) ; Text = "Schrg stellen / Eckenradius" ; Text [ ENGLISH ] = "Slant" ; Text [ english_us ] = "Slant & Corner Radius" ; Text [ italian ] = "Inclina / raggio d'angolo" ; Text [ spanish ] = "Inclinacin/Radio de ngulo" ; Text [ french ] = "Inclinaison / rayon d'angle" ; Text [ dutch ] = "Schuintrekken / hoekafronding" ; Text [ swedish ] = "Snedstll/hrnradie" ; Text [ danish ] = "Hldning / hjrneradius" ; Text [ portuguese ] = "Inclinaes /Raio do ngulo" ; Text [ portuguese_brazilian ] = "Schrgstellen / Eckenradius" ; GroupBox GRP_RADIUS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 62 ) ; Text = "Eckenradius" ; Text [ ENGLISH ] = "Edge radius" ; Text [ dutch ] = "Hoekafronding" ; Text [ english_us ] = "Corner radius" ; Text [ italian ] = "Raggio d'angolo" ; Text [ spanish ] = "Radio de ngulo" ; Text [ french ] = "Rayon d'angle" ; Text [ swedish ] = "Hrnradie" ; Text [ danish ] = "Hjrneradius" ; Text [ portuguese_brazilian ] = "Eckenradius" ; Text [ portuguese ] = "Raio do ngulo" ; Text[ chinese_simplified ] = "ǰ뾶"; Text[ russian ] = " "; Text[ polish ] = "Promie krzywizny"; Text[ japanese ] = "p̔a"; Text[ chinese_traditional ] = "b|"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "𼭸 "; Text[ turkish ] = "Ke ap"; Text[ language_user1 ] = " "; }; FixedText FT_RADIUS { Pos = MAP_APPFONT ( 17 , 32 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "~Radius" ; Text [ ENGLISH ] = "~Radius" ; Text [ dutch ] = "~Radius" ; Text [ english_us ] = "~Radius" ; Text [ italian ] = "Raggio" ; Text [ spanish ] = "Ra~dio" ; Text [ french ] = "~Rayon" ; Text [ swedish ] = "~Radie" ; Text [ danish ] = "Radius" ; Text [ portuguese_brazilian ] = "~Radius" ; Text [ portuguese ] = "~Radio" ; Text[ chinese_simplified ] = "뾶(~R)"; Text[ russian ] = ""; Text[ polish ] = "Promie"; Text[ japanese ] = "a(~R)"; Text[ chinese_traditional ] = "b|(~R)"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "(~R)"; Text[ turkish ] = "~ap"; Text[ language_user1 ] = " "; }; MetricField MTR_FLD_RADIUS { Border = TRUE ; Pos = MAP_APPFONT ( 61 , 30 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; GroupBox GRP_SLANT { Pos = MAP_APPFONT ( 6 , 69 ) ; Size = MAP_APPFONT ( 248 , 62 ) ; Text = "Schrg stellen" ; Text [ ENGLISH ] = "Slant" ; Text [ english_us ] = "Slant" ; Text [ italian ] = "Inclina" ; Text [ spanish ] = "Inclinar" ; Text [ french ] = "Inclinaison" ; Text [ dutch ] = "Schuintrekken" ; Text [ swedish ] = "Snedstll" ; Text [ danish ] = "Hldning" ; Text [ portuguese_brazilian ] = "Schrgstellen" ; Text [ portuguese ] = "Inclinaes" ; Text[ chinese_simplified ] = "б"; Text[ russian ] = ""; Text[ polish ] = "Pochyl"; Text[ japanese ] = "X΂"; Text[ chinese_traditional ] = "ɱ"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Duru eimi"; Text[ language_user1 ] = " "; }; FixedText FT_ANGLE { Pos = MAP_APPFONT ( 17 , 98 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "~Winkel" ; Text [ ENGLISH ] = "~Angle" ; Text [ dutch ] = "~Hoek" ; Text [ english_us ] = "~Angle" ; Text [ italian ] = "Angolo" ; Text [ spanish ] = "~ngulo" ; Text [ french ] = "~Angle" ; Text [ swedish ] = "~Vinkel" ; Text [ danish ] = "Vinkel" ; Text [ portuguese ] = "~ngulo" ; Text [ portuguese_brazilian ] = "~Winkel" ; Text[ chinese_simplified ] = "Ƕ(~A)"; Text[ russian ] = ""; Text[ polish ] = "Kt"; Text[ japanese ] = "px(~A)"; Text[ chinese_traditional ] = "(~A)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~A)"; Text[ turkish ] = "~A"; Text[ language_user1 ] = " "; }; MetricField MTR_FLD_ANGLE { Border = TRUE ; Pos = MAP_APPFONT ( 61 , 96 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -8900 ; First = -8900 ; Maximum = 8900 ; Last = 8900 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CUSTOM ; CustomUnitText = " Grad" ; CustomUnitText [ ENGLISH ] = " Degree" ; SpinSize = 500 ; CustomUnitText [ english_us ] = "degrees" ; CustomUnitText [ italian ] = "gradi" ; CustomUnitText [ spanish ] = "grados" ; CustomUnitText [ french ] = "degrs" ; CustomUnitText [ dutch ] = "graden" ; CustomUnitText [ swedish ] = "grader" ; CustomUnitText [ danish ] = "grader" ; CustomUnitText [ portuguese_brazilian ] = "Grad" ; CustomUnitText [ portuguese ] = "Graus" ; CustomUnitText[ chinese_simplified ] = ""; CustomUnitText[ russian ] = ""; CustomUnitText[ polish ] = "Stopie"; CustomUnitText[ japanese ] = "x"; CustomUnitText[ chinese_traditional ] = ""; CustomUnitText[ arabic ] = ""; CustomUnitText[ greek ] = ""; CustomUnitText[ korean ] = ""; CustomUnitText[ turkish ] = "Derece"; CustomUnitText[ language_user1 ] = " "; }; Text[ chinese_simplified ] = "б/ǰ뾶"; Text[ russian ] = " / "; Text[ polish ] = "Pochyl / Promie naronika"; Text[ japanese ] = "X΂/p̔a̒"; Text[ chinese_traditional ] = "ɱ/"; Text[ arabic ] = " / "; Text[ greek ] = " / "; Text[ korean ] = " / 𼭸 "; Text[ turkish ] = "Duru eimi / Ke ap"; Text[ language_user1 ] = " "; }; // RID_SVXDLG_TRANSFORM ----------------------------------------------------- TabDialog RID_SVXDLG_TRANSFORM { OutputSize = TRUE ; SvLook = TRUE ; Size = MAP_APPFONT ( 289 , 176 ) ; Text = "Position und Gre" ; Text [ ENGLISH ] = "Position and Size" ; Text [ norwegian ] = "Posisjon og strrelse" ; Text [ italian ] = "Posizione e dimensione" ; Text [ portuguese_brazilian ] = "Posio e Tamanho" ; Text [ portuguese ] = "Posio e tamanho" ; Text [ finnish ] = "Paikka ja koko" ; Text [ danish ] = "Placering og strrelse" ; Text [ french ] = "Position et taille" ; Text [ swedish ] = "Position och storlek" ; Text [ dutch ] = "Positie en grootte" ; Text [ spanish ] = "Posicin y tamao" ; Text [ english_us ] = "Position and Size" ; Moveable = TRUE ; TabControl TAB_CONTROL { OutputSize = TRUE ; Pos = MAP_APPFONT ( 3 , 3 ) ; Size = MAP_APPFONT ( 260 , 135 ) ; PageList = { PageItem { Identifier = RID_SVXPAGE_POSITION ; Text = "Position" ; Text [ ENGLISH ] = "Position" ; Text [ norwegian ] = "Posisjon" ; Text [ italian ] = "Posizione" ; Text [ portuguese_brazilian ] = "Posio" ; Text [ portuguese ] = "Posio" ; Text [ finnish ] = "Sijainti" ; Text [ danish ] = "Placering" ; Text [ french ] = "Position" ; Text [ swedish ] = "Position" ; Text [ dutch ] = "Positie" ; Text [ spanish ] = "Posicin" ; Text [ english_us ] = "Position" ; PageResID = RID_SVXPAGE_POSITION ; Text[ chinese_simplified ] = "λ"; Text[ russian ] = ""; Text[ polish ] = "Pozycja"; Text[ japanese ] = "ʒu"; Text[ chinese_traditional ] = "m"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ġ"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; }; PageItem { Identifier = RID_SVXPAGE_SIZE ; Text = "Gre" ; Text [ ENGLISH ] = "Size" ; Text [ norwegian ] = "Strrelse" ; Text [ italian ] = "Dimensione" ; Text [ portuguese_brazilian ] = "Tamanho" ; Text [ portuguese ] = "Tamanho" ; Text [ finnish ] = "Koko" ; Text [ danish ] = "Strrelse" ; Text [ french ] = "Taille" ; Text [ swedish ] = "Storlek" ; Text [ dutch ] = "Grootte" ; Text [ spanish ] = "Tamao" ; Text [ english_us ] = "Size" ; PageResID = RID_SVXPAGE_SIZE ; Text[ chinese_simplified ] = "С"; Text[ russian ] = ""; Text[ polish ] = "Rozmiar"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "jp"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ũ"; Text[ turkish ] = "Boyut"; Text[ language_user1 ] = " "; }; PageItem { Identifier = RID_SVXPAGE_ANGLE ; Text = "Drehung" ; Text [ ENGLISH ] = "Rotation" ; Text [ norwegian ] = "Rotation" ; Text [ italian ] = "Rotazione" ; Text [ portuguese_brazilian ] = "Rotao" ; Text [ portuguese ] = "Rotao" ; Text [ finnish ] = "Knt" ; Text [ danish ] = "Rotation" ; Text [ french ] = "Rotation" ; Text [ swedish ] = "Rotation" ; Text [ dutch ] = "Draaien" ; Text [ spanish ] = "Rotacin" ; Text [ english_us ] = "Rotation" ; PageResID = RID_SVXPAGE_ANGLE ; Text[ chinese_simplified ] = "ת"; Text[ russian ] = ""; Text[ polish ] = "Obrt"; Text[ japanese ] = "]"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ȸ"; Text[ turkish ] = "Dn"; Text[ language_user1 ] = " "; }; PageItem { Identifier = RID_SVXPAGE_SLANT ; Text = "Schrg stellen / Eckenradius" ; Text [ ENGLISH ] = "Slant / Edge radius" ; PageResID = RID_SVXPAGE_SLANT ; Text [ english_us ] = "Slant & Corner Radius" ; Text [ italian ] = "Inclina / raggio d'angolo" ; Text [ spanish ] = "Inclinacin/Radio de ngulo" ; Text [ french ] = "Inclinaison / rayon d'angle" ; Text [ dutch ] = "Schuintrekken/hoekafronding" ; Text [ swedish ] = "Snedstll/hrnradie" ; Text [ danish ] = "Hldning / hjrneradius" ; Text [ portuguese_brazilian ] = "Schrgstellen / Eckenradius" ; Text [ portuguese ] = "Inclinaes / Raio do ngulo" ; Text[ chinese_simplified ] = "б/ǰ뾶"; Text[ russian ] = " / "; Text[ polish ] = "Pochyl / Promie naronika"; Text[ japanese ] = "X΂/p̔a̒"; Text[ chinese_traditional ] = "ɱ/"; Text[ arabic ] = " / "; Text[ greek ] = " / "; Text[ korean ] = " / 𼭸 "; Text[ turkish ] = "Duru eimi / Ke ap"; Text[ language_user1 ] = " "; }; }; }; Text[ chinese_simplified ] = "λúʹС"; Text[ russian ] = " "; Text[ polish ] = "Pozycja i rozmiar"; Text[ japanese ] = "ʒuƻ"; Text[ chinese_traditional ] = "mMjp"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ġ ũ"; Text[ turkish ] = "Konum ve boyut"; Text[ language_user1 ] = " "; }; // ********************************************************************** EOF