526 lines
20 KiB
Plaintext
526 lines
20 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: textattr.src,v $
|
||
*
|
||
* $Revision: 1.14 $
|
||
*
|
||
* last change: $Author: rt $ $Date: 2001-05-30 20:59:07 $
|
||
*
|
||
* 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 ] = "Text" ;
|
||
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 ] = "Text" ;
|
||
Text [ portuguese ] = "Texto" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Tekst";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ";
|
||
Text[ turkish ] = "Metin";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Texto";
|
||
Text[ finnish ] = "Teksti";
|
||
};
|
||
TriStateBox TSB_AUTOGROW_WIDTH
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
||
Size = MAP_APPFONT ( 100 , 12 ) ;
|
||
Text = "Br~eite 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 ~largeur au texte" ;
|
||
Text [ swedish ] = "Anpassa br~edd till text" ;
|
||
Text [ danish ] = "Tilpas bredde til tekst" ;
|
||
Text [ portuguese ] = "Ajustar ~largura ao texto" ;
|
||
Text [ portuguese_brazilian ] = "Br~eite an Text anpassen" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ֿ<EFBFBD><D6BF>ȶ<EFBFBD>Ӧ(~D)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Dopasuj szeroko~<7E><> do tekstu";
|
||
Text[ japanese ] = "÷<>Ăɕ<C482><C995><EFBFBD><EFBFBD><EFBFBD><EFBFBD>킹<EFBFBD><ED82B9>(~D)";
|
||
Text[ chinese_traditional ] = "<22>e<EFBFBD>שM<D7A9><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~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><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ<EFBFBD><C6AE> <20>ʺ<EFBFBD> <20><><EFBFBD><EFBFBD>(~D)";
|
||
Text[ turkish ] = "~Geni<6E>li<6C>i metne g<>re ayarla";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Ajus~tar ancho al texto";
|
||
Text[ finnish ] = "~Sovita leveys tekstiin";
|
||
};
|
||
TriStateBox TSB_AUTOGROW_HEIGHT
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 30 ) ;
|
||
Size = MAP_APPFONT ( 100 , 12 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? H~<7E>he an Text anpassen : H~<7E>he an Text anpassen */
|
||
/* ### ACHTUNG: Neuer Text in Resource? H~<7E>he an Text anpassen : H~<7E>he an Text anpassen */
|
||
Text = "H~<7E>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 h~auteur au texte" ;
|
||
Text [ swedish ] = "Anpassa h<>jd ~till text" ;
|
||
Text [ danish ] = "Tilpas h<>jde til tekst" ;
|
||
Text [ portuguese ] = "Ajustar ~altura ao texto" ;
|
||
Text [ portuguese_brazilian ] = "H~?e an Text anpassen" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ָ߶ȶ<DFB6>Ӧ(~E)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Dopas~uj wysoko<6B><6F> do tekstu";
|
||
Text[ japanese ] = "÷<>Ăɍ<C482><C98D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>킹<EFBFBD><ED82B9>(~E)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>שM<D7A9><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~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><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ<EFBFBD><C6AE> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~E)";
|
||
Text[ turkish ] = "~Y<>ksekli<6C>i metne g<>re ayarla";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Ajustar altura al texto";
|
||
Text[ finnish ] = "~Sovita korkeus tekstiin";
|
||
};
|
||
TriStateBox TSB_FIT_TO_SIZE
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 46 ) ;
|
||
Size = MAP_APPFONT ( 100 , 12 ) ;
|
||
Text = "Am R~ahmen anpassen" ;
|
||
Text [ ENGLISH ] = "~Fit to size" ;
|
||
Text [ dutch ] = "Aan ~kader aanpassen" ;
|
||
Text [ english_us ] = "~Fit to frame" ;
|
||
Text [ italian ] = "Adatta alla cornice" ;
|
||
Text [ spanish ] = "Aju~star al marco" ;
|
||
Text [ french ] = "Adapter au ca~dre" ;
|
||
Text [ swedish ] = "Anpassa till r~am" ;
|
||
Text [ danish ] = "Tilpas til rammen" ;
|
||
Text [ portuguese ] = "Adaptar <20> ~moldura" ;
|
||
Text [ portuguese_brazilian ] = "Am R~ahmen anpassen" ;
|
||
Text[ chinese_simplified ] = "<22>ͱ߿<CDB1><DFBF><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD>Ӧ(~F)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Dopasuj do ramki";
|
||
Text[ japanese ] = "<22>g<EFBFBD>ɍ<EFBFBD><C98D>킹<EFBFBD><ED82B9>(~F)";
|
||
Text[ chinese_traditional ] = "<22>M<EFBFBD><4D><EFBFBD>ع<EFBFBD><D8B9><EFBFBD>(~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><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD> <20><><EFBFBD><EFBFBD>(~F)";
|
||
Text[ turkish ] = "Metni ~<7E>er<65>eveye uydur";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Aju~star al marco";
|
||
Text[ finnish ] = "~Sovita kehykseen";
|
||
};
|
||
TriStateBox TSB_CONTOUR
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 62 ) ;
|
||
Size = MAP_APPFONT ( 100 , 12 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~Konturflu<6C> : ~Konturflu<6C> */
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~Konturflu<6C> : ~Konturflu<6C> */
|
||
Text = "~Konturfluss" ;
|
||
Text [ ENGLISH ] = "~Contour" ;
|
||
Text [ portuguese ] = "Ajustar ao ~contorno" ;
|
||
Text [ english_us ] = "~Adjust to contour" ;
|
||
Text [ portuguese_brazilian ] = "~Konturflu?" ;
|
||
Text [ swedish ] = "~Konturfl<66>de" ;
|
||
Text [ danish ] = "Konturforl<72>b" ;
|
||
Text [ italian ] = "Flusso di contorno" ;
|
||
Text [ spanish ] = "Ajustar al ~contorno" ;
|
||
Text [ french ] = "Adapter au ~contour" ;
|
||
Text [ dutch ] = "~Contourverloop" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6><EFBFBD><EFBFBD>(~A)";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Obieg konturu";
|
||
Text[ japanese ] = "<22>֊s<D68A>ɍ<EFBFBD><C98D>킹<EFBFBD><ED82B9>(~A)";
|
||
Text[ chinese_traditional ] = "<22>M<EFBFBD><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~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 ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>帧(~A)";
|
||
Text[ turkish ] = "~Kontur ak<61><6B><EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Ajustar al ~contorno";
|
||
Text[ finnish ] = "~S<><53>d<EFBFBD> <20><>riviivaan";
|
||
};
|
||
FixedLine FL_DISTANCE
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 83 ) ;
|
||
Size = MAP_APPFONT ( 114 , RSC_CD_FIXEDLINE_HEIGHT ) ;
|
||
//Size = MAP_APPFONT ( 98 , 75 ) ;
|
||
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" ;
|
||
Text [ danish ] = "Afstand fra rammen" ;
|
||
Text [ portuguese_brazilian ] = "Abstand vom Rahmen" ;
|
||
Text [ portuguese ] = "Espa<70>o at<61> moldura" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>߿<EFBFBD><DFBF>ľ<EFBFBD><C4BE><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Odleg<65>o<EFBFBD><6F> od ramki";
|
||
Text[ japanese ] = "<22>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD>̊Ԋu";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>ت<EFBFBD><D8AA><EFBFBD><EFBFBD>j";
|
||
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>";
|
||
Text[ korean ] = "<22>θ<D7B5><CEB8><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>er<65>eveye uzakl<6B>k";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Distancia al marco";
|
||
Text[ finnish ] = "Spacing to borders";
|
||
};
|
||
FixedText FT_LEFT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 96 ) ;
|
||
Size = MAP_APPFONT ( 49 , 10 ) ;
|
||
Text = "~Links" ;
|
||
Text [ ENGLISH ] = "~Left" ;
|
||
Text [ english_us ] = "~Left" ;
|
||
Text [ italian ] = "A sinistra" ;
|
||
Text [ spanish ] = "~Izquierda" ;
|
||
Text [ french ] = "~<7E> gauche" ;
|
||
Text [ dutch ] = "~Links" ;
|
||
Text [ swedish ] = "~V<>nster" ;
|
||
Text [ danish ] = "Venstre" ;
|
||
Text [ portuguese_brazilian ] = "~Links" ;
|
||
Text [ portuguese ] = "~Esquerda" ;
|
||
Text[ chinese_simplified ] = "<22><>(~L)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Z lewej";
|
||
Text[ japanese ] = "<22><>(~L)";
|
||
Text[ chinese_traditional ] = "<22>V<EFBFBD><56>(~L)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~L)";
|
||
Text[ turkish ] = "~Sol";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Izquierda";
|
||
Text[ finnish ] = "~Vasen";
|
||
};
|
||
FixedText FT_RIGHT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 112 ) ;
|
||
Size = MAP_APPFONT ( 49 , 10 ) ;
|
||
Text = "~Rechts" ;
|
||
Text [ ENGLISH ] = "~Right" ;
|
||
Text [ english_us ] = "~Right" ;
|
||
Text [ italian ] = "A destra" ;
|
||
Text [ spanish ] = "~Derecha" ;
|
||
Text [ french ] = "~<7E> droite" ;
|
||
Text [ dutch ] = "~Rechts" ;
|
||
Text [ swedish ] = "~H<>ger" ;
|
||
Text [ danish ] = "H<>jre" ;
|
||
Text [ portuguese_brazilian ] = "~Rechts" ;
|
||
Text [ portuguese ] = "~Direita" ;
|
||
Text[ chinese_simplified ] = "<22><>(~R)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Z prawej";
|
||
Text[ japanese ] = "<22>E(~R)";
|
||
Text[ chinese_traditional ] = "<22>V<EFBFBD>k(~R)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~R)";
|
||
Text[ turkish ] = "Sa~<7E>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Derecha";
|
||
Text[ finnish ] = "~Oikea";
|
||
};
|
||
FixedText FT_TOP
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 128 ) ;
|
||
Size = MAP_APPFONT ( 49 , 10 ) ;
|
||
Text = "~Oben" ;
|
||
Text [ ENGLISH ] = "~Top" ;
|
||
Text [ english_us ] = "~Top" ;
|
||
Text [ italian ] = "In alto" ;
|
||
Text [ spanish ] = "Arri~ba" ;
|
||
Text [ french ] = "~En haut" ;
|
||
Text [ dutch ] = "~Boven" ;
|
||
Text [ swedish ] = "~<7E>verkant" ;
|
||
Text [ danish ] = "Top" ;
|
||
Text [ portuguese_brazilian ] = "~Oben" ;
|
||
Text [ portuguese ] = "~Superior" ;
|
||
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[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><>(~T)";
|
||
Text[ turkish ] = "~<7E>st";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Arri~ba";
|
||
Text[ finnish ] = "~Yl<59>osa";
|
||
};
|
||
FixedText FT_BOTTOM
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 144 ) ;
|
||
Size = MAP_APPFONT ( 49 , 10 ) ;
|
||
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" ;
|
||
Text [ danish ] = "Bund" ;
|
||
Text [ portuguese_brazilian ] = "~Unten" ;
|
||
Text [ portuguese ] = "~Inferior" ;
|
||
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[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>Ʒ<EFBFBD>(~B)";
|
||
Text[ turkish ] = "~Alt";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "A~bajo";
|
||
Text[ finnish ] = "~Alaosa";
|
||
};
|
||
MetricField MTR_FLD_LEFT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 65 , 94 ) ;
|
||
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 ( 65 , 110 ) ;
|
||
Size = MAP_APPFONT ( 45 , 12 ) ;
|
||
//Pos = MAP_APPFONT ( 50 , 72 ) ;
|
||
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 ( 65 , 126 ) ;
|
||
Size = MAP_APPFONT ( 45 , 12 ) ;
|
||
//Pos = MAP_APPFONT ( 50 , 87 ) ;
|
||
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 ( 65 , 142 ) ;
|
||
Size = MAP_APPFONT ( 45 , 12 ) ;
|
||
//Pos = MAP_APPFONT ( 50 , 102 ) ;
|
||
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 ( 6 + 114, 83 + 10 ) ;
|
||
Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH, 150 - 83 - 10 + 12 ) ;
|
||
Vert = TRUE;
|
||
};
|
||
FixedLine FL_POSITION
|
||
{
|
||
Pos = MAP_APPFONT ( 126 , 83 ) ;
|
||
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 de texte" ;
|
||
Text [ swedish ] = "Textf<74>rankring" ;
|
||
Text [ danish ] = "Tekstforankring" ;
|
||
Text [ portuguese_brazilian ] = "Textverankerung" ;
|
||
Text [ portuguese ] = "<22>ncora do texto" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Zakotwiczenie tekstu";
|
||
Text[ japanese ] = "÷<>Ă̱ݶ<CCB1>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>r<EFBFBD><72><EFBFBD>w";
|
||
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 ] = "<22>ؽ<EFBFBD>Ʈ <20><>ġ <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Metin sabitleme";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Anclaje del texto";
|
||
Text[ finnish ] = "Text anchor";
|
||
};
|
||
Control CTL_POSITION
|
||
{
|
||
HelpId = HID_TEXTATTR_CTL_POSITION ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 132 , 94 ) ;
|
||
Size = MAP_APPFONT ( 116 , 52 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
TriStateBox TSB_FULL_WIDTH
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 132 , 150 ) ;
|
||
Size = MAP_APPFONT ( 116 , 12 ) ;
|
||
Text = "Ganze ~Breite" ;
|
||
Text [ ENGLISH ] = "Full ~width" ;
|
||
Text [ dutch ] = "Volle~dige breedte" ;
|
||
Text [ english_us ] = "Full ~width" ;
|
||
Text [ italian ] = "A tutta larghezza" ;
|
||
Text [ spanish ] = "Todo el a~ncho" ;
|
||
Text [ french ] = "Sur toute la ~largeur" ;
|
||
Text [ swedish ] = "Hel ~bredd" ;
|
||
Text [ danish ] = "Hele bredden" ;
|
||
Text [ portuguese ] = "~Largura toda" ;
|
||
Text [ portuguese_brazilian ] = "Ganze ~Breite" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~W)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Ca<43>a szeroko<6B><6F>";
|
||
Text[ japanese ] = "<22>S<EFBFBD><53>(~W)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>Ӽe<D3BC><65>(~W)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><>ü <20>ʺ<EFBFBD>(~W)";
|
||
Text[ turkish ] = "Metni, ~nesne geni<6E>li<6C>ine g<>re ayarla";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Todo el a~ncho";
|
||
Text[ finnish ] = "~T<>ysi leveys";
|
||
};
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Tekst";
|
||
Text[ japanese ] = "÷<><C3B7>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>r";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ";
|
||
Text[ turkish ] = "Metin";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Texto";
|
||
Text[ finnish ] = "Teksti";
|
||
};
|
||
// ********************************************************************** EOF
|