623 lines
22 KiB
Text
623 lines
22 KiB
Text
/*************************************************************************
|
||
*
|
||
* $RCSfile: copydlg.src,v $
|
||
*
|
||
* $Revision: 1.7 $
|
||
*
|
||
* last change: $Author: kz $ $Date: 2001-02-09 20:32:11 $
|
||
*
|
||
* 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 "app.hrc"
|
||
#include "res_bmp.hrc"
|
||
#include "copydlg.hrc"
|
||
ModalDialog DLG_COPY
|
||
{
|
||
HelpID = SID_COPYOBJECTS ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 204 , 144 ) ;
|
||
Text = "Duplizieren" ;
|
||
Text [ ENGLISH ] = "Duplicate" ;
|
||
Text [ norwegian ] = "Duplicate" ;
|
||
Text [ italian ] = "Duplicato" ;
|
||
Text [ portuguese_brazilian ] = "Duplicar" ;
|
||
Text [ portuguese ] = "Duplicar" ;
|
||
Text [ finnish ] = "Monista" ;
|
||
Text [ danish ] = "Dupliker" ;
|
||
Text [ french ] = "Dupliquer" ;
|
||
Text [ swedish ] = "Duplicera" ;
|
||
Text [ dutch ] = "Verveelvoudigen" ;
|
||
Text [ spanish ] = "Duplicar" ;
|
||
Text [ english_us ] = "Duplicate" ;
|
||
Moveable = TRUE ;
|
||
OKButton BTN_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 148 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 148 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
HelpButton BTN_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 148 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
ImageButton BTN_SET_VIEWDATA
|
||
{
|
||
Pos = MAP_APPFONT ( 131 , 63 ) ;
|
||
Size = MAP_APPFONT ( 14 , 14 ) ;
|
||
QuickHelpText = "Werte von Selektion aufnehmen" ;
|
||
QuickHelpText [ ENGLISH ] = "Get values from selection" ;
|
||
ButtonImage = Image
|
||
{
|
||
ImageBitmap = Bitmap { File = "pipette.bmp" ; };
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
};
|
||
TabStop = TRUE ;
|
||
QuickHelpText [ english_us ] = "Values from Selection" ;
|
||
QuickHelpText [ portuguese_brazilian ] = "Werte von Selektion aufnehmen" ;
|
||
QuickHelpText [ swedish ] = "Anv<6E>nd v<>rden fr<66>n markering" ;
|
||
QuickHelpText [ danish ] = "Optag v<>rdier fra markering" ;
|
||
QuickHelpText [ italian ] = "Aggiungi i valori della selezione" ;
|
||
QuickHelpText [ spanish ] = "Valores seleccionados" ;
|
||
QuickHelpText [ french ] = "Utiliser les valeurs de la s<>lection" ;
|
||
QuickHelpText [ dutch ] = "Waarden uit selectie overnemen" ;
|
||
QuickHelpText [ portuguese ] = "Aplica os valores seleccionados" ;
|
||
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
QuickHelpText[ polish ] = "Wpisz warto<74>ci selekcji";
|
||
QuickHelpText[ japanese ] = "<22>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
QuickHelpText[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵ";
|
||
QuickHelpText[ chinese_traditional ] = "<22>ϥο<CFA5><CEBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƭ<EFBFBD>";
|
||
QuickHelpText[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
QuickHelpText[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD><EFBFBD>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>μ<EFBFBD>!";
|
||
QuickHelpText[ language_user1 ] = " ";
|
||
QuickHelpText[ turkish ] = "Werte von Selektion aufnehmen";
|
||
};
|
||
NumericField NUM_FLD_COPIES
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 73 , 9 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 999 ;
|
||
StrictFormat = TRUE ;
|
||
First = 1 ;
|
||
Last = 999 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
PushButton BTN_SET_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT ( 148 , 63 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text = "~Standard" ;
|
||
Text [ ENGLISH ] = "~Default" ;
|
||
TabStop = TRUE ;
|
||
Text[ english_us ] = "~Default";
|
||
Text[ portuguese ] = "~Padr<64>o";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Standaard";
|
||
Text[ french ] = "~Par d<>faut";
|
||
Text[ spanish ] = "~Predeterminado";
|
||
Text[ italian ] = "~Standard";
|
||
Text[ danish ] = "Standard";
|
||
Text[ swedish ] = "~Standard";
|
||
Text[ polish ] = "Domy<6D>lnie";
|
||
Text[ portuguese_brazilian ] = "~Default";
|
||
Text[ japanese ] = "<22>W<EFBFBD><57>(~D)";
|
||
Text[ korean ] = "<22>⺻(~D)";
|
||
Text[ chinese_simplified ] = "Ĭ<><C4AC>(~D)";
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD>{(~D)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Standart";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
MetricField MTR_FLD_ANGLE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 70 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Maximum = 359 ;
|
||
StrictFormat = TRUE ;
|
||
Unit = FUNIT_CUSTOM ;
|
||
CustomUnitText = " Grad" ;
|
||
CustomUnitText [ English ] = " Grad" ;
|
||
Last = 359 ;
|
||
SpinSize = 5 ;
|
||
CustomUnitText [ english_us ] = " degrees" ;
|
||
CustomUnitText [ portuguese_brazilian ] = "Grad" ;
|
||
CustomUnitText [ swedish ] = " grader" ;
|
||
CustomUnitText [ danish ] = "grader" ;
|
||
CustomUnitText [ italian ] = "Gradi" ;
|
||
CustomUnitText [ spanish ] = "grados" ;
|
||
CustomUnitText [ french ] = " degr<67>s" ;
|
||
CustomUnitText [ dutch ] = "Graden" ;
|
||
CustomUnitText [ portuguese ] = "~Graus" ;
|
||
CustomUnitText[ chinese_simplified ] = "<22><>";
|
||
CustomUnitText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
CustomUnitText[ polish ] = "Stopie<69>";
|
||
CustomUnitText[ japanese ] = "<22>x";
|
||
CustomUnitText[ chinese_traditional ] = "<22><>";
|
||
CustomUnitText[ arabic ] = "<22><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>";
|
||
CustomUnitText[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
CustomUnitText[ korean ] = "<22><>";
|
||
CustomUnitText[ turkish ] = "Derece";
|
||
CustomUnitText[ language_user1 ] = " ";
|
||
};
|
||
FixedText FT_COPIES
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 11 ) ;
|
||
Size = MAP_APPFONT ( 60 , 10 ) ;
|
||
Text = "Anzahl an ~Kopien" ;
|
||
Text [ ENGLISH ] = "Number of ~Copies" ;
|
||
Text [ norwegian ] = "Antall ~Kopier" ;
|
||
Text [ italian ] = "Numero di ~copie" ;
|
||
Text [ portuguese_brazilian ] = "N<>mero de ~C<>pias" ;
|
||
Text [ portuguese ] = "N<>mero de ~c<>pias" ;
|
||
Text [ finnish ] = "K~opioita" ;
|
||
Text [ danish ] = "Antal kopier" ;
|
||
Text [ french ] = "Nombre de co~pies" ;
|
||
Text [ swedish ] = "Antal ~kopior" ;
|
||
Text [ dutch ] = "~Aantal kopie<69>n" ;
|
||
Text [ spanish ] = "N<>mero de c~opias" ;
|
||
Text [ english_us ] = "Number of ~copies" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>Ƽ<EFBFBD><C6BC><EFBFBD>(~C)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Liczba kopii";
|
||
Text[ japanese ] = "<22><>߰<EFBFBD>̐<EFBFBD>(~C)";
|
||
Text[ chinese_traditional ] = "<22>ƦL<C6A6><4C><EFBFBD><EFBFBD>(~C)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~C)";
|
||
Text[ turkish ] = "Kopya say<61>s<EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
FixedText FT_ANGLE
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 72 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text = "~Drehwinkel" ;
|
||
Text [ ENGLISH ] = "~Angle" ;
|
||
Text [ norwegian ] = "~Vinkel" ;
|
||
Text [ italian ] = "Angolo di rot." ;
|
||
Text [ portuguese_brazilian ] = "~<7E>ngulo" ;
|
||
Text [ portuguese ] = "~<7E>ngulo" ;
|
||
Text [ finnish ] = "~Kulma" ;
|
||
Text [ danish ] = "Rotationsvinkel" ;
|
||
Text [ french ] = "~Angle rotation" ;
|
||
Text [ swedish ] = "~Vinkel" ;
|
||
Text [ dutch ] = "Draa~ihoek" ;
|
||
Text [ spanish ] = "<22>~ngulo de rot." ;
|
||
Text [ english_us ] = "~Angle" ;
|
||
Text[ chinese_simplified ] = "<22><>ת<EFBFBD><D7AA>(~A)";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "K<>t obrotowy";
|
||
Text[ japanese ] = "<22><><EFBFBD>]<5D>p<EFBFBD>x(~A)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~A)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "ȸ<><C8B8><EFBFBD><EFBFBD>(~A)";
|
||
Text[ turkish ] = "A<><41>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
FixedText FT_MOVE_X
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 40 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text = "~X-Achse" ;
|
||
Text [ ENGLISH ] = "~X-Axis" ;
|
||
Text [ norwegian ] = "~X-Axis" ;
|
||
Text [ italian ] = "Asse ~X" ;
|
||
Text [ portuguese_brazilian ] = "~Eixo X" ;
|
||
Text [ portuguese ] = "Eixo ~X" ;
|
||
Text [ finnish ] = "~X-akseli" ;
|
||
Text [ danish ] = "X-akse" ;
|
||
Text [ french ] = "Axe ~X" ;
|
||
Text [ swedish ] = "~X-axel" ;
|
||
Text [ dutch ] = "~X-as" ;
|
||
Text [ spanish ] = "Eje ~X" ;
|
||
Text [ english_us ] = "~X axis" ;
|
||
Text[ chinese_simplified ] = "~X <20><>";
|
||
Text[ russian ] = "<22><><EFBFBD> ~X";
|
||
Text[ polish ] = "O<> X";
|
||
Text[ japanese ] = "~X<><58>";
|
||
Text[ chinese_traditional ] = "~X <20>b";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> X";
|
||
Text[ korean ] = "X <20><>(~X)";
|
||
Text[ turkish ] = "X ekseni";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
MetricField MTR_FLD_MOVE_X
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 38 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = -120000 ;
|
||
Maximum = 120000 ;
|
||
StrictFormat = TRUE ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
First = -120000 ;
|
||
Last = 120000 ;
|
||
SpinSize = 100 ;
|
||
};
|
||
MetricField MTR_FLD_MOVE_Y
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 54 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = -120000 ;
|
||
Maximum = 120000 ;
|
||
StrictFormat = TRUE ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
First = -120000 ;
|
||
Last = 120000 ;
|
||
SpinSize = 100 ;
|
||
};
|
||
MetricField MTR_FLD_WIDTH
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 37 , 103 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = -120000 ;
|
||
Maximum = 120000 ;
|
||
StrictFormat = TRUE ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
First = -120000 ;
|
||
Last = 120000 ;
|
||
SpinSize = 100 ;
|
||
};
|
||
MetricField MTR_FLD_HEIGHT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 37 , 119 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = -120000 ;
|
||
Maximum = 120000 ;
|
||
StrictFormat = TRUE ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
First = -120000 ;
|
||
Last = 120000 ;
|
||
SpinSize = 100 ;
|
||
};
|
||
FixedText FT_MOVE_Y
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 56 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text = "~Y-Achse" ;
|
||
Text [ ENGLISH ] = "~Y-Axis" ;
|
||
Text [ norwegian ] = "~Y-Axis" ;
|
||
Text [ italian ] = "Asse ~Y" ;
|
||
Text [ portuguese_brazilian ] = "~Eixo Y" ;
|
||
Text [ portuguese ] = "Eixo ~Y" ;
|
||
Text [ finnish ] = "~Y-akseli" ;
|
||
Text [ danish ] = "Y-akse" ;
|
||
Text [ french ] = "Axe ~Y" ;
|
||
Text [ swedish ] = "~Y-axel" ;
|
||
Text [ dutch ] = "~Y-as" ;
|
||
Text [ spanish ] = "Eje ~Y" ;
|
||
Text [ english_us ] = "~Y axis" ;
|
||
Text[ chinese_simplified ] = "~Y <20><>";
|
||
Text[ russian ] = "<22><><EFBFBD> ~Y";
|
||
Text[ polish ] = "O<> Y";
|
||
Text[ japanese ] = "~Y<><59>";
|
||
Text[ chinese_traditional ] = "~Y <20>b";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E>";
|
||
Text[ korean ] = "Y <20><>(~Y)";
|
||
Text[ turkish ] = "Y ekseni";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
FixedText FT_WIDTH
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 105 ) ;
|
||
Size = MAP_APPFONT ( 24 , 10 ) ;
|
||
Text = "~Breite" ;
|
||
Text [ ENGLISH ] = "~Width" ;
|
||
Text [ norwegian ] = "~Bredde" ;
|
||
Text [ italian ] = "~Largh." ;
|
||
Text [ portuguese_brazilian ] = "~Largura" ;
|
||
Text [ portuguese ] = "~Largura" ;
|
||
Text [ finnish ] = "~Leveys" ;
|
||
Text [ danish ] = "Bredde" ;
|
||
Text [ french ] = "~Largeur" ;
|
||
Text [ swedish ] = "~Bredd" ;
|
||
Text [ dutch ] = "B~reedte" ;
|
||
Text [ spanish ] = "~Ancho" ;
|
||
Text [ english_us ] = "~Width" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~W)";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Szer.";
|
||
Text[ japanese ] = "<22><>(~W)";
|
||
Text[ chinese_traditional ] = "<22>e<EFBFBD><65>(~W)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ʺ<EFBFBD>(~W)";
|
||
Text[ turkish ] = "Geni<6E>lik";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
FixedText FT_HEIGHT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 121 ) ;
|
||
Size = MAP_APPFONT ( 24 , 10 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~H<>he : ~H<>he */
|
||
Text = "H<>h~e" ;
|
||
Text [ ENGLISH ] = "~Height" ;
|
||
Text [ norwegian ] = "~H<>yde" ;
|
||
Text [ italian ] = "~Altezza" ;
|
||
Text [ portuguese_brazilian ] = "~Altura" ;
|
||
Text [ portuguese ] = "Al~tura" ;
|
||
Text [ finnish ] = "Ko~rkeus" ;
|
||
Text [ danish ] = "H<>jde" ;
|
||
Text [ french ] = "~Hauteur" ;
|
||
Text [ swedish ] = "H<>j~d" ;
|
||
Text [ dutch ] = "~Hoogte" ;
|
||
Text [ spanish ] = "A~ltura" ;
|
||
Text [ english_us ] = "~Height" ;
|
||
Text[ chinese_simplified ] = "<22>߶<EFBFBD>(~H)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Wys.";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~H)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~H)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~H)";
|
||
Text[ turkish ] = "Y<>ks.";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
GroupBox GRP_MOVEMENT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 28 ) ;
|
||
Size = MAP_APPFONT ( 107 , 61 ) ;
|
||
Text = "Verschiebung" ;
|
||
Text [ ENGLISH ] = "Movement" ;
|
||
Text [ norwegian ] = "Bevegelse " ;
|
||
Text [ italian ] = "Spostamento" ;
|
||
Text [ portuguese_brazilian ] = "Movimento" ;
|
||
Text [ portuguese ] = "Deslocamento" ;
|
||
Text [ finnish ] = "Liike" ;
|
||
Text [ danish ] = "Flytning" ;
|
||
Text [ french ] = "D<>placement" ;
|
||
Text [ swedish ] = "Placering" ;
|
||
Text [ dutch ] = "Verplaatsing" ;
|
||
Text [ spanish ] = "Desplazamiento" ;
|
||
Text [ english_us ] = "Placement" ;
|
||
Text[ chinese_simplified ] = "<22>ƶ<EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Przeniesienie";
|
||
Text[ japanese ] = "<22>ړ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>̵<EFBFBD>";
|
||
Text[ turkish ] = "Kayd<79>rma";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
GroupBox GRP_ENLARGEMENT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 93 ) ;
|
||
Size = MAP_APPFONT ( 86 , 45 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Vergr<67><72>erung : Vergr<67><72>erung */
|
||
Text = "Vergr<67><72>erung" ;
|
||
Text [ ENGLISH ] = "Enlargement" ;
|
||
Text [ norwegian ] = "Forst<73>rrelse " ;
|
||
Text [ italian ] = "Ingrandimento" ;
|
||
Text [ portuguese_brazilian ] = "Aumento" ;
|
||
Text [ portuguese ] = "Amplia<69><61>o" ;
|
||
Text [ finnish ] = "Suurennus" ;
|
||
Text [ danish ] = "Forst<73>rrelse" ;
|
||
Text [ french ] = "Agrandissement" ;
|
||
Text [ swedish ] = "F<>rstoring" ;
|
||
Text [ dutch ] = "Vergroting" ;
|
||
Text [ spanish ] = "Aumento" ;
|
||
Text [ english_us ] = "Enlargement" ;
|
||
Text[ chinese_simplified ] = "<22>Ŵ<EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Powi<77>kszenie";
|
||
Text[ japanese ] = "<22>g<EFBFBD><67>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>j";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "Ȯ<><C8AE>";
|
||
Text[ turkish ] = "B<>y<EFBFBD>tme";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
GroupBox GRP_COLOR
|
||
{
|
||
Pos = MAP_APPFONT ( 98 , 93 ) ;
|
||
Size = MAP_APPFONT ( 100 , 45 ) ;
|
||
//Pos = MAP_APPFONT( 6, 142 );
|
||
//Size = MAP_APPFONT( 168, 48 );
|
||
Text = "Farben" ;
|
||
Text [ ENGLISH ] = "Colors" ;
|
||
Text [ dutch ] = "Kleuren" ;
|
||
Text [ english_us ] = "Colors" ;
|
||
Text [ italian ] = "Colori" ;
|
||
Text [ spanish ] = "Colores" ;
|
||
Text [ french ] = "Couleurs" ;
|
||
Text [ swedish ] = "F<>rger" ;
|
||
Text [ danish ] = "Farver" ;
|
||
Text [ portuguese ] = "Cores" ;
|
||
Text [ portuguese_brazilian ] = "Farben" ;
|
||
Text[ chinese_simplified ] = "<22><>ɫ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Kolory";
|
||
Text[ japanese ] = "<22>F";
|
||
Text[ chinese_traditional ] = "<22>C<EFBFBD><43>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Renkler";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_START_COLOR
|
||
{
|
||
Border = TRUE ;
|
||
//Pos = MAP_APPFONT( 57, 153 );
|
||
//Size = MAP_APPFONT( 111, 56 );
|
||
Pos = MAP_APPFONT ( 132 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 90 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
DDExtraWidth = TRUE ;
|
||
};
|
||
FixedText FT_START_COLOR
|
||
{
|
||
//Pos = MAP_APPFONT( 12, 155 );
|
||
//Size = MAP_APPFONT( 40, 10 );
|
||
Pos = MAP_APPFONT ( 104 , 105 ) ;
|
||
Size = MAP_APPFONT ( 28 , 10 ) ;
|
||
Text = "~Anfang" ;
|
||
Text [ ENGLISH ] = "~Start" ;
|
||
Text [ dutch ] = "~Begin" ;
|
||
Text [ english_us ] = "~Start" ;
|
||
Text [ italian ] = "Inizio" ;
|
||
Text [ spanish ] = "~Comienzo" ;
|
||
Text [ french ] = "~D<>but" ;
|
||
Text [ swedish ] = "St~art" ;
|
||
Text [ danish ] = "Start" ;
|
||
Text [ portuguese ] = "~In<49>cio" ;
|
||
Text [ portuguese_brazilian ] = "~Anfang" ;
|
||
Text[ chinese_simplified ] = "<22><EFBFBD>(~S)";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Pocz<63>tek";
|
||
Text[ japanese ] = "<22>n<EFBFBD><6E>(~S)";
|
||
Text[ chinese_traditional ] = "<22>_<EFBFBD>l(~S)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~S)";
|
||
Text[ turkish ] = "<22>lk";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_END_COLOR
|
||
{
|
||
Border = TRUE ;
|
||
//Pos = MAP_APPFONT( 57, 171 );
|
||
//Size = MAP_APPFONT( 111, 56 );
|
||
Pos = MAP_APPFONT ( 132 , 119 ) ;
|
||
Size = MAP_APPFONT ( 60 , 90 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
DDExtraWidth = TRUE ;
|
||
};
|
||
FixedText FT_END_COLOR
|
||
{
|
||
//Pos = MAP_APPFONT( 12, 172 );
|
||
//Size = MAP_APPFONT( 40, 10 );
|
||
Pos = MAP_APPFONT ( 104 , 121 ) ;
|
||
Size = MAP_APPFONT ( 28 , 10 ) ;
|
||
Text = "E~nde" ;
|
||
Text [ ENGLISH ] = "~End" ;
|
||
Text [ dutch ] = "~Einde" ;
|
||
Text [ english_us ] = "~End" ;
|
||
Text [ italian ] = "Fine" ;
|
||
Text [ spanish ] = "~Terminar" ;
|
||
Text [ french ] = "~Fin" ;
|
||
Text [ swedish ] = "Sl~ut" ;
|
||
Text [ danish ] = "Slut" ;
|
||
Text [ portuguese ] = "~Fim" ;
|
||
Text [ portuguese_brazilian ] = "~Ende" ;
|
||
Text[ chinese_simplified ] = "β<><CEB2>(~E)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Koniec";
|
||
Text[ japanese ] = "<22>I<EFBFBD><49>(~E)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~E)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><>(~E)";
|
||
Text[ turkish ] = "Son";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>Ƽ<EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Duplikuj";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>ƻs<C6BB><73>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>o<EFBFBD>alt";
|
||
Text[ language_user1 ] = " ";
|
||
};
|