2003-07-03 15:36:24 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: labdlg.src,v $
|
|
|
|
|
*
|
|
|
|
|
* $Revision: 1.24 $
|
|
|
|
|
*
|
|
|
|
|
* last change: $Author: hr $ $Date: 2003-07-03 16:36:24 $
|
|
|
|
|
*
|
|
|
|
|
* 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 "labdlg.hrc"
|
|
|
|
|
// pragma ----------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// RID_SVXPAGE_CAPTION ---------------------------------------------------
|
|
|
|
|
TabPage RID_SVXPAGE_CAPTION
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_CAPTION ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
//Size = MAP_APPFONT ( 189 , 97 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 158 ) ;
|
|
|
|
|
Text = "Legende" ;
|
|
|
|
|
Text [ English ] = "Caption" ;
|
|
|
|
|
Text [ english_us ] = "Callouts" ;
|
|
|
|
|
Text [ italian ] = "Legenda" ;
|
|
|
|
|
Text [ spanish ] = "Leyenda" ;
|
|
|
|
|
Text [ french ] = "L<>gende" ;
|
|
|
|
|
Text [ dutch ] = "Legenda" ;
|
|
|
|
|
Text [ swedish ] = "F<>rklaring" ;
|
|
|
|
|
Text [ danish ] = "Forklaring" ;
|
|
|
|
|
Text [ portuguese ] = "Legenda" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Textos Explicativos" ;
|
|
|
|
|
Control CT_CAPTTYPE
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_CAPTION_CTL_TYPE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 187 , 38 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_ABSTAND
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 53 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 42 , 8 ) ;
|
|
|
|
|
Text = "~Abstand" ;
|
|
|
|
|
Text [ English ] = "~Distance" ;
|
|
|
|
|
Text [ english_us ] = "~Spacing" ;
|
|
|
|
|
Text [ italian ] = "Spaziatura" ;
|
|
|
|
|
Text [ spanish ] = "Espa~cio" ;
|
|
|
|
|
Text [ french ] = "<22>cart" ;
|
|
|
|
|
Text [ dutch ] = "~Afstand" ;
|
|
|
|
|
Text [ swedish ] = "~Avst<73>nd" ;
|
|
|
|
|
Text [ danish ] = "Afstand" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Afastamento" ;
|
|
|
|
|
Text [ portuguese ] = "~Espa<70>amento" ;
|
|
|
|
|
Text[ chinese_simplified ] = "间隔(~S)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Odst<73>p";
|
|
|
|
|
Text[ japanese ] = "間隔(~S)";
|
|
|
|
|
Text[ chinese_traditional ] = "間隔(~S)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "간격(~S)";
|
|
|
|
|
Text[ turkish ] = "Uzakl<6B>k";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Espaiat";
|
|
|
|
|
Text[ finnish ] = "~V<>lit";
|
|
|
|
|
Text[ thai ] = "~ระยะห่าง";
|
|
|
|
|
Text[ czech ] = "Vzdálenost";
|
|
|
|
|
Text[ hebrew ] = "ריווח";
|
|
|
|
|
Text[ hindi ] = "~बीच में अंतर देना";
|
|
|
|
|
Text[ slovak ] = "~Rozostup";
|
|
|
|
|
};
|
|
|
|
|
MetricField MF_ABSTAND
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 51 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Maximum = 240000 ;
|
|
|
|
|
StrictFormat = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_MM ;
|
|
|
|
|
SpinSize = 50 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_WINKEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 106 , 53 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 35 , 8 ) ;
|
|
|
|
|
Text = "~Winkel" ;
|
|
|
|
|
Text [ English ] = "~Angle" ;
|
|
|
|
|
Text [ english_us ] = "~Angle" ;
|
|
|
|
|
Text [ italian ] = "Angolo" ;
|
|
|
|
|
Text [ spanish ] = "<22>~ngulo" ;
|
|
|
|
|
Text [ french ] = "Angle" ;
|
|
|
|
|
Text [ dutch ] = "~Hoek" ;
|
|
|
|
|
Text [ swedish ] = "~Vinkel" ;
|
|
|
|
|
Text [ danish ] = "Vinkel" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~<7E>ngulo" ;
|
|
|
|
|
Text [ portuguese ] = "~<7E>ngulo" ;
|
|
|
|
|
Text[ chinese_simplified ] = "角度(~A)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~K<>t";
|
|
|
|
|
Text[ japanese ] = "角度(~A)";
|
|
|
|
|
Text[ chinese_traditional ] = "角度(~A)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "각도(~A)";
|
|
|
|
|
Text[ turkish ] = "~A<><41>";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Angle";
|
|
|
|
|
Text[ finnish ] = "~Kulma";
|
|
|
|
|
Text[ thai ] = "~มุม";
|
|
|
|
|
Text[ czech ] = "Úhel";
|
|
|
|
|
Text[ hebrew ] = "~Winkel";
|
|
|
|
|
Text[ hindi ] = "~कोण";
|
|
|
|
|
Text[ slovak ] = "~Uhol";
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_WINKEL
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 143 , 51 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 60 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
CurPos = 0 ;
|
|
|
|
|
StringList =
|
|
|
|
|
{
|
|
|
|
|
< "Beliebig" ; 1 ; > ;
|
|
|
|
|
< "30 Grad" ; 3000 ; > ;
|
|
|
|
|
< "45 Grad" ; 4500 ; > ;
|
|
|
|
|
< "60 Grad" ; 6000 ; > ;
|
|
|
|
|
< "90 Grad" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ English ] =
|
|
|
|
|
{
|
|
|
|
|
< "Beliebig" ; 1 ; > ;
|
|
|
|
|
< "30 Grad" ; 3000 ; > ;
|
|
|
|
|
< "45 Grad" ; 4500 ; > ;
|
|
|
|
|
< "60 Grad" ; 6000 ; > ;
|
|
|
|
|
< "90 Grad" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ english_us ] =
|
|
|
|
|
{
|
|
|
|
|
< "Free" ; 1 ; > ;
|
|
|
|
|
< "30 Degrees" ; 3000 ; > ;
|
|
|
|
|
< "45 Degrees" ; 4500 ; > ;
|
|
|
|
|
< "60 Degrees" ; 6000 ; > ;
|
|
|
|
|
< "90 Degrees" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ italian ] =
|
|
|
|
|
{
|
|
|
|
|
< "Qualsiasi" ; 1 ; > ;
|
|
|
|
|
< "30 gradi" ; 3000 ; > ;
|
|
|
|
|
< "45 gradi" ; 4500 ; > ;
|
|
|
|
|
< "60 gradi" ; 6000 ; > ;
|
|
|
|
|
< "90 gradi" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ spanish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Cualquiera" ; 1 ; > ;
|
|
|
|
|
< "30 grados" ; 3000 ; > ;
|
|
|
|
|
< "45 grados" ; 4500 ; > ;
|
|
|
|
|
< "60 grados" ; 6000 ; > ;
|
|
|
|
|
< "90 grados" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ french ] =
|
|
|
|
|
{
|
|
|
|
|
< "Quelconque" ; 1 ; > ;
|
|
|
|
|
< "30 degr<67>s" ; 3000 ; > ;
|
|
|
|
|
< "45 degr<67>s" ; 4500 ; > ;
|
|
|
|
|
< "60 degr<67>s" ; 6000 ; > ;
|
|
|
|
|
< "90 degr<67>s" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ dutch ] =
|
|
|
|
|
{
|
|
|
|
|
< "Willekeurig" ; 1 ; > ;
|
|
|
|
|
< "30 graden" ; 3000 ; > ;
|
|
|
|
|
< "45 graden" ; 4500 ; > ;
|
|
|
|
|
< "60 graden" ; 6000 ; > ;
|
|
|
|
|
< "90 graden" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ portuguese_brazilian ] =
|
|
|
|
|
{
|
|
|
|
|
< "Livre" ; 1 ; > ;
|
|
|
|
|
< "30 Graus" ; 3000 ; > ;
|
|
|
|
|
< "45 Graus" ; 4500 ; > ;
|
|
|
|
|
< "60 Graus" ; 6000 ; > ;
|
|
|
|
|
< "90 Graus" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ swedish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Valfri" ; 1 ; > ;
|
|
|
|
|
< "30 grader" ; 3000 ; > ;
|
|
|
|
|
< "45 grader" ; 4500 ; > ;
|
|
|
|
|
< "60 grader" ; 6000 ; > ;
|
|
|
|
|
< "90 grader" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ danish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Valgfri" ; 1 ; > ;
|
|
|
|
|
< "30 grader" ; 3000 ; > ;
|
|
|
|
|
< "45 grader" ; 4500 ; > ;
|
|
|
|
|
< "60 grader" ; 6000 ; > ;
|
|
|
|
|
< "90 grader" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ portuguese ] =
|
|
|
|
|
{
|
|
|
|
|
< "Qualquer um" ; 1 ; > ;
|
|
|
|
|
< "30 graus" ; 3000 ; > ;
|
|
|
|
|
< "45 graus" ; 4500 ; > ;
|
|
|
|
|
< "60 graus" ; 6000 ; > ;
|
|
|
|
|
< "90 graus" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ chinese_simplified ] =
|
|
|
|
|
{
|
|
|
|
|
< "任意角度" ; 1 ; > ;
|
|
|
|
|
< "30 度" ; 3000 ; > ;
|
|
|
|
|
< "45 度" ; 4500 ; > ;
|
|
|
|
|
< "60 度" ; 6000 ; > ;
|
|
|
|
|
< "90 度" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ russian ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 1 ; > ;
|
|
|
|
|
< "30 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 3000 ; > ;
|
|
|
|
|
< "45 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 4500 ; > ;
|
|
|
|
|
< "60 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 6000 ; > ;
|
|
|
|
|
< "90 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ polish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Dowolny" ; 1 ; > ;
|
|
|
|
|
< "30 st." ; 3000 ; > ;
|
|
|
|
|
< "45 st." ; 4500 ; > ;
|
|
|
|
|
< "60 st." ; 6000 ; > ;
|
|
|
|
|
< "90 st." ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ japanese ] =
|
|
|
|
|
{
|
|
|
|
|
< "フリー" ; 1 ; > ;
|
|
|
|
|
< "30度" ; 3000 ; > ;
|
|
|
|
|
< "45度" ; 4500 ; > ;
|
|
|
|
|
< "60度" ; 6000 ; > ;
|
|
|
|
|
< "90度" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ chinese_traditional ] =
|
|
|
|
|
{
|
|
|
|
|
< "任意角度" ; 1 ; > ;
|
|
|
|
|
< "30 度" ; 3000 ; > ;
|
|
|
|
|
< "45 度" ; 4500 ; > ;
|
|
|
|
|
< "60 度" ; 6000 ; > ;
|
|
|
|
|
< "90 度" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ arabic ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><>" ; 1 ; > ;
|
|
|
|
|
< "30 <20><><EFBFBD><EFBFBD>" ; 3000 ; > ;
|
|
|
|
|
< "45 <20><><EFBFBD><EFBFBD>" ; 4500 ; > ;
|
|
|
|
|
< "60 <20><><EFBFBD><EFBFBD>" ; 6000 ; > ;
|
|
|
|
|
< "90 <20><><EFBFBD><EFBFBD>" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ greek ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 1 ; > ;
|
|
|
|
|
< "30 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 3000 ; > ;
|
|
|
|
|
< "45 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 4500 ; > ;
|
|
|
|
|
< "60 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 6000 ; > ;
|
|
|
|
|
< "90 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ korean ] =
|
|
|
|
|
{
|
|
|
|
|
< "임의" ; 1 ; > ;
|
|
|
|
|
< "30 도" ; 3000 ; > ;
|
|
|
|
|
< "45 도" ; 4500 ; > ;
|
|
|
|
|
< "60 도" ; 6000 ; > ;
|
|
|
|
|
< "90 도" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ turkish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Serbest" ; 1 ; > ;
|
|
|
|
|
< "30 Derece" ; 3000 ; > ;
|
|
|
|
|
< "45 Derece" ; 4500 ; > ;
|
|
|
|
|
< "60 Derece" ; 6000 ; > ;
|
|
|
|
|
< "90 Derece" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ language_user1 ] =
|
|
|
|
|
{
|
|
|
|
|
< " " ; 1 ; > ;
|
|
|
|
|
< " " ; 3000 ; > ;
|
|
|
|
|
< " " ; 4500 ; > ;
|
|
|
|
|
< " " ; 6000 ; > ;
|
|
|
|
|
< " " ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ catalan ] =
|
|
|
|
|
{
|
|
|
|
|
< "Lliure" ; 1 ; > ;
|
|
|
|
|
< "30 graus" ; 3000 ; > ;
|
|
|
|
|
< "45 graus" ; 4500 ; > ;
|
|
|
|
|
< "60 graus" ; 6000 ; > ;
|
|
|
|
|
< "90 graus" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ finnish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Vapaa" ; 1 ; > ;
|
|
|
|
|
< "30 astetta" ; 3000 ; > ;
|
|
|
|
|
< "45 astetta" ; 4500 ; > ;
|
|
|
|
|
< "60 astetta" ; 6000 ; > ;
|
|
|
|
|
< "90 astetta" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ thai ] =
|
|
|
|
|
{
|
|
|
|
|
< "อิสระ" ; 1 ; > ;
|
|
|
|
|
< "30 องศา" ; 3000 ; > ;
|
|
|
|
|
< "45 องศา" ; 4500 ; > ;
|
|
|
|
|
< "60 องศา" ; 6000 ; > ;
|
|
|
|
|
< "90 องศา" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ czech ] =
|
|
|
|
|
{
|
|
|
|
|
< "Volně" ; 1 ; > ;
|
|
|
|
|
< "30 stupňů" ; 3000 ; > ;
|
|
|
|
|
< "45 stupňů" ; 4500 ; > ;
|
|
|
|
|
< "60 stupňů" ; 6000 ; > ;
|
|
|
|
|
< "90 stupňů" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ hebrew ] =
|
|
|
|
|
{
|
|
|
|
|
< "Beliebig" ; 1 ; > ;
|
|
|
|
|
< "30 Grad" ; 3000 ; > ;
|
|
|
|
|
< "45 Grad" ; 4500 ; > ;
|
|
|
|
|
< "60 Grad" ; 6000 ; > ;
|
|
|
|
|
< "90 Grad" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ hindi ] =
|
|
|
|
|
{
|
|
|
|
|
< "स्वतंत्र" ; 1 ; > ;
|
|
|
|
|
< "30 डिग्रियाँ" ; 3000 ; > ;
|
|
|
|
|
< "45 डिग्रियाँ" ; 4500 ; > ;
|
|
|
|
|
< "60 डिग्रियाँ" ; 6000 ; > ;
|
|
|
|
|
< "90 डिग्रियाँ" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ slovak ] =
|
|
|
|
|
{
|
|
|
|
|
< "Voľne" ; 1 ; > ;
|
|
|
|
|
< "30 stupňov" ; 3000 ; > ;
|
|
|
|
|
< "45 stupňov" ; 4500 ; > ;
|
|
|
|
|
< "60 stupňov" ; 6000 ; > ;
|
|
|
|
|
< "90 stupňov" ; 9000 ; > ;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_ANSATZ
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 69 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 42 , 8 ) ;
|
|
|
|
|
Text = "A~nsatz" ;
|
|
|
|
|
Text [ English ] = "~Extension" ;
|
|
|
|
|
Text [ dutch ] = "~Aansluiting" ;
|
|
|
|
|
Text [ english_us ] = "~Extension" ;
|
|
|
|
|
Text [ italian ] = "Inizio linea" ;
|
|
|
|
|
Text [ spanish ] = "~Extensi<73>n" ;
|
|
|
|
|
Text [ french ] = "~Extension" ;
|
|
|
|
|
Text [ swedish ] = "F<>ste" ;
|
|
|
|
|
Text [ danish ] = "Tilh<6C>ftning" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Extens<6E>o" ;
|
|
|
|
|
Text [ portuguese ] = "E~xtens<6E>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "扩展(~E)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Rozszerzenie";
|
|
|
|
|
Text[ japanese ] = "拡張(~E)";
|
|
|
|
|
Text[ chinese_traditional ] = "擴展(~E)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "확장자(~E)";
|
|
|
|
|
Text[ turkish ] = "Uzatma";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Sortida";
|
|
|
|
|
Text[ finnish ] = "~Tunniste";
|
|
|
|
|
Text[ thai ] = "~ส่วนขยาย";
|
|
|
|
|
Text[ czech ] = "Rozšíření";
|
|
|
|
|
Text[ hebrew ] = "A~nsatz";
|
|
|
|
|
Text[ hindi ] = "~विस्तार";
|
|
|
|
|
Text[ slovak ] = "Rozšír~enie";
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_ANSATZ
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 67 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 60 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
CurPos = 0 ;
|
|
|
|
|
StringList =
|
|
|
|
|
{
|
|
|
|
|
< "Optimal" ; 4 ; > ;
|
|
|
|
|
< "Von oben" ; 3 ; > ;
|
|
|
|
|
< "Von links" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertikal" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ English ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimal" ; 4 ; > ;
|
|
|
|
|
< "Von oben" ; 3 ; > ;
|
|
|
|
|
< "Von links" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertikal" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ english_us ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimal" ; 4 ; > ;
|
|
|
|
|
< "From top" ; 3 ; > ;
|
|
|
|
|
< "From left" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertical" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ italian ] =
|
|
|
|
|
{
|
|
|
|
|
< "Ottimale" ; 4 ; > ;
|
|
|
|
|
< "Dall'alto" ; 3 ; > ;
|
|
|
|
|
< "Da sinistra" ; 3 ; > ;
|
|
|
|
|
< "Orizzontale" ; 1 ; > ;
|
|
|
|
|
< "Verticale" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ spanish ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22>ptimo" ; 4 ; > ;
|
|
|
|
|
< "Desde arriba" ; 3 ; > ;
|
|
|
|
|
< "De izquierda" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertical" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ french ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimal" ; 4 ; > ;
|
|
|
|
|
< "Du haut" ; 3 ; > ;
|
|
|
|
|
< "De gauche" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertical" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ dutch ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimaal" ; 4 ; > ;
|
|
|
|
|
< "Van boven" ; 3 ; > ;
|
|
|
|
|
< "Van links" ; 3 ; > ;
|
|
|
|
|
< "Horizontaal" ; 1 ; > ;
|
|
|
|
|
< "Verticaal" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ portuguese_brazilian ] =
|
|
|
|
|
{
|
|
|
|
|
< "Otimizado" ; 4 ; > ;
|
|
|
|
|
< "De cima" ; 3 ; > ;
|
|
|
|
|
< "Da esquerda" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertical" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ swedish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimal" ; 4 ; > ;
|
|
|
|
|
< "Uppifr<66>n" ; 3 ; > ;
|
|
|
|
|
< "Fr<46>n v<>nster" ; 3 ; > ;
|
|
|
|
|
< "Horisontellt" ; 1 ; > ;
|
|
|
|
|
< "Vertikalt" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ danish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimal" ; 4 ; > ;
|
|
|
|
|
< "Fra oven" ; 3 ; > ;
|
|
|
|
|
< "Fra venstre" ; 3 ; > ;
|
|
|
|
|
< "Vandret" ; 1 ; > ;
|
|
|
|
|
< "Lodret" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ portuguese ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimizar" ; 4 ; > ;
|
|
|
|
|
< "De cima" ; 3 ; > ;
|
|
|
|
|
< "Da esquerda" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertical" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ chinese_simplified ] =
|
|
|
|
|
{
|
|
|
|
|
< "最佳" ; 4 ; > ;
|
|
|
|
|
< "从上" ; 3 ; > ;
|
|
|
|
|
< "从左" ; 3 ; > ;
|
|
|
|
|
< "水平方向" ; 1 ; > ;
|
|
|
|
|
< "垂直方向" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ russian ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 4 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 3 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD>" ; 3 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 1 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ polish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optymalny" ; 4 ; > ;
|
|
|
|
|
< "Od g<>ry" ; 3 ; > ;
|
|
|
|
|
< "Od lewej" ; 3 ; > ;
|
|
|
|
|
< "Poziomo" ; 1 ; > ;
|
|
|
|
|
< "Pionowo" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ japanese ] =
|
|
|
|
|
{
|
|
|
|
|
< "最適" ; 4 ; > ;
|
|
|
|
|
< "上から" ; 3 ; > ;
|
|
|
|
|
< "左から" ; 3 ; > ;
|
|
|
|
|
< "左右" ; 1 ; > ;
|
|
|
|
|
< "上下" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ chinese_traditional ] =
|
|
|
|
|
{
|
|
|
|
|
< "最合適的" ; 4 ; > ;
|
|
|
|
|
< "從上" ; 3 ; > ;
|
|
|
|
|
< "從左" ; 3 ; > ;
|
|
|
|
|
< "水平方向" ; 1 ; > ;
|
|
|
|
|
< "垂直方向" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ arabic ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 4 ; > ;
|
|
|
|
|
< "<22><> <20><><EFBFBD><EFBFBD>" ; 3 ; > ;
|
|
|
|
|
< "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 3 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD>" ; 1 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD>" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ greek ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 4 ; > ;
|
|
|
|
|
< "A<><41> <20><><EFBFBD><EFBFBD>" ; 3 ; > ;
|
|
|
|
|
< "A<><41> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 3 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 1 ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ korean ] =
|
|
|
|
|
{
|
|
|
|
|
< "최적" ; 4 ; > ;
|
|
|
|
|
< "위 부터" ; 3 ; > ;
|
|
|
|
|
< "왼쪽 부터" ; 3 ; > ;
|
|
|
|
|
< "가로" ; 1 ; > ;
|
|
|
|
|
< "세로" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ turkish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimum" ; 4 ; > ;
|
|
|
|
|
< "<22>stten" ; 3 ; > ;
|
|
|
|
|
< "Soldan" ; 3 ; > ;
|
|
|
|
|
< "Yatay" ; 1 ; > ;
|
|
|
|
|
< "Dikey" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ language_user1 ] =
|
|
|
|
|
{
|
|
|
|
|
< " " ; 4 ; > ;
|
|
|
|
|
< " " ; 3 ; > ;
|
|
|
|
|
< " " ; 3 ; > ;
|
|
|
|
|
< " " ; 1 ; > ;
|
|
|
|
|
< " " ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ catalan ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22>ptim" ; 4 ; > ;
|
|
|
|
|
< "Des de la part superior" ; 3 ; > ;
|
|
|
|
|
< "Des de l'esquerra" ; 3 ; > ;
|
|
|
|
|
< "Horitzontal" ; 1 ; > ;
|
|
|
|
|
< "Vertical" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ finnish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimaalinen" ; 4 ; > ;
|
|
|
|
|
< "Ylh<6C><68>lt<6C>" ; 3 ; > ;
|
|
|
|
|
< "Vasemmalta" ; 3 ; > ;
|
|
|
|
|
< "Vaakataso" ; 1 ; > ;
|
|
|
|
|
< "Pystytaso" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ thai ] =
|
|
|
|
|
{
|
|
|
|
|
< "เหมาะที่สุด" ; 4 ; > ;
|
|
|
|
|
< "จากด้านบน" ; 3 ; > ;
|
|
|
|
|
< "จากด้านล่าง" ; 3 ; > ;
|
|
|
|
|
< "แนวนอน" ; 1 ; > ;
|
|
|
|
|
< "แนวตั้ง" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ czech ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimální" ; 4 ; > ;
|
|
|
|
|
< "Shora" ; 3 ; > ;
|
|
|
|
|
< "Zleva" ; 3 ; > ;
|
|
|
|
|
< "Vodorovně" ; 1 ; > ;
|
|
|
|
|
< "Svisle" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ hebrew ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimal" ; 4 ; > ;
|
|
|
|
|
< "מלמעלה" ; 3 ; > ;
|
|
|
|
|
< "משמאל" ; 3 ; > ;
|
|
|
|
|
< "Horizontal" ; 1 ; > ;
|
|
|
|
|
< "Vertikal" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ hindi ] =
|
|
|
|
|
{
|
|
|
|
|
< "योग्य" ; 4 ; > ;
|
|
|
|
|
< "ऊपर से" ; 3 ; > ;
|
|
|
|
|
< "बायाँ ओर से" ; 3 ; > ;
|
|
|
|
|
< "समतल" ; 1 ; > ;
|
|
|
|
|
< "लम्ब" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ slovak ] =
|
|
|
|
|
{
|
|
|
|
|
< "Optimálne" ; 4 ; > ;
|
|
|
|
|
< "Zhora" ; 3 ; > ;
|
|
|
|
|
< "Zľava" ; 3 ; > ;
|
|
|
|
|
< "Vodorovne" ; 1 ; > ;
|
|
|
|
|
< "Zvislé" ; 2 ; > ;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_UM
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 106 , 69 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 35 , 8 ) ;
|
|
|
|
|
Text = "~Um" ;
|
|
|
|
|
Text [ English ] = "~By" ;
|
|
|
|
|
Text [ dutch ] = "~Onder" ;
|
|
|
|
|
Text [ english_us ] = "~By" ;
|
|
|
|
|
Text [ italian ] = "Per" ;
|
|
|
|
|
Text [ spanish ] = "~De" ;
|
|
|
|
|
Text [ french ] = "De" ;
|
|
|
|
|
Text [ swedish ] = "~Om" ;
|
|
|
|
|
Text [ danish ] = "Ved" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Por" ;
|
|
|
|
|
Text [ portuguese ] = "~De" ;
|
|
|
|
|
Text[ chinese_simplified ] = "数值(~B)";
|
|
|
|
|
Text[ russian ] = "<22><>";
|
|
|
|
|
Text[ polish ] = "~O";
|
|
|
|
|
Text[ japanese ] = "倍率(~B)";
|
|
|
|
|
Text[ chinese_traditional ] = "數值(~B)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22>~<7E><><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "배율(~B)";
|
|
|
|
|
Text[ turkish ] = "De<44>er";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Per";
|
|
|
|
|
Text[ finnish ] = "~Tekij<69>";
|
|
|
|
|
Text[ thai ] = "โ~ดย";
|
|
|
|
|
Text[ czech ] = "O";
|
|
|
|
|
Text[ hebrew ] = "~Um";
|
|
|
|
|
Text[ hindi ] = "~से";
|
|
|
|
|
Text[ slovak ] = "~O";
|
|
|
|
|
};
|
|
|
|
|
MetricField MF_ANSATZ
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 143 , 67 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Maximum = 240000 ;
|
|
|
|
|
StrictFormat = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_MM ;
|
|
|
|
|
SpinSize = 50 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_ANSATZ_REL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 106 , 69 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 35 , 8 ) ;
|
|
|
|
|
Text = "~Position" ;
|
|
|
|
|
Text [ English ] = "~Position" ;
|
|
|
|
|
Text [ dutch ] = "~Positie" ;
|
|
|
|
|
Text [ english_us ] = "~Position" ;
|
|
|
|
|
Text [ italian ] = "Posizione" ;
|
|
|
|
|
Text [ spanish ] = "Posici<63>n" ;
|
|
|
|
|
Text [ french ] = "Position" ;
|
|
|
|
|
Text [ swedish ] = "~Position" ;
|
|
|
|
|
Text [ danish ] = "Placering" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Posi<73><69>o" ;
|
|
|
|
|
Text [ portuguese ] = "~Posi<73><69>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "位置(~P)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Pozycja";
|
|
|
|
|
Text[ japanese ] = "位置(~P)";
|
|
|
|
|
Text[ chinese_traditional ] = "位置(~P)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "위치(~P)";
|
|
|
|
|
Text[ turkish ] = "Konum";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Posici<63>";
|
|
|
|
|
Text[ finnish ] = "S~ijainti";
|
|
|
|
|
Text[ thai ] = "~ตำแหน่ง";
|
|
|
|
|
Text[ czech ] = "Umístění";
|
|
|
|
|
Text[ hebrew ] = "מיקום";
|
|
|
|
|
Text[ hindi ] = "~स्थान";
|
|
|
|
|
Text[ slovak ] = "~Umiestnenie";
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_ANSATZ_REL
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 143 , 67 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 60 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_LAENGE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 85 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 42 , 8 ) ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? ~L<>nge : ~L<>nge */
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? ~L<>nge : ~L<>nge */
|
|
|
|
|
Text = "~L<>nge" ;
|
|
|
|
|
Text [ English ] = "~Length" ;
|
|
|
|
|
Text [ english_us ] = "~Length" ;
|
|
|
|
|
Text [ italian ] = "~Lungh." ;
|
|
|
|
|
Text [ spanish ] = "Longitud" ;
|
|
|
|
|
Text [ french ] = "~Longueur" ;
|
|
|
|
|
Text [ dutch ] = "~Lengte" ;
|
|
|
|
|
Text [ swedish ] = "~L<>ngd" ;
|
|
|
|
|
Text [ danish ] = "L<>ngde" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Comprimento" ;
|
|
|
|
|
Text [ portuguese ] = "~Comprimento" ;
|
|
|
|
|
Text[ chinese_simplified ] = "长度(~L)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~D<>ugo<67><6F>";
|
|
|
|
|
Text[ japanese ] = "長さ(~L)";
|
|
|
|
|
Text[ chinese_traditional ] = "長度(~L)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "길이(~L)";
|
|
|
|
|
Text[ turkish ] = "Uzunluk";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Longitud";
|
|
|
|
|
Text[ finnish ] = "~Pituus";
|
|
|
|
|
Text[ thai ] = "ความ~ยาว";
|
|
|
|
|
Text[ czech ] = "Délka";
|
|
|
|
|
Text[ hebrew ] = "~Länge";
|
|
|
|
|
Text[ hindi ] = "~लम्बाई";
|
|
|
|
|
Text[ slovak ] = "~Dĺžka";
|
|
|
|
|
};
|
|
|
|
|
MetricField MF_LAENGE
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Maximum = 240000 ;
|
|
|
|
|
StrictFormat = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_MM ;
|
|
|
|
|
SpinSize = 50 ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CB_LAENGE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 106 , 84 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
|
|
|
Text = "~Optimal" ;
|
|
|
|
|
Text [ English ] = "~Optimal" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Text [ english_us ] = "~Optimal" ;
|
|
|
|
|
Text [ italian ] = "~Ottimale" ;
|
|
|
|
|
Text [ spanish ] = "<22>ptimo" ;
|
|
|
|
|
Text [ french ] = "~Optimal" ;
|
|
|
|
|
Text [ dutch ] = "~Optimaal" ;
|
|
|
|
|
Text [ swedish ] = "~Optimal" ;
|
|
|
|
|
Text [ danish ] = "Optimal" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Otimizado" ;
|
|
|
|
|
Text [ portuguese ] = "~Optimizar" ;
|
|
|
|
|
Text[ chinese_simplified ] = "最佳(~O)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Optymalny";
|
|
|
|
|
Text[ japanese ] = "最適(~O)";
|
|
|
|
|
Text[ chinese_traditional ] = "最合適的(~O)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "최적(~O)";
|
|
|
|
|
Text[ turkish ] = "~Optimum";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "<22>~ptim";
|
|
|
|
|
Text[ finnish ] = "O~ptimaalinen";
|
|
|
|
|
Text[ thai ] = "เ~หมาะที่สุด";
|
|
|
|
|
Text[ czech ] = "Optimální";
|
|
|
|
|
Text[ hebrew ] = "~Optimal";
|
|
|
|
|
Text[ hindi ] = "~योग्य";
|
|
|
|
|
Text[ slovak ] = "~Optimálny";
|
|
|
|
|
};
|
|
|
|
|
String STR_CAPTTYPE_1
|
|
|
|
|
{
|
|
|
|
|
Text = "Gerade Linie" ;
|
|
|
|
|
Text [ English ] = "Straight line" ;
|
|
|
|
|
Text [ english_us ] = "Straight Line" ;
|
|
|
|
|
Text [ italian ] = "Linea diritta" ;
|
|
|
|
|
Text [ spanish ] = "L<>nea recta" ;
|
|
|
|
|
Text [ french ] = "Ligne droite" ;
|
|
|
|
|
Text [ dutch ] = "Rechte lijn" ;
|
|
|
|
|
Text [ swedish ] = "Rak linje" ;
|
|
|
|
|
Text [ danish ] = "Lige linje" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Linha Reta" ;
|
|
|
|
|
Text [ portuguese ] = "Linha recta" ;
|
|
|
|
|
Text[ chinese_simplified ] = "直线";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Linia prosta";
|
|
|
|
|
Text[ japanese ] = "直線";
|
|
|
|
|
Text[ chinese_traditional ] = "直線";
|
|
|
|
|
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "직선";
|
|
|
|
|
Text[ turkish ] = "D<>z <20>izgili";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "L<>nia recta";
|
|
|
|
|
Text[ finnish ] = "Suora viiva";
|
|
|
|
|
Text[ thai ] = "เส้นตรง";
|
|
|
|
|
Text[ czech ] = "Přímka";
|
|
|
|
|
Text[ hebrew ] = "Gerade Linie";
|
|
|
|
|
Text[ hindi ] = "सीधा रेखा";
|
|
|
|
|
Text[ slovak ] = "Priamka";
|
|
|
|
|
};
|
|
|
|
|
String STR_CAPTTYPE_2
|
|
|
|
|
{
|
|
|
|
|
Text = "Abgewinkelte Linie" ;
|
|
|
|
|
Text [ English ] = "Abgewinkelte Linie" ;
|
|
|
|
|
Text [ english_us ] = "Angled Line" ;
|
|
|
|
|
Text [ italian ] = "Linea angolata" ;
|
|
|
|
|
Text [ spanish ] = "L<>nea acodada" ;
|
|
|
|
|
Text [ french ] = "Ligne en angle" ;
|
|
|
|
|
Text [ dutch ] = "Lijn met hoek" ;
|
|
|
|
|
Text [ swedish ] = "Vinklad linje" ;
|
|
|
|
|
Text [ danish ] = "Vinklet linje" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Linha angular" ;
|
|
|
|
|
Text [ portuguese ] = "Linha angular" ;
|
|
|
|
|
Text[ chinese_simplified ] = "角形线";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Zakrzywiona linia";
|
|
|
|
|
Text[ japanese ] = "角をもつ線";
|
|
|
|
|
Text[ chinese_traditional ] = "角形線";
|
|
|
|
|
Text[ arabic ] = "<22><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "각진 선";
|
|
|
|
|
Text[ turkish ] = "A<><41>l<EFBFBD> <20>izgi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "L<>nia angular";
|
|
|
|
|
Text[ finnish ] = "Kulmikas viiva";
|
|
|
|
|
Text[ thai ] = "เส้นเป็นเหลี่ยมเป็นมุม";
|
|
|
|
|
Text[ czech ] = "Křivka";
|
|
|
|
|
Text[ hebrew ] = "Abgewinkelte Linie";
|
|
|
|
|
Text[ hindi ] = "कोणयुक्त रेखा";
|
|
|
|
|
Text[ slovak ] = "Krivka";
|
|
|
|
|
};
|
|
|
|
|
String STR_CAPTTYPE_3
|
|
|
|
|
{
|
|
|
|
|
Text = "Abgewinkelte Linie einfach geknickt" ;
|
|
|
|
|
Text [ English ] = "Abgewinkelte Linie einfach geknickt" ;
|
|
|
|
|
Text [ english_us ] = "Angled Connector Line" ;
|
|
|
|
|
Text [ italian ] = "Linea angolata una volta" ;
|
|
|
|
|
Text [ spanish ] = "L<>nea acodada con un s<>lo <20>ngulo" ;
|
|
|
|
|
Text [ french ] = "Ligne en angle fl<66>chie" ;
|
|
|
|
|
Text [ dutch ] = "Lijn met enkele hoek" ;
|
|
|
|
|
Text [ swedish ] = "Vinklad linje med en knick" ;
|
|
|
|
|
Text [ danish ] = "Vinklet linje med et kn<6B>k" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Linha Conectora Angular" ;
|
|
|
|
|
Text [ portuguese ] = "Linha angular com um s<> <20>ngulo" ;
|
|
|
|
|
Text[ chinese_simplified ] = "单连角形线";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Zakrzywiona linia <20><>cz<63>ca";
|
|
|
|
|
Text[ japanese ] = "1つの角をもつ線";
|
|
|
|
|
Text[ chinese_traditional ] = "單連角形線";
|
|
|
|
|
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "구부러진 단일 연결선";
|
|
|
|
|
Text[ turkish ] = "Tek a<><61>l<EFBFBD> <20>izgi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "L<>nia angular amb nom<6F>s un angle";
|
|
|
|
|
Text[ finnish ] = "Kulmikas yhdysviiva";
|
|
|
|
|
Text[ thai ] = "เส้นเชื่อมต่อเป็นเหลี่ยมเป็นมุม";
|
|
|
|
|
Text[ czech ] = "Zakřivená spojnice";
|
|
|
|
|
Text[ hebrew ] = "Abgewinkelte Linie einfach geknickt";
|
|
|
|
|
Text[ hindi ] = "कोणयुक्त जोड़नेवाला रेखा";
|
|
|
|
|
Text[ slovak ] = "Ohnutá spojnica";
|
|
|
|
|
};
|
|
|
|
|
String STR_CAPTTYPE_4
|
|
|
|
|
{
|
|
|
|
|
Text = "Abgewinkelte Linie doppelt geknickt" ;
|
|
|
|
|
Text [ English ] = "Abgewinkelte Linie doppelt geknickt" ;
|
|
|
|
|
Text [ english_us ] = "Double-angled line" ;
|
|
|
|
|
Text [ italian ] = "Linea angolata due volte" ;
|
|
|
|
|
Text [ spanish ] = "L<>nea acodada con dos <20>ngulos" ;
|
|
|
|
|
Text [ french ] = "Ligne en angle doublement fl<66>chie" ;
|
|
|
|
|
Text [ dutch ] = "Lijn met dubbele hoek" ;
|
|
|
|
|
Text [ swedish ] = "Vinklad linje med tv<74> knickar" ;
|
|
|
|
|
Text [ danish ] = "Vinklet linje med to kn<6B>k" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Linha angular com <20>ngulo duplo" ;
|
|
|
|
|
Text [ portuguese ] = "Linha angular com <20>ngulo duplo" ;
|
|
|
|
|
Text[ chinese_simplified ] = "双连角形线";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Linia podw<64>jnie za<7A>amana";
|
|
|
|
|
Text[ japanese ] = "2つの角をもつ線";
|
|
|
|
|
Text[ chinese_traditional ] = "雙連角形線";
|
|
|
|
|
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> 2 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "이중 각진 선";
|
|
|
|
|
Text[ turkish ] = "<22>ift a<><61>l<EFBFBD> <20>izgi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "L<>nia angular amb dos angles";
|
|
|
|
|
Text[ finnish ] = "Kaksikulmainen viiva";
|
|
|
|
|
Text[ thai ] = "เส้นเป็นเหลี่ยมเป็นมุมคู่";
|
|
|
|
|
Text[ czech ] = "Dvakrát lomená křivka";
|
|
|
|
|
Text[ hebrew ] = "Abgewinkelte Linie doppelt geknickt";
|
|
|
|
|
Text[ hindi ] = "द्विगुणित-कोणयुक्त रेखा";
|
|
|
|
|
Text[ slovak ] = "Dvakrát lomená krivka";
|
|
|
|
|
};
|
|
|
|
|
String STR_HORZ_LIST
|
|
|
|
|
{
|
|
|
|
|
Text = "Oben;Mitte;Unten" ;
|
|
|
|
|
Text [ English ] = "Top;Middle;Bottom" ;
|
|
|
|
|
Text [ english_us ] = "Top;Middle;Bottom" ;
|
|
|
|
|
Text [ italian ] = "in alto;al centro;in basso" ;
|
|
|
|
|
Text [ spanish ] = "Arriba;centro;abajo" ;
|
|
|
|
|
Text [ french ] = "Haut;Milieu;Bas" ;
|
|
|
|
|
Text [ dutch ] = "Boven;Midden;Beneden" ;
|
|
|
|
|
Text [ swedish ] = "Uppe;Mitten;Nere" ;
|
|
|
|
|
Text [ danish ] = "<22>verst;Centreret;Nederst" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Superior; Meio; Inferior" ;
|
|
|
|
|
Text [ portuguese ] = "Superior; centro; inferior" ;
|
|
|
|
|
Text[ chinese_simplified ] = "上;中;下";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Na g<>rze;Po<50>rodku;Na dole";
|
|
|
|
|
Text[ japanese ] = "上;中;下";
|
|
|
|
|
Text[ chinese_traditional ] = "上;中;下";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>غ<EFBFBD><D8BA><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "위;가운데;아래";
|
|
|
|
|
Text[ turkish ] = "<22>st;Orta;Alt";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Part superior;Mig;Part inferior";
|
|
|
|
|
Text[ finnish ] = "Yl<59>reuna;Keskikohta;Alareuna";
|
|
|
|
|
Text[ thai ] = "บน;กลาง;ล่าง";
|
|
|
|
|
Text[ czech ] = "Nahoře;Uprostřed;Dole";
|
|
|
|
|
Text[ hebrew ] = "Oben;Mitte;Unten";
|
|
|
|
|
Text[ hindi ] = "ऊपर;मध्य;नीचे";
|
|
|
|
|
Text[ slovak ] = "Nahor;Uprostred;Naspodok";
|
|
|
|
|
};
|
|
|
|
|
String STR_VERT_LIST
|
|
|
|
|
{
|
|
|
|
|
Text = "Links;Mitte;Rechts" ;
|
|
|
|
|
Text [ English ] = "Left;Middle;Right" ;
|
|
|
|
|
Text [ english_us ] = "Left;Middle;Right" ;
|
|
|
|
|
Text [ italian ] = "A sinistra;al centro;a destra" ;
|
|
|
|
|
Text [ spanish ] = "Izquierda;centrado;derecha" ;
|
|
|
|
|
Text [ french ] = "Gauche;Milieu;Droite" ;
|
|
|
|
|
Text [ dutch ] = "Links;Midden;Rechts" ;
|
|
|
|
|
Text [ swedish ] = "V<>nster;Mitten;H<>ger" ;
|
|
|
|
|
Text [ danish ] = "Venstre;Centreret;H<>jre" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Esquerda; Meio; Direita" ;
|
|
|
|
|
Text [ portuguese ] = "Esquerda; centro; direita" ;
|
|
|
|
|
Text[ chinese_simplified ] = "左;中;右";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>;<3B><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Z lewej;Po<50>rodku;Z prawej";
|
|
|
|
|
Text[ japanese ] = "左;中央;右";
|
|
|
|
|
Text[ chinese_traditional ] = "左;中;右";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD>Ѻ<EFBFBD><D1BA>غ<EFBFBD><D8BA><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "왼쪽;가운데;오른쪽";
|
|
|
|
|
Text[ turkish ] = "Sol;Orta;Sa<53>";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Esquerra;Mig;Dreta";
|
|
|
|
|
Text[ finnish ] = "Vasen;Keskikohta;Oikea";
|
|
|
|
|
Text[ thai ] = "ซ้าย;กลาง;ขวา";
|
|
|
|
|
Text[ czech ] = "Vlevo;Uprostřed;Vpravo";
|
|
|
|
|
Text[ hebrew ] = "Links;Mitte;Rechts";
|
|
|
|
|
Text[ hindi ] = "बायाँ;मध्य;दाहिना";
|
|
|
|
|
Text[ slovak ] = "Vľavo;Uprostred;Vpravo";
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_1
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp1.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_2
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp2.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_3
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp3.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_4
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp4.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_1_H
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp1_hc.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_2_H
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp2_hc.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_3_H
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp3_hc.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Bitmap BMP_CAPTTYPE_4_H
|
|
|
|
|
{
|
|
|
|
|
File = "legtyp4_hc.bmp" ;
|
|
|
|
|
};
|
|
|
|
|
Text[ chinese_simplified ] = "图例";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Obja<6A>nienia";
|
|
|
|
|
Text[ japanese ] = "凡例";
|
|
|
|
|
Text[ chinese_traditional ] = "圖例";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "설명선";
|
|
|
|
|
Text[ turkish ] = "Belirtme <20>izgisi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Llegendes";
|
|
|
|
|
Text[ finnish ] = "Kuvatekstit";
|
|
|
|
|
Text[ thai ] = "คำบรรยายภาพ";
|
|
|
|
|
Text[ czech ] = "Bubliny";
|
|
|
|
|
Text[ hebrew ] = "דיבורים";
|
|
|
|
|
Text[ hindi ] = "कालौट्स्";
|
|
|
|
|
Text[ slovak ] = "Bubliny";
|
|
|
|
|
};
|
|
|
|
|
// RID_SVXDLG_CAPTION ----------------------------------------------------
|
|
|
|
|
TabDialog RID_SVXDLG_CAPTION
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 237 , 161 ) ;
|
|
|
|
|
Text = "Legende" ;
|
|
|
|
|
Text [ English ] = "Caption" ;
|
|
|
|
|
Text [ english_us ] = "Callouts" ;
|
|
|
|
|
Text [ italian ] = "Legenda" ;
|
|
|
|
|
Text [ spanish ] = "Leyenda" ;
|
|
|
|
|
Text [ french ] = "L<>gende" ;
|
|
|
|
|
Text [ dutch ] = "Legenda" ;
|
|
|
|
|
Text [ swedish ] = "F<>rklaring" ;
|
|
|
|
|
Text [ danish ] = "Forklaring" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Textos Explicativos" ;
|
|
|
|
|
Text [ portuguese ] = "Legenda" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl TAB_CONTROL
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 189 , 97 ) ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_POSITION_SIZE ;
|
|
|
|
|
PageResID = RID_SVXPAGE_POSITION_SIZE ;
|
|
|
|
|
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<73><69>o e Tamanho" ;
|
|
|
|
|
Text [ portuguese ] = "Posi<73><69>o e tamanho" ;
|
|
|
|
|
Text [ finnish ] = "Sijainti ja koko" ;
|
|
|
|
|
Text [ danish ] = "Placering og st<73>rrelse" ;
|
|
|
|
|
Text [ french ] = "Position et taille" ;
|
|
|
|
|
Text [ swedish ] = "Position och storlek" ;
|
|
|
|
|
Text [ dutch ] = "Positie en grootte" ;
|
|
|
|
|
Text [ spanish ] = "Posici<63>n y tama<6D>o" ;
|
|
|
|
|
Text [ english_us ] = "Position and Size" ;
|
|
|
|
|
Text[ chinese_simplified ] = "位置和大小";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Pozycja i rozmiar";
|
|
|
|
|
Text[ japanese ] = "位置とサイズ";
|
|
|
|
|
Text[ chinese_traditional ] = "位置和大小";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "위치 및 크기";
|
|
|
|
|
Text[ turkish ] = "Konum ve boyut";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Position and Size";
|
|
|
|
|
Text[ thai ] = "ตำแหน่งและขนาด";
|
|
|
|
|
Text[ czech ] = "Umístění a velikost";
|
|
|
|
|
Text[ hebrew ] = "Position und Größe";
|
|
|
|
|
Text[ hindi ] = "Position and Size";
|
|
|
|
|
Text[ slovak ] = "Umiestnenie a veľkosť";
|
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_CAPTION ;
|
|
|
|
|
Text = "Legende" ;
|
|
|
|
|
Text [ English ] = "Caption" ;
|
|
|
|
|
PageResID = RID_SVXPAGE_CAPTION ;
|
|
|
|
|
Text [ dutch ] = "Legenda" ;
|
|
|
|
|
Text [ english_us ] = "Callout" ;
|
|
|
|
|
Text [ italian ] = "Legenda" ;
|
|
|
|
|
Text [ spanish ] = "Leyenda" ;
|
|
|
|
|
Text [ french ] = "L<>gende" ;
|
|
|
|
|
Text [ swedish ] = "F<>rklaring" ;
|
|
|
|
|
Text [ danish ] = "Forklaring" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Texto Explicativo" ;
|
|
|
|
|
Text [ portuguese ] = "Legenda" ;
|
|
|
|
|
Text[ chinese_simplified ] = "图例";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Obja<6A>nienie";
|
|
|
|
|
Text[ japanese ] = "凡例";
|
|
|
|
|
Text[ chinese_traditional ] = "圖例";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "설명선";
|
|
|
|
|
Text[ turkish ] = "Belirtme <20>izgisi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Llegenda";
|
|
|
|
|
Text[ finnish ] = "Kuvateksti";
|
|
|
|
|
Text[ thai ] = "คำบรรยายภาพ";
|
|
|
|
|
Text[ czech ] = "Bublina";
|
|
|
|
|
Text[ hebrew ] = "Legende";
|
|
|
|
|
Text[ hindi ] = "कालौट्";
|
|
|
|
|
Text[ slovak ] = "Bublina";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Text[ chinese_simplified ] = "图例";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Obja<6A>nienia";
|
|
|
|
|
Text[ japanese ] = "凡例";
|
|
|
|
|
Text[ chinese_traditional ] = "圖例";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "설명선";
|
|
|
|
|
Text[ turkish ] = "Belirtme <20>izgisi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Llegendes";
|
|
|
|
|
Text[ finnish ] = "Kuvatekstit";
|
|
|
|
|
Text[ thai ] = "คำบรรยายภาพ";
|
|
|
|
|
Text[ czech ] = "Bubliny";
|
|
|
|
|
Text[ hebrew ] = "דיבורים";
|
|
|
|
|
Text[ hindi ] = "कालौट्स्";
|
|
|
|
|
Text[ slovak ] = "Bubliny";
|
|
|
|
|
};
|
|
|
|
|
// ********************************************************************** EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|