summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/autofmt.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
commit9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch)
tree13c111a6380728f470fa177e679b80089a01efc4 /sc/source/ui/src/autofmt.src
initial import
Diffstat (limited to 'sc/source/ui/src/autofmt.src')
-rw-r--r--sc/source/ui/src/autofmt.src861
1 files changed, 861 insertions, 0 deletions
diff --git a/sc/source/ui/src/autofmt.src b/sc/source/ui/src/autofmt.src
new file mode 100644
index 000000000000..8b447b5b4903
--- /dev/null
+++ b/sc/source/ui/src/autofmt.src
@@ -0,0 +1,861 @@
+/*************************************************************************
+ *
+ * $RCSfile: autofmt.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:45:04 $
+ *
+ * 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 "miscdlgs.hrc"
+
+ModalDialog RID_SCDLG_AUTOFORMAT
+{
+ OutputSize = TRUE ;
+ HelpId = SID_AUTOFORMAT ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 312 , 120 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
+ Text = "AutoFormat" ;
+ Text [ ENGLISH ] = "AutoFormat" ;
+ Text [ norwegian ] = "AutoFormat" ;
+ Text [ italian ] = "Formattazione automatica" ;
+ Text [ portuguese_brazilian ] = "Formatao Automtica" ;
+ Text [ portuguese ] = "AutoFormato" ;
+ Text [ finnish ] = "Automaattimuoto" ;
+ Text [ danish ] = "AutoFormat" ;
+ Text [ french ] = "AutoFormat" ;
+ Text [ swedish ] = "AutoFormat" ;
+ Text [ dutch ] = "AutoOpmaak" ;
+ Text [ spanish ] = "AutoFormato" ;
+ Text [ english_us ] = "AutoFormat" ;
+ Moveable = TRUE ;
+ Closeable = FALSE ;
+ ListBox LB_FORMAT
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 16 ) ;
+ Size = MAP_APPFONT ( 65 , 98 ) ;
+ TabStop = TRUE ;
+ };
+ FixedText FT_FORMAT
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text = "~Format" ;
+ Text [ ENGLISH ] = "~Format" ;
+ Text [ norwegian ] = "~Format" ;
+ Text [ italian ] = "~Formatta" ;
+ Text [ portuguese_brazilian ] = "~Formato" ;
+ Text [ portuguese ] = "Fo~rmatar" ;
+ Text [ finnish ] = "~Muoto" ;
+ Text [ danish ] = "~Format" ;
+ Text [ french ] = "Forma~t" ;
+ Text [ swedish ] = "Cell~format" ;
+ Text [ dutch ] = "~Formaat" ;
+ Text [ spanish ] = "~Formato" ;
+ Text [ english_us ] = "F~ormat" ;
+ Text[ chinese_simplified ] = "ʽ(~O)";
+ Text[ russian ] = "~";
+ Text[ polish ] = "Format";
+ Text[ japanese ] = "(~O)";
+ Text[ chinese_traditional ] = "榡(~O)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "(~O)";
+ Text[ turkish ] = "~Format";
+ Text[ language_user1 ] = " ";
+ };
+ Window WND_PREVIEW
+ {
+ Pos = MAP_APPFONT ( 83 , 23 ) ;
+ Size = MAP_APPFONT ( 161 , 86 ) ;
+ };
+ GroupBox GB_PREVIEW
+ {
+ Pos = MAP_APPFONT ( 77 , 12 ) ;
+ Size = MAP_APPFONT ( 172 , 102 ) ;
+ Text = "Vorschau" ;
+ Text [ ENGLISH ] = "Preview" ;
+ Text [ norwegian ] = "Preview" ;
+ Text [ italian ] = "Anteprima" ;
+ Text [ portuguese_brazilian ] = "Examinar" ;
+ Text [ portuguese ] = "Previsualizar" ;
+ Text [ finnish ] = "Esikatselu" ;
+ Text [ danish ] = "Eksempel" ;
+ Text [ french ] = "Aperu" ;
+ Text [ swedish ] = "Frhandsvisning" ;
+ Text [ dutch ] = "Voorbeeld" ;
+ Text [ spanish ] = "Previsualizacin" ;
+ Text [ english_us ] = "Preview" ;
+ Text[ chinese_simplified ] = "Ԥ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Podgld";
+ Text[ japanese ] = "ޭ";
+ Text[ chinese_traditional ] = "w";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "̸";
+ Text[ turkish ] = "nizleme";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox BTN_ADJUST
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 150 , 147 ) ;
+ Size = MAP_APPFONT ( 90 , 10 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? ~Breite/Hhe anpassen : ~Breite/Hhe anpassen */
+ Text = "Breite/Hhe an~passen" ;
+ Text [ ENGLISH ] = "Fit ~width and height" ;
+ Text [ norwegian ] = "Fit ~width and height" ;
+ Text [ italian ] = "Adatta ~larghezza/altezza" ;
+ Text [ portuguese_brazilian ] = "Ajustar ~largura e altura" ;
+ Text [ portuguese ] = "Ajustar ~largura/altura" ;
+ Text [ finnish ] = "Sovita le~veys ja korkeus" ;
+ Text [ danish ] = "Tilpas bredde/hjde" ;
+ Text [ french ] = "Ajuster la largeur/hauteur" ;
+ Text [ swedish ] = "An~passa bredd och hjd" ;
+ Text [ dutch ] = "~Breedte/hoogte aanpassen" ;
+ Text [ spanish ] = "Ajustar anc~ho/alto" ;
+ Text [ english_us ] = "A~utoFit width and height" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "/(~A)";
+ Text[ russian ] = " /";
+ Text[ polish ] = "Dostosuj szeroko/wysoko";
+ Text[ japanese ] = "/𒲐(~A)";
+ Text[ chinese_traditional ] = "վe/(~A)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " /";
+ Text[ korean ] = "ʺ (~U)";
+ Text[ turkish ] = "Genilik/ykseklii ayarla";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox BTN_BORDER
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 147 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text = "~Umrandung" ;
+ Text [ ENGLISH ] = "~Border" ;
+ Text [ norwegian ] = "~Border" ;
+ Text [ italian ] = "~Bordo" ;
+ Text [ portuguese_brazilian ] = "~Borda" ;
+ Text [ portuguese ] = "~Contornos" ;
+ Text [ finnish ] = "~Reunaviiva" ;
+ Text [ danish ] = "Ramme" ;
+ Text [ french ] = "~Bordure" ;
+ Text [ swedish ] = "~Inramning" ;
+ Text [ dutch ] = "~Omranding" ;
+ Text [ spanish ] = "~Borde" ;
+ Text [ english_us ] = "~Borders" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "߿(~B)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Obramowanie";
+ Text[ japanese ] = "r(~B)";
+ Text[ chinese_traditional ] = "(~B)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "輱(~B)";
+ Text[ turkish ] = "~Kenarlk";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox BTN_FONT
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 85 , 131 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text = "~Schriftart" ;
+ Text [ ENGLISH ] = "F~ont" ;
+ Text [ norwegian ] = "F~ont" ;
+ Text [ italian ] = "~Tipo di carattere" ;
+ Text [ portuguese_brazilian ] = "F~onte" ;
+ Text [ portuguese ] = "~Tipo de letra" ;
+ Text [ finnish ] = "~Fontti" ;
+ Text [ danish ] = "Skrifttype" ;
+ Text [ french ] = "~Police" ;
+ Text [ swedish ] = "Tecken~snitt" ;
+ Text [ dutch ] = "~Lettertype" ;
+ Text [ spanish ] = "Fuen~te" ;
+ Text [ english_us ] = "F~ont" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "(~O)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Czcionka";
+ Text[ japanese ] = "̫Ă̎(~O)";
+ Text[ chinese_traditional ] = "r(~O)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "۲(~O)";
+ Text[ turkish ] = "~Yaztipi";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox BTN_PATTERN
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 85 , 147 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text = "~Muster" ;
+ Text [ ENGLISH ] = "~Pattern" ;
+ Text [ norwegian ] = "~Pattern" ;
+ Text [ italian ] = "~Modello" ;
+ Text [ portuguese_brazilian ] = "~Estampa" ;
+ Text [ portuguese ] = "~Padro" ;
+ Text [ finnish ] = "~Kuvio" ;
+ Text [ danish ] = "Mnstre" ;
+ Text [ french ] = "~Motif" ;
+ Text [ swedish ] = "~Mnster" ;
+ Text [ dutch ] = "~Patroon" ;
+ Text [ spanish ] = "~Modelo" ;
+ Text [ english_us ] = "~Pattern" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "ͼ(~P)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Dese";
+ Text[ japanese ] = "(~P)";
+ Text[ chinese_traditional ] = "Ϯ(~P)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "(~P)";
+ Text[ turkish ] = "~rnek";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox BTN_ALIGNMENT
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 150 , 131 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text = "~Ausrichtung" ;
+ Text [ ENGLISH ] = "Orien~tation" ;
+ Text [ norwegian ] = "Orien~tation" ;
+ Text [ italian ] = "Orien~tamento" ;
+ Text [ portuguese_brazilian ] = "Orien~tao" ;
+ Text [ portuguese ] = "~Alinhamento" ;
+ Text [ finnish ] = "S~uunta" ;
+ Text [ danish ] = "Justering" ;
+ Text [ french ] = "~Alignement" ;
+ Text [ swedish ] = "~Justering" ;
+ Text [ dutch ] = "~Positie" ;
+ Text [ spanish ] = "A~lineacin" ;
+ Text [ english_us ] = "Alignmen~t" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "(~T)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Orientacja";
+ Text[ japanese ] = "zu(~T)";
+ Text[ chinese_traditional ] = "(~T)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "~";
+ Text[ korean ] = "(~T)";
+ Text[ turkish ] = "~Hizalama";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox BTN_NUMFORMAT
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 131 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text = "Zahlenf~ormat" ;
+ Text [ ENGLISH ] = "~Numberformat" ;
+ Text [ norwegian ] = "~Numberformat" ;
+ Text [ italian ] = "Formato ~numero" ;
+ Text [ portuguese_brazilian ] = "~Formatodonmero" ;
+ Text [ portuguese ] = "~Formato dos nmeros" ;
+ Text [ finnish ] = "~Numeromuoto" ;
+ Text [ danish ] = "Talformat" ;
+ Text [ french ] = "~Format numrique" ;
+ Text [ swedish ] = "Talf~ormat" ;
+ Text [ dutch ] = "~Getalnotatie" ;
+ Text [ spanish ] = "~Formato de nmeros" ;
+ Text [ english_us ] = "~Number format" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "ָʽ(~N)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Format liczb";
+ Text[ japanese ] = "̏(~N)";
+ Text[ chinese_traditional ] = "Ʀr榡(~N)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " (~N)";
+ Text[ turkish ] = "Say f~ormat";
+ Text[ language_user1 ] = " ";
+ };
+ GroupBox GB_FORMAT
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 120 ) ;
+ Size = MAP_APPFONT ( 243 , 43 ) ;
+ Text = "Formatierung" ;
+ Text [ ENGLISH ] = "For~mats" ;
+ Text [ norwegian ] = "For~mats" ;
+ Text [ italian ] = "Formattazione" ;
+ Text [ portuguese_brazilian ] = "Formatos" ;
+ Text [ portuguese ] = "Formatar" ;
+ Text [ finnish ] = "Mu~odot" ;
+ Text [ danish ] = "Formatering" ;
+ Text [ french ] = "Mise en forme" ;
+ Text [ swedish ] = "Formatering" ;
+ Text [ dutch ] = "Opmaken" ;
+ Text [ spanish ] = "Formato" ;
+ Text [ english_us ] = "Formatting" ;
+ Text[ chinese_simplified ] = "ʽ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Formatowanie";
+ Text[ japanese ] = "ݒ";
+ Text[ chinese_traditional ] = "榡";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Formatlama";
+ Text[ language_user1 ] = " ";
+ };
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 255 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 255 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ MoreButton BTN_MORE
+ {
+ Pos = MAP_APPFONT ( 255 , 101 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ /*
+ Text = "~Zustze";
+ Text[ ENGLISH ] = "~More";
+ Text[norwegian] = "~Mer";
+ Text[italian] = "~Altro";
+ Text[portuguese_brazilian] = "~Mais";
+ Text[portuguese] = "~Mais";
+ Text[finnish] = "~Enemmn";
+ Text[danish] = "~Flere";
+ Text[french] = " S~uite";
+ Text[swedish] = "~Fler";
+ Text[dutch] = "~Overige";
+ Text[spanish] = "~Ms";
+ Text[english_us] = "~More";
+ */
+ TabStop = TRUE ;
+ MapUnit = MAP_APPFONT ;
+ Delta = 48 ;
+ };
+ PushButton BTN_ADD
+ {
+ Pos = MAP_APPFONT ( 255 , 64 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? ~Einfgen... : ~Einfgen... */
+ Text = "Hi~nzufgen..." ;
+ Text [ ENGLISH ] = "~Add..." ;
+ Text [ norwegian ] = "~Add..." ;
+ Text [ italian ] = "~Inserisci..." ;
+ Text [ portuguese_brazilian ] = "~Add..." ;
+ Text [ portuguese ] = "~Adicionar..." ;
+ Text [ finnish ] = "~Lis..." ;
+ Text [ danish ] = "Tilfj..." ;
+ Text [ french ] = "A~jouter..." ;
+ Text [ swedish ] = "Lgg ti~ll..." ;
+ Text [ dutch ] = "~Toevoegen..." ;
+ Text [ spanish ] = "~Aadir..." ;
+ Text [ english_us ] = "~Add..." ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "(~I)...";
+ Text[ russian ] = "...";
+ Text[ polish ] = "Dodaj...";
+ Text[ japanese ] = "lj...";
+ Text[ russian ] = "...";
+ Text[ polish ] = "Dodaj...";
+ Text[ japanese ] = "lj...";
+ Text[ chinese_simplified ] = "(~I)...";
+ Text[ chinese_traditional ] = "J(~I)...";
+ Text[ arabic ] = "...";
+ Text[ greek ] = "...";
+ Text[ korean ] = "߰(~A)...";
+ Text[ turkish ] = "~Ekle...";
+ Text[ language_user1 ] = " ";
+ };
+ PushButton BTN_REMOVE
+ {
+ Pos = MAP_APPFONT ( 255 , 81 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? ~Lschen : ~Lschen */
+ Text = "~Lschen" ;
+ Text [ ENGLISH ] = "Remo~ve" ;
+ Text [ norwegian ] = "Remo~ve" ;
+ Text [ italian ] = "~Elimina" ;
+ Text [ portuguese_brazilian ] = "Remo~ver" ;
+ Text [ portuguese ] = "E~liminar" ;
+ Text [ finnish ] = "~Poista" ;
+ Text [ danish ] = "Slet" ;
+ Text [ french ] = "~Supprimer" ;
+ Text [ swedish ] = "~Radera" ;
+ Text [ dutch ] = "~Wissen" ;
+ Text [ spanish ] = "~Eliminar" ;
+ Text [ english_us ] = "~Delete" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "ɾ(~D)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Usu";
+ Text[ japanese ] = "폜(~D)";
+ Text[ chinese_traditional ] = "R(~D)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "(~D)";
+ Text[ turkish ] = "~Sil";
+ Text[ language_user1 ] = " ";
+ };
+
+ PushButton BTN_RENAME
+ {
+ Pos = MAP_APPFONT ( 255 , 123 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpId=HID_SC_RENAME_AUTOFMT;
+ Text = "Um~benennen" ;
+ Text [ ENGLISH ] = "Ren~ame" ;
+ TabStop = TRUE ;
+ Text [ portuguese ] = "Mudar ~nome" ;
+ Text [ english_us ] = "Ren~ame" ;
+ Text [ portuguese_brazilian ] = "Um~benennen" ;
+ Text [ swedish ] = "B~yt namn" ;
+ Text [ danish ] = "Omdb" ;
+ Text [ italian ] = "~Rinomina" ;
+ Text [ spanish ] = "Cambiar ~nombre" ;
+ Text [ french ] = "Re~nommer" ;
+ Text [ dutch ] = "~Naam wijzigen" ;
+ Text[ chinese_simplified ] = "(~A)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Zmie nazw";
+ Text[ japanese ] = "O̕ύX(~A)";
+ Text[ chinese_traditional ] = "sRW(~A)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "̸ ٲٱ(~A)";
+ Text[ turkish ] = "~Yeniden adlandr";
+ Text[ language_user1 ] = " ";
+ };
+
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 255 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ String STR_ADD_TITLE
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufgen : Autoformat hinzufgen */
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufgen : Autoformat hinzufgen */
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufgen : AutoFormat hinzufgen */
+ Text = "AutoFormat hinzufgen" ;
+ Text [ ENGLISH ] = "Add AutoFormat" ;
+ Text [ norwegian ] = "Add AutoFormat" ;
+ Text [ italian ] = "Aggiungi formattazione automatica" ;
+ Text [ portuguese_brazilian ] = "Acrescentar Formato automtico" ;
+ Text [ portuguese ] = "Adicionar AutoFormato" ;
+ Text [ finnish ] = "Lis automaattimuoto" ;
+ Text [ danish ] = "Tilfj AutoFormat" ;
+ Text [ french ] = "Ajouter AutoFormat" ;
+ Text [ swedish ] = "Lgg till AutoFormat" ;
+ Text [ dutch ] = "AutoOpmaak toevoegen" ;
+ Text [ spanish ] = "Aadir AutoFormato" ;
+ Text [ english_us ] = "Add AutoFormat" ;
+ Text[ chinese_simplified ] = "Զʽ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Dodaj autoformatowanie";
+ Text[ japanese ] = "̫ϯĂ̒lj";
+ Text[ chinese_traditional ] = "sW۰ʮ榡";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ڵ ߰";
+ Text[ turkish ] = "Otomatik formatlama ekle";
+ Text[ language_user1 ] = " ";
+ };
+
+ String STR_RENAME_TITLE
+ {
+ Text = "Autoformat umbenennen" ;
+ Text [ ENGLISH ] = "Rename Autoformat" ;
+ Text [ english_us ] = "Rename AutoFormat" ;
+ Text [ portuguese ] = "Mudar nome do AutoFormato" ;
+ Text [ portuguese_brazilian ] = "Autoformat umbenennen" ;
+ Text [ swedish ] = "Byt namn p AutoFormat" ;
+ Text [ danish ] = "Omdb AutoFormat" ;
+ Text [ italian ] = "Rinomina formattazione automatica" ;
+ Text [ spanish ] = "Cambiar nombre del AutoFormato" ;
+ Text [ french ] = "Renommer l'AutoFormat" ;
+ Text [ dutch ] = "AutoOpmaak nieuwe naam geven" ;
+ Text[ chinese_simplified ] = "Զʽ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Zmie nazw autoformatowania";
+ Text[ japanese ] = "̫ϯĂ̖O̕ύX";
+ Text[ chinese_traditional ] = "sRW۰ʮ榡";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ڵ ̸ ٲٱ";
+ Text[ turkish ] = "Otom. formatlamay yen. adlandr";
+ Text[ language_user1 ] = " ";
+ };
+
+ String STR_ADD_LABEL
+ {
+ Text = "Name" ;
+ Text [ ENGLISH ] = "Name" ;
+ Text [ norwegian ] = "Navn" ;
+ Text [ italian ] = "Nome" ;
+ Text [ portuguese_brazilian ] = "Nomear" ;
+ Text [ portuguese ] = "Nome" ;
+ Text [ finnish ] = "Nimi" ;
+ Text [ danish ] = "Navn" ;
+ Text [ french ] = "Nom" ;
+ Text [ swedish ] = "Namn" ;
+ Text [ dutch ] = "Naam" ;
+ Text [ spanish ] = "Nombre" ;
+ Text [ english_us ] = "Name" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Nazwa";
+ Text[ japanese ] = "O";
+ Text[ chinese_traditional ] = "W";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "̸";
+ Text[ turkish ] = "Ad";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_DEL_TITLE
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat lschen : Autoformat lschen */
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat lschen : Autoformat lschen */
+ /* ### ACHTUNG: Neuer Text in Resource? AutoFormat lschen : AutoFormat lschen */
+ Text = "AutoFormat lschen" ;
+ Text [ ENGLISH ] = "Delete AutoFormat" ;
+ Text [ norwegian ] = "Delete AutoFormat" ;
+ Text [ italian ] = "Cancella formattazione automatica" ;
+ Text [ portuguese_brazilian ] = "Apagar Formato Automtico" ;
+ Text [ portuguese ] = "Eliminar AutoFormato" ;
+ Text [ finnish ] = "Poista automaattimuoto" ;
+ Text [ danish ] = "Slet AutoFormat" ;
+ Text [ french ] = "Supprimer l'AutoFormat" ;
+ Text [ swedish ] = "Radera AutoFormat" ;
+ Text [ dutch ] = "AutoOpmaak wissen" ;
+ Text [ spanish ] = "Eliminar AutoFormato" ;
+ Text [ english_us ] = "Delete AutoFormat" ;
+ Text[ chinese_simplified ] = "ɾԶʽ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Usu autoformatowanie";
+ Text[ japanese ] = "̫ϯĂ̍폜";
+ Text[ chinese_traditional ] = "R۰ʮ榡";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ڵ ";
+ Text[ turkish ] = "Otomatik formatlamay sil";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_DEL_MSG
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? Wollen Sie das AutoFormat # wirklich lschen? : Wollen Sie das Autoformat # wirklich lschen? */
+ /* ### ACHTUNG: Neuer Text in Resource? Wollen Sie das AutoFormat # wirklich lschen? : Wollen Sie das Autoformat # wirklich lschen? */
+ /* ### ACHTUNG: Neuer Text in Resource? Wollen Sie das AutoFormat # wirklich lschen? : Wollen Sie das AutoFormat # wirklich lschen? */
+ Text = "Wollen Sie das AutoFormat # wirklich lschen?" ;
+ Text [ ENGLISH ] = "Do you really want to delete the # autoFormat?" ;
+ Text [ norwegian ] = "Do you really want to delete the # autoFormat?" ;
+ Text [ italian ] = "Cancellare la formattazione automatica #?" ;
+ Text [ portuguese_brazilian ] = "Deseja realmente apagar o formato automtico #?" ;
+ Text [ portuguese ] = "Deseja realmente eliminar o formato automtico #?" ;
+ Text [ finnish ] = "Haluatko varmasti poistaa automaattimuodon #?" ;
+ Text [ danish ] = "Er du sikker p, at du vil slette AutoFormat #?" ;
+ Text [ french ] = "Confirmez-vous la suppression de l'AutoFormat # ?" ;
+ Text [ swedish ] = "Skall AutoFormat # verkligen raderas?" ;
+ Text [ dutch ] = "Wilt u AutoOpmaak # werkelijk verwijderen?" ;
+ Text [ spanish ] = "Desea realmente eliminar el AutoFormato #?" ;
+ Text [ english_us ] = "Do you really want to delete the # AutoFomat?" ;
+ Text[ chinese_simplified ] = "ҪɾԶʽ # ?";
+ Text[ russian ] = " #?";
+ Text[ polish ] = "Chcesz na pewno skasowa autoformatowanie #?";
+ Text[ japanese ] = "̫ϯ#{ɍ폜܂?";
+ Text[ chinese_traditional ] = "zunR۰ʮ榡 # ?";
+ Text[ arabic ] = " #";
+ Text[ greek ] = " #;";
+ Text[ korean ] = "# ڵ Ͻðڽϱ?";
+ Text[ turkish ] = "Otomatik formatlama # gerekten silinsin mi?";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_BTN_CLOSE
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? Schlie~en : Schlie~en */
+ Text = "Schlie~en" ;
+ Text [ ENGLISH ] = "~Close" ;
+ Text [ norwegian ] = "~Lukk" ;
+ Text [ italian ] = "~Chiudi" ;
+ Text [ portuguese_brazilian ] = "~Fechar" ;
+ Text [ portuguese ] = "~Fechar" ;
+ Text [ finnish ] = "~Sulje" ;
+ Text [ danish ] = "Luk" ;
+ Text [ french ] = "~Fermer" ;
+ Text [ swedish ] = "St~ng" ;
+ Text [ dutch ] = "~Sluiten" ;
+ Text [ spanish ] = "~Cerrar" ;
+ Text [ english_us ] = "~Close" ;
+ Text[ chinese_simplified ] = "ر(~C)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Zamknij";
+ Text[ japanese ] = "‚(~C)";
+ Text[ chinese_traditional ] = "(~C)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ݱ(~C)";
+ Text[ turkish ] = "K~apat";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_JAN
+ {
+ Text = "Jan" ;
+ Text [ ENGLISH ] = "Jan" ;
+ Text [ norwegian ] = "Jan" ;
+ Text [ italian ] = "Gen" ;
+ Text [ portuguese_brazilian ] = "Jan" ;
+ Text [ portuguese ] = "Jan" ;
+ Text [ finnish ] = "Tam" ;
+ Text [ danish ] = "Jan" ;
+ Text [ french ] = "Janv." ;
+ Text [ swedish ] = "Jan" ;
+ Text [ dutch ] = "Jan" ;
+ Text [ spanish ] = "Ene" ;
+ Text [ english_us ] = "Jan" ;
+ Text[ chinese_simplified ] = "һ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Stycze";
+ Text[ japanese ] = "1";
+ Text[ chinese_traditional ] = "@";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "1";
+ Text[ turkish ] = "Oca";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_FEB
+ {
+ Text = "Feb" ;
+ Text [ ENGLISH ] = "Feb" ;
+ Text [ norwegian ] = "Feb" ;
+ Text [ italian ] = "Feb" ;
+ Text [ portuguese_brazilian ] = "Fev" ;
+ Text [ portuguese ] = "Fev" ;
+ Text [ finnish ] = "Hel" ;
+ Text [ danish ] = "Feb" ;
+ Text [ french ] = "Fvr." ;
+ Text [ swedish ] = "Feb" ;
+ Text [ dutch ] = "Feb" ;
+ Text [ spanish ] = "Feb" ;
+ Text [ english_us ] = "Feb" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Luty";
+ Text[ japanese ] = "2";
+ Text[ chinese_traditional ] = "G";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "2";
+ Text[ turkish ] = "ub";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_MAR
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? Mr : Mr */
+ Text = "Mr" ;
+ Text [ ENGLISH ] = "Mar" ;
+ Text [ norwegian ] = "Mar" ;
+ Text [ italian ] = "Mar" ;
+ Text [ portuguese_brazilian ] = "Mar" ;
+ Text [ portuguese ] = "Mar" ;
+ Text [ finnish ] = "Maa" ;
+ Text [ danish ] = "Mar" ;
+ Text [ french ] = "Mars" ;
+ Text [ swedish ] = "Mar" ;
+ Text [ dutch ] = "Mrt" ;
+ Text [ spanish ] = "Mar" ;
+ Text [ english_us ] = "Mar" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Marzec";
+ Text[ japanese ] = "3";
+ Text[ chinese_traditional ] = "T";
+ Text[ arabic ] = "";
+ Text[ greek ] = "M";
+ Text[ korean ] = "3";
+ Text[ turkish ] = "Mar";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_NORTH
+ {
+ Text = "Nord" ;
+ Text [ ENGLISH ] = "North" ;
+ Text [ norwegian ] = "North" ;
+ Text [ italian ] = "Nord" ;
+ Text [ portuguese_brazilian ] = "Norte" ;
+ Text [ portuguese ] = "Norte" ;
+ Text [ finnish ] = "Pohjoinen" ;
+ Text [ danish ] = "Nord" ;
+ Text [ french ] = "Nord" ;
+ Text [ swedish ] = "Norr" ;
+ Text [ dutch ] = "Noord" ;
+ Text [ spanish ] = "Norte" ;
+ Text [ english_us ] = "North" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Pnoc";
+ Text[ japanese ] = "k";
+ Text[ chinese_traditional ] = "_";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Kuzey";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_MID
+ {
+ Text = "Mitte" ;
+ Text [ ENGLISH ] = "Mid" ;
+ Text [ norwegian ] = "Mid" ;
+ Text [ italian ] = "Centro" ;
+ Text [ portuguese_brazilian ] = "Centro" ;
+ Text [ portuguese ] = "Centro" ;
+ Text [ finnish ] = "Keski" ;
+ Text [ danish ] = "Midte" ;
+ Text [ french ] = "Milieu" ;
+ Text [ swedish ] = "Mitten" ;
+ Text [ dutch ] = "Midden" ;
+ Text [ spanish ] = "Centro" ;
+ Text [ english_us ] = "Mid" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "rodek";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "߰";
+ Text[ turkish ] = "Orta";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_SOUTH
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? Sd : Sd */
+ Text = "Sd" ;
+ Text [ ENGLISH ] = "South" ;
+ Text [ norwegian ] = "South" ;
+ Text [ italian ] = "Sud" ;
+ Text [ portuguese_brazilian ] = "Sul" ;
+ Text [ portuguese ] = "Sul" ;
+ Text [ finnish ] = "Etel" ;
+ Text [ danish ] = "Syd" ;
+ Text [ french ] = "Sud" ;
+ Text [ swedish ] = "Sder" ;
+ Text [ dutch ] = "Zuid" ;
+ Text [ spanish ] = "Sur" ;
+ Text [ english_us ] = "South" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Poudnie";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "n";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Gney";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_SUM
+ {
+ Text = "Summe" ;
+ Text [ ENGLISH ] = "Sum" ;
+ Text [ norwegian ] = "Sum" ;
+ Text [ italian ] = "Somma" ;
+ Text [ portuguese_brazilian ] = "Soma" ;
+ Text [ portuguese ] = "Soma" ;
+ Text [ finnish ] = "Summa" ;
+ Text [ danish ] = "Total" ;
+ Text [ french ] = "Somme" ;
+ Text [ swedish ] = "Summa" ;
+ Text [ dutch ] = "Som" ;
+ Text [ spanish ] = "Suma" ;
+ Text [ english_us ] = "Total" ;
+ Text[ chinese_simplified ] = "ܼ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Suma";
+ Text[ japanese ] = "v";
+ Text[ chinese_traditional ] = "`p";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "հ";
+ Text[ turkish ] = "Toplam";
+ Text[ language_user1 ] = " ";
+ };
+ Text[ chinese_simplified ] = "Զʽ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Autoformatowanie";
+ Text[ japanese ] = "̫ϯ";
+ Text[ chinese_traditional ] = "۰ʮ榡";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "ڵ ";
+ Text[ turkish ] = "Otomatik formatlama";
+ Text[ language_user1 ] = " ";
+};