2000-09-18 16:15:01 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: tmpdlg.src,v $
|
|
|
|
|
*
|
2001-07-19 19:21:07 +00:00
|
|
|
|
* $Revision: 1.29 $
|
2000-09-18 16:15:01 +00:00
|
|
|
|
*
|
2001-07-19 19:21:07 +00:00
|
|
|
|
* last change: $Author: rt $ $Date: 2001-07-19 20:21:07 $
|
2000-09-18 16:15:01 +00:00
|
|
|
|
*
|
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
|
* either of the following licenses
|
|
|
|
|
*
|
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
|
*
|
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
|
*
|
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
|
* =============================================
|
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
|
*
|
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
|
*
|
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
|
* =================================================
|
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
|
*
|
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
|
* obligations concerning the Software.
|
|
|
|
|
*
|
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
|
*
|
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
|
*
|
|
|
|
|
* All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
#ifndef _SFX_HRC
|
|
|
|
|
#include <sfx2/sfx.hrc>
|
|
|
|
|
#endif
|
|
|
|
|
#include "fmtui.hrc"
|
|
|
|
|
#include "globals.hrc"
|
|
|
|
|
#include "svx/dialogs.hrc"
|
|
|
|
|
TabDialog DLG_TEMPLATE_1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Text = "Zeichenvorlage" ;
|
|
|
|
|
Text [ ENGLISH ] = "Character Style" ;
|
|
|
|
|
Text [ norwegian ] = "Character Style" ;
|
|
|
|
|
Text [ italian ] = "Modello di carattere" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Estilo de caracter" ;
|
|
|
|
|
Text [ portuguese ] = "Estilos de caracteres" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Merkist<73>n tyyli" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Tegntypografi" ;
|
|
|
|
|
Text [ french ] = "Style de caract<63>res" ;
|
|
|
|
|
Text [ swedish ] = "Teckenformatmall" ;
|
|
|
|
|
Text [ dutch ] = "Tekenopmaakprofiel" ;
|
|
|
|
|
Text [ spanish ] = "Estilo de car<61>cter" ;
|
|
|
|
|
Text [ english_us ] = "Character Style" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_STD ;
|
|
|
|
|
Text = "Schrift" ;
|
|
|
|
|
Text [ ENGLISH ] = "Font" ;
|
|
|
|
|
Text [ norwegian ] = "Skrift" ;
|
|
|
|
|
Text [ italian ] = "Carattere" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fonte" ;
|
|
|
|
|
Text [ portuguese ] = "Tipo de letra" ;
|
|
|
|
|
Text [ finnish ] = "Fontti" ;
|
|
|
|
|
Text [ danish ] = "Skrifttype" ;
|
|
|
|
|
Text [ french ] = "Police" ;
|
|
|
|
|
Text [ swedish ] = "Teckensnitt" ;
|
|
|
|
|
Text [ dutch ] = "Lettertype" ;
|
|
|
|
|
Text [ spanish ] = "Fuente" ;
|
|
|
|
|
Text [ english_us ] = "Font" ;
|
|
|
|
|
PageResID = TP_CHAR_STD ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Czcionka";
|
|
|
|
|
Text[ japanese ] = "̫<><CCAB>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>r<EFBFBD><72>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>۲<EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Yaz<61>tipi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Fuente";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_EXT ;
|
|
|
|
|
Text = "Schrifteffekt" ;
|
|
|
|
|
Text [ ENGLISH ] = "Font Effects" ;
|
|
|
|
|
Text [ norwegian ] = "Font Effects" ;
|
|
|
|
|
Text [ italian ] = "Effetto carattere" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Efeitos de fonte" ;
|
|
|
|
|
Text [ portuguese ] = "Efeitos do tipo de letra" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Fonttitehosteet" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Skrifteffekt" ;
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text [ french ] = "Effets de caract<63>res" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ swedish ] = "Teckensnittseffekt" ;
|
|
|
|
|
Text [ dutch ] = "Schrifteffect" ;
|
|
|
|
|
Text [ spanish ] = "Efectos de fuente" ;
|
|
|
|
|
Text [ english_us ] = "Font Effects" ;
|
|
|
|
|
PageResID = TP_CHAR_EXT ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Efekty czcionki";
|
|
|
|
|
Text[ japanese ] = "̫<>Č<EFBFBD><C48C><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>ĪG";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>۲<EFBFBD> ȿ<><C8BF>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ turkish ] = "Yaz<61>tipi efekti";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Efectos de fuente";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-11-27 07:59:23 +00:00
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_POS ;
|
|
|
|
|
PageResID = TP_CHAR_POS ;
|
|
|
|
|
Text = "Position" ;
|
|
|
|
|
Text [ ENGLISH ] = "Position" ;
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ english_us ] = "Position";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ portuguese ] = "Posi<73><69>o";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ dutch ] = "Positie";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ french ] = "Position";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ spanish ] = "Posici<63>n";
|
|
|
|
|
Text[ italian ] = "Posizione";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ danish ] = "Start_ved";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ swedish ] = "Position";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ polish ] = "Pozycja";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ portuguese_brazilian ] = "Position";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ japanese ] = "<22>ʒu";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ korean ] = "<22><>ġ";
|
|
|
|
|
Text[ chinese_simplified ] = "λ<><CEBB>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>m";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ turkish ] = "Konum";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Posici<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Sijainti";
|
2000-11-27 07:59:23 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_TWOLN ;
|
|
|
|
|
PageResID = TP_CHAR_TWOLN;
|
|
|
|
|
Text = "Asiatisches Layout" ;
|
|
|
|
|
Text [ ENGLISH ] = "Asian layout" ;
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ english_us ] = "Asian Layout";
|
2001-01-19 19:48:33 +00:00
|
|
|
|
Text[ portuguese ] = "Configura<72><61>o asi<73>tica";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-04-26 19:14:05 +00:00
|
|
|
|
Text[ dutch ] = "Aziatisch lay-out";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ french ] = "Mise en page asiatique";
|
|
|
|
|
Text[ spanish ] = "Dise<73>o asi<73>tico";
|
|
|
|
|
Text[ italian ] = "Layout asiatico";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ danish ] = "Asian layout";
|
|
|
|
|
Text[ swedish ] = "Asiatisk layout";
|
2001-03-31 05:43:11 +00:00
|
|
|
|
Text[ polish ] = "Uk<55>ad azjatycki";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ portuguese_brazilian ] = "Asian layout";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>{<7B><>ڲ<EFBFBD><DAB2><EFBFBD>";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ korean ] = "<22>ƽþ<C6BD> <20><><EFBFBD>̾ƿ<CCBE>";
|
2001-01-12 21:26:59 +00:00
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD>պ<EFBFBD><D5BA><EFBFBD>ʽ";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ turkish ] = "Asian layout";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Dise<73>o asi<73>tico";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Aasialainen asettelu";
|
2000-11-27 07:59:23 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-09-18 16:15:01 +00:00
|
|
|
|
{
|
|
|
|
|
Identifier = TP_BACKGROUND ;
|
|
|
|
|
Text = "Hintergrund" ;
|
|
|
|
|
Text [ ENGLISH ] = "Background" ;
|
|
|
|
|
Text [ norwegian ] = "Background" ;
|
|
|
|
|
Text [ italian ] = "Sfondo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fundo" ;
|
|
|
|
|
Text [ portuguese ] = "Plano de fundo" ;
|
|
|
|
|
Text [ finnish ] = "Tausta" ;
|
|
|
|
|
Text [ danish ] = "Baggrund" ;
|
|
|
|
|
Text [ french ] = "Arri<72>re-plan" ;
|
|
|
|
|
Text [ swedish ] = "Bakgrund" ;
|
|
|
|
|
Text [ dutch ] = "Achtergrond" ;
|
|
|
|
|
Text [ spanish ] = "Fondo" ;
|
|
|
|
|
Text [ english_us ] = "Background" ;
|
|
|
|
|
PageResID = TP_BACKGROUND ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "T<>o";
|
|
|
|
|
Text[ japanese ] = "<22>w<EFBFBD>i";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>I<EFBFBD><49>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Artalan";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Fondo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Text[ chinese_simplified ] = "<22>ַ<EFBFBD><D6B7><EFBFBD>ʽ";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Styl znaku";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-03-01 20:31:19 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>˦<EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Karakter bi<62>imi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Estilo de car<61>cter";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
TabDialog DLG_TEMPLATE_2
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Text = "Absatzvorlage" ;
|
|
|
|
|
Text [ ENGLISH ] = "Paragraph Style" ;
|
|
|
|
|
Text [ norwegian ] = "Paragraph Style" ;
|
|
|
|
|
Text [ italian ] = "Modello paragrafo" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Estilo de par?grafo" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "Estilo de par<61>grafo" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Kappaleen tyyli" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Afsnitstypografi" ;
|
|
|
|
|
Text [ french ] = "Style de paragraphe" ;
|
|
|
|
|
Text [ swedish ] = "Styckeformatmall" ;
|
|
|
|
|
Text [ dutch ] = "Alinea-opmaakprofiel" ;
|
|
|
|
|
Text [ spanish ] = "Estilo de p<>rrafo" ;
|
|
|
|
|
Text [ english_us ] = "Paragraph Style" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_PARA_STD ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Einz<6E>ge und Abst<73>nde : Einz<6E>ge und Abst<73>nde */
|
|
|
|
|
Text = "Einz<6E>ge und Abst<73>nde" ;
|
|
|
|
|
Text [ ENGLISH ] = "Indent and Spacing" ;
|
|
|
|
|
Text [ norwegian ] = "Indent and Spacing" ;
|
|
|
|
|
Text [ italian ] = "Rientro e spaziatura" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Indentar e Espa?ar" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "Avan<61>os e espa<70>amento" ;
|
|
|
|
|
Text [ finnish ] = "Sisennys ja v<>lit" ;
|
|
|
|
|
Text [ danish ] = "Indrykning og mellemrum" ;
|
|
|
|
|
Text [ french ] = "Retraits et <20>carts" ;
|
|
|
|
|
Text [ swedish ] = "Indrag och avst<73>nd" ;
|
|
|
|
|
Text [ dutch ] = "Inspringen en afstanden" ;
|
|
|
|
|
Text [ spanish ] = "Sangr<67>as y espacios" ;
|
|
|
|
|
Text [ english_us ] = "Indents & Spacing" ;
|
|
|
|
|
PageResID = TP_PARA_STD ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Wci<63>cia i odst<73>py";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ĂƊԊu";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>Y<EFBFBD>ƩM<C6A9><4D><EFBFBD>j";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>鿩<EFBFBD><E9BFA9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Girinti ve aral<61>klar";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Sangr<67>as y espacios";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_PARA_ALIGN ;
|
|
|
|
|
Text = "Ausrichtung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Alignment" ;
|
|
|
|
|
PageResID = TP_PARA_ALIGN ;
|
|
|
|
|
Text [ english_us ] = "Alignment" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Ausrichtung" ;
|
|
|
|
|
Text [ swedish ] = "Justering" ;
|
|
|
|
|
Text [ danish ] = "Justering" ;
|
|
|
|
|
Text [ italian ] = "Allineamento" ;
|
|
|
|
|
Text [ spanish ] = "Alineaci<63>n" ;
|
|
|
|
|
Text [ french ] = "Alignement" ;
|
|
|
|
|
Text [ dutch ] = "Uitlijning" ;
|
|
|
|
|
Text [ portuguese ] = "Alinhamento" ;
|
|
|
|
|
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[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Hizalama";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Alineaci<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Tasaus";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_PARA_EXT ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Textflu<6C> : Textflu<6C> */
|
|
|
|
|
Text = "Textfluss" ;
|
|
|
|
|
Text [ ENGLISH ] = "Text Flow" ;
|
|
|
|
|
Text [ norwegian ] = "Text Flow" ;
|
|
|
|
|
Text [ italian ] = "Flusso di testo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fluxo do Texto" ;
|
|
|
|
|
Text [ portuguese ] = "Fluxo de texto" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Tekstin rivitys" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Tekstretning" ;
|
|
|
|
|
Text [ french ] = "Encha<68>nements" ;
|
|
|
|
|
Text [ swedish ] = "Textfl<66>de" ;
|
|
|
|
|
Text [ dutch ] = "Tekstverloop" ;
|
|
|
|
|
Text [ spanish ] = "Flujo del texto" ;
|
|
|
|
|
Text [ english_us ] = "Text Flow" ;
|
|
|
|
|
PageResID = TP_PARA_EXT ;
|
|
|
|
|
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[ 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 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Flujo del texto";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-11-29 16:26:27 +00:00
|
|
|
|
{
|
|
|
|
|
Identifier = TP_PARA_ASIAN;
|
|
|
|
|
Text = "Asiatische Typographie" ;
|
|
|
|
|
Text [ ENGLISH ] = "Asian typography" ;
|
2000-12-11 22:21:51 +00:00
|
|
|
|
Text[ english_us ] = "Asian Typography";
|
2001-01-19 19:48:33 +00:00
|
|
|
|
Text[ portuguese ] = "Tipografia asi<73>tica";
|
2001-01-12 21:26:59 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-04-26 19:14:05 +00:00
|
|
|
|
Text[ dutch ] = "Aziatische typografie";
|
2000-12-11 22:21:51 +00:00
|
|
|
|
Text[ french ] = "Typographie asiatique";
|
2001-01-12 21:26:59 +00:00
|
|
|
|
Text[ spanish ] = "Tipograf<61>a asi<73>tica";
|
|
|
|
|
Text[ italian ] = "Tipografia asiatica";
|
2000-12-08 17:19:15 +00:00
|
|
|
|
Text[ danish ] = "Asian typography";
|
2001-01-12 21:26:59 +00:00
|
|
|
|
Text[ swedish ] = "Asiatisk typografi";
|
2000-12-08 17:19:15 +00:00
|
|
|
|
Text[ polish ] = "Typografia azjatycka";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Asian typography";
|
2001-03-21 19:53:11 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>{<7B>ꕶ<EFBFBD>̑̍<CC91>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22>ƽþ<C6BD> Ÿ<><C5B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><D7B7><EFBFBD>";
|
2000-12-08 17:19:15 +00:00
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD>պ<EFBFBD><D5BA><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>r";
|
|
|
|
|
Text[ turkish ] = "Asian typography";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Tipograf<61>a asi<73>tica";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Aasialaiset merkit";
|
2000-11-29 16:26:27 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-09-18 16:15:01 +00:00
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_STD ;
|
|
|
|
|
Text = "Schrift" ;
|
|
|
|
|
Text [ ENGLISH ] = "Font" ;
|
|
|
|
|
Text [ norwegian ] = "Skrift" ;
|
|
|
|
|
Text [ italian ] = "Carattere" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fonte" ;
|
|
|
|
|
Text [ portuguese ] = "Tipo de letra" ;
|
|
|
|
|
Text [ finnish ] = "Fontti" ;
|
|
|
|
|
Text [ danish ] = "Skrifttype" ;
|
|
|
|
|
Text [ french ] = "Police" ;
|
|
|
|
|
Text [ swedish ] = "Teckensnitt" ;
|
|
|
|
|
Text [ dutch ] = "Lettertype" ;
|
|
|
|
|
Text [ spanish ] = "Fuente" ;
|
|
|
|
|
Text [ english_us ] = "Font" ;
|
|
|
|
|
PageResID = TP_CHAR_STD ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Czcionka";
|
|
|
|
|
Text[ japanese ] = "̫<><CCAB>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>r<EFBFBD><72>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>۲<EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Yaz<61>tipi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Fuente";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_EXT ;
|
|
|
|
|
Text = "Schrifteffekte" ;
|
|
|
|
|
Text [ ENGLISH ] = "Font Effects" ;
|
|
|
|
|
Text [ norwegian ] = "Font Effects" ;
|
|
|
|
|
Text [ italian ] = "Effetto carattere" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Efeitos de fonte" ;
|
|
|
|
|
Text [ portuguese ] = "Efeitos do tipo de letra" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Fonttitehosteet" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Skrifteffekter" ;
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text [ french ] = "Effets de caract<63>res" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ swedish ] = "Teckensnittseffekter" ;
|
|
|
|
|
Text [ dutch ] = "Schrifteffecten" ;
|
|
|
|
|
Text [ spanish ] = "Efectos de fuente" ;
|
|
|
|
|
Text [ english_us ] = "Font Effects" ;
|
|
|
|
|
PageResID = TP_CHAR_EXT ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Efekty czcionki";
|
|
|
|
|
Text[ japanese ] = "̫<>Č<EFBFBD><C48C><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>ĪG";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>۲<EFBFBD> ȿ<><C8BF>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ turkish ] = "Yaz<61> tipi efektleri";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Efectos de fuente";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-11-27 07:59:23 +00:00
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_POS ;
|
|
|
|
|
PageResID = TP_CHAR_POS ;
|
|
|
|
|
Text = "Position" ;
|
|
|
|
|
Text [ ENGLISH ] = "Position" ;
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ english_us ] = "Position";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ portuguese ] = "Posi<73><69>o";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ dutch ] = "Positie";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ french ] = "Position";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ spanish ] = "Posici<63>n";
|
|
|
|
|
Text[ italian ] = "Posizione";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ danish ] = "Start_ved";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ swedish ] = "Position";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ polish ] = "Pozycja";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ portuguese_brazilian ] = "Position";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ japanese ] = "<22>ʒu";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ korean ] = "<22><>ġ";
|
|
|
|
|
Text[ chinese_simplified ] = "λ<><CEBB>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>m";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ turkish ] = "<22><> unvan<61>";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Posici<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Sijainti";
|
2000-11-27 07:59:23 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CHAR_TWOLN ;
|
|
|
|
|
PageResID = TP_CHAR_TWOLN;
|
|
|
|
|
Text = "Asiatisches Layout" ;
|
|
|
|
|
Text [ ENGLISH ] = "Asian layout" ;
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ english_us ] = "Asian Layout";
|
2001-01-19 19:48:33 +00:00
|
|
|
|
Text[ portuguese ] = "Configura<72><61>o asi<73>tica";
|
2000-12-06 14:05:04 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-04-26 19:14:05 +00:00
|
|
|
|
Text[ dutch ] = "Aziatisch lay-out";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ french ] = "Mise en page asiatique";
|
|
|
|
|
Text[ spanish ] = "Dise<73>o asi<73>tico";
|
|
|
|
|
Text[ italian ] = "Layout asiatico";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ danish ] = "Asian layout";
|
|
|
|
|
Text[ swedish ] = "Asiatisk layout";
|
2001-03-31 05:43:11 +00:00
|
|
|
|
Text[ polish ] = "Uk<55>ad azjatycki";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ portuguese_brazilian ] = "Asian layout";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>{<7B><>ڲ<EFBFBD><DAB2><EFBFBD>";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ korean ] = "<22>ƽþ<C6BD> <20><><EFBFBD>̾ƿ<CCBE>";
|
2001-01-12 21:26:59 +00:00
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD>պ<EFBFBD><D5BA><EFBFBD>ʽ";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-12-01 07:34:33 +00:00
|
|
|
|
Text[ turkish ] = "Asian layout";
|
2000-12-04 10:52:43 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Dise<73>o asi<73>tico";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Aasialainen asettelu";
|
2000-11-27 07:59:23 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
2000-09-18 16:15:01 +00:00
|
|
|
|
{
|
|
|
|
|
Identifier = TP_NUMPARA ;
|
|
|
|
|
Text = "Nummerierung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Numbering" ;
|
|
|
|
|
Text [ english_us ] = "Numbering" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Numerierung" ;
|
|
|
|
|
Text [ swedish ] = "Numrering" ;
|
|
|
|
|
Text [ danish ] = "Nummerering" ;
|
|
|
|
|
Text [ italian ] = "Numerazione" ;
|
|
|
|
|
Text [ spanish ] = "Numeraci<63>n" ;
|
|
|
|
|
Text [ french ] = "Num<75>rotation" ;
|
|
|
|
|
Text [ dutch ] = "Nummering" ;
|
|
|
|
|
Text [ portuguese ] = "Numera<72><61>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Numeracja";
|
|
|
|
|
Text[ japanese ] = "<22>ԍ<EFBFBD><D48D>t<EFBFBD><74>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>s<EFBFBD><73>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22><>ȣ<EFBFBD>ű<EFBFBD><C5B1><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Numaralama";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Numeraci<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Numerointi";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_TABULATOR ;
|
|
|
|
|
Text = "Tabulatoren" ;
|
|
|
|
|
Text [ ENGLISH ] = "Tabs" ;
|
|
|
|
|
Text [ norwegian ] = "Tabulatorer" ;
|
|
|
|
|
Text [ italian ] = "Tabulazioni" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Tabula??s" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "Tabula<6C><61>es" ;
|
|
|
|
|
Text [ finnish ] = "Sarkaimet" ;
|
|
|
|
|
Text [ danish ] = "Tabulatorer" ;
|
|
|
|
|
Text [ french ] = "Tabulations" ;
|
|
|
|
|
Text [ swedish ] = "Tabulatorer" ;
|
|
|
|
|
Text [ dutch ] = "Tabs" ;
|
|
|
|
|
Text [ spanish ] = "Tabulaciones" ;
|
|
|
|
|
Text [ english_us ] = "Tabs" ;
|
|
|
|
|
PageResID = TP_TABULATOR ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22>Ʊ<EFBFBD><C6B1><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Tabulatory";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>";
|
|
|
|
|
Text[ turkish ] = "Sekmeler";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Tabulaciones";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_DROPCAPS ;
|
|
|
|
|
Text = "Initialen" ;
|
|
|
|
|
Text [ ENGLISH ] = "Drop Caps" ;
|
|
|
|
|
Text [ norwegian ] = "Drop Caps" ;
|
|
|
|
|
Text [ italian ] = "Capolettera" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Capitulares descidas" ;
|
2001-03-09 20:03:28 +00:00
|
|
|
|
Text [ portuguese ] = "Capitulares" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ finnish ] = "Anfangit" ;
|
|
|
|
|
Text [ danish ] = "Initialer" ;
|
|
|
|
|
Text [ french ] = "Lettrines" ;
|
2000-10-27 16:46:40 +00:00
|
|
|
|
Text [ swedish ] = "Anfanger" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ dutch ] = "Initialen" ;
|
|
|
|
|
Text [ spanish ] = "Iniciales" ;
|
|
|
|
|
Text [ english_us ] = "Drop Caps" ;
|
|
|
|
|
PageResID = TP_DROPCAPS ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD>״<EFBFBD>д";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Inicja<6A>y";
|
|
|
|
|
Text[ japanese ] = "<22><>ۯ<EFBFBD>߷<EFBFBD><DFB7><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>j<EFBFBD>g";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>ܶ<EFBFBD> ù<><C3B9><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Ba<42>harfler";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Iniciales";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_BACKGROUND ;
|
|
|
|
|
Text = "Hintergrund" ;
|
|
|
|
|
Text [ ENGLISH ] = "Background" ;
|
|
|
|
|
Text [ norwegian ] = "Background" ;
|
|
|
|
|
Text [ italian ] = "Sfondo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fundo" ;
|
|
|
|
|
Text [ portuguese ] = "Plano de fundo" ;
|
|
|
|
|
Text [ finnish ] = "Tausta" ;
|
|
|
|
|
Text [ danish ] = "Baggrund" ;
|
|
|
|
|
Text [ french ] = "Arri<72>re-plan" ;
|
|
|
|
|
Text [ swedish ] = "Bakgrund" ;
|
|
|
|
|
Text [ dutch ] = "Achtergrond" ;
|
|
|
|
|
Text [ spanish ] = "Fondo" ;
|
|
|
|
|
Text [ english_us ] = "Background" ;
|
|
|
|
|
PageResID = TP_BACKGROUND ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "T<>o";
|
|
|
|
|
Text[ japanese ] = "<22>w<EFBFBD>i";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>I<EFBFBD><49>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Artalan";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Fondo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_BORDER ;
|
|
|
|
|
Text = "Umrandung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Border" ;
|
|
|
|
|
Text [ norwegian ] = "Border" ;
|
|
|
|
|
Text [ italian ] = "Bordo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Borda" ;
|
|
|
|
|
Text [ portuguese ] = "Contornos" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Reunat" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Ramme" ;
|
|
|
|
|
Text [ french ] = "Bordure" ;
|
|
|
|
|
Text [ swedish ] = "Inramning" ;
|
|
|
|
|
Text [ dutch ] = "Omranding" ;
|
|
|
|
|
Text [ spanish ] = "Borde" ;
|
|
|
|
|
Text [ english_us ] = "Borders" ;
|
|
|
|
|
PageResID = TP_BORDER ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22>߿<EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Obramowanie";
|
|
|
|
|
Text[ japanese ] = "<22>O<EFBFBD>g";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22>θ<D7B5>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Kenarl<72>k";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Borde";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_CONDCOLL ;
|
|
|
|
|
PageResID = TP_CONDCOLL ;
|
|
|
|
|
Text = "Bedingung" ;
|
|
|
|
|
Text [ English ] = "Condition" ;
|
|
|
|
|
Text [ english_us ] = "Condition" ;
|
|
|
|
|
Text [ italian ] = "Condizione" ;
|
|
|
|
|
Text [ spanish ] = "Condici<63>n" ;
|
|
|
|
|
Text [ french ] = "Condition" ;
|
|
|
|
|
Text [ dutch ] = "Voorwaarde" ;
|
|
|
|
|
Text [ swedish ] = "Villkor" ;
|
|
|
|
|
Text [ danish ] = "Betingelse" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Bedingung" ;
|
|
|
|
|
Text [ portuguese ] = "Condi<64><69>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Warunek";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Ko<4B>ul";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Condici<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Ehto";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Styl akapitu";
|
|
|
|
|
Text[ japanese ] = "<22>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>q<EFBFBD><71><EFBFBD>˦<EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>ܶ<EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Paragraf bi<62>imi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Estilo de p<>rrafo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
TabDialog DLG_TEMPLATE_4
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Text = "Seitenvorlage" ;
|
|
|
|
|
Text [ ENGLISH ] = "Page Style" ;
|
|
|
|
|
// Text[norwegian_wrong] = "Sidetyper";
|
|
|
|
|
// Text[italian_wrong] = "Stili pagina";
|
|
|
|
|
// Text[portuguese_brazilian_wrong] = "Estilos da P<>gina ";
|
|
|
|
|
// Text[portuguese_wrong] = "Estilos da P<>gina ";
|
|
|
|
|
// Text[finnish_wrong] = "Sivutyylit";
|
|
|
|
|
// Text[danish_wrong] = "Sidelayout";
|
|
|
|
|
// Text[french_wrong] = "Styles de page";
|
|
|
|
|
// Text[swedish_wrong] = "Sidformat";
|
|
|
|
|
// Text[dutch_wrong] = "Pagina-opmaakprofielen";
|
|
|
|
|
// Text[spanish_wrong] = "Estilos de p<>gina";
|
|
|
|
|
Text [ english_us ] = "Page Style" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
/* PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_PAGE_STD ;
|
|
|
|
|
Text = "Seite" ;
|
|
|
|
|
Text [ ENGLISH ] = "Page" ;
|
|
|
|
|
Text [ norwegian ] = "Page" ;
|
|
|
|
|
Text [ italian ] = "Pagina" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "P<>gina" ;
|
|
|
|
|
Text [ portuguese ] = "P<>gina" ;
|
|
|
|
|
Text [ finnish ] = "Sivu" ;
|
|
|
|
|
Text [ danish ] = "Side" ;
|
|
|
|
|
Text [ french ] = "Page" ;
|
|
|
|
|
Text [ swedish ] = "Sida" ;
|
|
|
|
|
Text [ dutch ] = "Pagina" ;
|
|
|
|
|
Text [ spanish ] = "P<>gina" ;
|
|
|
|
|
Text [ english_us ] = "Page" ;
|
|
|
|
|
PageResID = TP_PAGE_STD ;
|
|
|
|
|
};*/
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_BACKGROUND ;
|
|
|
|
|
Text = "Hintergrund" ;
|
|
|
|
|
Text [ ENGLISH ] = "Background" ;
|
|
|
|
|
Text [ norwegian ] = "Background" ;
|
|
|
|
|
Text [ italian ] = "Sfondo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fundo" ;
|
|
|
|
|
Text [ portuguese ] = "Plano de fundo" ;
|
|
|
|
|
Text [ finnish ] = "Tausta" ;
|
|
|
|
|
Text [ danish ] = "Baggrund" ;
|
|
|
|
|
Text [ french ] = "Arri<72>re-plan" ;
|
|
|
|
|
Text [ swedish ] = "Bakgrund" ;
|
|
|
|
|
Text [ dutch ] = "Achtergrond" ;
|
|
|
|
|
Text [ spanish ] = "Fondo" ;
|
|
|
|
|
Text [ english_us ] = "Background" ;
|
|
|
|
|
PageResID = TP_BACKGROUND ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "T<>o";
|
|
|
|
|
Text[ japanese ] = "<22>w<EFBFBD>i";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>I<EFBFBD><49>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Artalan";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Fondo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
/* PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_BORDER ;
|
|
|
|
|
Text = "Umrandung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Border" ;
|
|
|
|
|
Text [ norwegian ] = "Border" ;
|
|
|
|
|
Text [ italian ] = "Bordo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Borda" ;
|
|
|
|
|
Text [ portuguese ] = "Contorno" ;
|
|
|
|
|
Text [ finnish ] = "Reunaviiva" ;
|
|
|
|
|
Text [ danish ] = "R<>kkef<65>lge" ;
|
|
|
|
|
Text [ french ] = "Bordure" ;
|
|
|
|
|
Text [ swedish ] = "Kantlinje" ;
|
|
|
|
|
Text [ dutch ] = "Kader" ;
|
|
|
|
|
Text [ spanish ] = "Borde" ;
|
|
|
|
|
Text [ english_us ] = "Borders" ;
|
|
|
|
|
PageResID = TP_BORDER ;
|
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_HEADER_PAGE ;
|
|
|
|
|
Text = "Kopfzeile" ;
|
|
|
|
|
Text [ ENGLISH ] = "Header" ;
|
|
|
|
|
Text [ norwegian ] = "Header" ;
|
|
|
|
|
Text [ italian ] = "Intestazione" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Cabe<62>alho" ;
|
|
|
|
|
Text [ portuguese ] = "Cabe<62>alho" ;
|
|
|
|
|
Text [ finnish ] = "Yl<59>teksti" ;
|
|
|
|
|
Text [ danish ] = "Toptekst" ;
|
|
|
|
|
Text [ french ] = "En-t<>te page" ;
|
|
|
|
|
Text [ swedish ] = "Sidhuvud" ;
|
|
|
|
|
Text [ dutch ] = "Koptekst" ;
|
|
|
|
|
Text [ spanish ] = "L<>nea de encabezamiento" ;
|
|
|
|
|
Text [ english_us ] = "Header" ;
|
|
|
|
|
PageResID = TP_HEADER_PAGE ;
|
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_FOOTER_PAGE ;
|
|
|
|
|
Text = "Fu<46>zeile" ;
|
|
|
|
|
Text [ ENGLISH ] = "Footer" ;
|
|
|
|
|
Text [ norwegian ] = "Footer" ;
|
|
|
|
|
Text [ italian ] = "Pi<50> di pagina" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Rodap<61>" ;
|
|
|
|
|
Text [ portuguese ] = "Rodap<61>" ;
|
|
|
|
|
Text [ finnish ] = "Alateksti" ;
|
|
|
|
|
Text [ danish ] = "Bundtekst" ;
|
|
|
|
|
Text [ french ] = "Pied de page" ;
|
|
|
|
|
Text [ swedish ] = "Sidfot" ;
|
|
|
|
|
Text [ dutch ] = "Voettekst" ;
|
|
|
|
|
Text [ spanish ] = "Pie de p<>gina" ;
|
|
|
|
|
Text [ english_us ] = "Footer" ;
|
|
|
|
|
PageResID = TP_FOOTER_PAGE ;
|
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_COLUMN ;
|
|
|
|
|
Text = "Spalten" ;
|
|
|
|
|
Text [ ENGLISH ] = "Columns" ;
|
|
|
|
|
Text [ norwegian ] = "Kolonner" ;
|
|
|
|
|
Text [ italian ] = "Colonne" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Colunas" ;
|
|
|
|
|
Text [ portuguese ] = "Colunas" ;
|
|
|
|
|
Text [ finnish ] = "Sarakkeet" ;
|
|
|
|
|
Text [ danish ] = "Spalter" ;
|
|
|
|
|
Text [ french ] = "Arri<72>re-plan" ;
|
|
|
|
|
Text [ swedish ] = "Kolumner" ;
|
|
|
|
|
Text [ dutch ] = "Kolommen" ;
|
|
|
|
|
Text [ spanish ] = "Columnas" ;
|
|
|
|
|
Text [ english_us ] = "Columns" ;
|
|
|
|
|
PageResID = TP_COLUMN ;
|
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_FOOTNOTE_PAGE ;
|
|
|
|
|
Text = "Fu<46>note" ;
|
|
|
|
|
Text [ ENGLISH ] = "Footnote" ;
|
|
|
|
|
Text [ norwegian ] = "Footnote" ;
|
|
|
|
|
Text [ italian ] = "Nota a pi<70> di pagina" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Nota de p<> de p<>gina" ;
|
|
|
|
|
Text [ portuguese ] = "Nota de rodap<61>" ;
|
|
|
|
|
Text [ finnish ] = "Alaviite" ;
|
|
|
|
|
Text [ danish ] = "Fodnote" ;
|
|
|
|
|
Text [ french ] = "Note de bas de page" ;
|
|
|
|
|
Text [ swedish ] = "Fotnot" ;
|
|
|
|
|
Text [ dutch ] = "Voetnoot" ;
|
|
|
|
|
Text [ spanish ] = "Nota al pie de p<>gina" ;
|
|
|
|
|
Text [ english_us ] = "Footnote" ;
|
|
|
|
|
PageResID = TP_FOOTNOTE_PAGE ;
|
|
|
|
|
};*/
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Text [ dutch ] = "Pagina-opmaakprofiel" ;
|
|
|
|
|
Text [ italian ] = "Modello di pagina" ;
|
|
|
|
|
Text [ spanish ] = "Estilo de p<>gina" ;
|
|
|
|
|
Text [ french ] = "Style de page" ;
|
|
|
|
|
Text [ swedish ] = "Sidformatmall" ;
|
|
|
|
|
Text [ danish ] = "Sidetypografi" ;
|
|
|
|
|
Text [ portuguese ] = "Estilo de p<>gina" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Seitenvorlage" ;
|
|
|
|
|
Text[ chinese_simplified ] = "ҳ<><D2B3><EFBFBD><EFBFBD>ʽ";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Styl strony";
|
|
|
|
|
Text[ japanese ] = "<22>߰<EFBFBD><EFBFBD><DEBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>˦<EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22><> <20><><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Sayfa bi<62>imi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Estilo de p<>gina";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Sivun tyyli";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_PAGE_STD
|
|
|
|
|
{
|
|
|
|
|
Text = "Seite" ;
|
|
|
|
|
Text [ ENGLISH ] = "Page" ;
|
|
|
|
|
Text [ norwegian ] = "Page" ;
|
|
|
|
|
Text [ italian ] = "Pagina" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "P?gina" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "P<>gina" ;
|
|
|
|
|
Text [ finnish ] = "Sivu" ;
|
|
|
|
|
Text [ danish ] = "Side" ;
|
|
|
|
|
Text [ french ] = "Page" ;
|
|
|
|
|
Text [ swedish ] = "Sida" ;
|
|
|
|
|
Text [ dutch ] = "Pagina" ;
|
|
|
|
|
Text [ spanish ] = "P<>gina" ;
|
|
|
|
|
Text [ english_us ] = "Page" ;
|
|
|
|
|
Text[ chinese_simplified ] = "ҳ";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Strona";
|
|
|
|
|
Text[ japanese ] = "<22>߰<EFBFBD><DFB0>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-07-03 21:44:33 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Sayfa";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "P<>gina";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_PAGE_BORDER
|
|
|
|
|
{
|
|
|
|
|
Text = "Umrandung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Border" ;
|
|
|
|
|
Text [ norwegian ] = "Border" ;
|
|
|
|
|
Text [ italian ] = "Bordo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Borda" ;
|
|
|
|
|
Text [ portuguese ] = "Contornos" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Reunat" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Ramme" ;
|
|
|
|
|
Text [ french ] = "Bordure" ;
|
|
|
|
|
Text [ swedish ] = "Inramning" ;
|
|
|
|
|
Text [ dutch ] = "Omranding" ;
|
|
|
|
|
Text [ spanish ] = "Borde" ;
|
|
|
|
|
Text [ english_us ] = "Borders" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22>߿<EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Obramowanie";
|
|
|
|
|
Text[ japanese ] = "<22>O<EFBFBD>g";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>θ<D7B5>";
|
|
|
|
|
Text[ turkish ] = "Kenarl<72>k";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Borde";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_PAGE_HEADER
|
|
|
|
|
{
|
|
|
|
|
Text = "Kopfzeile" ;
|
|
|
|
|
Text [ ENGLISH ] = "Header" ;
|
|
|
|
|
Text [ norwegian ] = "Header" ;
|
|
|
|
|
Text [ italian ] = "Riga d'intestazione" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Cabe?alho" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "Cabe<62>alho" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Yl<59>otsikko" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Sidehoved" ;
|
|
|
|
|
Text [ french ] = "En-t<>te" ;
|
|
|
|
|
Text [ swedish ] = "Sidhuvud" ;
|
|
|
|
|
Text [ dutch ] = "Koptekst" ;
|
|
|
|
|
Text [ spanish ] = "Encabezamiento" ;
|
|
|
|
|
Text [ english_us ] = "Header" ;
|
|
|
|
|
Text[ chinese_simplified ] = "ҳü";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Nag<61><67>wek";
|
|
|
|
|
Text[ japanese ] = "ͯ<><CDAF>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>Ӹ<EFBFBD><D3B8><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "<22>stbilgi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Encabezamiento";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_PAGE_FOOTER
|
|
|
|
|
{
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Fu<46>zeile : Fu<46>zeile */
|
|
|
|
|
Text = "Fu<46>zeile" ;
|
|
|
|
|
Text [ ENGLISH ] = "Footer" ;
|
|
|
|
|
Text [ norwegian ] = "Footer" ;
|
|
|
|
|
Text [ italian ] = "Pi<50> di pagina" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Rodap?" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "Rodap<61>" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Alaselite" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Sidefod" ;
|
|
|
|
|
Text [ french ] = "Pied de page" ;
|
|
|
|
|
Text [ swedish ] = "Sidfot" ;
|
|
|
|
|
Text [ dutch ] = "Voettekst" ;
|
|
|
|
|
Text [ spanish ] = "Pie de p<>gina" ;
|
|
|
|
|
Text [ english_us ] = "Footer" ;
|
|
|
|
|
Text[ chinese_simplified ] = "ҳ<><D2B3>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Stopka";
|
|
|
|
|
Text[ japanese ] = "̯<>";
|
2001-03-01 20:31:19 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>ٴڱ<D9B4>";
|
|
|
|
|
Text[ turkish ] = "Altbilgi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Pie de p<>gina";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_PAGE_COLUMN
|
|
|
|
|
{
|
|
|
|
|
Text = "Spalten" ;
|
|
|
|
|
Text [ ENGLISH ] = "Columns" ;
|
|
|
|
|
Text [ norwegian ] = "Kolonner" ;
|
|
|
|
|
Text [ italian ] = "Colonne" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Colunas" ;
|
|
|
|
|
Text [ portuguese ] = "Colunas" ;
|
|
|
|
|
Text [ finnish ] = "Sarakkeet" ;
|
|
|
|
|
Text [ danish ] = "Kolonner" ;
|
|
|
|
|
Text [ french ] = "Colonnes" ;
|
|
|
|
|
Text [ swedish ] = "Kolumner" ;
|
|
|
|
|
Text [ dutch ] = "Kolommen" ;
|
|
|
|
|
Text [ spanish ] = "Columnas" ;
|
|
|
|
|
Text [ english_us ] = "Columns" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Kolumny";
|
|
|
|
|
Text[ japanese ] = "<22>i<EFBFBD>g<EFBFBD><67>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>";
|
|
|
|
|
Text[ turkish ] = "S<>tun";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Columnas";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_PAGE_FOOTNOTE
|
|
|
|
|
{
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Fu<46>note : Fu<46>note */
|
|
|
|
|
Text = "Fu<46>note" ;
|
|
|
|
|
Text [ ENGLISH ] = "Footnote" ;
|
|
|
|
|
Text [ norwegian ] = "Footnote" ;
|
|
|
|
|
Text [ italian ] = "Nota a pi<70> pagina" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Nota de p? de p?gina" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "Nota de rodap<61>" ;
|
|
|
|
|
Text [ finnish ] = "Alaviite" ;
|
|
|
|
|
Text [ danish ] = "Fodnote" ;
|
|
|
|
|
Text [ french ] = "Note de bas de page" ;
|
|
|
|
|
Text [ swedish ] = "Fotnot" ;
|
|
|
|
|
Text [ dutch ] = "Voetnoot" ;
|
|
|
|
|
Text [ spanish ] = "Nota al pie" ;
|
|
|
|
|
Text [ english_us ] = "Footnote" ;
|
|
|
|
|
Text[ chinese_simplified ] = "ע<><D7A2>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Przypis dolny";
|
|
|
|
|
Text[ japanese ] = "<22>r<EFBFBD><72>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>}";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Dipnot";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Nota al pie";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
TabDialog DLG_TEMPLATE_3
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Text = "Rahmenvorlage" ;
|
|
|
|
|
Text [ ENGLISH ] = "Frame Style" ;
|
|
|
|
|
// Text[norwegian_wrong] = "Rammemaler";
|
|
|
|
|
// Text[italian_wrong] = "Stili cornice";
|
|
|
|
|
// Text[portuguese_brazilian_wrong] = "Estilos de Moldura";
|
|
|
|
|
// Text[portuguese_wrong] = "Estilos de Moldura";
|
|
|
|
|
// Text[finnish_wrong] = "Kehystyylit";
|
|
|
|
|
// Text[danish_wrong] = "Rammelayout";
|
|
|
|
|
// Text[french_wrong] = "Styles d'encadrement";
|
|
|
|
|
// Text[swedish_wrong] = "Ramformat";
|
|
|
|
|
// Text[dutch_wrong] = "Kaderopmaakprofielen";
|
|
|
|
|
// Text[spanish_wrong] = "Estilos de marco";
|
|
|
|
|
Text [ english_us ] = "Frame Style" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_FRM_STD ;
|
|
|
|
|
Text = "Typ" ;
|
|
|
|
|
Text [ ENGLISH ] = "Type" ;
|
|
|
|
|
Text [ norwegian ] = "Type" ;
|
|
|
|
|
Text [ italian ] = "Tipo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Tipo" ;
|
|
|
|
|
Text [ portuguese ] = "Tipo" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Tyyppi" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Type" ;
|
|
|
|
|
Text [ french ] = "Type" ;
|
|
|
|
|
Text [ swedish ] = "Typ" ;
|
|
|
|
|
Text [ dutch ] = "Type" ;
|
|
|
|
|
Text [ spanish ] = "Tipo" ;
|
|
|
|
|
Text [ english_us ] = "Type" ;
|
|
|
|
|
PageResID = TP_FRM_STD ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Typ";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Tip";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Tipo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_FRM_ADD ;
|
|
|
|
|
PageResID = TP_FRM_ADD ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Zus<75>tze : Zus<75>tze */
|
|
|
|
|
Text = "Zus<75>tze" ;
|
|
|
|
|
Text [ ENGLISH ] = "Additions" ;
|
|
|
|
|
Text [ english_us ] = "Options" ;
|
|
|
|
|
Text [ italian ] = "Extra" ;
|
|
|
|
|
Text [ spanish ] = "Opciones" ;
|
|
|
|
|
Text [ french ] = "Options" ;
|
|
|
|
|
Text [ dutch ] = "Overige" ;
|
|
|
|
|
Text [ swedish ] = "Till<6C>gg" ;
|
|
|
|
|
Text [ danish ] = "Flere" ;
|
2001-05-17 07:14:53 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Zus?tze" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ portuguese ] = "Op<4F><70>es" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Dodatki";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><DFBC>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>䥦";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>ɼ<EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Se<53>enekler";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Opciones";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Asetukset";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_FRM_WRAP ;
|
|
|
|
|
Text = "Umlauf" ;
|
|
|
|
|
Text [ ENGLISH ] = "Wrap" ;
|
|
|
|
|
Text [ norwegian ] = "Wrap" ;
|
|
|
|
|
Text [ italian ] = "Scorrimento" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Circundamento" ;
|
|
|
|
|
Text [ portuguese ] = "Ajuste" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Rivit<69>" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Ombrydning" ;
|
|
|
|
|
Text [ french ] = "Adaptation du texte" ;
|
|
|
|
|
Text [ swedish ] = "Textanpassning" ;
|
2000-10-27 16:46:40 +00:00
|
|
|
|
Text [ dutch ] = "Omloop" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ spanish ] = "Ajuste" ;
|
|
|
|
|
Text [ english_us ] = "Wrap" ;
|
|
|
|
|
PageResID = TP_FRM_WRAP ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Obieg tekstu";
|
|
|
|
|
Text[ japanese ] = "<22>܂<EFBFBD><DC82>Ԃ<EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-07-03 21:44:33 +00:00
|
|
|
|
Text[ korean ] = "<22><>ȯ";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Metin da<64><61>l<EFBFBD>m<EFBFBD>";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Ajuste";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_BACKGROUND ;
|
|
|
|
|
Text = "Hintergrund" ;
|
|
|
|
|
Text [ ENGLISH ] = "Background" ;
|
|
|
|
|
Text [ norwegian ] = "Background" ;
|
|
|
|
|
Text [ italian ] = "Sfondo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Fundo" ;
|
|
|
|
|
Text [ portuguese ] = "Plano de fundo" ;
|
|
|
|
|
Text [ finnish ] = "Tausta" ;
|
|
|
|
|
Text [ danish ] = "Baggrund" ;
|
|
|
|
|
Text [ french ] = "Arri<72>re-plan" ;
|
|
|
|
|
Text [ swedish ] = "Bakgrund" ;
|
|
|
|
|
Text [ dutch ] = "Achtergrond" ;
|
|
|
|
|
Text [ spanish ] = "Fondo" ;
|
|
|
|
|
Text [ english_us ] = "Background" ;
|
|
|
|
|
PageResID = TP_BACKGROUND ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "T<>o";
|
|
|
|
|
Text[ japanese ] = "<22>w<EFBFBD>i";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>I<EFBFBD><49>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Artalan";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Fondo";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_BORDER ;
|
|
|
|
|
Text = "Umrandung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Border" ;
|
|
|
|
|
Text [ norwegian ] = "Border" ;
|
|
|
|
|
Text [ italian ] = "Bordo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Borda" ;
|
|
|
|
|
Text [ portuguese ] = "Contornos" ;
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text [ finnish ] = "Reunat" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Ramme" ;
|
|
|
|
|
Text [ french ] = "Bordure" ;
|
|
|
|
|
Text [ swedish ] = "Inramning" ;
|
|
|
|
|
Text [ dutch ] = "Omranding" ;
|
|
|
|
|
Text [ spanish ] = "Borde" ;
|
|
|
|
|
Text [ english_us ] = "Borders" ;
|
|
|
|
|
PageResID = TP_BORDER ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22>߿<EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Obramowanie";
|
|
|
|
|
Text[ japanese ] = "<22>O<EFBFBD>g";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>θ<D7B5>";
|
|
|
|
|
Text[ turkish ] = "Kenarl<72>k";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Borde";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_COLUMN ;
|
|
|
|
|
Text = "Spalten" ;
|
|
|
|
|
Text [ ENGLISH ] = "Columns" ;
|
|
|
|
|
Text [ norwegian ] = "Kolonner" ;
|
|
|
|
|
Text [ italian ] = "Colonne" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Colunas" ;
|
|
|
|
|
Text [ portuguese ] = "Colunas" ;
|
|
|
|
|
Text [ finnish ] = "Sarakkeet" ;
|
|
|
|
|
Text [ danish ] = "Kolonner" ;
|
|
|
|
|
Text [ french ] = "Colonnes" ;
|
|
|
|
|
Text [ swedish ] = "Kolumner" ;
|
|
|
|
|
Text [ dutch ] = "Kolommen" ;
|
|
|
|
|
Text [ spanish ] = "Columnas" ;
|
|
|
|
|
Text [ english_us ] = "Columns" ;
|
|
|
|
|
PageResID = TP_COLUMN ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Kolumny";
|
|
|
|
|
Text[ japanese ] = "<22>i<EFBFBD>g<EFBFBD><67>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>";
|
|
|
|
|
Text[ turkish ] = "S<>tun";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Columnas";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_MACRO_ASSIGN ;
|
|
|
|
|
Text = "Makro" ;
|
|
|
|
|
Text [ ENGLISH ] = "Macro" ;
|
|
|
|
|
Text [ english_us ] = "Macro" ;
|
|
|
|
|
Text [ italian ] = "Macro" ;
|
|
|
|
|
Text [ spanish ] = "Macro" ;
|
|
|
|
|
Text [ french ] = "Macro" ;
|
|
|
|
|
Text [ dutch ] = "Macro" ;
|
|
|
|
|
Text [ swedish ] = "Makro" ;
|
|
|
|
|
Text [ danish ] = "Makro" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Makro" ;
|
|
|
|
|
Text [ portuguese ] = "Macro" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Makro";
|
|
|
|
|
Text[ japanese ] = "ϸ<>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>ũ<EFBFBD><C5A9>";
|
|
|
|
|
Text[ turkish ] = "Makro";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Macro";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Makro";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Text [ italian ] = "Modello di cornice" ;
|
|
|
|
|
Text [ spanish ] = "Estilo de marcos" ;
|
|
|
|
|
Text [ french ] = "Style de cadre" ;
|
|
|
|
|
Text [ dutch ] = "Kaderopmaakprofiel" ;
|
|
|
|
|
Text [ swedish ] = "Ramformatmall" ;
|
|
|
|
|
Text [ danish ] = "Rammetypografi" ;
|
|
|
|
|
Text [ portuguese ] = "Estilo de moldura" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Rahmenvorlage" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ʽ";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Styl ramki";
|
|
|
|
|
Text[ japanese ] = "<22>g<EFBFBD><67><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>ؼ˦<D8BC>";
|
2000-11-09 11:59:25 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "<22>er<65>eve bi<62>imi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Estilo de marcos";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Kehyksen tyyli";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
TabDialog DLG_TEMPLATE_5
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Text = "Nummerierungsvorlage" ;
|
|
|
|
|
Text [ ENGLISH ] = "Number Style" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PICK_BULLET ;
|
|
|
|
|
Text = "Bullets" ;
|
|
|
|
|
Text [ ENGLISH ] = "Bullets" ;
|
|
|
|
|
Text [ english_us ] = "Bullets" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Bullets" ;
|
2000-11-27 07:19:59 +00:00
|
|
|
|
Text [ swedish ] = "Punkter" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ danish ] = "Punkttegn" ;
|
|
|
|
|
Text [ italian ] = "Punti" ;
|
|
|
|
|
Text [ spanish ] = "Vi<56>etas" ;
|
|
|
|
|
Text [ french ] = "Puces" ;
|
|
|
|
|
Text [ dutch ] = "Opsommingstekens" ;
|
|
|
|
|
Text [ portuguese ] = "Marcas" ;
|
2001-07-19 19:21:07 +00:00
|
|
|
|
Text[ chinese_simplified ] = "<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-10-27 16:46:40 +00:00
|
|
|
|
Text[ polish ] = "Znaki wypunktowania";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ japanese ] = "<22>ӏ<EFBFBD><D38F><EFBFBD><EFBFBD><EFBFBD>";
|
2001-07-19 19:21:07 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>زŸ<D8B2>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22>۸Ӹ<DBB8><D3B8><EFBFBD>ȣ";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Madde i<>areti";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Vi<56>etas";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Luettelomerkit";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PICK_SINGLE_NUM;
|
|
|
|
|
Text = "Nummerierungsart" ;
|
|
|
|
|
Text [ ENGLISH ] = "Digits" ;
|
|
|
|
|
Text [ english_us ] = "Numbering Style" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Numerierungsart" ;
|
|
|
|
|
Text [ swedish ] = "Numreringstyp" ;
|
|
|
|
|
Text [ danish ] = "Nummereringstype" ;
|
|
|
|
|
Text [ italian ] = "Tipo numerazione" ;
|
|
|
|
|
Text [ spanish ] = "Tipo de numeraci<63>n" ;
|
|
|
|
|
Text [ french ] = "Type de num<75>rotation" ;
|
|
|
|
|
Text [ dutch ] = "Nummeringstijl" ;
|
|
|
|
|
Text [ portuguese ] = "Tipo de numera<72><61>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Rodzaj numeracji";
|
|
|
|
|
Text[ japanese ] = "<22>ԍ<EFBFBD><D48D>t<EFBFBD><74><EFBFBD>̎<EFBFBD><CC8E><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ language_user1 ] = "MS Word, KeyID23136";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>ȣ<EFBFBD>ű<EFBFBD><C5B1><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Numaralama t<>r<EFBFBD>";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Tipo de numeraci<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Numerointityyli";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PICK_NUM ;
|
|
|
|
|
Text = "Gliederung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Outline" ;
|
|
|
|
|
Text [ english_us ] = "Outline" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Gliederung" ;
|
|
|
|
|
Text [ swedish ] = "Disposition" ;
|
|
|
|
|
Text [ danish ] = "Disposition" ;
|
|
|
|
|
Text [ italian ] = "Struttura" ;
|
|
|
|
|
Text [ spanish ] = "Esquema" ;
|
|
|
|
|
Text [ french ] = "Plan" ;
|
|
|
|
|
Text [ dutch ] = "Overzicht" ;
|
|
|
|
|
Text [ portuguese ] = "Esquema" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Konspekt";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD>ײ<EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>j<EFBFBD><6A>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ korean ] = "<22>ٴܰ<D9B4>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Anahat";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Esquema";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "J<>sennys";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PICK_BMP;
|
|
|
|
|
Text = "Grafiken" ;
|
|
|
|
|
Text [ ENGLISH ] = "Images" ;
|
|
|
|
|
Text [ english_us ] = "Graphics" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Grafiken" ;
|
2000-09-27 20:24:50 +00:00
|
|
|
|
Text [ swedish ] = "Grafik" ;
|
|
|
|
|
Text [ danish ] = "Grafik" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ italian ] = "Immagini" ;
|
|
|
|
|
Text [ spanish ] = "Im<49>genes" ;
|
|
|
|
|
Text [ french ] = "Images" ;
|
|
|
|
|
Text [ dutch ] = "Afbeeldingen" ;
|
|
|
|
|
Text [ portuguese ] = "Imagens" ;
|
|
|
|
|
Text[ chinese_simplified ] = "ͼ<><CDBC>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Grafiki";
|
|
|
|
|
Text[ japanese ] = "<22>}";
|
2001-02-09 19:40:31 +00:00
|
|
|
|
Text[ chinese_traditional ] = "<22>ϧ<EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><EFBFBD><D7B7><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Grafik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Im<49>genes";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Kuvat";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_NUM_POSITION ;
|
|
|
|
|
Text = "Position" ;
|
|
|
|
|
Text [ ENGLISH ] = "Position" ;
|
|
|
|
|
Text [ english_us ] = "Position" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Position" ;
|
|
|
|
|
Text [ swedish ] = "Position" ;
|
|
|
|
|
Text [ danish ] = "Placering" ;
|
|
|
|
|
Text [ italian ] = "Posizione" ;
|
|
|
|
|
Text [ spanish ] = "Posici<63>n" ;
|
|
|
|
|
Text [ french ] = "Position" ;
|
|
|
|
|
Text [ dutch ] = "Positie" ;
|
|
|
|
|
Text [ portuguese ] = "Posi<73><69>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "λ<><CEBB>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Pozycja";
|
|
|
|
|
Text[ japanese ] = "<22>ʒu";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>m";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><>ġ";
|
|
|
|
|
Text[ turkish ] = "Konum";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Posici<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Sijainti";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_NUM_OPTIONS;
|
2001-06-22 15:15:54 +00:00
|
|
|
|
Text = "Optionen" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ ENGLISH ] = "Customize" ;
|
2001-07-03 21:44:33 +00:00
|
|
|
|
Text [ portuguese ] = "~Op<4F><70>es" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ english_us ] = "Options" ;
|
2001-07-03 21:44:33 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "~Optionen" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ swedish ] = "Alternativ" ;
|
|
|
|
|
Text [ danish ] = "Indstillinger" ;
|
|
|
|
|
Text [ italian ] = "Opzioni" ;
|
2001-07-19 19:21:07 +00:00
|
|
|
|
Text [ spanish ] = "Opciones" ;
|
2001-07-13 20:58:38 +00:00
|
|
|
|
Text [ french ] = "Options" ;
|
2001-07-03 21:44:33 +00:00
|
|
|
|
Text [ dutch ] = "~Opties" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ chinese_simplified ] = "ѡ<><D1A1>";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Opcje";
|
|
|
|
|
Text[ japanese ] = "<22><><EFBFBD><DFBC>";
|
|
|
|
|
Text[ language_user1 ] = "KW:Tilde entfernen falls noch vorhanden";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>ﶵ";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22>ɼ<EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Se<53>enekler";
|
2001-07-03 21:44:33 +00:00
|
|
|
|
Text[ catalan ] = "~Opciones";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Asetukset";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Text [ portuguese ] = "Estilo de numera<72><61>o" ;
|
|
|
|
|
Text [ english_us ] = "Numbering Style" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Numerierungsvorlage" ;
|
|
|
|
|
Text [ swedish ] = "Numreringsformatmall" ;
|
|
|
|
|
Text [ danish ] = "Nummereringstypografi" ;
|
|
|
|
|
Text [ italian ] = "Modello di numerazione" ;
|
|
|
|
|
Text [ spanish ] = "Estilo de numeraci<63>n" ;
|
|
|
|
|
Text [ french ] = "Style de num<75>rotation" ;
|
|
|
|
|
Text [ dutch ] = "Opmaakprofiel voor nummering" ;
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Styl numeracji";
|
|
|
|
|
Text[ japanese ] = "<22>ԍ<EFBFBD><D48D>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD>˦<EFBFBD>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-07-03 21:44:33 +00:00
|
|
|
|
Text[ korean ] = "<22><>ȣ<EFBFBD>ű<EFBFBD><C5B1><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Numaralama bi<62>imi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:47:44 +00:00
|
|
|
|
Text[ catalan ] = "Estilo de numeraci<63>n";
|
2001-05-10 05:31:22 +00:00
|
|
|
|
Text[ finnish ] = "Numerointityyli";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
2001-06-08 21:49:10 +00:00
|
|
|
|
|
2001-06-13 22:07:19 +00:00
|
|
|
|
|
2001-07-03 21:44:33 +00:00
|
|
|
|
|
2001-07-13 20:58:38 +00:00
|
|
|
|
|
2001-07-19 19:21:07 +00:00
|
|
|
|
|