2000-09-18 16:15:01 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: labfmt.src,v $
|
|
|
|
|
*
|
2001-05-04 19:54:29 +00:00
|
|
|
|
* $Revision: 1.10 $
|
2000-09-18 16:15:01 +00:00
|
|
|
|
*
|
2001-05-04 19:54:29 +00:00
|
|
|
|
* last change: $Author: rt $ $Date: 2001-05-04 20:54:29 $
|
2000-09-18 16:15:01 +00:00
|
|
|
|
*
|
|
|
|
|
* 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): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
// #pragma ******************************************************************
|
|
|
|
|
|
|
|
|
|
// #include *****************************************************************
|
|
|
|
|
#include "labfmt.hrc"
|
|
|
|
|
#include "helpid.h"
|
|
|
|
|
// TP_LAB_FMT ---------------------------------------------------------------
|
|
|
|
|
TabPage TP_LAB_FMT
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_LAB_FMT ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Hide = TRUE ;
|
2001-01-24 08:06:54 +00:00
|
|
|
|
FixedText FI_MAKE
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 108 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FI_TYPE
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 162 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 92 , 8 ) ;
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Window WIN_PREVIEW
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 108 , 18 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 146 , 161 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText TXT_HDIST
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
|
|
|
|
Text = "~Horiz. Abstand" ;
|
|
|
|
|
Text [ English ] = "Horiz. distance" ;
|
|
|
|
|
Text [ norwegian ] = "Horiz. distance" ;
|
|
|
|
|
Text [ italian ] = "Distanza ~orizzont." ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Dist<73>ncia horizontal" ;
|
|
|
|
|
Text [ portuguese ] = "Espa<70>amento ~horiz." ;
|
|
|
|
|
Text [ finnish ] = "Vaakaet<65>isyys" ;
|
|
|
|
|
Text [ danish ] = "Vandret afstand" ;
|
|
|
|
|
Text [ french ] = "<22>cart ~horizontal" ;
|
|
|
|
|
Text [ swedish ] = "~Horis. avst<73>nd" ;
|
|
|
|
|
Text [ dutch ] = "~Horiz. afstand" ;
|
|
|
|
|
Text [ spanish ] = "Distancia ~horiz." ;
|
|
|
|
|
Text [ english_us ] = "Hori~zontal pitch" ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "ˮƽ<CBAE><C6BD><EFBFBD><EFBFBD>(~Z)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
|
|
|
|
Text[ polish ] = "Odst<73>p poziomy";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>̊Ԋu(~Z)";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>j(~Z)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~Z)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "~Yatay bo<62>luk";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Distancia ~horiz.";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_HDIST
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 6 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_VDIST
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 24 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
|
|
|
|
Text = "~Vert. Abstand" ;
|
|
|
|
|
Text [ English ] = "Vert. distance" ;
|
|
|
|
|
Text [ norwegian ] = "Vert. distance" ;
|
|
|
|
|
Text [ italian ] = "Distanza verticale" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Dist<73>ncia vertical" ;
|
|
|
|
|
Text [ portuguese ] = "Espa<70>amento vertical" ;
|
|
|
|
|
Text [ finnish ] = "Pystyet<65>isyys" ;
|
|
|
|
|
Text [ danish ] = "Lodret afstand" ;
|
|
|
|
|
Text [ french ] = "<22>cart ~vertical" ;
|
|
|
|
|
Text [ swedish ] = "~Vert. avst<73>nd" ;
|
|
|
|
|
Text [ dutch ] = "V~ert. afstand" ;
|
|
|
|
|
Text [ spanish ] = "Distancia ~vert." ;
|
|
|
|
|
Text [ english_us ] = "~Vertical pitch" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD>(~V)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
|
|
|
|
Text[ polish ] = "Odst<73>p pionowy";
|
|
|
|
|
Text[ japanese ] = "<22>c<EFBFBD>̊Ԋu(~V)";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>j(~V)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~V)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Dikey bo<62>luk";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Distancia ~vert.";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_VDIST
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 22 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_WIDTH
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 40 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "~Breite" ;
|
|
|
|
|
Text [ English ] = "Width" ;
|
|
|
|
|
Text [ norwegian ] = "Bredde " ;
|
|
|
|
|
Text [ italian ] = "~Largh." ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Largura" ;
|
|
|
|
|
Text [ portuguese ] = "~Largura" ;
|
|
|
|
|
Text [ finnish ] = "Leveys" ;
|
|
|
|
|
Text [ danish ] = "Bredde" ;
|
|
|
|
|
Text [ french ] = "~Largeur" ;
|
|
|
|
|
Text [ swedish ] = "~Bredd" ;
|
|
|
|
|
Text [ dutch ] = "B~reedte" ;
|
|
|
|
|
Text [ spanish ] = "A~ncho" ;
|
|
|
|
|
Text [ english_us ] = "~Width" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>(~W)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Szer.";
|
|
|
|
|
Text[ japanese ] = "<22><>(~W)";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>e(~W)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22>ʺ<EFBFBD>(~W)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Ge~ni<6E>lik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "A~ncho";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_WIDTH
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 38 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_HEIGHT
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 56 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "H~<7E>he" ;
|
|
|
|
|
Text [ English ] = "Height" ;
|
|
|
|
|
Text [ norwegian ] = "H<>yde " ;
|
|
|
|
|
Text [ italian ] = "Altezza" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Altura" ;
|
|
|
|
|
Text [ portuguese ] = "Altura" ;
|
|
|
|
|
Text [ finnish ] = "Korkeus" ;
|
|
|
|
|
Text [ danish ] = "H<>jde" ;
|
|
|
|
|
Text [ french ] = "~Hauteur" ;
|
|
|
|
|
Text [ swedish ] = "H<>j~d" ;
|
|
|
|
|
Text [ dutch ] = "H~oogte" ;
|
|
|
|
|
Text [ spanish ] = "A~ltura" ;
|
|
|
|
|
Text [ english_us ] = "~Height" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>(~H)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Wys.";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~H)";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><>(~H)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~H)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "~Y<>kseklik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "A~ltura";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_HEIGHT
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 54 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_LEFT
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 72 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "Rand ~links" ;
|
|
|
|
|
Text [ English ] = "Left margin" ;
|
|
|
|
|
Text [ norwegian ] = "Left margin" ;
|
|
|
|
|
Text [ italian ] = "Margine sinistro" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Margem esquerda" ;
|
|
|
|
|
Text [ portuguese ] = "Margem esquerda" ;
|
|
|
|
|
Text [ finnish ] = "Vasen reunus" ;
|
|
|
|
|
Text [ danish ] = "Margen venstre" ;
|
|
|
|
|
Text [ french ] = "~Marge gauche" ;
|
|
|
|
|
Text [ swedish ] = "V<>nster margina~l" ;
|
|
|
|
|
Text [ dutch ] = "~Marge links" ;
|
|
|
|
|
Text [ spanish ] = "Margen i~zquierdo" ;
|
|
|
|
|
Text [ english_us ] = "~Left margin" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ҳ<EFBFBD>߾<EFBFBD>(~L)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Lewy margines";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>]<5D><>(~L)";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD>(~L)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~L)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "S~ol kenar";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Margen i~zquierdo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_LEFT
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 70 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Minimum = 0 ;
|
|
|
|
|
First = 0 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_UPPER
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 88 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "Rand ~oben" ;
|
|
|
|
|
Text [ English ] = "Upper margin" ;
|
|
|
|
|
Text [ norwegian ] = "Upper margin" ;
|
|
|
|
|
Text [ italian ] = "Margine superiore" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Margem superior" ;
|
|
|
|
|
Text [ portuguese ] = "Margem superior" ;
|
|
|
|
|
Text [ finnish ] = "Oikea reunus" ;
|
|
|
|
|
Text [ danish ] = "Margen foroven" ;
|
|
|
|
|
Text [ french ] = "Marge ~sup<75>rieure" ;
|
|
|
|
|
Text [ swedish ] = "~<7E>vre marginal" ;
|
|
|
|
|
Text [ dutch ] = "~Bovenmarge" ;
|
|
|
|
|
Text [ spanish ] = "M~argen superior" ;
|
|
|
|
|
Text [ english_us ] = "~Top margin" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22>Ϸ<EFBFBD>ҳ<EFBFBD>߾<EFBFBD>(~T)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Margines g<>rny";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>]<5D><>(~T)";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>W<EFBFBD><57><EFBFBD><EFBFBD>(~T)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><> <20><><EFBFBD><EFBFBD>(~T)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "<22>st kenar";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "M~argen superior";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_UPPER
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 86 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Minimum = 0 ;
|
|
|
|
|
First = 0 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_COLUMNS
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 104 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "~Spalten" ;
|
|
|
|
|
Text [ English ] = "Columns" ;
|
|
|
|
|
Text [ norwegian ] = "Kolonner" ;
|
|
|
|
|
Text [ italian ] = "~Colonne" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Colunas" ;
|
|
|
|
|
Text [ portuguese ] = "~Colunas" ;
|
|
|
|
|
Text [ finnish ] = "Sarakkeet" ;
|
|
|
|
|
Text [ danish ] = "Kolonner" ;
|
|
|
|
|
Text [ french ] = "~Colonnes" ;
|
|
|
|
|
Text [ swedish ] = "Kolumner" ;
|
|
|
|
|
Text [ dutch ] = "~Kolommen" ;
|
|
|
|
|
Text [ spanish ] = "Column~as" ;
|
|
|
|
|
Text [ english_us ] = "~Columns" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>(~C)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Kolumny";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ japanese ] = "<22><>(~C)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22><>(~C)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><>(~C)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "~S<>tun";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Column~as";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
NumericField FLD_COLUMNS
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 102 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_ROWS
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 120 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "~Zeilen" ;
|
|
|
|
|
Text [ English ] = "Rows" ;
|
|
|
|
|
Text [ norwegian ] = "Rows" ;
|
|
|
|
|
Text [ italian ] = "Righe" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fileiras" ;
|
|
|
|
|
Text [ portuguese ] = "Linhas" ;
|
|
|
|
|
Text [ finnish ] = "~Rivej<65>" ;
|
|
|
|
|
Text [ danish ] = "R<>kker" ;
|
|
|
|
|
Text [ french ] = "~Lignes" ;
|
|
|
|
|
Text [ swedish ] = "~Rader" ;
|
|
|
|
|
Text [ dutch ] = "~Rijen" ;
|
|
|
|
|
Text [ spanish ] = "~Filas" ;
|
|
|
|
|
Text [ english_us ] = "R~ows" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>(~O)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Wiersze";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ japanese ] = "<22>s(~O)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22><>(~O)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><>(~O)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "~Sat<61>r";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "~Filas";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
NumericField FLD_ROWS
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 60 , 118 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
};
|
2001-01-24 08:06:54 +00:00
|
|
|
|
PushButton PB_SAVE
|
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 50 , 137 ) ;
|
2001-01-24 08:06:54 +00:00
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
Text = "~Speichern..." ;
|
|
|
|
|
Text [ English ] = "Save..." ;
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ english_us ] = "~Save...";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ portuguese ] = "~Guardar...";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><>...";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ dutch ] = "~Opslaan...";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ french ] = "~Enregistrer...";
|
|
|
|
|
Text[ spanish ] = "~Guardar...";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ italian ] = "~Salva...";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ danish ] = "Save...";
|
|
|
|
|
Text[ swedish ] = "~Spara...";
|
|
|
|
|
Text[ polish ] = "Zapisz...";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Save...";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ japanese ] = "<22>ۑ<EFBFBD>(~S)...";
|
|
|
|
|
Text[ korean ] = "~Save...";
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~S)...";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>x<EFBFBD>s(~S)...";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ turkish ] = "Save...";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD>...";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "~Guardar...";
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
// String *******************************************************************
|
|
|
|
|
String STR_HDIST
|
|
|
|
|
{
|
|
|
|
|
Text = "H. Abstand" ;
|
|
|
|
|
Text [ English ] = "H. distance" ;
|
|
|
|
|
Text [ norwegian ] = "H. distance" ;
|
|
|
|
|
Text [ italian ] = "Distanza orizzontale" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Dist<73>ncia h." ;
|
|
|
|
|
Text [ portuguese ] = "Espa<70>o H." ;
|
|
|
|
|
Text [ finnish ] = "Vaakaet<65>i." ;
|
|
|
|
|
Text [ danish ] = "V. afstand" ;
|
|
|
|
|
Text [ french ] = "<22>cart H." ;
|
|
|
|
|
Text [ swedish ] = "H. avst<73>nd" ;
|
|
|
|
|
Text [ dutch ] = "H. afstand" ;
|
|
|
|
|
Text [ spanish ] = "Distancia h." ;
|
|
|
|
|
Text [ english_us ] = "H. Pitch" ;
|
|
|
|
|
Text[ chinese_simplified ] = "ˮƽ<CBAE><C6BD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
|
|
|
|
Text[ polish ] = "Odst<73>p poziomy";
|
2000-12-08 17:22:03 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>̊Ԋu";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>j";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Y. bo<62>luk";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Distancia h.";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_VDIST
|
|
|
|
|
{
|
|
|
|
|
Text = "V. Abstand" ;
|
|
|
|
|
Text [ English ] = "V. distance" ;
|
|
|
|
|
Text [ norwegian ] = "V. distance" ;
|
|
|
|
|
Text [ italian ] = "Distanza verticale" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Dist<73>ncia v." ;
|
|
|
|
|
Text [ portuguese ] = "Espa<70>o V." ;
|
|
|
|
|
Text [ finnish ] = "Pystyet<65>is." ;
|
|
|
|
|
Text [ danish ] = "L. afstand" ;
|
|
|
|
|
Text [ french ] = "<22>cart V." ;
|
|
|
|
|
Text [ swedish ] = "V. avst<73>nd" ;
|
|
|
|
|
Text [ dutch ] = "V. afstand" ;
|
|
|
|
|
Text [ spanish ] = "Distancia v." ;
|
|
|
|
|
Text [ english_us ] = "V. Pitch" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
|
|
|
|
Text[ polish ] = "Odst<73>p pionowy";
|
2000-12-08 17:22:03 +00:00
|
|
|
|
Text[ japanese ] = "<22>c<EFBFBD>̊Ԋu";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>j";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "D. bo<62>luk";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Distancia v.";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_WIDTH
|
|
|
|
|
{
|
|
|
|
|
Text = "Breite" ;
|
|
|
|
|
Text [ English ] = "Width" ;
|
|
|
|
|
Text [ norwegian ] = "Bredde " ;
|
|
|
|
|
Text [ italian ] = "Larghezza" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Largura" ;
|
|
|
|
|
Text [ portuguese ] = "Largura" ;
|
|
|
|
|
Text [ finnish ] = "Leveys" ;
|
|
|
|
|
Text [ danish ] = "Bredde" ;
|
|
|
|
|
Text [ french ] = "Largeur" ;
|
|
|
|
|
Text [ swedish ] = "Bredd" ;
|
|
|
|
|
Text [ dutch ] = "Breedte" ;
|
|
|
|
|
Text [ spanish ] = "Ancho" ;
|
|
|
|
|
Text [ english_us ] = "Width" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Szeroko<6B><6F>";
|
|
|
|
|
Text[ japanese ] = "<22><>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>e";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>ʺ<EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Geni<6E>lik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Ancho";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_HEIGHT
|
|
|
|
|
{
|
|
|
|
|
Text = "H<>he" ;
|
|
|
|
|
Text [ English ] = "Height" ;
|
|
|
|
|
Text [ norwegian ] = "H<>yde " ;
|
|
|
|
|
Text [ italian ] = "Altezza" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Altura" ;
|
|
|
|
|
Text [ portuguese ] = "Altura" ;
|
|
|
|
|
Text [ finnish ] = "Korkeus" ;
|
|
|
|
|
Text [ danish ] = "H<>jde" ;
|
|
|
|
|
Text [ french ] = "Hauteur" ;
|
|
|
|
|
Text [ swedish ] = "H<>jd" ;
|
|
|
|
|
Text [ dutch ] = "Hoogte" ;
|
|
|
|
|
Text [ spanish ] = "Altura" ;
|
|
|
|
|
Text [ english_us ] = "Height" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Wysoko<6B><6F>";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Y<>kseklik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Altura";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_LEFT
|
|
|
|
|
{
|
|
|
|
|
Text = "Rand links" ;
|
|
|
|
|
Text [ English ] = "Left margin" ;
|
|
|
|
|
Text [ norwegian ] = "Left margin" ;
|
|
|
|
|
Text [ italian ] = "Margine sinistro" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Margem esquerda" ;
|
|
|
|
|
Text [ portuguese ] = "Margem esquerda" ;
|
|
|
|
|
Text [ finnish ] = "Vasen reunus" ;
|
|
|
|
|
Text [ danish ] = "Margen venstre" ;
|
|
|
|
|
Text [ french ] = "Marge gauche" ;
|
|
|
|
|
Text [ swedish ] = "V<>nster marginal" ;
|
|
|
|
|
Text [ dutch ] = "Linker marge" ;
|
|
|
|
|
Text [ spanish ] = "Margen izquierdo" ;
|
|
|
|
|
Text [ english_us ] = "Left margin" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ҳ<EFBFBD>߾<EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Lewy margines";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>]<5D><>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Sol kenar";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Margen izquierdo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_UPPER
|
|
|
|
|
{
|
|
|
|
|
Text = "Rand oben" ;
|
|
|
|
|
Text [ English ] = "Upper margin" ;
|
|
|
|
|
Text [ norwegian ] = "Upper margin" ;
|
|
|
|
|
Text [ italian ] = "Margine superiore" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Margem superior" ;
|
|
|
|
|
Text [ portuguese ] = "Margem superior" ;
|
|
|
|
|
Text [ finnish ] = "Oikea reunus" ;
|
|
|
|
|
Text [ danish ] = "Margen foroven" ;
|
|
|
|
|
Text [ french ] = "Marge sup<75>rieure" ;
|
|
|
|
|
Text [ swedish ] = "<22>vre marginal" ;
|
|
|
|
|
Text [ dutch ] = "Bovenmarge" ;
|
|
|
|
|
Text [ spanish ] = "Margen superior" ;
|
|
|
|
|
Text [ english_us ] = "Top margin" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22>Ϸ<EFBFBD>ҳ<EFBFBD>߾<EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "G<>rny margines";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>]<5D><>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>W<EFBFBD><57><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "<22>st kenar";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Margen superior";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_COLS
|
|
|
|
|
{
|
|
|
|
|
Text = "Spalten" ;
|
|
|
|
|
Text [ English ] = "Columns" ;
|
|
|
|
|
Text [ norwegian ] = "Kolonner" ;
|
|
|
|
|
Text [ italian ] = "Colonne" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Colunas" ;
|
|
|
|
|
Text [ portuguese ] = "Colunas" ;
|
|
|
|
|
Text [ finnish ] = "Sarakkeet" ;
|
|
|
|
|
Text [ danish ] = "Kolonner" ;
|
|
|
|
|
Text [ french ] = "Colonnes" ;
|
|
|
|
|
Text [ swedish ] = "Kolumner" ;
|
|
|
|
|
Text [ dutch ] = "Kolommen" ;
|
|
|
|
|
Text [ spanish ] = "Columnas" ;
|
|
|
|
|
Text [ english_us ] = "Columns" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Kolumny";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ japanese ] = "<22><>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22><>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>";
|
|
|
|
|
Text[ turkish ] = "S<>tun";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Columnas";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_ROWS
|
|
|
|
|
{
|
|
|
|
|
Text = "Zeilen" ;
|
|
|
|
|
Text [ English ] = "Rows" ;
|
|
|
|
|
Text [ norwegian ] = "Rows" ;
|
|
|
|
|
Text [ italian ] = "Righe" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fileiras" ;
|
|
|
|
|
Text [ portuguese ] = "Linhas" ;
|
|
|
|
|
Text [ finnish ] = "~Rivej<65>" ;
|
|
|
|
|
Text [ danish ] = "R<>kker" ;
|
|
|
|
|
Text [ french ] = "Lignes" ;
|
|
|
|
|
Text [ swedish ] = "Rader" ;
|
|
|
|
|
Text [ dutch ] = "Rijen" ;
|
|
|
|
|
Text [ spanish ] = "Filas" ;
|
|
|
|
|
Text [ english_us ] = "Rows" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Wiersze";
|
|
|
|
|
Text[ japanese ] = "<22>s";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>";
|
|
|
|
|
Text[ turkish ] = "Sat<61>r";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Filas";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
2001-01-24 08:06:54 +00:00
|
|
|
|
ModalDialog DLG_SAVE_LABEL
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_SAVE_LABEL_DLG ;
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 230 , 60 ) ;
|
|
|
|
|
Text = "Etikettenformat speichern" ;
|
|
|
|
|
Text [ ENGLISH ] = "Save label format" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
FixedText FT_MAKE
|
|
|
|
|
{
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 12 , 16 ) ;
|
2001-01-24 08:06:54 +00:00
|
|
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text = "~Marke" ;
|
|
|
|
|
Text [ italian ] = "Marca" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fazer" ;
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text [ portuguese ] = "~Marca" ;
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text [ finnish ] = "Merkki" ;
|
|
|
|
|
Text [ danish ] = "M<>rke" ;
|
|
|
|
|
Text [ french ] = "~Marque" ;
|
|
|
|
|
Text [ swedish ] = "~M<>rke" ;
|
|
|
|
|
Text [ dutch ] = "~Merk" ;
|
|
|
|
|
Text [ spanish ] = "~Marca" ;
|
|
|
|
|
Text [ english_us ] = "Brand" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22>̱<EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Znacznik";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>Ӽ<EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>ǥ";
|
|
|
|
|
Text[ turkish ] = "Markas<61>";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "~Marca";
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|
|
|
|
|
ComboBox CB_MAKE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 65 , 15 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 100 , 50 ) ;
|
|
|
|
|
Border = TRUE;
|
|
|
|
|
DropDown = TRUE;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_TYPE
|
|
|
|
|
{
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 12 , 31 ) ;
|
2001-01-24 08:06:54 +00:00
|
|
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text = "~Typ" ;
|
|
|
|
|
Text [ English ] = "Type" ;
|
|
|
|
|
Text [ norwegian ] = "Type" ;
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text [ italian ] = "~Tipo" ;
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Tipo" ;
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text [ portuguese ] = "~Tipo" ;
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text [ finnish ] = "Laji" ;
|
|
|
|
|
Text [ danish ] = "Type" ;
|
|
|
|
|
Text [ french ] = "~Type" ;
|
|
|
|
|
Text [ swedish ] = "~Typ" ;
|
|
|
|
|
Text [ dutch ] = "~Type" ;
|
|
|
|
|
Text [ spanish ] = "~Tipo" ;
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text [ english_us ] = "T~ype" ;
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Left = TRUE ;
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~Y)";
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Typ";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~Y)";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~Y)";
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-31 05:47:11 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~Y)";
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Text[ turkish ] = "Tipi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "~Tipo";
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|
|
|
|
|
Edit ED_TYPE
|
|
|
|
|
{
|
2001-01-24 08:21:34 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 65 , 30 ) ;
|
2001-01-24 08:06:54 +00:00
|
|
|
|
Size = MAP_APPFONT ( 100 , 12 ) ;
|
|
|
|
|
Border = TRUE;
|
|
|
|
|
};
|
|
|
|
|
GroupBox GB_OPTIONS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 165 , 54 ) ;
|
|
|
|
|
Text = "Optionen";
|
|
|
|
|
Text [ ENGLISH ] = "Options" ;
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ english_us ] = "Options";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ portuguese ] = "Op<4F><70>es";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "Options";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ dutch ] = "Opties";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ french ] = "Options";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ spanish ] = "Opciones";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ italian ] = "Opzioni";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ danish ] = "Options";
|
|
|
|
|
Text[ swedish ] = "Alternativ";
|
|
|
|
|
Text[ polish ] = "Opcje";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Options";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><DFBC>";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ korean ] = "Options";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ chinese_simplified ] = "ѡ<><D1A1>";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22>ﶵ";
|
|
|
|
|
Text[ turkish ] = "Options";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Opciones";
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|
|
|
|
|
OKButton PB_OK
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
DefButton = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CancelButton PB_CANCEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 23 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
HelpButton PB_HELP
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 43 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
QueryBox MB_QUERY
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO ;
|
|
|
|
|
DefButton = WB_DEF_CANCEL ;
|
|
|
|
|
Message = "Das Etikett \"%1 / %2\" ist bereits vorhanden.\nM<6E>chten Sie die Daten <20>berschreiben?" ;
|
|
|
|
|
Message [ English ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?" ;
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Message[ english_us ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Message[ portuguese ] = "A etiqueta \"%1 / %2\" j<> existe.\nSubstitui-la?";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%1 / %2\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
|
|
|
|
|
Message[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%1 / %2\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>.\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Message[ dutch ] = "Etiket \"%1 / %2\" bestaat reeds.\nOverschrijven?";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Message[ french ] = "L'<27>tiquette \"%1 / %2\" existe d<>j<EFBFBD>.\nVoulez-vous <20>craser les donn<6E>es ?";
|
|
|
|
|
Message[ spanish ] = "La etiqueta \"%1 / %2\" existe ya.\n<>Desea sobrescribila?";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Message[ italian ] = "L'etichetta \"%1 / %2\" esiste gi<67>.\nVolete soprascriverla?";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Message[ danish ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?";
|
|
|
|
|
Message[ swedish ] = "Etiketten \"%1 / %2\" finns redan.\nVill du skriva <20>ver den?";
|
|
|
|
|
Message[ polish ] = "Etykieta \"%1 / %2\" ju<6A> istnieje.\nSkasowa<77> dane przez zapisanie?";
|
|
|
|
|
Message[ portuguese_brazilian ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Message[ japanese ] = "<22><><EFBFBD>فu%1 / %2<>v<EFBFBD>͂<EFBFBD><CD82>łɂ<C582><C982><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B\n<>㏑<EFBFBD><E38F91><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Message[ korean ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Message[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%1 / %2\" <20>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>ڡ<EFBFBD>\nҪ<6E><D2AA>д<EFBFBD><D0B4>";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Message[ chinese_traditional ] = "<22>o<EFBFBD>ӶK<D3B6>Сu%1 / %2<>v<EFBFBD>w<EFBFBD>g<EFBFBD>s<EFBFBD>b<EFBFBD>C\n<>n<EFBFBD>мg<D0BC>H";
|
|
|
|
|
Message[ turkish ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Message[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%1 / %2\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʿ";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Message[ catalan ] = "La etiqueta \"%1 / %2\" existe ya.\n<>Desea sobrescribila?";
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ english_us ] = "Save Label Format";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ portuguese ] = "Guardar formato de etiqueta";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ dutch ] = "Etiketformaat opslaan";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ french ] = "Enregistrer le format d'<27>tiquette";
|
|
|
|
|
Text[ spanish ] = "Guardar formato de etiqueta";
|
2001-04-26 19:16:58 +00:00
|
|
|
|
Text[ italian ] = "Salva il formato etichetta";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ danish ] = "Save label format";
|
|
|
|
|
Text[ swedish ] = "Spara etikettformat";
|
|
|
|
|
Text[ polish ] = "Zapisz format etykiety";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Save label format";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>ق̏<D982><CC8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۑ<EFBFBD><DB91><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ korean ] = "Save label format";
|
2001-03-21 19:59:07 +00:00
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ";
|
2001-03-09 20:07:08 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22>x<EFBFBD>s<EFBFBD>K<EFBFBD>Ю榡";
|
|
|
|
|
Text[ turkish ] = "Save label format";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-04 19:54:29 +00:00
|
|
|
|
Text[ catalan ] = "Guardar formato de etiqueta";
|
2001-01-24 08:06:54 +00:00
|
|
|
|
};
|