Files
libreoffice/svx/source/dialog/align.src

953 lines
36 KiB
Plaintext
Raw Normal View History

2000-09-18 16:07:07 +00:00
/*************************************************************************
*
* $RCSfile: align.src,v $
*
* $Revision: 1.1.1.1 $
*
* last change: $Author: hr $ $Date: 2000-09-18 17:01:06 $
*
* 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 "dialogs.hrc"
#include "helpid.hrc"
#include "align.hrc"
// pragma ----------------------------------------------------------------
#define MASKCOLOR \
MaskColor = Color { Red = 0xC000 ; Green = 0xC000 ; Blue = 0xC000 ; }
// define ---------------------------------------------------------------
#define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0xFFFF; Blue=0xFFFF; }
// RID_SVXPAGE_ALIGNMENT -------------------------------------------------
TabPage RID_SVXPAGE_ALIGNMENT
{
HelpId = HID_ALIGNMENT ;
Hide = TRUE ;
Text = "Ausrichtung" ;
Text [ English ] = "Alignment" ;
Text [ norwegian ] = "Alignment" ;
Text [ italian ] = "Allineamento" ;
Text [ portuguese_brazilian ] = "Alinhamento" ;
Text [ portuguese ] = "Alinhamento" ;
Text [ finnish ] = "Tasaus" ;
Text [ danish ] = "Justering" ;
Text [ french ] = "Alignement" ;
Text [ swedish ] = "Justering" ;
Text [ dutch ] = "Uitlijning" ;
Text [ spanish ] = "Alineaci<63>n" ;
Text [ english_us ] = "Alignment" ;
Size = MAP_APPFONT ( 260 , 135 ) ;
SVLook = TRUE ;
RadioButton BTN_HORSTD
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "Standar~d" ;
Text [ ENGLISH ] = "~Standard" ;
Text [ norwegian ] = "~Standard" ;
Text [ italian ] = "~Standard" ;
Text [ portuguese_brazilian ] = "~Padr<64>o" ;
Text [ portuguese ] = "~Padr<64>o" ;
Text [ finnish ] = "~Normaali" ;
Text [ danish ] = "Standar~d" ;
Text [ french ] = "Standard" ;
Text [ swedish ] = "~Standard" ;
Text [ dutch ] = "~Standaard" ;
Text [ spanish ] = "~Predeterm." ;
Text [ english_us ] = "~Default" ;
Text[ chinese_simplified ] = "<22><>׼(~D)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "S~tandard";
Text[ japanese ] = "<22>W<EFBFBD><57>(~D)";
Text[ chinese_traditional ] = "<22>з<EFBFBD>(~D)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Standaard";
Text[ chinese_simplified ] = "<22><>׼(~D)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>⺻(~D)";
Text[ turkish ] = "Standar~t";
Text[ language_user1 ] = " ";
};
RadioButton BTN_HORLEFT
{
Pos = MAP_APPFONT ( 12 , 27 ) ;
Size = MAP_APPFONT ( 36 , 10 ) ;
Text = "~Links" ;
Text [ ENGLISH ] = "Flush ~Left" ;
Text [ norwegian ] = "Flush ~Left" ;
Text [ italian ] = "A sinistra" ;
Text [ portuguese_brazilian ] = "Alinhar ~<7E> Esquerda" ;
Text [ portuguese ] = "~Esquerda" ;
Text [ finnish ] = "~Vasen tasaus" ;
Text [ danish ] = "Venstre" ;
Text [ french ] = "<22> gauch~e" ;
Text [ swedish ] = "V~<7E>nster" ;
Text [ dutch ] = "~Links" ;
Text [ spanish ] = "Izq~uierda" ;
Text [ english_us ] = "~Left" ;
Text[ chinese_simplified ] = "<22><>(~L)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Do l~ewej";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~L)";
Text[ chinese_traditional ] = "<22>V<EFBFBD><56>(~L)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Links";
Text[ chinese_simplified ] = "<22><>(~L)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~L)";
Text[ turkish ] = "So~l";
Text[ language_user1 ] = " ";
};
RadioButton BTN_HORCENTER
{
Pos = MAP_APPFONT ( 12 , 53 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "Zen~triert" ;
Text [ ENGLISH ] = "~Centered" ;
Text [ norwegian ] = "~Centered" ;
Text [ italian ] = "Al ~centro" ;
Text [ portuguese_brazilian ] = "~Centralizado" ;
Text [ portuguese ] = "~Centrado" ;
Text [ finnish ] = "~Keski" ;
Text [ danish ] = "Centreret" ;
Text [ french ] = "Centr<74>" ;
Text [ swedish ] = "~Centrera" ;
Text [ dutch ] = "~Gecentreerd" ;
Text [ spanish ] = "~Centrado" ;
Text [ english_us ] = "Center" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~C)";
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wy~<7E>rodkuj";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>m<EFBFBD><6D>(~C)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Gecentreerd";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~C)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD>";
Text[ turkish ] = "Orta~la";
Text[ language_user1 ] = " ";
};
RadioButton BTN_HORRIGHT
{
Pos = MAP_APPFONT ( 12 , 40 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "~Rechts" ;
Text [ ENGLISH ] = "Flush ~Right" ;
Text [ norwegian ] = "Flush ~Right" ;
Text [ italian ] = "A destra" ;
Text [ portuguese_brazilian ] = "Alinhar ~<7E> Direita" ;
Text [ portuguese ] = "~Direita" ;
Text [ finnish ] = "~Oikea tasaus" ;
Text [ danish ] = "H<>jre" ;
Text [ french ] = "<22> dr~oite" ;
Text [ swedish ] = "H<>~ger" ;
Text [ dutch ] = "~Rechts" ;
Text [ spanish ] = "~Derecha" ;
Text [ english_us ] = "R~ight" ;
Text[ chinese_simplified ] = "<22><>(~R)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Do prawe~j";
Text[ japanese ] = "<22>E<EFBFBD><45><EFBFBD><EFBFBD>(~R)";
Text[ chinese_traditional ] = "<22>V<EFBFBD>k(~R)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Rechts";
Text[ chinese_simplified ] = "<22><>(~R)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~I)";
Text[ turkish ] = "Sa~<7E>";
Text[ language_user1 ] = " ";
};
RadioButton BTN_HORBLOCK
{
Pos = MAP_APPFONT ( 12 , 66 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "~Block" ;
Text [ ENGLISH ] = "Blo~ck" ;
Text [ norwegian ] = "Blo~ck" ;
Text [ italian ] = "Giustifica" ;
Text [ portuguese_brazilian ] = "Blo~co" ;
Text [ portuguese ] = "~Justificado" ;
Text [ finnish ] = "Lo~hko" ;
Text [ danish ] = "Lige margener" ;
Text [ french ] = "~Justifi<66>" ;
Text [ swedish ] = "Marginal~justering" ;
Text [ dutch ] = "~Uitgevuld" ;
Text [ spanish ] = "~Justificada" ;
Text [ english_us ] = "~Justify" ;
Text[ chinese_simplified ] = "<22><><EFBFBD>˶<EFBFBD><CBB6><EFBFBD>(~J)";
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wyj~ustuj";
Text[ japanese ] = "<22>ϓ<EFBFBD><CF93><EFBFBD><EFBFBD>t(~J)";
Text[ chinese_traditional ] = "<22><><EFBFBD>ݹ<EFBFBD><DDB9><EFBFBD>(~J)";
Text[ arabic ] = "<22><><EFBFBD>";
Text[ dutch ] = "~Uitgevuld";
Text[ chinese_simplified ] = "<22><><EFBFBD>˶<EFBFBD><CBB6><EFBFBD>(~J)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~J)";
Text[ turkish ] = "~<7E>ki yana yasla";
Text[ language_user1 ] = " ";
};
FixedText FT_INDENT
{
Pos = MAP_APPFONT ( 51 , 27 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "Einzug" ;
Text [ English ] = "~Indent" ;
Text [ english_us ] = "Indent" ;
Text [ swedish ] = "Indrag" ;
Text [ danish ] = "Indrykning" ;
Text [ italian ] = "Rientro" ;
Text [ spanish ] = "Sangr<67>a" ;
Text [ french ] = "Retrait" ;
Text [ dutch ] = "Inspringing" ;
Text [ portuguese_brazilian ] = "Einzu~g" ;
Text [ portuguese ] = "Avan<61>o" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~I)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wci<63>cie";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>Y<EFBFBD><59>(~I)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Inspringing";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~I)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Girinti";
Text[ language_user1 ] = " ";
};
MetricField ED_INDENT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 84 , 26 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 990 ;
SpinSize = 10 ;
Unit = FUNIT_POINT ;
};
GroupBox GB_HORALIGN
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 112 , 80 ) ;
Text = "Horizontal" ;
Text [ ENGLISH ] = "Horizontal" ;
Text [ norwegian ] = "Horisontal" ;
Text [ italian ] = "Orizzontale" ;
Text [ portuguese_brazilian ] = "Horizontal" ;
Text [ portuguese ] = "Horizontal" ;
Text [ finnish ] = "Vaakasuora" ;
Text [ danish ] = "Vandret" ;
Text [ french ] = "Horizontal" ;
Text [ swedish ] = "Horisontellt" ;
Text [ dutch ] = "Horizontaal" ;
Text [ spanish ] = "Horizontal" ;
Text [ english_us ] = "Horizontal" ;
Text[ chinese_simplified ] = "ˮƽ<CBAE><C6BD><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Poziomo";
Text[ japanese ] = "<22><><EFBFBD>ʒu";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>V";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "Horizontaal";
Text[ chinese_simplified ] = "ˮƽ<CBAE><C6BD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Yatay";
Text[ language_user1 ] = " ";
};
RadioButton BTN_VERSTD
{
Pos = MAP_APPFONT ( 130 , 14 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text = "St~andard" ;
Text [ ENGLISH ] = "~Standard" ;
Text [ norwegian ] = "~Standard" ;
Text [ italian ] = "St~andard" ;
Text [ portuguese_brazilian ] = "~Padr<64>o" ;
Text [ portuguese ] = "~Padr<64>o" ;
Text [ finnish ] = "~Normaali" ;
Text [ danish ] = "Standard" ;
Text [ french ] = "~Standard" ;
Text [ swedish ] = "S~tandard" ;
Text [ dutch ] = "~Standaard" ;
Text [ spanish ] = "~Predeterm." ;
Text [ english_us ] = "Standard" ;
Text[ chinese_simplified ] = "<22><>׼(~S)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Sta~ndard";
Text[ japanese ] = "<22>W<EFBFBD><57>(~S)";
Text[ chinese_traditional ] = "<22>з<EFBFBD>(~S)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Standaard";
Text[ chinese_simplified ] = "<22><>׼(~S)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "ǥ<><C7A5>";
Text[ turkish ] = "Sta~ndart";
Text[ language_user1 ] = " ";
};
RadioButton BTN_VERTOP
{
Pos = MAP_APPFONT ( 130 , 27 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text = "~Oben" ;
Text [ ENGLISH ] = "~Top" ;
Text [ norwegian ] = "~Top" ;
Text [ italian ] = "Sopra" ;
Text [ portuguese_brazilian ] = "~Topo" ;
Text [ portuguese ] = "Em ~cima" ;
Text [ finnish ] = "~Yl<59>s" ;
Text [ danish ] = "<22>verst" ;
Text [ french ] = "En ha~ut" ;
Text [ swedish ] = "~<7E>verst" ;
Text [ dutch ] = "~Boven" ;
Text [ spanish ] = "A~rriba" ;
Text [ english_us ] = "~Top" ;
Text[ chinese_simplified ] = "<22><>(~T)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "W ~g<>rze";
Text[ japanese ] = "<22><>(~T)";
Text[ chinese_traditional ] = "<22>V<EFBFBD>W(~T)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Boven";
Text[ chinese_simplified ] = "<22><>(~T)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><>(~T)";
Text[ turkish ] = "<22>~st";
Text[ language_user1 ] = " ";
};
RadioButton BTN_VERBOT
{
Pos = MAP_APPFONT ( 130 , 40 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text = "~Unten" ;
Text [ ENGLISH ] = "~Bottom" ;
Text [ norwegian ] = "~Bottom" ;
Text [ italian ] = "Basso" ;
Text [ portuguese_brazilian ] = "~Base" ;
Text [ portuguese ] = "Em ~baixo" ;
Text [ finnish ] = "~Alas" ;
Text [ danish ] = "Nederst" ;
Text [ french ] = "En ~bas" ;
Text [ swedish ] = "~Underst" ;
Text [ dutch ] = "~Onder" ;
Text [ spanish ] = "A~bajo" ;
Text [ english_us ] = "~Bottom" ;
Text[ chinese_simplified ] = "<22><>(~B)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "W ~dole";
Text[ japanese ] = "<22><>(~B)";
Text[ chinese_traditional ] = "<22>V<EFBFBD>U(~B)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Onder";
Text[ chinese_simplified ] = "<22><>(~B)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>Ʒ<EFBFBD>(~B)";
Text[ turkish ] = "~Alt";
Text[ language_user1 ] = " ";
};
RadioButton BTN_VERMID
{
Pos = MAP_APPFONT ( 130 , 53 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text = "~Mitte" ;
Text [ ENGLISH ] = "~Mid" ;
Text [ norwegian ] = "~Mid" ;
Text [ italian ] = "Al centro" ;
Text [ portuguese_brazilian ] = "~Meio" ;
Text [ portuguese ] = "~Meio" ;
Text [ finnish ] = "K~eski" ;
Text [ danish ] = "Centreret" ;
Text [ french ] = "~Milieu" ;
Text [ swedish ] = "~Mitten" ;
Text [ dutch ] = "~Midden" ;
Text [ spanish ] = "Ce~ntro" ;
Text [ english_us ] = "C~enter" ;
Text[ chinese_simplified ] = "<22><>(~E)";
Text[ russian ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wy~<7E>rodkowany";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~E)";
Text[ chinese_traditional ] = "<22>m<EFBFBD><6D>(~E)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Midden";
Text[ chinese_simplified ] = "<22><>(~E)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD>(~E)";
Text[ turkish ] = "O~rta";
Text[ language_user1 ] = " ";
};
GroupBox GB_VERALIGN
{
Pos = MAP_APPFONT ( 124 , 3 ) ;
Size = MAP_APPFONT ( 55 , 80 ) ;
Text = "Vertikal" ;
Text [ ENGLISH ] = "Vertical" ;
Text [ norwegian ] = "Vertikal" ;
Text [ italian ] = "Verticale" ;
Text [ portuguese_brazilian ] = "Vertical" ;
Text [ portuguese ] = "Vertical" ;
Text [ finnish ] = "Pystysuora" ;
Text [ danish ] = "Lodret" ;
Text [ french ] = "Vertical" ;
Text [ swedish ] = "Vertikalt" ;
Text [ dutch ] = "Verticaal" ;
Text [ spanish ] = "Vertical" ;
Text [ english_us ] = "Vertical" ;
Text[ chinese_simplified ] = "<22><>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Pionowo";
Text[ japanese ] = "<22>c<EFBFBD>ʒu";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>V";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "Verticaal";
Text[ chinese_simplified ] = "<22><>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Dikey";
Text[ language_user1 ] = " ";
};
Control CTR_DIAL
{
HelpId = HID_ALIGNMENT_CTR_DIAL ;
Pos = MAP_APPFONT ( 191 , 14 ) ;
Size = MAP_APPFONT ( 42 , 43 ) ;
Text = "ABCD" ;
};
ImageButton BTN_TXTSTACKED
{
Pos = MAP_APPFONT ( 239 , 14 ) ;
Size = MAP_APPFONT ( 12 , 43 ) ;
TabStop = TRUE ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "txtstk.bmp" ; };
MASKCOLOR ;
};
};
FixedText FT_DEGREES
{
Pos = MAP_APPFONT ( 222 , 61 ) ;
Size = MAP_APPFONT ( 31 , 10 ) ;
Text = "~Grad" ;
Text [ ENGLISH ] = "Degrees" ;
Text [ english_us ] = "Degrees" ;
Text [ portuguese_brazilian ] = "Gra~d" ;
Text [ swedish ] = "Gra~der" ;
Text [ danish ] = "grader" ;
Text [ italian ] = "Gra~di" ;
Text [ spanish ] = "~Grados" ;
Text [ french ] = "~Degr<67>s" ;
Text [ dutch ] = "Gra~den" ;
Text [ portuguese ] = "~Graus" ;
Text[ chinese_simplified ] = "<22>Ƕ<EFBFBD>(~G)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Stopie<69>";
Text[ japanese ] = "<22>x";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~G)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Gra~den";
Text[ chinese_simplified ] = "<22>Ƕ<EFBFBD>(~G)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><>";
Text[ turkish ] = "De~rece";
Text[ language_user1 ] = " ";
};
NumericField NF_ORIENT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 191 , 59 ) ;
Size = MAP_APPFONT ( 28 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
StrictFormat = TRUE ;
};
FixedText FT_BORDER_LOCK
{
Pos = MAP_APPFONT ( 191 , 76 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "Bezugs~kante" ;
Text [ ENGLISH ] = "Reference edge" ;
Text [ english_us ] = "Re~ference edge" ;
Text [ portuguese_brazilian ] = "Bezugs~kante" ;
Text [ swedish ] = "Referens~kant" ;
Text [ danish ] = "Referencekant" ;
Text [ italian ] = "Bordo di ~riferimento" ;
Text [ spanish ] = "~Aristas de referencia" ;
Text [ french ] = "~Bord de r<>f<EFBFBD>rence" ;
Text [ dutch ] = "~Invalshoek" ;
Text [ portuguese ] = "Borda de ~refer<65>ncia" ;
Text[ chinese_simplified ] = "<22><><EFBFBD>ñ<EFBFBD>(~F)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Kraw<61>d<EFBFBD> odniesienia";
Text[ japanese ] = "<22><EFBFBD>ɂȂ鉏(~F)";
Text[ chinese_traditional ] = "<22>ѷ<EFBFBD><D1B7><EFBFBD>(~F)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Invalshoek";
Text[ chinese_simplified ] = "<22><><EFBFBD>ñ<EFBFBD>(~F)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><>(~F)";
Text[ turkish ] = "Referans ~kenar<61>";
Text[ language_user1 ] = " ";
};
Control CTR_BORDER_LOCK
{
HelpId = HID_ALIGNMENT_CTR_BORDER_LOCK ;
Hide = TRUE ;
Pos = MAP_APPFONT ( 191 , 87 ) ;
Size = MAP_APPFONT ( 50 , 15 ) ;
TabStop = TRUE ;
};
GroupBox GB_ALIGN
{
Pos = MAP_APPFONT ( 185 , 3 ) ;
Size = MAP_APPFONT ( 69 , 100 ) ;
Text = "Schreibrichtung" ;
Text [ ENGLISH ] = "Orientation" ;
Text [ norwegian ] = "Orientation" ;
Text [ italian ] = "Orientamento" ;
Text [ portuguese_brazilian ] = "Orienta<74><61>o" ;
Text [ portuguese ] = "Orienta<74><61>o" ;
Text [ finnish ] = "Suunta" ;
Text [ danish ] = "Skriveretning" ;
Text [ french ] = "Sens d'<27>criture" ;
Text [ swedish ] = "Skrivriktning" ;
Text [ dutch ] = "Schrijfrichting" ;
Text [ spanish ] = "Direcci<63>n de escritura" ;
Text [ english_us ] = "Text direction" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Kierunek pisania";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̕<EFBFBD><CC95><EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD>V";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Schrijfrichting";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Metin y<>n<EFBFBD>";
Text[ language_user1 ] = " ";
};
FixedText FT_LEFTSPACE
{
Pos = MAP_APPFONT ( 12 , 99 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "L~inks" ;
Text [ ENGLISH ] = "L~eft" ;
Text [ norwegian ] = "L~eft" ;
Text [ italian ] = "A sinistra" ;
Text [ portuguese_brazilian ] = "E~squerda" ;
Text [ portuguese ] = "E~squerda" ;
Text [ finnish ] = "Va~sen" ;
Text [ danish ] = "Venstre" ;
Text [ french ] = "~<7E> gauche" ;
Text [ swedish ] = "V<>nster" ;
Text [ dutch ] = "~Links" ;
Text [ spanish ] = "I~zquierda" ;
Text [ english_us ] = "L~eft" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~E)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Z lewej";
Text[ japanese ] = "<22><>(~E)";
Text[ chinese_traditional ] = "<22>V<EFBFBD><56>(~E)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Links";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~E)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~E)";
Text[ turkish ] = "~Sol";
Text[ language_user1 ] = " ";
};
MetricField ED_LEFTSPACE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 45 , 97 ) ;
Size = MAP_APPFONT ( 39 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
DecimalDigits = 1 ;
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_MM ;
};
FixedText FT_RIGHTSPACE
{
Pos = MAP_APPFONT ( 12 , 114 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "Recht~s" ;
Text [ ENGLISH ] = "Rig~ht" ;
Text [ norwegian ] = "Rig~ht" ;
Text [ italian ] = "A destra" ;
Text [ portuguese_brazilian ] = "Dir~eita" ;
Text [ portuguese ] = "Dir~eita" ;
Text [ finnish ] = "Oi~kea" ;
Text [ danish ] = "H<>jre" ;
Text [ french ] = "<22> droite" ;
Text [ swedish ] = "~H<>ger" ;
Text [ dutch ] = "~Rechts" ;
Text [ spanish ] = "Derec~ha" ;
Text [ english_us ] = "Right" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~H)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Z prawej";
Text[ japanese ] = "<22>E";
Text[ chinese_traditional ] = "<22>V<EFBFBD>k(~H)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Rechts";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~H)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "~Sa<53>";
Text[ language_user1 ] = " ";
};
MetricField ED_RIGHTSPACE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 45 , 112 ) ;
Size = MAP_APPFONT ( 39 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
DecimalDigits = 1 ;
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_MM ;
};
FixedText FT_TOPSPACE
{
Pos = MAP_APPFONT ( 97 , 99 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "Obe~n" ;
Text [ ENGLISH ] = "To~p" ;
Text [ norwegian ] = "To~p" ;
Text [ italian ] = "In altro" ;
Text [ portuguese_brazilian ] = "To~po" ;
Text [ portuguese ] = "Em ~cima" ;
Text [ finnish ] = "Yl~<7E>" ;
Text [ danish ] = "<22>verst" ;
Text [ french ] = "~En haut" ;
Text [ swedish ] = "<22>~verst" ;
Text [ dutch ] = "~Boven" ;
Text [ spanish ] = "Arr~iba" ;
Text [ english_us ] = "To~p" ;
Text[ chinese_simplified ] = "<22><>(~P)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "W g<>rze";
Text[ japanese ] = "<22><>(~P)";
Text[ chinese_traditional ] = "<22>V<EFBFBD>W(~P)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Boven";
Text[ chinese_simplified ] = "<22><>(~P)";
Text[ greek ] = "<22><>~<7E><>";
Text[ korean ] = "<22><>(~P)";
Text[ turkish ] = "<22>~st";
Text[ language_user1 ] = " ";
};
MetricField ED_TOPSPACE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 130 , 97 ) ;
Size = MAP_APPFONT ( 39 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
DecimalDigits = 1 ;
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_MM ;
};
FixedText FT_BOTTOMSPACE
{
Pos = MAP_APPFONT ( 97 , 114 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "Unt~en" ;
Text [ ENGLISH ] = "Botto~m" ;
Text [ norwegian ] = "Botto~m" ;
Text [ italian ] = "In basso" ;
Text [ portuguese_brazilian ] = "Bas~e" ;
Text [ portuguese ] = "Em ~baixo" ;
Text [ finnish ] = "A~la" ;
Text [ danish ] = "Nederst" ;
Text [ french ] = "En ~bas" ;
Text [ swedish ] = "Un~derst" ;
Text [ dutch ] = "~Onder" ;
Text [ spanish ] = "Abaj~o" ;
Text [ english_us ] = "Botto~m" ;
Text[ chinese_simplified ] = "<22><>(~M)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "W dole";
Text[ japanese ] = "<22><>(~M)";
Text[ chinese_traditional ] = "<22>V<EFBFBD>U(~M)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Onder";
Text[ chinese_simplified ] = "<22><>(~M)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>Ʒ<EFBFBD>(~M)";
Text[ turkish ] = "Al~t";
Text[ language_user1 ] = " ";
};
MetricField ED_BOTTOMSPACE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 130 , 112 ) ;
Size = MAP_APPFONT ( 39 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
DecimalDigits = 1 ;
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_MM ;
};
GroupBox GB_SPACE
{
Pos = MAP_APPFONT ( 6 , 86 ) ;
Size = MAP_APPFONT ( 173 , 45 ) ;
Text = "Abstand zu Gitterlinien" ;
Text [ ENGLISH ] = "Margins" ;
Text [ norwegian ] = "Margins" ;
Text [ italian ] = "Distanza dalla linee della griglia" ;
Text [ portuguese_brazilian ] = "Margens" ;
Text [ portuguese ] = "Margens da quadr<64>cula" ;
Text [ finnish ] = "Reunukset" ;
Text [ danish ] = "Afstand til gitterlinjer" ;
Text [ french ] = "<22>cart des lignes de la grille" ;
Text [ swedish ] = "Marginaler" ;
Text [ dutch ] = "Afstand tot rasterlijnen" ;
Text [ spanish ] = "Distancia a la cuadr<64>cula" ;
Text [ english_us ] = "Spacing to grid lines" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߵľ<DFB5><C4BE><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Odst<73>p do linii siatki";
Text[ japanese ] = "<22><>د<EFBFBD>ސ<EFBFBD><DE90>܂ł̊Ԋu";
Text[ chinese_traditional ] = "<22>ܺ<EFBFBD><DCBA><EFBFBD><EFBFBD>u<EFBFBD><75><EFBFBD>Z<EFBFBD><5A>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Afstand tot rasterlijnen";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߵľ<DFB5><C4BE><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "K<>lavuz <20>izgilere uzakl<6B>k";
Text[ language_user1 ] = " ";
};
TriStateBox BTN_WRAP
{
Pos = MAP_APPFONT ( 190 , 117 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "Zeilenumbru~ch" ;
Text [ ENGLISH ] = "Linebrea~k" ;
Text [ norwegian ] = "Linebrea~k" ;
Text [ italian ] = "Testo a capo" ;
Text [ portuguese_brazilian ] = "Interrup<75>~ao de linha" ;
Text [ portuguese ] = "Quebra de ~linha" ;
Text [ finnish ] = "R~ivinvaihto" ;
Text [ danish ] = "Linjeskift" ;
Text [ french ] = "R~envoi <20> la ligne" ;
Text [ swedish ] = "Rad~brytning" ;
Text [ dutch ] = "~Regelafbreking" ;
Text [ spanish ] = "Salto de ~l<>nea" ;
Text [ english_us ] = "Line break" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~L)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Podzia<69> wierszy";
Text[ japanese ] = "<22><><EFBFBD>s";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~L)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ dutch ] = "~Regelafbreking";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~L)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ٹٲ<D9B9>";
Text[ turkish ] = "Sat<61>r son~u";
Text[ language_user1 ] = " ";
};
GroupBox GB_WRAP
{
Pos = MAP_APPFONT ( 185 , 106 ) ;
Size = MAP_APPFONT ( 69 , 25 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Textflu<6C> : Textflu<6C> */
Text = "Textfluss" ;
Text [ English ] = "Text Flow" ;
Text [ english_us ] = "Text flow" ;
Text [ swedish ] = "Textfl<66>de" ;
Text [ danish ] = "Tekstretning" ;
Text [ italian ] = "Flusso di testo" ;
Text [ spanish ] = "Flujo del texto" ;
Text [ french ] = "Encha<68>nements" ;
Text [ dutch ] = "Tekstverloop" ;
Text [ portuguese_brazilian ] = "Textflu<6C>" ;
Text [ portuguese ] = "Fluxo de texto" ;
Text[ chinese_simplified ] = "<22><><EFBFBD>кͷ<D0BA>ҳ";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Tekst";
Text[ japanese ] = "<22>̍<EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ dutch ] = "Tekstverloop";
Text[ chinese_simplified ] = "<22><><EFBFBD>кͷ<D0BA>ҳ";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ <20>帧";
Text[ turkish ] = "Metin ak<61><6B><EFBFBD>";
Text[ language_user1 ] = " ";
};
ImageList IL_LOCK_BMPS
{
ImageBitmap = Bitmap { File = "lockmode.bmp" ; };
MaskColor = IL_LOCK_MCOL ;
IdList =
{
IID_BOTTOMLOCK ;
IID_TOPLOCK ;
IID_CELLLOCK ;
};
IdCount = { 3 ; };
};
String STR_BOTTOMLOCK
{
Text = "Textausdehnung von unterer Zellkante aus." ;
Text [ English ] = "Text direction by lower cell-edge" ;
Text [ english_us ] = "Text Extension from Lower Cell Border" ;
Text [ portuguese_brazilian ] = "Textausdehnung von unterer Zellkante aus." ;
Text [ swedish ] = "Textutstr<74>ckning fr<66>n nedre cellkanten." ;
Text [ danish ] = "Tekstudstr<74>kning ud fra nederste cellekant" ;
Text [ italian ] = "Estensione del testo dal bordo inferiore della cella." ;
Text [ spanish ] = "Expansi<73>n del texto a partir del borde inferior de la celda." ;
Text [ french ] = "Extension de texte <20> partir du bord inf<6E>rieur de la cellule" ;
Text [ dutch ] = "Inhoud uitbreiden vanaf onderkant cel." ;
Text [ portuguese ] = "Expans<6E>o do texto a partir do canto inferior da c<>lula." ;
Text[ chinese_simplified ] = "<22><><EFBFBD>ִӵ<D6B4>Ԫ<EFBFBD><D4AA><EFBFBD>±<EFBFBD>Ե<EFBFBD><D4B5><EFBFBD>졣";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ polish ] = "Rozci<63>gni<6E>cie tekstu od dolnej kraw<61>dzi kom<6F>rki.";
Text[ japanese ] = "<22>ق̉<D982><CC89><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɌX<C98C><58><EFBFBD><EFBFBD>";
Text[ language_user1 ] = " ";
Text[ chinese_traditional ] = "<22><><EFBFBD>r<EFBFBD>q<EFBFBD>x<EFBFBD>s<EFBFBD><73><EFBFBD>U<EFBFBD><55><EFBFBD>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>C";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ dutch ] = "Inhoud uitbreiden vanaf onderkant cel.";
Text[ chinese_simplified ] = "<22><><EFBFBD>ִӵ<D6B4>Ԫ<EFBFBD><D4AA><EFBFBD>±<EFBFBD>Ե<EFBFBD><D4B5><EFBFBD>졣";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ korean ] = "<22><> <20>Ʒ<EFBFBD> <20>׵θ<D7B5><CEB8><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ Ȯ<><C8AE>";
Text[ turkish ] = "H<>cre alt kenar<61>ndan metin geni<6E>lemesi";
};
String STR_TOPLOCK
{
Text = "Textausdehnung von oberer Zellkante aus." ;
Text [ English ] = "Text direction by upper cell-edge" ;
Text [ english_us ] = "Text Extension from Upper Cell Border" ;
Text [ portuguese_brazilian ] = "Textausdehnung von oberer Zellkante aus." ;
Text [ swedish ] = "Textutstr<74>ckning fr<66>n <20>vre cellkanten." ;
Text [ danish ] = "Tekstudstr<74>kning ud fra <20>verste cellerand." ;
Text [ italian ] = "Estensione del testo dal bordo superiore della cella." ;
Text [ spanish ] = "Expansi<73>n del texto a partir del borde superior de la celda." ;
Text [ french ] = "Extension de texte <20> partir du bord sup<75>rieur de la cellule" ;
Text [ dutch ] = "Inhoud uitbreiden vanaf bovenkant cel." ;
Text [ portuguese ] = "Expans<6E>o do texto a partir do canto superior da c<>lula." ;
Text[ chinese_simplified ] = "<22><><EFBFBD>ִӵ<D6B4>Ԫ<EFBFBD><D4AA><EFBFBD>ϱ<EFBFBD>Ե<EFBFBD><D4B5><EFBFBD>졣";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ polish ] = "Rozci<63>gni<6E>cie tekstu od g<>rnej kraw<61>dzi kom<6F>rki.";
Text[ japanese ] = "<22>ق̏㉏<CC8F><E3898F><EFBFBD><EFBFBD>ɌX<C98C><58><EFBFBD><EFBFBD>";
Text[ language_user1 ] = " ";
Text[ chinese_traditional ] = "<22><><EFBFBD>r<EFBFBD>q<EFBFBD>x<EFBFBD>s<EFBFBD><73><EFBFBD>W<EFBFBD><57><EFBFBD>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>C";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ dutch ] = "Inhoud uitbreiden vanaf bovenkant cel.";
Text[ chinese_simplified ] = "<22><><EFBFBD>ִӵ<D6B4>Ԫ<EFBFBD><D4AA><EFBFBD>ϱ<EFBFBD>Ե<EFBFBD><D4B5><EFBFBD>졣";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ korean ] = "<22><> <20><><EFBFBD>׵θ<D7B5><CEB8><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ Ȯ<><C8AE>";
Text[ turkish ] = "H<>cre <20>st kenar<61>ndan metin geni<6E>lemesi.";
};
String STR_CELLLOCK
{
Text = "Textausdehnung nur innerhalb der Zelle." ;
Text [ English ] = "Text- expanding only inside cell" ;
Text [ english_us ] = "Text Extension Inside Cell" ;
Text [ portuguese_brazilian ] = "Textausdehnung nur innerhalb der Zelle." ;
Text [ swedish ] = "Textutstr<74>ckning endast inom cellen." ;
Text [ danish ] = "Tekstudstr<74>kning kun indenfor cellen." ;
Text [ italian ] = "Estensione del testo solo all'interno della cella." ;
Text [ spanish ] = "Expansi<73>n del texto solo dentro de la celda." ;
Text [ french ] = "Extension de texte uniquement <20> l'int<6E>rieur de la cellule." ;
Text [ dutch ] = "Inhoud uitbreiden alleen binnen cel." ;
Text [ portuguese ] = "Expans<6E>o do texto apenas dentro da c<>lula." ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ֻ<EFBFBD>ڵ<EFBFBD>Ԫ<EFBFBD><D4AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>졣";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ polish ] = "Rozci<63>gni<6E>cie tekstu tylko wewn<77>trz kom<6F>rki.";
Text[ japanese ] = "÷<>Ă̂݌X<DD8C><58><EFBFBD><EFBFBD>";
Text[ language_user1 ] = " ";
Text[ chinese_traditional ] = "<22><><EFBFBD>r<EFBFBD>u<EFBFBD>b<EFBFBD>x<EFBFBD>s<EFBFBD><EFBFBD><E6A4BA><EFBFBD><EFBFBD><EFBFBD>C";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>.";
Text[ dutch ] = "Inhoud uitbreiden alleen binnen cel.";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ֻ<EFBFBD>ڵ<EFBFBD>Ԫ<EFBFBD><D4AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>졣";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ korean ] = "<22><> <20>ȿ<EFBFBD><C8BF><EFBFBD><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ Ȯ<><C8AE>";
Text[ turkish ] = "Yaln<6C>zca h<>cre i<>inde metin geni<6E>lemesi";
};
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wyr<79>wnanie";
Text[ japanese ] = "<22>z<EFBFBD>u";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Uitlijning";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Hizalama";
Text[ language_user1 ] = " ";
};
// ********************************************************************** EOF