summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/appl/app.hrc34
-rw-r--r--sfx2/source/appl/app.src658
2 files changed, 688 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index d8d42183787d..255ad43c540c 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2000-11-20 12:58:09 $
+ * last change: $Author: mba $ $Date: 2000-11-20 13:12:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,6 +163,36 @@
#define STR_CORRUPT_INSTALLATION (RID_SFX_APP_START+94)
#define IDS_SBERR_STOREREF (RID_SFX_APP_START+97)
+#define CONFIG_PATH_START (RID_SFX_APP_START+98)
+
+#define STR_KEY_ADDINS_PATH (CONFIG_PATH_START)
+#define STR_KEY_AUTOCORRECT_DIR (CONFIG_PATH_START+1)
+#define STR_KEY_AUTOPILOT_DIR (CONFIG_PATH_START+2)
+#define STR_KEY_GLOSSARY_PATH (CONFIG_PATH_START+3)
+#define STR_KEY_BACKUP_PATH (CONFIG_PATH_START+4)
+#define STR_KEY_BASIC_PATH (CONFIG_PATH_START+5)
+#define STR_KEY_BITMAP_PATH (CONFIG_PATH_START+6)
+#define STR_KEY_CONFIG_DIR (CONFIG_PATH_START+7)
+#define STR_KEY_DATABASE_PATH (CONFIG_PATH_START+8)
+#define STR_KEY_DICTIONARY_PATH (CONFIG_PATH_START+9)
+#define STR_KEY_FAVORITES_DIR (CONFIG_PATH_START+10)
+#define STR_KEY_FILTER_PATH (CONFIG_PATH_START+11)
+#define STR_KEY_GALLERY_DIR (CONFIG_PATH_START+12)
+#define STR_KEY_GRAPHICS_PATH (CONFIG_PATH_START+13)
+#define STR_KEY_HELP_DIR (CONFIG_PATH_START+14)
+#define STR_KEY_LINGUISTIC_DIR (CONFIG_PATH_START+15)
+#define STR_KEY_MODULES_PATH (CONFIG_PATH_START+16)
+#define STR_KEY_NEW_DIR (CONFIG_PATH_START+17)
+#define STR_KEY_PALETTE_PATH (CONFIG_PATH_START+18)
+#define STR_KEY_PLUGINS_PATH (CONFIG_PATH_START+19)
+#define STR_KEY_STORAGE_DIR (CONFIG_PATH_START+20)
+#define STR_KEY_TEMP_PATH (CONFIG_PATH_START+21)
+#define STR_KEY_TEMPLATE_PATH (CONFIG_PATH_START+22)
+#define STR_KEY_TRASH_DIR (CONFIG_PATH_START+23)
+#define STR_KEY_USERCONFIG_PATH (CONFIG_PATH_START+24)
+#define STR_KEY_USERDICTIONARY_DIR (CONFIG_PATH_START+25)
+#define STR_KEY_WORK_PATH (CONFIG_PATH_START+26)
+
#define WIN_HELP_INDEX (RID_SFX_APP_START+99)
#define FT_ACTIVE 10
#define LB_ACTIVE 11
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index cd48be3b889d..9ad4dcd22bc3 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -2,9 +2,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pb $ $Date: 2000-11-17 11:04:52 $
+ * last change: $Author: mba $ $Date: 2000-11-20 13:13:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3402,5 +3402,659 @@ String IDS_SBERR_STOREREF
Text[ turkish ] = "Referans kaydedilmeyecek: ";
};
+String STR_KEY_CONFIG_DIR
+{
+ Text = "Konfiguration" ;
+ Text [ English ] = "Configuration" ;
+ Text [ norwegian ] = "Konfigurasjoner" ;
+ Text [ italian ] = "Configurazione" ;
+ Text [ portuguese_brazilian ] = "Configuraes" ;
+ Text [ portuguese ] = "Configurao" ;
+ Text [ finnish ] = "Mritykset" ;
+ Text [ danish ] = "Konfiguration" ;
+ Text [ french ] = "Configuration" ;
+ Text [ swedish ] = "Konfiguration" ;
+ Text [ dutch ] = "Configuraties" ;
+ Text [ spanish ] = "Configuracin" ;
+ Text [ english_us ] = "Configuration" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Ustawienia";
+ Text[ japanese ] = "ݒ";
+ Text[ chinese_traditional ] = "tm";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Configuraties";
+ Text[ chinese_simplified ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Konfigrasyon";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_WORK_PATH
+{
+ Text = "Arbeitsverzeichnis" ;
+ Text [ English ] = "Working path" ;
+ Text [ norwegian ] = "Arbeidsbane" ;
+ Text [ italian ] = "Cartella di lavoro" ;
+ Text [ portuguese_brazilian ] = "Caminho de trabalho" ;
+ Text [ portuguese ] = "Pasta de trabalho" ;
+ Text [ finnish ] = "Tyhakemisto" ;
+ Text [ danish ] = "Arbejdsmappe" ;
+ Text [ french ] = "Dossier de travail" ;
+ Text [ swedish ] = "Arbetsmapp" ;
+ Text [ dutch ] = "Werkmap" ;
+ Text [ spanish ] = "Directorio de trabajo" ;
+ Text [ english_us ] = "My Documents" ;
+ Text[ chinese_simplified ] = "Ŀ¼";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Folder roboczy";
+ Text[ japanese ] = "ܰݸިڸ";
+ Text[ chinese_traditional ] = "u@ؿ";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Werkmap";
+ Text[ chinese_simplified ] = "Ŀ¼";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "alma dizini";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_GRAPHICS_PATH
+{
+ Text = "Grafiken" ;
+ Text [ English ] = "Grafics" ;
+ Text [ norwegian ] = "Grafikk" ;
+ Text [ italian ] = "Immagini" ;
+ Text [ portuguese_brazilian ] = "Grficos" ;
+ Text [ portuguese ] = "Imagens" ;
+ Text [ finnish ] = "Grafiikka" ;
+ Text [ danish ] = "Grafik" ;
+ Text [ french ] = "Images" ;
+ Text [ swedish ] = "Grafik" ;
+ Text [ dutch ] = "Afbeeldingen" ;
+ Text [ spanish ] = "Imgenes" ;
+ Text [ english_us ] = "Graphics" ;
+ Text[ chinese_simplified ] = "ͼ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Grafiki";
+ Text[ japanese ] = "̨";
+ Text[ chinese_traditional ] = "ϧ";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Afbeeldingen";
+ Text[ chinese_simplified ] = "ͼ";
+ Text[ greek ] = "";
+ Text[ korean ] = "׷";
+ Text[ turkish ] = "Grafik";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_BITMAP_PATH
+{
+ Text = "Symbole" ;
+ Text [ English ] = "Symbols" ;
+ Text [ english_us ] = "Icons" ;
+ Text [ italian ] = "Simboli" ;
+ Text [ spanish ] = "Smbolos" ;
+ Text [ french ] = "Icnes" ;
+ Text [ dutch ] = "Symbolen" ;
+ Text [ swedish ] = "Symboler" ;
+ Text [ danish ] = "Symboler" ;
+ Text [ portuguese ] = "Smbolos" ;
+ Text [ portuguese_brazilian ] = "Symbole" ;
+ Text[ chinese_simplified ] = "ͼ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Symbole";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "ϥ";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Symbolen";
+ Text[ chinese_simplified ] = "ͼ";
+ Text[ greek ] = "";
+ Text[ korean ] = "ȣ";
+ Text[ language_user1 ] = "BLG 18.01.00 : Ds la liste des chemin \"Outils - Options - Chemins\"";
+ Text[ turkish ] = "Simgeler";
+};
+String STR_KEY_BASIC_PATH
+{
+ Text = "BASIC" ;
+};
+String STR_KEY_DATABASE_PATH
+{
+ Text = "Datenbankanfragen" ;
+ Text [ English ] = "Database queries" ;
+ Text [ norwegian ] = "Database" ;
+ Text [ italian ] = "Ricerca database" ;
+ Text [ portuguese_brazilian ] = "Base de Dados" ;
+ Text [ portuguese ] = "Consultas base de dados" ;
+ Text [ finnish ] = "Tietokanta" ;
+ Text [ danish ] = "Databaseforesprgsler" ;
+ Text [ french ] = "Interrogations de B.D." ;
+ Text [ swedish ] = "Databasfrfrgningar" ;
+ Text [ dutch ] = "Database query's" ;
+ Text [ spanish ] = "Consulta de base de datos" ;
+ Text [ english_us ] = "Database Queries" ;
+ Text[ chinese_simplified ] = "ѯݿ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Kwerendy bazy danych";
+ Text[ japanese ] = "ްްذ";
+ Text[ chinese_traditional ] = "d߸Ʈw";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Database query's";
+ Text[ chinese_simplified ] = "ѯݿ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ͺ̽ ";
+ Text[ turkish ] = "Veritaban sorgular";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_PALETTE_PATH
+{
+ Text = "Paletten" ;
+ Text [ English ] = "Pallets" ;
+ Text [ norwegian ] = "Palletter" ;
+ Text [ italian ] = "Tavolozze" ;
+ Text [ portuguese_brazilian ] = "Paletas" ;
+ Text [ portuguese ] = "Paletas" ;
+ Text [ finnish ] = "Paletit" ;
+ Text [ danish ] = "Paletter" ;
+ Text [ french ] = "Palettes" ;
+ Text [ swedish ] = "Paletter" ;
+ Text [ dutch ] = "Paletten" ;
+ Text [ spanish ] = "Paletas" ;
+ Text [ english_us ] = "Palettes" ;
+ Text[ chinese_simplified ] = "ɫ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Paleta";
+ Text[ japanese ] = "گ";
+ Text[ chinese_traditional ] = "O";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Paletten";
+ Text[ chinese_simplified ] = "ɫ";
+ Text[ greek ] = "";
+ Text[ korean ] = "ķƮ";
+ Text[ turkish ] = "Paletler";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_BACKUP_PATH
+{
+ Text = "Sicherungskopien" ;
+ Text [ English ] = "Backup" ;
+ Text [ norwegian ] = "Sikkerhetskopi" ;
+ Text [ italian ] = "Backup" ;
+ Text [ portuguese_brazilian ] = "Backup" ;
+ Text [ portuguese ] = "Cpias de segurana" ;
+ Text [ finnish ] = "Varmistus" ;
+ Text [ danish ] = "Sikkerhedskopier" ;
+ Text [ french ] = "Copies de sauvegarde" ;
+ Text [ swedish ] = "Skerhetskopior" ;
+ Text [ dutch ] = "Reservekopien" ;
+ Text [ spanish ] = "Copias de seguridad" ;
+ Text [ english_us ] = "Backup Copies" ;
+ Text[ chinese_simplified ] = "ȫ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Kopie zapasowe";
+ Text[ japanese ] = "ޯ ߰";
+ Text[ chinese_traditional ] = "wƥ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Reservekopien";
+ Text[ chinese_simplified ] = "ȫ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Yedekleme kopyalar";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_MODULES_PATH
+{
+ Text = "Module" ;
+ Text [ English ] = "Modules" ;
+ Text [ norwegian ] = "Moduler" ;
+ Text [ italian ] = "Moduli" ;
+ Text [ portuguese_brazilian ] = "Mdulos" ;
+ Text [ portuguese ] = "Mdulos" ;
+ Text [ finnish ] = "Moduulit" ;
+ Text [ danish ] = "Moduler" ;
+ Text [ french ] = "Modules" ;
+ Text [ swedish ] = "Moduler" ;
+ Text [ dutch ] = "Modules" ;
+ Text [ spanish ] = "Mdulos" ;
+ Text [ english_us ] = "Modules" ;
+ Text[ chinese_simplified ] = "ģ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Moduy";
+ Text[ japanese ] = "Ӽޭ";
+ Text[ chinese_traditional ] = "Ҷ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Modules";
+ Text[ chinese_simplified ] = "ģ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Modller";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_TEMPLATE_PATH
+{
+ Text = "Dokumentvorlagen" ;
+ Text [ English ] = "Dokument templates" ;
+ Text [ norwegian ] = "Dokumentmaler" ;
+ Text [ italian ] = "Modelli" ;
+ Text [ portuguese_brazilian ] = "Modelos de documento" ;
+ Text [ portuguese ] = "Modelos de documentos" ;
+ Text [ finnish ] = "Asiakirjamallit" ;
+ Text [ danish ] = "Dokumentskabeloner" ;
+ Text [ french ] = "Modles de document" ;
+ Text [ swedish ] = "Dokumentmallar" ;
+ Text [ dutch ] = "Sjablonen" ;
+ Text [ spanish ] = "Plantilla de documento" ;
+ Text [ english_us ] = "Templates" ;
+ Text[ chinese_simplified ] = "ĵʽ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Szablony dokumentu";
+ Text[ japanese ] = "޷Ăڰ";
+ Text[ chinese_traditional ] = "˦";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Sjablonen";
+ Text[ chinese_simplified ] = "ĵʽ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " øƮ";
+ Text[ turkish ] = "Belge ablonlar";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_GLOSSARY_PATH
+{
+ Text = "AutoText" ;
+ Text [ English ] = "AutoText";
+ Text[ english_us ] = "AutoText";
+ Text[ portuguese ] = "AutoTexto";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "AutoTekst";
+ Text[ french ] = "AutoTexte";
+ Text[ spanish ] = "AutoTexto";
+ Text[ italian ] = "Testo automatico";
+ Text[ danish ] = "AutoTekst";
+ Text[ swedish ] = "AutoText";
+ Text[ polish ] = "Autotekst";
+ Text[ portuguese_brazilian ] = "AutoText";
+ Text[ japanese ] = "͎x";
+ Text[ korean ] = "AutoText";
+ Text[ chinese_simplified ] = "Զͼļ";
+ Text[ chinese_traditional ] = "۰ʹϤ嶰";
+ Text[ turkish ] = "AutoText";
+ Text[ arabic ] = " ";
+};
+String STR_KEY_DICTIONARY_PATH
+{
+ Text = "Wrterbcher" ;
+ Text [ English ] = "Dictionaries" ;
+ Text [ norwegian ] = "Ordlister" ;
+ Text [ italian ] = "Dizionari" ;
+ Text [ portuguese_brazilian ] = "Dicionrios" ;
+ Text [ portuguese ] = "Dicionrios" ;
+ Text [ french ] = "Dictionnaires" ;
+ Text [ dutch ] = "Woordenboeken" ;
+ Text [ spanish ] = "Diccionarios" ;
+ Text [ danish ] = "Ordbger" ;
+ Text [ swedish ] = "Ordbcker" ;
+ Text [ finnish ] = "Dictionaries" ;
+ Text [ english_us ] = "Dictionaries" ;
+ Text[ chinese_simplified ] = "ֵ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Sowniki";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "r";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Woordenboeken";
+ Text[ chinese_simplified ] = "ֵ";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Szlkler";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_HELP_DIR
+{
+ Text = "Hilfedateien" ;
+ Text [ English ] = "Helpfiles" ;
+ Text [ english_us ] = "Help" ;
+ Text [ italian ] = "File della Guida" ;
+ Text [ spanish ] = "Archivos de ayuda" ;
+ Text [ french ] = "Fichiers d'aide" ;
+ Text [ dutch ] = "Help-bestanden" ;
+ Text [ swedish ] = "Hjlpfiler" ;
+ Text [ danish ] = "Hjlp-filer" ;
+ Text [ portuguese ] = "Ficheiros de ajuda" ;
+ Text [ portuguese_brazilian ] = "Hilfedateien" ;
+ Text[ chinese_simplified ] = "ļ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Pliki pomocy";
+ Text[ japanese ] = "̧";
+ Text[ chinese_traditional ] = "ɮ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Help-bestanden";
+ Text[ chinese_simplified ] = "ļ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Yardm dosyalar";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_GALLERY_DIR
+{
+ Text = "Gallery" ;
+ Text [ English ] = "Gallery" ;
+ Text [ dutch ] = "Gallery" ;
+ Text [ english_us ] = "Gallery" ;
+ Text [ italian ] = "Gallery" ;
+ Text [ spanish ] = "Gallery" ;
+ Text [ french ] = "Gallery" ;
+ Text [ swedish ] = "Gallery" ;
+ Text [ danish ] = "Gallery" ;
+ Text [ portuguese ] = "Gallery" ;
+ Text [ portuguese_brazilian ] = "Gallery" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Galeria";
+ Text[ japanese ] = "ެ";
+ Text[ chinese_traditional ] = "eY";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Gallery";
+ Text[ chinese_simplified ] = "";
+ Text[ greek ] = "Gallery";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Galeri";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_NEW_DIR
+{
+ Text = "Standardvorlagen" ;
+ Text [ English ] = "standard templates" ;
+ Text [ dutch ] = "Standaardsjablonen" ;
+ Text [ english_us ] = "Default Templates" ;
+ Text [ swedish ] = "Standardmallar" ;
+ Text [ danish ] = "Standardskabeloner" ;
+ Text [ italian ] = "Modelli standard" ;
+ Text [ spanish ] = "Plantillas predeterminadas" ;
+ Text [ french ] = "Modles par dfaut" ;
+ Text [ portuguese ] = "Modelos-padro" ;
+ Text [ portuguese_brazilian ] = "Standardvorlagen" ;
+ Text[ chinese_simplified ] = "׼ʽ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Szablony standardowe";
+ Text[ japanese ] = "W";
+ Text[ chinese_traditional ] = "зǼ˦";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Standaardsjablonen";
+ Text[ chinese_simplified ] = "׼ʽ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "⺻ øƮ";
+ Text[ turkish ] = "Standart ablonlar";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_TRASH_DIR
+{
+ Text = "Papierkorb" ;
+ Text [ English ] = "Trash" ;
+ Text [ English_US ] = "Recycle Bin" ;
+ Text [ portuguese ] = "Reciclagem" ;
+ Text [ portuguese_brazilian ] = "Mlleimer" ;
+ Text [ swedish ] = "Papperskorg" ;
+ Text [ danish ] = "Papirkurv" ;
+ Text [ italian ] = "Cestino" ;
+ Text [ spanish ] = "Papelera" ;
+ Text [ french ] = "Corbeille" ;
+ Text [ dutch ] = "Prullenbak" ;
+ Text[ chinese_simplified ] = "վ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Kosz";
+ Text[ japanese ] = "ݔ";
+ Text[ chinese_traditional ] = "귽^";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Prullenbak";
+ Text[ chinese_simplified ] = "վ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "";
+ Text[ turkish ] = "p kutusu";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_STORAGE_DIR
+{
+ Text = "Nachrichtenspeicher" ;
+ Text [ English ] = "Mail Storages" ;
+ Text [ portuguese ] = "Memria de mensagens" ;
+ Text [ english_us ] = "Mail/News Storage" ;
+ Text [ portuguese_brazilian ] = "Nachrichtenspeicher" ;
+ Text [ swedish ] = "Meddelandelager" ;
+ Text [ danish ] = "Meddelelseslager" ;
+ Text [ italian ] = "Memoria messaggi" ;
+ Text [ spanish ] = "Memoria de mensajes" ;
+ Text [ french ] = "Mmoire pour messages" ;
+ Text [ dutch ] = "Geheugen voor berichten" ;
+ Text[ chinese_simplified ] = "ʼ/Ŵ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Pami wiadomoci";
+ Text[ japanese ] = "үޗp";
+ Text[ chinese_traditional ] = "qll/sDxs";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Geheugen voor berichten";
+ Text[ chinese_simplified ] = "ʼ/Ŵ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "/ ";
+ Text[ turkish ] = "leti depolama alan";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_AUTOPILOT_DIR
+{
+ Text = "Autopiloten" ;
+ Text [ English ] = "Autopilots" ;
+ Text [ portuguese ] = "AutoPilotos" ;
+ Text [ english_us ] = "AutoPilots" ;
+ Text [ portuguese_brazilian ] = "Autopiloten" ;
+ Text [ swedish ] = "Autopiloter" ;
+ Text [ danish ] = "AutoPiloter" ;
+ Text [ italian ] = "Piloti automatici" ;
+ Text [ spanish ] = "AutoPilotos" ;
+ Text [ french ] = "AutoPilotes" ;
+ Text [ dutch ] = "AutoPiloot" ;
+ Text[ chinese_simplified ] = "Զļ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Autopiloci";
+ Text[ japanese ] = "߲ۯ";
+ Text[ chinese_traditional ] = "۰ɮקUz";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "AutoPiloot";
+ Text[ chinese_simplified ] = "Զļ";
+ Text[ greek ] = "AutoPilots";
+ Text[ korean ] = "ڵ Ϸ";
+ Text[ turkish ] = "Otopilot";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_PLUGINS_PATH
+{
+ Text = "Plugins-Verzeichnis" ;
+ Text [ English ] = "Plugins directory" ;
+ Text[ english_us ] = "Plug-Ins";
+ Text[ portuguese ] = "Directrio de plug-ins";
+ Text[ russian ] = " Plugins";
+ Text[ dutch ] = "Plugins directory";
+ Text[ french ] = "Rpertoire de Plug-Ins";
+ Text[ spanish ] = "Directorio de Plug-ins";
+ Text[ italian ] = "Cartella plugin";
+ Text[ danish ] = "PlugIn-bibliotek";
+ Text[ swedish ] = "Plugins-mapp";
+ Text[ polish ] = "Katalog dodatkw Plugin";
+ Text[ portuguese_brazilian ] = "Plugins directory";
+ Text[ japanese ] = "׸޲ ިڸ";
+ Text[ chinese_simplified ] = "Plug-In Ŀ¼";
+ Text[ chinese_traditional ] = "Plugins ؿ";
+ Text[ arabic ] = " Plugins";
+ Text[ dutch ] = "Plugins directory";
+ Text[ chinese_simplified ] = "Plug-In Ŀ¼";
+ Text[ greek ] = " ";
+ Text[ korean ] = "÷ 丮";
+ Text[ turkish ] = "Plug-In dizini";
+};
+String STR_KEY_FAVORITES_DIR
+{
+ Text[ language_user1 ] = " ";
+ Text = "Ordner-Bookmarks" ;
+ Text [ English ] = "Folder Bookmarks" ;
+ Text[ english_us ] = "Folder Bookmarks";
+ Text[ portuguese ] = "Pastas correntes";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Bookmarks voor mappen";
+ Text[ french ] = "Rpertoires courants";
+ Text[ spanish ] = "Marcadores de carpetas";
+ Text[ swedish ] = "Mappbokmrken";
+ Text[ russian ] = " ";
+ Text[ italian ] = "Bookmark della cartella";
+ Text[ danish ] = "Mappe-bogmrker";
+ Text[ polish ] = "Zakadki folderu";
+ Text[ portuguese_brazilian ] = "User directories";
+ Text[ japanese ] = "̫ނޯϰ";
+ Text[ korean ] = " å";
+ Text[ chinese_simplified ] = "ļǩ";
+ Text[ chinese_traditional ] = "Ƨ";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Yer iareti klasr";
+};
+String STR_KEY_FILTER_PATH
+{
+ Text = "Filter" ;
+ Text [ English ] = "Filter" ;
+ Text[ english_us ] = "Filters";
+ Text[ portuguese ] = "Filtros";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Filter";
+ Text[ french ] = "Filtre";
+ Text[ spanish ] = "Filtros";
+ Text[ swedish ] = "Filter";
+ Text[ russian ] = "";
+ Text[ italian ] = "Filtro";
+ Text[ danish ] = "Filtre";
+ Text[ polish ] = "Filtr";
+ Text[ portuguese_brazilian ] = "Filter";
+ Text[ japanese ] = "̨";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "ɸѡ";
+ Text[ chinese_traditional ] = "Lo";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Filtre";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_ADDINS_PATH
+{
+ Text = "AddIns" ;
+ Text [ English ] = "AddIns" ;
+ Text[ english_us ] = "Add-Ins";
+ Text[ portuguese ] = "AddIns";
+ Text[ greek ] = "AddIns";
+ Text[ dutch ] = "AddIns";
+ Text[ french ] = "Add-Ins";
+ Text[ spanish ] = "AddIns";
+ Text[ swedish ] = "AddIns";
+ Text[ russian ] = "AddIns";
+ Text[ italian ] = "AddIns";
+ Text[ danish ] = "Add-Ins";
+ Text[ polish ] = "AddIns";
+ Text[ portuguese_brazilian ] = "AddIns";
+ Text[ japanese ] = "޲";
+ Text[ korean ] = "ֵ";
+ Text[ chinese_simplified ] = "AddIns";
+ Text[ chinese_traditional ] = "AddIns";
+ Text[ arabic ] = "AddIns";
+ Text[ turkish ] = "Add-In";
+};
+String STR_KEY_USERCONFIG_PATH
+{
+ Text = "Benutzer Konfiguration" ;
+ Text [ English ] = "User Settings" ;
+ Text[ english_us ] = "User Configuration";
+ Text[ portuguese ] = "Configurao personalizada";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Gebruikerscofiguratie";
+ Text[ french ] = "Configuration d'utilisateur";
+ Text[ spanish ] = "Configuracin de usuario";
+ Text[ swedish ] = "Anvndarkonfiguration";
+ Text[ russian ] = " ";
+ Text[ italian ] = "Configurazione utente";
+ Text[ danish ] = "Brugerkonfigurationer";
+ Text[ polish ] = "Konfiguracje uytkownika";
+ Text[ portuguese_brazilian ] = "User Settings";
+ Text[ japanese ] = "հްݒ";
+ Text[ korean ] = " ";
+ Text[ chinese_simplified ] = "ʹ";
+ Text[ chinese_traditional ] = "ϥΪ̳]w";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Kullanc konfigrasyonu";
+ Text[ language_user1 ] = " ";
+};
+String STR_KEY_USERDICTIONARY_DIR
+{
+ Text = "Benutzerwrterbcher" ;
+ Text [ English ] = "User Dictionaries" ;
+ Text[ english_us ] = "User Dictionaries";
+ Text[ portuguese ] = "Dicionrios personalizados";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Gebruikerswoordenboek";
+ Text[ french ] = "Dictionnaires de l'utilisateur";
+ Text[ spanish ] = "Diccionarios de usuario";
+ Text[ italian ] = "Dizionari utente";
+ Text[ danish ] = "Brugerordbger";
+ Text[ swedish ] = "Anvndarordbcker";
+ Text[ polish ] = "Sowniki uytkownika";
+ Text[ portuguese_brazilian ] = "User Dictionaries";
+ Text[ japanese ] = "հް";
+ Text[ korean ] = " ";
+ Text[ chinese_simplified ] = "ûֵ";
+ Text[ chinese_traditional ] = "ۭqr";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Kullanc szlkleri";
+};
+String STR_KEY_AUTOCORRECT_DIR
+{
+ Text = "AutoKorrektur" ;
+ Text [ English ] = "AutoCorrect" ;
+ Text[ english_us ] = "AutoCorrect";
+ Text[ portuguese ] = "AutoCorreco";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "AutoCorrectie";
+ Text[ french ] = "AutoCorrection";
+ Text[ spanish ] = "AutoCorreccin";
+ Text[ italian ] = "Correzione automatica";
+ Text[ danish ] = "AutoKorrektur";
+ Text[ swedish ] = "AutoKorrigering";
+ Text[ polish ] = "Autokorekta";
+ Text[ portuguese_brazilian ] = "AutoCorrect";
+ Text[ japanese ] = "ĺڸ";
+ Text[ korean ] = "ڵ ħ";
+ Text[ chinese_simplified ] = "Զ";
+ Text[ chinese_traditional ] = "۰ʧ";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Otomatik dzeltme";
+};
+#if defined STR_KEY_LINGUISTIC_DIR
+String STR_KEY_LINGUISTIC_DIR
+{
+ Text = "Linguistik" ;
+ Text [ English ] = "Linguistic" ;
+ Text[ english_us ] = "Language";
+ Text[ portuguese ] = "Lingustica";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Lingustiek";
+ Text[ french ] = "Linguistique";
+ Text[ spanish ] = "Lingstica";
+ Text[ italian ] = "Linguistica";
+ Text[ danish ] = "Lingvistik";
+ Text[ swedish ] = "Lingvistik";
+ Text[ polish ] = "Lingwistyka";
+ Text[ portuguese_brazilian ] = "Linguistic";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "y";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Dil";
+};
+#endif // STR_KEY_LINGUISTIC_DIR
+
+
// ********************************************************************** EOF