Files
libreoffice/sd/source/ui/dlg/tabtempl.src

487 lines
20 KiB
Plaintext
Raw Normal View History

2000-09-18 16:07:07 +00:00
/*************************************************************************
*
* $RCSfile: tabtempl.src,v $
*
* $Revision: 1.10 $
2000-09-18 16:07:07 +00:00
*
* last change: $Author: rt $ $Date: 2001-05-04 21:38:40 $
2000-09-18 16:07:07 +00:00
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include "tabtempl.hrc"
#include <svx/dialogs.hrc>
TabDialog TAB_TEMPLATE
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 289 , 176 ) ;
Text = "Grafikobjektvorlage" ;
Text [ ENGLISH ] = "Stylesheets" ;
Text [ norwegian ] = "Stilark" ;
2000-12-08 17:21:48 +00:00
Text [ italian ] = "Modello di oggetti grafici" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese_brazilian ] = "Folhas de Estilo" ;
Text [ portuguese ] = "Estilos de objecto gr<67>fico" ;
Text [ finnish ] = "Tyylitiedostot" ;
Text [ danish ] = "Grafikobjekttypografi" ;
Text [ french ] = "Style d'objet graphique" ;
Text [ swedish ] = "Grafikobjektmall" ;
Text [ dutch ] = "Opmaakprofiel voor grafische objecten" ;
Text [ spanish ] = "Estilo de objeto gr<67>fico" ;
Text [ english_us ] = "Graphics Styles" ;
Moveable = TRUE ;
// Closeable = TRUE; // Dieser Dialog hat OK und/oder Cancel Button ! (KH)
TabControl 1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( 260 , 135 ) ;
PageList =
{
PageItem
{
Identifier = RID_SVXPAGE_LINE ;
Text = "Linie" ;
Text [ ENGLISH ] = "Line" ;
Text [ norwegian ] = "Linje" ;
Text [ italian ] = "Linea" ;
Text [ portuguese_brazilian ] = "Linha" ;
Text [ portuguese ] = "Linha" ;
Text [ finnish ] = "Viiva" ;
Text [ danish ] = "Linje" ;
Text [ french ] = "Ligne" ;
Text [ swedish ] = "Linje" ;
Text [ dutch ] = "Lijn" ;
Text [ spanish ] = "L<>nea" ;
Text [ english_us ] = "Line" ;
PageResID = RID_SVXPAGE_LINE ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Linia";
Text[ japanese ] = "<22><>";
Text[ chinese_traditional ] = "<22>u<EFBFBD><75>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><>";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "<22>izgi";
Text[ language_user1 ] = " ";
Text[ catalan ] = "L<>nea";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_AREA ;
/* ### ACHTUNG: Neuer Text in Resource? Fl<46>che : Fl<46>che */
Text = "Fl<46>che" ;
Text [ ENGLISH ] = "Fill" ;
Text [ norwegian ] = "Fill" ;
Text [ italian ] = "Area" ;
Text [ portuguese_brazilian ] = "Preenchimento" ;
Text [ portuguese ] = "Preenchimento" ;
Text [ finnish ] = "~T<>yt<79>" ;
Text [ danish ] = "Flade" ;
Text [ french ] = "Remplissage" ;
Text [ swedish ] = "Yta" ;
Text [ dutch ] = "Vlak" ;
Text [ spanish ] = "Relleno" ;
Text [ english_us ] = "Area" ;
PageResID = RID_SVXPAGE_AREA ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Obszar";
Text[ japanese ] = "<22>\\<5C><>";
Text[ chinese_traditional ] = "<22>R<EFBFBD><52>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-02-09 20:21:17 +00:00
Text[ korean ] = "<22><>";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Y<>zey";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Relleno";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_SHADOW ;
Text = "Schatten" ;
Text [ ENGLISH ] = "Shadow" ;
PageResID = RID_SVXPAGE_SHADOW ;
Text [ english_us ] = "Shadowing" ;
Text [ italian ] = "Ombre" ;
Text [ spanish ] = "Sombra" ;
Text [ french ] = "Ombre" ;
Text [ dutch ] = "Schaduw" ;
Text [ swedish ] = "Skugga" ;
Text [ danish ] = "Skygge" ;
Text [ portuguese ] = "Sombras" ;
Text [ portuguese_brazilian ] = "Schatten" ;
Text[ chinese_simplified ] = "<22><>Ӱ";
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
Text[ polish ] = "Cie<69>";
Text[ japanese ] = "<22>e";
Text[ chinese_traditional ] = "<22><><EFBFBD>v";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><>";
Text[ turkish ] = "G<>lge";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Sombra";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_TRANSPARENCE ;
Text = "Transparenz" ;
Text [ ENGLISH ] = "Transparence" ;
Text[ english_us ] = "Transparency";
Text[ portuguese ] = "Transpar<61>ncia";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Transparantie";
Text[ french ] = "Transparence";
Text[ spanish ] = "Transparencia";
Text[ italian ] = "Trasparenza";
Text[ danish ] = "Transparens";
Text[ swedish ] = "Transparens";
Text[ polish ] = "Przezroczysto<74><6F>";
Text[ portuguese_brazilian ] = "Transparence";
Text[ japanese ] = "<22><><EFBFBD>ߐ<EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ chinese_simplified ] = "͸<><CDB8>";
Text[ chinese_traditional ] = "<22>z<EFBFBD><7A>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Saydaml<6D>k";
Text[ catalan ] = "Transparencia";
2000-09-18 16:07:07 +00:00
};
PageItem
{
2000-11-27 07:15:56 +00:00
Identifier = RID_SVXPAGE_CHAR_NAME;
2000-09-18 16:07:07 +00:00
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" ;
2000-11-27 07:15:56 +00:00
PageResID = RID_SVXPAGE_CHAR_NAME ;
2000-09-18 16:07:07 +00:00
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[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>۲<EFBFBD>";
2000-12-04 09:46:55 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Yaz<61>tipi";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Fuente";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
/* ### 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" ;
Text [ portuguese_brazilian ] = "Indentar e Espa<70>ar" ;
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 ] = "Inspringingen en afstanden" ;
Text [ spanish ] = "Sangr<67>a y espacios" ;
Text [ english_us ] = "Indents & Spacing" ;
PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
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>Ăƍs<C68D>Ԋu";
Text[ chinese_traditional ] = "<22>Y<EFBFBD>ƩM<C6A9><4D><EFBFBD>j";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-02-09 20:21:17 +00:00
Text[ korean ] = "<22><EFBFBD><E9BFA9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Girintiler ve aral<61>klar";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Sangr<67>a y espacios";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_TEXTATTR ;
Text = "Text" ;
Text [ ENGLISH ] = "Text" ;
PageResID = RID_SVXPAGE_TEXTATTR ;
Text [ english_us ] = "Text" ;
Text [ swedish ] = "Text" ;
Text [ danish ] = "Tekst" ;
Text [ italian ] = "Text" ;
Text [ spanish ] = "Texto" ;
Text [ french ] = "Texte" ;
Text [ dutch ] = "Tekst" ;
Text [ portuguese ] = "Texto" ;
Text [ portuguese_brazilian ] = "Text" ;
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[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ";
Text[ arabic ] = "<22><>";
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Texto";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_TEXTANIMATION ;
Text = "Lauftext" ;
Text [ ENGLISH ] = "Text animation" ;
PageResID = RID_SVXPAGE_TEXTANIMATION ;
Text [ english_us ] = "Text Animation" ;
2001-03-02 19:34:07 +00:00
Text [ swedish ] = "Animerad text" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Animeret tekst" ;
Text [ italian ] = "Testo scorrevole" ;
Text [ spanish ] = "Animaci<63>n de texto" ;
Text [ french ] = "D<>filement de texte" ;
Text [ dutch ] = "Tekstanimatie" ;
Text [ portuguese ] = "Texto animado" ;
Text [ portuguese_brazilian ] = "Lauftext" ;
Text[ chinese_simplified ] = "<22><EFBFBD><EEB6AF><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Animacje tekstu";
Text[ japanese ] = "÷<>ı<EFBFBD>Ұ<EFBFBD><D2B0><EFBFBD>";
Text[ chinese_traditional ] = "<22>ʺA<CABA><41><EFBFBD>r";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ <20>ִϸ<D6B4><CFB8>̼<EFBFBD>";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Hareketli metin";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Animaci<63>n de texto";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_MEASURE ;
/* ### ACHTUNG: Neuer Text in Resource? Bema<6D>ung : Bema<6D>ung */
Text = "Bema<6D>ung" ;
Text [ ENGLISH ] = "Measure" ;
Text [ english_us ] = "Dimensioning" ;
Text [ italian ] = "Quotatura" ;
Text [ spanish ] = "Dimensiones" ;
2000-09-18 16:07:07 +00:00
Text [ french ] = "Cotation" ;
Text [ dutch ] = "Maatindeling" ;
PageResID = RID_SVXPAGE_MEASURE ;
Text [ swedish ] = "Dimensionering" ;
Text [ danish ] = "Dimensionering" ;
2001-03-02 19:34:07 +00:00
Text [ portuguese ] = "Dimensionar" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese_brazilian ] = "Bema<6D>ung" ;
Text[ chinese_simplified ] = "<22><><EFBFBD>߶<EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wymiarowanie";
Text[ japanese ] = "<22><><EFBFBD>@<40>̋L<CC8B><4C>";
2000-09-18 16:07:07 +00:00
Text[ chinese_traditional ] = "<22>w<EFBFBD>ث<EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "ġ<><C4A1>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Boyutlar";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Dimensiones";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_CONNECTION ;
Text = "Verbinder" ;
Text [ ENGLISH ] = "Connectors" ;
Text [ english_us ] = "Connector" ;
2001-03-02 19:34:07 +00:00
Text [ portuguese ] = "Conector" ;
2000-09-18 16:07:07 +00:00
Text [ swedish ] = "F<>rbindelse" ;
Text [ danish ] = "Forbindelse" ;
Text [ italian ] = "Connettore" ;
Text [ spanish ] = "Conector" ;
Text [ french ] = "Connecteur" ;
Text [ dutch ] = "Verbinding" ;
Text [ portuguese_brazilian ] = "Verbinder" ;
Text[ chinese_simplified ] = "<22><><EFBFBD>ӷ<EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "<22><>cznik";
Text[ japanese ] = "<22>ȸ<EFBFBD>";
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-02-09 20:21:17 +00:00
Text[ korean ] = "Ŀ<><C4BF><EFBFBD>ͣ<EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Ba<42>lay<61>c<EFBFBD>";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Conector";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
Text = "Ausrichtung" ;
Text [ ENGLISH ] = "Alignment" ;
PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
Text [ english_us ] = "Alignment" ;
Text [ portuguese ] = "Alinhamento" ;
Text [ swedish ] = "Justering" ;
Text [ danish ] = "Justering" ;
Text [ italian ] = "Allineamento" ;
Text [ spanish ] = "Alineaci<63>n" ;
Text [ french ] = "Alignement" ;
Text [ dutch ] = "Uitlijning" ;
Text [ portuguese_brazilian ] = "Ausrichtung" ;
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[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Hizalama";
Text[ catalan ] = "Alineaci<63>n";
2000-09-18 16:07:07 +00:00
};
PageItem
{
Identifier = RID_SVXPAGE_TABULATOR ;
Text = "Tabulator" ;
Text [ ENGLISH ] = "Paragraph (Tabs)" ;
Text [ norwegian ] = "Avsnitt (Tabulatorer)" ;
Text [ italian ] = "Tabulazione" ;
Text [ portuguese_brazilian ] = "Par<61>grafo (Tabs)" ;
Text [ portuguese ] = "Tabula<6C><61>o" ;
Text [ finnish ] = "Kappale (sarkaimet)" ;
Text [ danish ] = "Tabulator" ;
Text [ french ] = "Tabulation" ;
Text [ swedish ] = "Tabulator" ;
Text [ dutch ] = "Tab" ;
Text [ spanish ] = "Tabulaci<63>n" ;
Text [ english_us ] = "Tabs" ;
PageResID = RID_SVXPAGE_TABULATOR ;
Text[ chinese_simplified ] = "<22>Ʊ<EFBFBD><C6B1><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Tabulator";
Text[ japanese ] = "<22><><EFBFBD>";
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><> <20><><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Sekmeler";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tabulaci<63>n";
2000-09-18 16:07:07 +00:00
};
};
};
OKButton 1
{
Pos = MAP_APPFONT ( 6 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
CancelButton 1
{
Pos = MAP_APPFONT ( 60 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton 1
{
Pos = MAP_APPFONT ( 114 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
PushButton 1
{
Pos = MAP_APPFONT ( 169 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Zur<75>ck : Zur<75>ck */
Text = "Zur<75>ck" ;
Text [ ENGLISH ] = "Return" ;
Text [ norwegian ] = "Return" ;
Text [ italian ] = "Indietro" ;
Text [ portuguese_brazilian ] = "Devolver" ;
Text [ portuguese ] = "Anterior" ;
Text [ finnish ] = "Palaa" ;
Text [ danish ] = "Tilbage" ;
Text [ french ] = "Pr<50>c<EFBFBD>dent" ;
Text [ swedish ] = "Tillbaka" ;
Text [ dutch ] = "Vorige" ;
Text [ spanish ] = "Regresar" ;
Text [ english_us ] = "Back" ;
TabStop = TRUE ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wstecz";
Text[ japanese ] = "<22>߂<EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD>^";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ڷ<EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Geri";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Regresar";
2000-09-18 16:07:07 +00:00
};
Text[ chinese_simplified ] = "ͼ<>ζ<EFBFBD><CEB6><EFBFBD><EFBFBD><EFBFBD>ʽ";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Style obiekt<6B>w graficznych";
2001-04-03 18:33:56 +00:00
Text[ japanese ] = "<22>}<7D><>޼ު<DEBC>Ľ<EFBFBD><C4BD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ chinese_traditional ] = "<22>ϧΪ<CFA7><CEAA><EFBFBD><EFBFBD>˦<EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>׷<EFBFBD><D7B7><EFBFBD> <20><>ü <20><><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
2001-02-09 20:21:17 +00:00
Text[ turkish ] = "Grafik nesne bi<62>imi";
2000-09-18 16:07:07 +00:00
Text[ language_user1 ] = " ";
Text[ catalan ] = "Estilo de objeto gr<67>fico";
2000-09-18 16:07:07 +00:00
};