2003-07-03 15:40:36 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: textattr.src,v $
|
|
|
|
|
*
|
2004-04-02 13:06:16 +00:00
|
|
|
|
* $Revision: 1.26 $
|
2003-07-03 15:40:36 +00:00
|
|
|
|
*
|
2004-04-02 13:06:16 +00:00
|
|
|
|
* last change: $Author: rt $ $Date: 2004-04-02 14:06:16 $
|
2003-07-03 15:40:36 +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): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
// include ---------------------------------------------------------------
|
|
|
|
|
#include <svtools/controldims.hrc>
|
|
|
|
|
#include "dialogs.hrc"
|
|
|
|
|
#include "textattr.hrc"
|
|
|
|
|
#include "helpid.hrc"
|
|
|
|
|
// pragma ----------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// RID_SVXPAGE_TEXTATTR --------------------------------------------------
|
|
|
|
|
TabPage RID_SVXPAGE_TEXTATTR
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_PAGE_TEXTATTR ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
|
Text = "Text" ;
|
|
|
|
|
Text [ ENGLISH ] = "Text" ;
|
|
|
|
|
Text [ english_us ] = "Text" ;
|
|
|
|
|
Text [ italian ] = "Testo" ;
|
|
|
|
|
Text [ spanish ] = "Texto" ;
|
|
|
|
|
Text [ french ] = "Texte" ;
|
|
|
|
|
Text [ dutch ] = "Tekst" ;
|
|
|
|
|
Text [ swedish ] = "Text" ;
|
|
|
|
|
Text [ danish ] = "Tekst" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Texto" ;
|
|
|
|
|
Text [ portuguese ] = "Texto" ;
|
|
|
|
|
FixedLine FL_TEXT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
|
|
|
|
|
Text = "Text" ;
|
|
|
|
|
Text [ ENGLISH ] = "Text" ;
|
|
|
|
|
Text [ english_us ] = "Text" ;
|
|
|
|
|
Text [ italian ] = "Testo" ;
|
|
|
|
|
Text [ spanish ] = "Texto" ;
|
|
|
|
|
Text [ french ] = "Texte" ;
|
|
|
|
|
Text [ dutch ] = "Tekst" ;
|
|
|
|
|
Text [ swedish ] = "Text" ;
|
|
|
|
|
Text [ danish ] = "Tekst" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Texto" ;
|
|
|
|
|
Text [ portuguese ] = "Texto" ;
|
|
|
|
|
Text[ chinese_simplified ] = "文字";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Tekst";
|
|
|
|
|
Text[ japanese ] = "テキスト";
|
|
|
|
|
Text[ chinese_traditional ] = "內文";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "텍스트";
|
|
|
|
|
Text[ turkish ] = "Metin";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Text";
|
|
|
|
|
Text[ finnish ] = "Teksti";
|
|
|
|
|
Text[ thai ] = "ข้อความ";
|
|
|
|
|
Text[ czech ] = "Text";
|
|
|
|
|
Text[ hebrew ] = "טקסט";
|
|
|
|
|
Text[ hindi ] = "टेक्स्ट्";
|
|
|
|
|
Text[ slovak ] = "Text";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "Szöveg";
|
|
|
|
|
Text[ slovenian ] = "Besedilo";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
TriStateBox TSB_AUTOGROW_WIDTH
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 102 , 10 ) ;
|
|
|
|
|
Text = "~Breite an Text anpassen" ;
|
|
|
|
|
Text [ ENGLISH ] = "Fit ~width to text" ;
|
|
|
|
|
Text [ english_us ] = "Fit wi~dth to text" ;
|
|
|
|
|
Text [ dutch ] = "Br~eedte aan tekst aanpassen" ;
|
|
|
|
|
Text [ italian ] = "~Adatta larghezza a testo" ;
|
|
|
|
|
Text [ spanish ] = "Ajus~tar ancho al texto" ;
|
|
|
|
|
Text [ french ] = "Adapter la lar~geur au texte" ;
|
|
|
|
|
Text [ swedish ] = "Anpassa ~bredd till text" ;
|
|
|
|
|
Text [ danish ] = "Tilpas ~bredde til tekst" ;
|
|
|
|
|
Text [ portuguese ] = "Ajustar ~largura ao texto" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Ajustar a ~largura ao texto" ;
|
|
|
|
|
Text[ chinese_simplified ] = "和文字宽度对应(~D)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Dop~asuj szeroko<6B><6F> do tekstu";
|
|
|
|
|
Text[ japanese ] = "テキストに幅を合わせる(~D)";
|
|
|
|
|
Text[ chinese_traditional ] = "寬度和內文對齊(~D)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>~<7E><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "텍스트에 너비 맞춤(~D)";
|
|
|
|
|
Text[ turkish ] = "Ge~ni<6E>li<6C>i metne uyarla";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Adapta l'ampla~da al text";
|
|
|
|
|
Text[ finnish ] = "~Sovita leveys tekstiin";
|
|
|
|
|
Text[ thai ] = "จัดความก~ว้างพอดีข้อความ";
|
|
|
|
|
Text[ czech ] = "Přizpůsobit šířku textu";
|
|
|
|
|
Text[ hebrew ] = "~Breite an Text anpassen";
|
|
|
|
|
Text[ hindi ] = "टेक्स्ट् केलिए योग्य चौ~डाई";
|
|
|
|
|
Text[ slovak ] = "Prispôsobiť ší~rku na text";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "~Szélesség igazítása a szöveghez";
|
|
|
|
|
Text[ slovenian ] = "Prilagodi ši~rino besedilu";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
TriStateBox TSB_AUTOGROW_HEIGHT
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 28 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 102 , 10 ) ;
|
|
|
|
|
Text = "~H<>he an Text anpassen" ;
|
|
|
|
|
Text [ ENGLISH ] = "Fit ~height to text" ;
|
|
|
|
|
Text [ english_us ] = "Fit h~eight to text" ;
|
|
|
|
|
Text [ dutch ] = "Hoogte ~aan tekst aanpassen" ;
|
|
|
|
|
Text [ italian ] = "A~datta altezza a testo" ;
|
|
|
|
|
Text [ spanish ] = "~Ajustar altura al texto" ;
|
|
|
|
|
Text [ french ] = "Adapter la hauteur au texte" ;
|
|
|
|
|
Text [ swedish ] = "Anpassa h<>j~d till text" ;
|
|
|
|
|
Text [ danish ] = "Tilpas h<>j~de til tekst" ;
|
|
|
|
|
Text [ portuguese ] = "Ajustar ~altura ao texto" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Ajustar a ~altura ao texto" ;
|
|
|
|
|
Text[ chinese_simplified ] = "和文字高度对应(~E)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Dopasuj ~wysoko<6B><6F> do tekstu";
|
|
|
|
|
Text[ japanese ] = "テキストに高さを合わせる(~E)";
|
|
|
|
|
Text[ chinese_traditional ] = "高度和內文對齊(~E)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>~<7E><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "텍스트에 높이 맞춤(~E)";
|
|
|
|
|
Text[ turkish ] = "Y<>~ksekli<6C>i metne uyarla";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Ajusta a l'al<61>ada del text";
|
|
|
|
|
Text[ finnish ] = "~Sovita korkeus tekstiin";
|
|
|
|
|
Text[ thai ] = "จัดความสู~งพอดีข้อความ";
|
|
|
|
|
Text[ czech ] = "Přizpůsobit výšku textu";
|
|
|
|
|
Text[ hebrew ] = "~Höhe an Text anpassen";
|
|
|
|
|
Text[ hindi ] = "टेक्स्ट् केलिए योग्य ऊँ~चाई";
|
|
|
|
|
Text[ slovak ] = "Prispôsobiť ~výšku na text";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "M~agasság igazítása a szöveghez";
|
|
|
|
|
Text[ slovenian ] = "Prilagodi vi~šino besedilu";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
TriStateBox TSB_FIT_TO_SIZE
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 42 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 102 , 10 ) ;
|
|
|
|
|
Text = "Am Rahmen ~anpassen" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Fit to size" ;
|
|
|
|
|
Text [ dutch ] = "Aanpassen aan ~kader" ;
|
|
|
|
|
Text [ english_us ] = "~Fit to frame" ;
|
|
|
|
|
Text [ italian ] = "Adatta alla cornice" ;
|
|
|
|
|
Text [ spanish ] = "Aju~star al marco" ;
|
|
|
|
|
Text [ french ] = "Adapter au cadre" ;
|
|
|
|
|
Text [ swedish ] = "~Anpassa till ram" ;
|
|
|
|
|
Text [ danish ] = "Tilp~as til ramme" ;
|
|
|
|
|
Text [ portuguese ] = "Adaptar <20> ~moldura" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Ajustar na ~moldura" ;
|
|
|
|
|
Text[ chinese_simplified ] = "和边框大小相对应(~F)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Dopasuj do ramki";
|
|
|
|
|
Text[ japanese ] = "枠に合わせる(~F)";
|
|
|
|
|
Text[ chinese_traditional ] = "和邊框大小對應(~F)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>~<7E><><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "프레임에 맞춤(~F)";
|
|
|
|
|
Text[ turkish ] = "<22>er<65>eveye ~ayarla";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "A~dapta al marc";
|
|
|
|
|
Text[ finnish ] = "~Sovita kehykseen";
|
|
|
|
|
Text[ thai ] = "~จัดพอดีกรอบ";
|
|
|
|
|
Text[ czech ] = "Přizpůsobit do rámce";
|
|
|
|
|
Text[ hebrew ] = "Am Rahmen ~anpassen";
|
|
|
|
|
Text[ hindi ] = "फ़्रेम केलिए ~योग्य";
|
|
|
|
|
Text[ slovak ] = "Prispôsobiť do ~rámca";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "~Igazítás a kerethez";
|
|
|
|
|
Text[ slovenian ] = "~Prilagodi okviru";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
TriStateBox TSB_CONTOUR
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 56 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 102 , 10 ) ;
|
|
|
|
|
Text = "~Konturfluss" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Contour" ;
|
|
|
|
|
Text [ portuguese ] = "Ajustar ao ~contorno" ;
|
|
|
|
|
Text [ english_us ] = "~Adjust to contour" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Ajustar ao ~contorno" ;
|
|
|
|
|
Text [ swedish ] = "~Konturfl<66>de" ;
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text [ danish ] = "~Konturforl<72>b" ;
|
2003-07-03 15:40:36 +00:00
|
|
|
|
Text [ italian ] = "Flusso di contorno" ;
|
|
|
|
|
Text [ spanish ] = "Ajustar al ~contorno" ;
|
|
|
|
|
Text [ french ] = "Adapter au ~contour" ;
|
|
|
|
|
Text [ dutch ] = "~Contourverloop" ;
|
|
|
|
|
Text[ chinese_simplified ] = "文字流对应轮廓(~A)";
|
|
|
|
|
Text[ russian ] = "~<7E> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "D~opasuj do konturu";
|
|
|
|
|
Text[ japanese ] = "輪郭に合わせる(~A)";
|
|
|
|
|
Text[ chinese_traditional ] = "和輪廓對齊(~A)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "윤곽에 맞춤(~A)";
|
|
|
|
|
Text[ turkish ] = "~Kontur ak<61><6B><EFBFBD>";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Ajusta al contorn";
|
|
|
|
|
Text[ finnish ] = "~S<><53>d<EFBFBD> <20><>riviivaan";
|
|
|
|
|
Text[ thai ] = "~ปรับถึงเส้นแสดงรูปร่าง";
|
|
|
|
|
Text[ czech ] = "Přizpůsobit křivce";
|
|
|
|
|
Text[ hebrew ] = "~Konturfluss";
|
|
|
|
|
Text[ hindi ] = "परिवेश केलिए ~ठीक करो";
|
|
|
|
|
Text[ slovak ] = "Prispôsobiť na ~krivku";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "~Igazítás a körvonalhoz";
|
|
|
|
|
Text[ slovenian ] = "~Prilagodi obrisu";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
2004-04-02 13:06:16 +00:00
|
|
|
|
TriStateBox TSB_WORDWRAP_TEXT
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE;
|
|
|
|
|
Pos = MAP_APPFONT( 132, 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT( 102 , 10 ) ;
|
|
|
|
|
Text = "~Text in Form umbrechen";
|
|
|
|
|
Text [ ENGLISH ] = "~Word wrap text in shape";
|
|
|
|
|
Text [ english_us ] = "~Word wrap text in shape";
|
|
|
|
|
};
|
|
|
|
|
TriStateBox TSB_AUTOGROW_SIZE
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE;
|
|
|
|
|
Pos = MAP_APPFONT( 132, 28 );
|
|
|
|
|
Size = MAP_APPFONT( 102 , 10 );
|
|
|
|
|
Text = "~Gr<47><72>e der Form dem Text anpassen";
|
|
|
|
|
Text [ ENGLISH ] = "~Resize shape to fit text";
|
|
|
|
|
Text [ english_us ] = "~Resize shape to fit text";
|
|
|
|
|
};
|
2003-07-03 15:40:36 +00:00
|
|
|
|
FixedLine FL_DISTANCE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 72 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 114 , RSC_CD_FIXEDLINE_HEIGHT ) ;
|
|
|
|
|
Text = "Abstand vom Rahmen" ;
|
|
|
|
|
Text [ ENGLISH ] = "Distance from border" ;
|
|
|
|
|
Text [ english_us ] = "Spacing to borders" ;
|
|
|
|
|
Text [ italian ] = "Distanza dalla cornice" ;
|
|
|
|
|
Text [ spanish ] = "Distancia al marco" ;
|
|
|
|
|
Text [ french ] = "<22>cart du cadre" ;
|
|
|
|
|
Text [ dutch ] = "Afstand tot kader" ;
|
|
|
|
|
Text [ swedish ] = "Avst<73>nd till ram" ;
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text [ danish ] = "Afstand til kanter" ;
|
2003-07-03 15:40:36 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Afastamento at<61> as bordas" ;
|
|
|
|
|
Text [ portuguese ] = "Espa<70>o at<61> moldura" ;
|
|
|
|
|
Text[ chinese_simplified ] = "至边框的距离";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Odst<73>p od kraw<61>dzi";
|
|
|
|
|
Text[ japanese ] = "枠からの間隔";
|
|
|
|
|
Text[ chinese_traditional ] = "邊框的間隔";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "테두리와의 간격";
|
|
|
|
|
Text[ turkish ] = "Kenar bo<62>lu<6C>u";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Dist<73>ncia al marc";
|
|
|
|
|
Text[ finnish ] = "V<>li reunoihin";
|
|
|
|
|
Text[ thai ] = "ระยะห่างถึงเส้นขอบ";
|
|
|
|
|
Text[ czech ] = "Vzdálenost k okrajům";
|
|
|
|
|
Text[ hebrew ] = "Abstand vom Rahmen";
|
|
|
|
|
Text[ hindi ] = "किनारों के बीच अंतर देना";
|
|
|
|
|
Text[ slovak ] = "Vzdialenosť od okrajov";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "Távolság a szegélyektől";
|
|
|
|
|
Text[ slovenian ] = "Razmik do obrob";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_LEFT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 85 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
|
|
|
|
Text = "~Links" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Left" ;
|
|
|
|
|
Text [ english_us ] = "~Left" ;
|
|
|
|
|
Text [ italian ] = "A sinistra" ;
|
|
|
|
|
Text [ spanish ] = "~Izquierda" ;
|
|
|
|
|
Text [ french ] = "<22> gauche" ;
|
|
|
|
|
Text [ dutch ] = "~Links" ;
|
|
|
|
|
Text [ swedish ] = "~V<>nster" ;
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text [ danish ] = "~Venstre" ;
|
2003-07-03 15:40:36 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "~Esquerda" ;
|
|
|
|
|
Text [ portuguese ] = "~Esquerda" ;
|
|
|
|
|
Text[ chinese_simplified ] = "左(~L)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Z ~lewej";
|
|
|
|
|
Text[ japanese ] = "左(~L)";
|
|
|
|
|
Text[ chinese_traditional ] = "向左(~L)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "왼쪽(~L)";
|
|
|
|
|
Text[ turkish ] = "~Sol";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Esquerra";
|
|
|
|
|
Text[ finnish ] = "~Vasen";
|
|
|
|
|
Text[ thai ] = "~ซ้าย";
|
|
|
|
|
Text[ czech ] = "Vlevo";
|
|
|
|
|
Text[ hebrew ] = "~Links";
|
|
|
|
|
Text[ hindi ] = "~बायाँ";
|
|
|
|
|
Text[ slovak ] = "Vľ~avo";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "~Bal";
|
|
|
|
|
Text[ slovenian ] = "~Levo";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_RIGHT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 101 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
|
|
|
|
Text = "~Rechts" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Right" ;
|
|
|
|
|
Text [ english_us ] = "~Right" ;
|
|
|
|
|
Text [ italian ] = "A destra" ;
|
|
|
|
|
Text [ spanish ] = "Derecha" ;
|
|
|
|
|
Text [ french ] = "<22> droite" ;
|
|
|
|
|
Text [ dutch ] = "~Rechts" ;
|
|
|
|
|
Text [ swedish ] = "H<>g~er" ;
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text [ danish ] = "~H<>jre" ;
|
2003-07-03 15:40:36 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "~Direita" ;
|
|
|
|
|
Text [ portuguese ] = "~Direita" ;
|
|
|
|
|
Text[ chinese_simplified ] = "右(~R)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Z ~prawej";
|
|
|
|
|
Text[ japanese ] = "右(~R)";
|
|
|
|
|
Text[ chinese_traditional ] = "向右(~R)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "오른쪽(~R)";
|
|
|
|
|
Text[ turkish ] = "Sa~<7E>";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Dreta";
|
|
|
|
|
Text[ finnish ] = "~Oikea";
|
|
|
|
|
Text[ thai ] = "~ขวา";
|
|
|
|
|
Text[ czech ] = "Vpravo";
|
|
|
|
|
Text[ hebrew ] = "~Rechts";
|
|
|
|
|
Text[ hindi ] = "~दाहिना";
|
|
|
|
|
Text[ slovak ] = "Vp~ravo";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "~Jobb";
|
|
|
|
|
Text[ slovenian ] = "~Desno";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_TOP
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 117 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
|
|
|
|
Text = "~Oben" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Top" ;
|
|
|
|
|
Text [ english_us ] = "~Top" ;
|
|
|
|
|
Text [ italian ] = "In alto" ;
|
|
|
|
|
Text [ spanish ] = "Arriba" ;
|
|
|
|
|
Text [ french ] = "En haut" ;
|
|
|
|
|
Text [ dutch ] = "~Boven" ;
|
|
|
|
|
Text [ swedish ] = "~<7E>verkant" ;
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text [ danish ] = "~Top" ;
|
2003-07-03 15:40:36 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "~Superior" ;
|
|
|
|
|
Text [ portuguese ] = "~Superior" ;
|
|
|
|
|
Text[ chinese_simplified ] = "上(~T)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "U ~g<>ry";
|
|
|
|
|
Text[ japanese ] = "上(~T)";
|
|
|
|
|
Text[ chinese_traditional ] = "向上(~T)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "위(~T)";
|
|
|
|
|
Text[ turkish ] = "~<7E>st";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Part ~superior";
|
|
|
|
|
Text[ finnish ] = "~Yl<59>reuna";
|
|
|
|
|
Text[ thai ] = "~บน";
|
|
|
|
|
Text[ czech ] = "Nahoře";
|
|
|
|
|
Text[ hebrew ] = "~Oben";
|
|
|
|
|
Text[ hindi ] = "~ऊपर";
|
|
|
|
|
Text[ slovak ] = "~Hore";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "~Felül";
|
|
|
|
|
Text[ slovenian ] = "~Zgoraj";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_BOTTOM
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 133 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
|
|
|
|
Text = "~Unten" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Bottom" ;
|
|
|
|
|
Text [ english_us ] = "~Bottom" ;
|
|
|
|
|
Text [ italian ] = "In basso" ;
|
|
|
|
|
Text [ spanish ] = "A~bajo" ;
|
|
|
|
|
Text [ french ] = "En bas" ;
|
|
|
|
|
Text [ dutch ] = "~Onder" ;
|
|
|
|
|
Text [ swedish ] = "~Underkant" ;
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text [ danish ] = "~Bund" ;
|
2003-07-03 15:40:36 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "~Inferior" ;
|
|
|
|
|
Text [ portuguese ] = "~Inferior" ;
|
|
|
|
|
Text[ chinese_simplified ] = "下(~B)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~U do<64>u";
|
|
|
|
|
Text[ japanese ] = "下(~B)";
|
|
|
|
|
Text[ chinese_traditional ] = "向下(~B)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "아래(~B)";
|
|
|
|
|
Text[ turkish ] = "~Alt";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Part ~inferior";
|
|
|
|
|
Text[ finnish ] = "~Alareuna";
|
|
|
|
|
Text[ thai ] = "~ล่าง";
|
|
|
|
|
Text[ czech ] = "Dole";
|
|
|
|
|
Text[ hebrew ] = "~Unten";
|
|
|
|
|
Text[ hindi ] = "~नीचे";
|
|
|
|
|
Text[ slovak ] = "~Dole";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "A~lul";
|
|
|
|
|
Text[ slovenian ] = "~Spodaj";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField MTR_FLD_LEFT
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 69 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 45 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_MM ;
|
|
|
|
|
Minimum = -10000 ;
|
|
|
|
|
First = -10000 ;
|
|
|
|
|
Maximum = 10000 ;
|
|
|
|
|
Last = 10000 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
MetricField MTR_FLD_RIGHT
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 69 , 99 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 45 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_MM ;
|
|
|
|
|
Minimum = -10000 ;
|
|
|
|
|
First = -10000 ;
|
|
|
|
|
Maximum = 10000 ;
|
|
|
|
|
Last = 10000 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
MetricField MTR_FLD_TOP
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 69 , 115 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 45 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_MM ;
|
|
|
|
|
Minimum = -10000 ;
|
|
|
|
|
First = -10000 ;
|
|
|
|
|
Maximum = 10000 ;
|
|
|
|
|
Last = 10000 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
MetricField MTR_FLD_BOTTOM
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 69 , 131 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 45 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_MM ;
|
|
|
|
|
Minimum = -10000 ;
|
|
|
|
|
First = -10000 ;
|
|
|
|
|
Maximum = 10000 ;
|
|
|
|
|
Last = 10000 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_SEPARATOR
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 121 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH , 66 ) ;
|
|
|
|
|
Vert = TRUE;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_POSITION
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 126 , 72 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 128 , RSC_CD_FIXEDLINE_HEIGHT ) ;
|
|
|
|
|
Text = "Textverankerung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Anchor text" ;
|
|
|
|
|
Text [ dutch ] = "Tekstverankering" ;
|
|
|
|
|
Text [ english_us ] = "Text anchor" ;
|
|
|
|
|
Text [ italian ] = "Ancoraggio testo" ;
|
|
|
|
|
Text [ spanish ] = "Anclaje del texto" ;
|
|
|
|
|
Text [ french ] = "Ancrage du texte" ;
|
|
|
|
|
Text [ swedish ] = "Textf<74>rankring" ;
|
|
|
|
|
Text [ danish ] = "Tekstforankring" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "<22>ncora do texto" ;
|
|
|
|
|
Text [ portuguese ] = "<22>ncora do texto" ;
|
|
|
|
|
Text[ chinese_simplified ] = "文字锁定";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Zakotwiczenie tekstu";
|
|
|
|
|
Text[ japanese ] = "テキストのアンカー";
|
|
|
|
|
Text[ chinese_traditional ] = "文字鎖定";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "텍스트 기준 위치";
|
|
|
|
|
Text[ turkish ] = "Metin <20>apas<61>";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Ancoratge del text";
|
|
|
|
|
Text[ finnish ] = "Tekstin ankkuri";
|
|
|
|
|
Text[ thai ] = "สมอของข้อความ";
|
|
|
|
|
Text[ czech ] = "Ukotvení textu";
|
|
|
|
|
Text[ hebrew ] = "Textverankerung";
|
|
|
|
|
Text[ hindi ] = "टेक्स्ट् ऐन्कर";
|
|
|
|
|
Text[ slovak ] = "Ukotvenie textu";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "Szöveghorgonypont";
|
|
|
|
|
Text[ slovenian ] = "Sidro besedila";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
Control CTL_POSITION
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_TEXTATTR_CTL_POSITION ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 132 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 116 , 52 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
TriStateBox TSB_FULL_WIDTH
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 132 , 139 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 116 , 10 ) ;
|
|
|
|
|
Text = "~Ganze Breite" ;
|
|
|
|
|
Text [ ENGLISH ] = "Full ~width" ;
|
|
|
|
|
Text [ dutch ] = "Volle~dige breedte" ;
|
|
|
|
|
Text [ english_us ] = "Full ~width" ;
|
|
|
|
|
Text [ italian ] = "A tutta larghezza" ;
|
|
|
|
|
Text [ spanish ] = "A~ncho total" ;
|
|
|
|
|
Text [ french ] = "Sur toute la largeur" ;
|
|
|
|
|
Text [ swedish ] = "Hel b~redd" ;
|
|
|
|
|
Text [ danish ] = "~Fuld bredde" ;
|
|
|
|
|
Text [ portuguese ] = "~Largura toda" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Largura total" ;
|
|
|
|
|
Text[ chinese_simplified ] = "整个宽度(~W)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Ca<43>a szeroko<6B><6F>";
|
|
|
|
|
Text[ japanese ] = "全幅(~W)";
|
|
|
|
|
Text[ chinese_traditional ] = "整個寬度(~W)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "전체 너비(~W)";
|
|
|
|
|
Text[ turkish ] = "~Tam geni<6E>lik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Toda l'a~mplada";
|
|
|
|
|
Text[ finnish ] = "~T<>ysi leveys";
|
|
|
|
|
Text[ thai ] = "เต็มความ~กว้าง";
|
|
|
|
|
Text[ czech ] = "Plná šířka";
|
|
|
|
|
Text[ hebrew ] = "רוחב מלא";
|
|
|
|
|
Text[ hindi ] = "सम्पूर्ण ~चौडाई";
|
|
|
|
|
Text[ slovak ] = "Plná ší~rka";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "Teljes ~szélesség";
|
|
|
|
|
Text[ slovenian ] = "Polna ~širina";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
Text[ chinese_simplified ] = "文字";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Tekst";
|
|
|
|
|
Text[ japanese ] = "テキスト";
|
|
|
|
|
Text[ chinese_traditional ] = "文字";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "텍스트";
|
|
|
|
|
Text[ turkish ] = "Metin";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Text";
|
|
|
|
|
Text[ finnish ] = "Teksti";
|
|
|
|
|
Text[ thai ] = "ข้อความ";
|
|
|
|
|
Text[ czech ] = "Text";
|
|
|
|
|
Text[ hebrew ] = "טקסט";
|
|
|
|
|
Text[ hindi ] = "टेक्स्ट्";
|
|
|
|
|
Text[ slovak ] = "Text";
|
2003-12-17 13:17:09 +00:00
|
|
|
|
Text[ hungarian ] = "Szöveg";
|
|
|
|
|
Text[ slovenian ] = "Besedilo";
|
2003-07-03 15:40:36 +00:00
|
|
|
|
};
|
|
|
|
|
// ********************************************************************** EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-17 10:24:25 +00:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 15:40:36 +00:00
|
|
|
|
|
2003-12-17 13:17:09 +00:00
|
|
|
|
|
2003-07-03 15:40:36 +00:00
|
|
|
|
|
|
|
|
|
|