Files
libreoffice/svx/source/dialog/test.src
2001-07-14 19:37:57 +00:00

1795 lines
63 KiB
Plaintext
Raw Blame History

/*************************************************************************
*
* $RCSfile: test.src,v $
*
* $Revision: 1.17 $
*
* last change: $Author: kz $ $Date: 2001-07-14 20:37:57 $
*
* 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 ] = "<22>??<3F>?? ~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 ] = "<22>??<3F>?? ~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 ] = "<22>??<3F>??";
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 ] = "<22>šš<C5A1>??(~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" ; > ;
< "Come 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 ] =
{
< "<22><>?<3F>š<EFBFBD>?<3F>šš<C5A1>" ; > ;
< "<22><>-<2D>ššš<C5A1>?<3F><>" ; > ;
< "<22><>?<3F><>?<3F><>?<3F>šš<C5A1>" ; > ;
< "<22><>?<3F>š<EFBFBD>,?" ; > ;
};
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" ; > ;
< "Do ?>rodka" ; > ;
< "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 ] =
{
< "<22>ššš<C5A1>" ; > ;
< "<22><>?'<27>š<EFBFBD>" ; > ;
< "<22>šššš<C5A1>" ; > ;
< "<22><>?'<27>š<EFBFBD>" ; > ;
< "<22>šš<C5A1>?<3F>ššš<C5A1>-<2D>" ; > ;
< "<22>šš<C5A1>?<3F>ššššš<C5A1>" ; > ;
< "<22>šš<C5A1>?<3F>ššš<C5A1>-<2D>" ; > ;
< "<22>š<EFBFBD>?<3F>šš<C5A1>-<2D>" ; > ;
< "<22>š<EFBFBD>?<3F>šššš<C5A1>" ; > ;
< "<22>š<EFBFBD>?<3F>šš<C5A1>-<2D>" ; > ;
};
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~<7E>tzen : Sch~<7E>tzen */
/* ### ACHTUNG: Neuer Text in Resource? Sch~<7E>tzen : Sch~<7E>tzen */
Text = "Sch~<7E>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 ] = "<22>???,????????? ???????";
Text[ greek ] = "????~???\"??????";
Text[ polish ] = "Chro?\"";
Text[ japanese ] = "?????(~O)";
Text[ korean ] = "?????~O)";
Text[ chinese_simplified ] = "??????(~O)";
Text[ chinese_traditional ] = "<22>š<EFBFBD>?<3F>š<EFBFBD>(~O)";
Text[ arabic ] = "????????";
Text[ turkish ] = "~Koru";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Proteger";
};
Text[ russian ] = "????????";
Text[ greek ] = "??????";
Text[ polish ] = "Pozycja";
Text[ japanese ] = "<22>??<3F>??";
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<47><72>e : Gr<47><72>e */
/* ### ACHTUNG: Neuer Text in Resource? Gr<47><72>e : Gr<47><72>e */
Text = "Gr<47><72>e" ;
Text [ English ] = "Size" ;
Text [ norwegian ] = "St<53>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 ] = "<22><>?<3F>š<EFBFBD>(~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~<7E>he : H~<7E>he */
/* ### ACHTUNG: Neuer Text in Resource? H~<7E>he : H~<7E>he */
Text = "H~<7E>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 ] = "?'?<?????";
Text[ greek ] = "??~????,";
Text[ polish ] = "Wys.";
Text[ japanese ] = "?????-(~E)";
Text[ korean ] = "??'???(~E)";
Text[ chinese_simplified ] = "??????(~E)";
Text[ chinese_traditional ] = "<22>š<EFBFBD>?<3F>šš<C5A1>(~E)";
Text[ arabic ] = "??\"????????";
Text[ turkish ] = "~Y?kseklik";
Text[ language_user1 ] = " ";
Text[ catalan ] = "A~ltura";
};
MetricField MTR_FLD_WIDTH
{
Border = TRUE ;
Pos = MAP_APPFONT ( 51 , 12 ) ;
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 ( 51 , 27 ) ;
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 ( 120 , 6 ) ;
Size = MAP_APPFONT ( 60 , 39 ) ;
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 ] = "Punto base" ;
QuickHelpText [ french ] = "Point de base" ;
QuickHelpText [ dutch ] = "Basispunt" ;
QuickHelpText [ portuguese ] = "Ponto de base" ;
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";
};
CheckBox CBX_SCALE
{
Pos = MAP_APPFONT ( 6 , 54 ) ;
Size = MAP_APPFONT ( 60 , 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[ russian ] = "??????????????????????";
Text[ greek ] = "~?'??????????";
Text[ polish ] = "~Dopasuj";
Text[ japanese ] = "????-?(~K)";
Text[ korean ] = "??????????(~K)";
Text[ chinese_simplified ] = "???(~K)";
Text[ chinese_traditional ] = "<22>ššš<C5A1>-<2D><>(~K)";
Text[ arabic ] = "????????";
Text[ turkish ] = "~E??itle";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Igualar";
Text[ finnish ] = "~S??ilyt?? suhde";
};
GroupBox GRP_SIZE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 105 , 42 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Gr<47><72>e : Gr<47><72>e */
/* ### ACHTUNG: Neuer Text in Resource? Gr<47><72>e : Gr<47><72>e */
Text = "Gr<47><72>e" ;
Text [ ENGLISH ] = "Size" ;
Text [ norwegian ] = "St<53>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" ;
Text[ russian ] = "?????????";
Text[ greek ] = "??????????,";
Text[ polish ] = "Rozmiar";
Text[ japanese ] = "???????";
Text[ korean ] = "?????";
Text[ chinese_simplified ] = "????";
Text[ chinese_traditional ] = "<22>šš<C5A1>?";
Text[ arabic ] = "??\"???";
Text[ turkish ] = "Boyut";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tama??";
};
TriStateBox TSB_PROTECT
{
Pos = MAP_APPFONT ( 120 , 54 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Sch~<7E>tzen : Sch~<7E>tzen */
/* ### ACHTUNG: Neuer Text in Resource? Sch~<7E>tzen : Sch~<7E>tzen */
Text = "Sch~<7E>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 ] = "<22>???,????????? ???????";
Text[ greek ] = "????~???\"??????";
Text[ polish ] = "Chro?\"";
Text[ japanese ] = "?????(~O)";
Text[ korean ] = "?????~O)";
Text[ chinese_simplified ] = "??????(~O)";
Text[ chinese_traditional ] = "<22>š<EFBFBD>?<3F>š<EFBFBD>(~O)";
Text[ arabic ] = "????????";
Text[ turkish ] = "~Koru";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Proteger";
};
TriStateBox TSB_AUTOGROW_WIDTH
{
Pos = MAP_APPFONT ( 6 , 66 ) ;
Size = MAP_APPFONT ( 95 , 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 t~esto" ;
Text [ spanish ] = "Ajustar ~ancho al texto" ;
Text [ french ] = "Adapter la 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[ russian ] = "?'?<?????????,?? ????????? ????,??????,??";
Text[ greek ] = "?????????????? ?????\"????, ???, ??????, ?~?????????";
Text[ polish ] = "Dopasuj szeroko?>?? do tekstu";
Text[ japanese ] = "?-?????-??????,'????,???>?,<(~F)";
Text[ korean ] = "????????? ?\"??? ??????(~F)";
Text[ chinese_simplified ] = "?'??-???????????(~F)";
Text[ chinese_traditional ] = "<22><>'?<3F><>?<3F><>?<3F><>?<3F><>?<3F>šš<C5A1>?(~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 ] = "?'?<?????????,?? ???????? ????,??????,??";
Text[ greek ] = "?????????????? ????????, ???, ??????, ??????????";
Text[ polish ] = "Dopasuj wysoko?>?? do tekstu";
Text[ japanese ] = "?-?????-????????-?,'????,???>?,<(~H)";
Text[ korean ] = "????????? ??'??? ??????(~H)";
Text[ chinese_simplified ] = "?'??-???????????(~H)";
Text[ chinese_traditional ] = "<22><>'?<3F><>?<3F><>?<3F>š<EFBFBD>?<3F>š<EFBFBD>?<3F>šš<C5A1>?(~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 ] = "<22>šš<C5A1>?";
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 ] = "<22>??<3F>?? ~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 ] = "<22>??<3F>?? ~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 ] = "<22>????";
Text[ greek ] = "~?\"??????";
Text[ polish ] = "K??t";
Text[ japanese ] = "?????(~A)";
Text[ korean ] = "????\"(~A)";
Text[ chinese_simplified ] = "?????(~A)";
Text[ chinese_traditional ] = "<22>šššš<C5A1>(~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 ] = "<22>šš<C5A1>";
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 ] = "?>??????-??>?,<?,";
QuickHelpText[ korean ] = "?????\"???";
QuickHelpText[ chinese_simplified ] = "Rotation point";
QuickHelpText[ chinese_traditional ] = "?-<??????";
QuickHelpText[ arabic ] = "???,????\"?????????";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Rotationspunkt";
QuickHelpText[ catalan ] = "Punto de rotaci??";
QuickHelpText[ finnish ] = "Kiertopiste";
};
Control CTL_ANGLE
{
HelpId = HID_TPROTATION_CTRL2 ;
Border = TRUE ;
Pos = MAP_APPFONT ( 120 , 54 ) ;
Size = MAP_APPFONT ( 60 , 37 ) ;
TabStop = TRUE ;
};
GroupBox GRP_POSITION
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 105 , 42 ) ;
Text = "Drehpunkt" ;
Text [ ENGLISH ] = "Pivot" ;
Text [ norwegian ] = "Pivot" ;
Text [ italian ] = "Punto di rotazione" ;
Text [ portuguese_brazilian ] = "Piv" ;
Text [ portuguese ] = "Ponto de rota???o" ;
Text [ finnish ] = "Pivot-piste" ;
Text [ danish ] = "Rotationspunkt" ;
Text [ french ] = "Point de rotation" ;
Text [ swedish ] = "Rotationspunkt" ;
Text [ dutch ] = "Draaipunt" ;
Text [ spanish ] = "Punto de rotaci??" ;
Text [ english_us ] = "Pivot point" ;
Text[ russian ] = "??????????????";
Text[ greek ] = "????????? ??????????\"???????,";
Text[ polish ] = "Punkt obrotu";
Text[ japanese ] = "?>??????????????";
Text[ korean ] = "?????\"???";
Text[ chinese_simplified ] = "?-<????,";
Text[ chinese_traditional ] = "?-<??????";
Text[ arabic ] = "???,????????????";
Text[ turkish ] = "Eksen noktas?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Punto de rotaci??";
};
GroupBox GRP_ANGLE
{
Pos = MAP_APPFONT ( 6 , 50 ) ;
Size = MAP_APPFONT ( 105 , 41 ) ;
Text = "Drehwinkel" ;
Text [ ENGLISH ] = "Angle" ;
Text [ norwegian ] = "Vinkel" ;
Text [ italian ] = "Angolo di rotazione" ;
Text [ portuguese_brazilian ] = "?ngulo" ;
Text [ portuguese ] = "?,ngulo de rota???o" ;
Text [ finnish ] = "Kiertokulma" ;
Text [ danish ] = "Rotationsvinkel" ;
Text [ french ] = "Angle de rotation" ;
Text [ swedish ] = "Rotationsvinkel" ;
Text [ dutch ] = "Draaihoek" ;
Text [ spanish ] = "??ngulo de rotaci??" ;
Text [ english_us ] = "Rotation angle" ;
Text[ russian ] = "<22>???? ????????";
Text[ greek ] = "?\"?????????????????\"???????,";
Text[ polish ] = "K??t obrotowy";
Text[ japanese ] = "?>?????????";
Text[ korean ] = "?????\"??";
Text[ chinese_simplified ] = "?-<????????";
Text[ chinese_traditional ] = "<22><>-<<3C>š<EFBFBD>?<3F>šššš<C5A1>";
Text[ arabic ] = "???????? ??\"?????????";
Text[ turkish ] = "D????? a??s?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "??ngulo de rotaci??";
};
Text[ russian ] = "<22>????";
Text[ greek ] = "?\"??????";
Text[ polish ] = "K??t";
Text[ japanese ] = "?????";
Text[ korean ] = "????\"";
Text[ chinese_simplified ] = "?????";
Text[ chinese_traditional ] = "<22>šššš<C5A1>";
Text[ arabic ] = "??\"????????";
Text[ turkish ] = "A??";
Text[ language_user1 ] = " ";
Text[ catalan ] = "??ngulo";
};
// RID_SVXPAGE_SLANT -----------------------------------------------------
TabPage RID_SVXPAGE_SLANT
{
HelpId = HID_TRANS_SLANT ;
Hide = TRUE ;
Size = MAP_APPFONT ( 189 , 97 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Schr<68>gstellen / Eckenradius : Schr<68>gstellen / Eckenradius */
/* ### ACHTUNG: Neuer Text in Resource? Schr<68>gstellen / Eckenradius : Schr<68>gstellen / Eckenradius */
Text = "Schr<68>gstellen / Eckenradius" ;
Text [ ENGLISH ] = "Slant" ;
Text [ english_us ] = "Slant / Corner Radius" ;
Text [ italian ] = "Inclina / raggio d'angolo" ;
Text [ spanish ] = "Inclinaci??/Radio de ?ngulo" ;
Text [ french ] = "Inclinaison / rayon d'angle" ;
Text [ dutch ] = "Schuintrekken / hoekafronding" ;
Text [ swedish ] = "Snedst??ll / h??nradie" ;
Text [ danish ] = "H??ldning / hj??neradius" ;
Text [ portuguese ] = "Inclinar /Raio do ?ngulo" ;
Text [ portuguese_brazilian ] = "Schr?gstellen / Eckenradius" ;
FixedText FT_RADIUS
{
Pos = MAP_APPFONT ( 12 , 23 ) ;
Size = MAP_APPFONT ( 33 , 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 ] = "~Raio" ;
Text[ russian ] = "????????";
Text[ greek ] = "?'~??\"????";
Text[ polish ] = "Promie?\"";
Text[ japanese ] = "?????(~R)";
Text[ korean ] = "??????\"(~R)";
Text[ chinese_simplified ] = "?????(~R)";
Text[ chinese_traditional ] = "<22><>??<3F>š<EFBFBD>(~R)";
Text[ arabic ] = "?????? ??\"?,??";
Text[ turkish ] = "~??ap";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Ra~dio";
Text[ finnish ] = "~S??de";
};
MetricField MTR_FLD_RADIUS
{
Border = TRUE ;
Pos = MAP_APPFONT ( 51 , 21 ) ;
Size = MAP_APPFONT ( 54 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 500000 ;
StrictFormat = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
SpinSize = 10 ;
};
FixedText FT_ANGLE
{
Pos = MAP_APPFONT ( 12 , 70 ) ;
Size = MAP_APPFONT ( 30 , 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[ russian ] = "<22>????";
Text[ greek ] = "~?\"??????";
Text[ polish ] = "K??t";
Text[ japanese ] = "?????(~A)";
Text[ korean ] = "????\"(~A)";
Text[ chinese_simplified ] = "?????(~A)";
Text[ chinese_traditional ] = "<22>šššš<C5A1>(~A)";
Text[ arabic ] = "??\"????????";
Text[ turkish ] = "~A??";
Text[ language_user1 ] = " ";
Text[ catalan ] = "??~ngulo";
Text[ finnish ] = "~Kulma";
};
MetricField MTR_FLD_ANGLE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 51 , 68 ) ;
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 ] = " degr?s" ;
CustomUnitText [ dutch ] = "graden" ;
CustomUnitText [ swedish ] = " grader" ;
CustomUnitText [ danish ] = "grader" ;
CustomUnitText [ portuguese_brazilian ] = "Grad" ;
CustomUnitText [ portuguese ] = "Graus" ;
CustomUnitText[ russian ] = "?\"???????";
CustomUnitText[ greek ] = "?????????,";
CustomUnitText[ polish ] = "Stopie?\"";
CustomUnitText[ japanese ] = "???";
CustomUnitText[ korean ] = "??\"";
CustomUnitText[ chinese_simplified ] = "???";
CustomUnitText[ chinese_traditional ] = "<22>šš<C5A1>";
CustomUnitText[ arabic ] = "????";
CustomUnitText[ turkish ] = "Derece";
CustomUnitText[ language_user1 ] = " ";
CustomUnitText[ catalan ] = "grados";
CustomUnitText[ finnish ] = " asteet";
};
/*
Control CTL_ANGLE
{
Border = TRUE;
Pos = MAP_APPFONT( 120, 54 );
Size = MAP_APPFONT( 60, 37 );
TabStop = TRUE;
};
*/
GroupBox GRP_RADIUS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 105 , 42 ) ;
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 ] = "H??nradie" ;
Text [ danish ] = "Hj??neradius" ;
Text [ portuguese_brazilian ] = "Eckenradius" ;
Text [ portuguese ] = "Raio do ?ngulo" ;
Text[ russian ] = "???????? ????????????????????????";
Text[ greek ] = "?'??\"?????????????,";
Text[ polish ] = "Promie?\" krzywizny";
Text[ japanese ] = "??????????";
Text[ korean ] = "?????? ????\"";
Text[ chinese_simplified ] = "???????";
Text[ chinese_traditional ] = "<22>šš<C5A1>??<3F>š<EFBFBD>";
Text[ arabic ] = "?????? ?,?? ??\"????????";
Text[ turkish ] = "K??e ??p?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Radio de ?ngulo";
Text[ finnish ] = "Kulmas??de";
};
GroupBox GRP_SLANT
{
Pos = MAP_APPFONT ( 6 , 50 ) ;
Size = MAP_APPFONT ( 105 , 41 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Schr<68>gstellen : Schr<68>gstellen */
/* ### ACHTUNG: Neuer Text in Resource? Schr<68>gstellen : Schr<68>gstellen */
Text = "Schr<68>gstellen" ;
Text [ ENGLISH ] = "Slant" ;
Text [ english_us ] = "Slant" ;
Text [ italian ] = "Inclina" ;
Text [ spanish ] = "Inclinar" ;
Text [ french ] = "Inclinaison" ;
Text [ dutch ] = "Schuintrekken" ;
Text [ swedish ] = "Snedst??ll" ;
Text [ danish ] = "H??ldning" ;
Text [ portuguese_brazilian ] = "Schr?gstellen" ;
Text [ portuguese ] = "Inclinar" ;
Text[ russian ] = "?????????";
Text[ greek ] = "?>????";
Text[ polish ] = "Pochyl";
Text[ japanese ] = "?,????-??>?,<";
Text[ korean ] = "?????";
Text[ chinese_simplified ] = "????";
Text[ chinese_traditional ] = "<22><>,<2C><>?";
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[ chinese_traditional ] = "<22><>,<2C><>?/<2F>šššš<C5A1>";
Text[ arabic ] = "?????\" / ?????? ?,?? ??\"????????";
Text[ turkish ] = "Duru?? e??imi / K??e ??p?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Inclinaci??/Radio de ?ngulo";
Text[ finnish ] = "Kallistus-/kulmas??de";
};
// RID_SVXDLG_TRANSFORM -----------------------------------------------------
TabDialog RID_SVXDLG_TRANSFORM
{
Size = MAP_APPFONT ( 237 , 161 ) ;
OutputSize = TRUE ;
SvLook = TRUE ;
Size = MAP_APPFONT ( 237 , 161 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Position und Gr<47><72>e : Position und Gr<47><72>e */
/* ### ACHTUNG: Neuer Text in Resource? Position und Gr<47><72>e : Position und Gr<47><72>e */
Text = "Position und Gr<47><72>e" ;
Text [ ENGLISH ] = "Position and Size" ;
Text [ norwegian ] = "Posisjon og st<73>rrelse" ;
Text [ italian ] = "Posizione e dimensione" ;
Text [ portuguese_brazilian ] = "Posi??o e Tamanho" ;
Text [ portuguese ] = "Posi???o e tamanho" ;
Text [ finnish ] = "Sijainti ja koko" ;
Text [ danish ] = "Placering og st??relse" ;
Text [ french ] = "Position et taille" ;
Text [ swedish ] = "Position och storlek" ;
Text [ dutch ] = "Positie en grootte" ;
Text [ spanish ] = "Posici?? y tama??" ;
Text [ english_us ] = "Position and Size" ;
Moveable = TRUE ;
TabControl TAB_CONTROL
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( 189 , 97 ) ;
PageList =
{
PageItem
{
Identifier = RID_SVXPAGE_POSITION ;
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" ;
PageResID = RID_SVXPAGE_POSITION ;
Text[ russian ] = "????????";
Text[ greek ] = "??????";
Text[ polish ] = "Pozycja";
Text[ japanese ] = "<22>??<3F>??";
Text[ korean ] = "??\"??";
Text[ chinese_simplified ] = "??????";
Text[ chinese_traditional ] = "??????";
Text[ arabic ] = "??\"??????";
Text[ turkish ] = "Konum";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Posici??";
};
PageItem
{
Identifier = RID_SVXPAGE_SIZE ;
/* ### ACHTUNG: Neuer Text in Resource? Gr<47><72>e : Gr<47><72>e */
/* ### ACHTUNG: Neuer Text in Resource? Gr<47><72>e : Gr<47><72>e */
Text = "Gr<47><72>e" ;
Text [ ENGLISH ] = "Size" ;
Text [ norwegian ] = "St<53>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" ;
PageResID = RID_SVXPAGE_SIZE ;
Text[ russian ] = "?????????";
Text[ greek ] = "??????????,";
Text[ polish ] = "Rozmiar";
Text[ japanese ] = "???????";
Text[ korean ] = "?????";
Text[ chinese_simplified ] = "????";
Text[ chinese_traditional ] = "<22>šš<C5A1>?";
Text[ arabic ] = "??\"???";
Text[ turkish ] = "Boyut";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tama??";
};
PageItem
{
Identifier = RID_SVXPAGE_ANGLE ;
Text = "Drehung" ;
Text [ ENGLISH ] = "Rotation" ;
Text [ norwegian ] = "Rotation" ;
Text [ italian ] = "Rotazione" ;
Text [ portuguese_brazilian ] = "Rota??o" ;
Text [ portuguese ] = "Rota???o" ;
Text [ finnish ] = "Kierto" ;
Text [ danish ] = "Rotation" ;
Text [ french ] = "Rotation" ;
Text [ swedish ] = "Rotation" ;
Text [ dutch ] = "Draaien" ;
Text [ spanish ] = "Rotaci??" ;
Text [ english_us ] = "Rotation" ;
PageResID = RID_SVXPAGE_ANGLE ;
Text[ russian ] = "????????";
Text[ greek ] = "??????????\"??????";
Text[ polish ] = "Obr??";
Text[ japanese ] = "<22>>?<3F>??";
Text[ korean ] = "?????\"";
Text[ chinese_simplified ] = "?-<???";
Text[ chinese_traditional ] = "?-<???";
Text[ arabic ] = "??\"?????????";
Text[ turkish ] = "D?????";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Rotaci??";
};
PageItem
{
Identifier = RID_SVXPAGE_SLANT ;
/* ### ACHTUNG: Neuer Text in Resource? Schr<68>gstellen / Eckenradius : Schr<68>gstellen / Eckenradius */
/* ### ACHTUNG: Neuer Text in Resource? Schr<68>gstellen / Eckenradius : Schr<68>gstellen / Eckenradius */
Text = "Schr<68>gstellen / Eckenradius" ;
Text [ ENGLISH ] = "Slant / Edge radius" ;
PageResID = RID_SVXPAGE_SLANT ;
Text [ english_us ] = "Slant / Corner Radius" ;
Text [ italian ] = "Inclina / raggio d'angolo" ;
Text [ spanish ] = "Inclinaci??/Radio de ?ngulo" ;
Text [ french ] = "Inclinaison / rayon d'angle" ;
Text [ dutch ] = "Schuintrekken/hoekafronding" ;
Text [ swedish ] = "Snedst??ll / h??nradie" ;
Text [ danish ] = "H??ldning / hj??neradius" ;
Text [ portuguese_brazilian ] = "Schr?gstellen / Eckenradius" ;
Text [ portuguese ] = "Inclinar / Raio do ?ngulo" ;
Text[ russian ] = "????????? / ???????? ??????";
Text[ greek ] = "?>???? / ?'??\"?????????????,";
Text[ polish ] = "Pochyl / Promie?\" naro??nika";
Text[ japanese ] = "?,????-??>?,</??????????????-??-";
Text[ korean ] = "??????/ ?????? ????\"";
Text[ chinese_simplified ] = "?????'????????";
Text[ chinese_traditional ] = "<22><>,<2C><>?/<2F>šššš<C5A1>";
Text[ arabic ] = "?????\" / ?????? ?,?? ??\"????????";
Text[ turkish ] = "Duru?? e??imi / K??e ??p?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Inclinaci??/Radio de ?ngulo";
Text[ finnish ] = "Kallistus-/kulmas??de";
};
};
};
Text[ russian ] = "???????? ???????????";
Text[ greek ] = "????????????????????,";
Text[ polish ] = "Pozycja i rozmiar";
Text[ japanese ] = "?????????????";
Text[ korean ] = "??\"????? ?????";
Text[ chinese_simplified ] = "???????'?????";
Text[ chinese_traditional ] = "<22>š<EFBFBD>?<3F>ššš<C5A1>'?<3F>šš<C5A1>?";
Text[ arabic ] = "??\"?????? ????\"???";
Text[ turkish ] = "Konum ve boyut";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Posici?? y tama??";
};
// ********************************************************************** EOF