summaryrefslogtreecommitdiff
path: root/basic/source/app/ttmsg.src
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/ttmsg.src')
-rw-r--r--basic/source/app/ttmsg.src659
1 files changed, 659 insertions, 0 deletions
diff --git a/basic/source/app/ttmsg.src b/basic/source/app/ttmsg.src
new file mode 100644
index 000000000000..c19e892d5243
--- /dev/null
+++ b/basic/source/app/ttmsg.src
@@ -0,0 +1,659 @@
+/*************************************************************************
+ *
+ * $RCSfile: ttmsg.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:12:09 $
+ *
+ * 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 "ttmsg.hrc"
+
+
+// Hier sind die Messages aus dem Verzeichnis /basic/source/testtool enhalten
+
+
+///////////////////////////////
+// Fehlermeldungen, die in das Resultfile gelangen.
+// *********************
+// *** !!ACHTUNG!! ***
+// *********************
+// Die Nummern drfen sich NIE! ndern,
+// da sie in den Resultfiles gespeichert sind, und bei erneutem Anzeigen
+// statdessen die entsprechenden neuen oder garkeine Strings angzeigt werden.
+///////////////////////////////
+String S_NAME_NOT_THERE
+{
+ Text = "Name nicht vorhanden: #($Arg1)";
+ Text[ english_us ] = "Name doesn't exist: #($Arg1)";
+ Text[ portuguese ] = "Nome inexistente: #($Arg1)";
+ Text[ russian ] = "Name doesn't exist: #($Arg1)";
+ Text[ greek ] = "Name doesn't exist: #($Arg1)";
+ Text[ dutch ] = "Naam bestaat niet: #($Arg1)";
+ Text[ french ] = "Nom inexistant : #($Arg1)";
+ Text[ spanish ] = "El nombre no existe: #($Arg1)";
+ Text[ italian ] = "Name doesn't exist: #($Arg1)";
+ Text[ danish ] = "Name doesn't exist: #($Arg1)";
+ Text[ swedish ] = "Name doesn't exist: #($Arg1)";
+ Text[ polish ] = "Nazwa nie istnieje: #($Arg1)";
+ Text[ portuguese_brazilian ] = "Name nicht vorhanden: #($Arg1)";
+ Text[ japanese ] = "̖O݂͑Ă܂: #($Arg1)";
+ Text[ korean ] = "̸ ʽϴ: #($Arg1)";
+ Text[ chinese_simplified ] = "Ʋڣ#($Arg1)";
+ Text[ chinese_traditional ] = "W٤sbG #($Arg1)";
+ Text[ arabic ] = "Name doesn't exist: #($Arg1)";
+ Text[ turkish ] = "Name doesn't exist: #($Arg1)";
+};
+String S_DOUBLE_NAME
+{
+ Text = "Name Doppelt: ($Arg1)";
+ Text[ english_us ] = "Name double: ($Arg1)";
+ Text[ portuguese ] = "Nome duplo: ($Arg1)";
+ Text[ russian ] = "Name double: ($Arg1)";
+ Text[ greek ] = "Name double: ($Arg1)";
+ Text[ dutch ] = "Dubbele naam: ($Arg1)";
+ Text[ french ] = "Nome double : ($Arg1)";
+ Text[ spanish ] = "Nombre doble: ($Arg1)";
+ Text[ italian ] = "Name double: ($Arg1)";
+ Text[ danish ] = "Name double: ($Arg1)";
+ Text[ swedish ] = "Name double: ($Arg1)";
+ Text[ polish ] = "Podwjna nazwa: ($Arg1)";
+ Text[ portuguese_brazilian ] = "Name Doppelt: ($Arg1)";
+ Text[ japanese ] = "OdĂ܂: ($Arg1)";
+ Text[ korean ] = "̸ ߺǾϴ. : ($Arg1)";
+ Text[ chinese_simplified ] = "˫ƣ($Arg1)";
+ Text[ chinese_traditional ] = "WG($Arg1)";
+ Text[ arabic ] = "Name double: ($Arg1)";
+ Text[ turkish ] = "Name double: ($Arg1)";
+};
+String S_READING_FILE
+{
+ Text = "Einlesen der Dateien";
+ Text[ english_us ] = "Reading the files";
+ Text[ portuguese ] = "Leitura dos ficheiros";
+ Text[ russian ] = "Reading the files";
+ Text[ greek ] = "Reading the files";
+ Text[ dutch ] = "Bestanden lezen";
+ Text[ french ] = "Lecture des fichiers";
+ Text[ spanish ] = "Leyendo los archivos";
+ Text[ italian ] = "Reading the files";
+ Text[ danish ] = "Reading the files";
+ Text[ swedish ] = "Reading the files";
+ Text[ polish ] = "Czytanie plikw";
+ Text[ portuguese_brazilian ] = "Einlesen der Dateien";
+ Text[ japanese ] = "̧ق̓ǂݍ";
+ Text[ korean ] = " б";
+ Text[ chinese_simplified ] = "ȡļ";
+ Text[ chinese_traditional ] = "Ūɮ";
+ Text[ arabic ] = "Reading the files";
+ Text[ turkish ] = "Reading the files";
+};
+String S_CANNOT_OPEN_FILE
+{
+ Text = "Kann Datei nicht ffnen: ($Arg1)";
+ Text[ english_us ] = "File cannot be opened: ($Arg1)";
+ Text[ portuguese ] = "Impossvel abrir ficheiro: ($Arg1)";
+ Text[ russian ] = "File cannot be opened: ($Arg1)";
+ Text[ greek ] = "File cannot be opened: ($Arg1)";
+ Text[ dutch ] = "Kan bestand niet openen: ($Arg1)";
+ Text[ french ] = "Impossible d'ouvrir le fichier : ($Arg1)";
+ Text[ spanish ] = "No se puede abrir el archivo: ($Arg1)";
+ Text[ italian ] = "File cannot be opened: ($Arg1)";
+ Text[ danish ] = "File cannot be opened: ($Arg1)";
+ Text[ swedish ] = "File cannot be opened: ($Arg1)";
+ Text[ polish ] = "Nie moe otworzy pliku: ($Arg1)";
+ Text[ portuguese_brazilian ] = "Kann Datei nicht ffnen: ($Arg1)";
+ Text[ japanese ] = "̧قJ܂: ($Arg1)";
+ Text[ korean ] = " ʽϴ: ($Arg1)";
+ Text[ chinese_simplified ] = "޷ļ($Arg1)";
+ Text[ chinese_traditional ] = "Lk}ɮסG ($Arg1)";
+ Text[ arabic ] = "File cannot be opened: ($Arg1)";
+ Text[ turkish ] = "File cannot be opened: ($Arg1)";
+};
+String S_INVALID_LINE
+{
+ Text = "Zeile \"($Arg1)\" Ist ungltig.";
+ Text[ english_us ] = "Line \"($Arg1)\" is invalid.";
+ Text[ portuguese ] = "A linha \"($Arg1)\" no vlida.";
+ Text[ russian ] = "Line \"($Arg1)\" is invalid.";
+ Text[ greek ] = "Line \"($Arg1)\" is invalid.";
+ Text[ dutch ] = "Regel \"($Arg1)\" is ongeldig.";
+ Text[ french ] = "Ligne \"($Arg1)\" non valable.";
+ Text[ spanish ] = "La lnea \"($Arg1)\" no es vlida.";
+ Text[ italian ] = "Line \"($Arg1)\" is invalid.";
+ Text[ danish ] = "Line \"($Arg1)\" is invalid.";
+ Text[ swedish ] = "Line \"($Arg1)\" is invalid.";
+ Text[ polish ] = "Wiersz \"($Arg1)\" jest niewany.";
+ Text[ portuguese_brazilian ] = "Zeile \"($Arg1)\" Ist ungltig.";
+ Text[ japanese ] = "s \"($Arg1)\" ͖łB";
+ Text[ korean ] = " \"($Arg1)\" ȿ ʽϴ.";
+ Text[ chinese_simplified ] = "ЧС($Arg1)";
+ Text[ chinese_traditional ] = " \"($Arg1)\" LġC";
+ Text[ arabic ] = "Line \"($Arg1)\" is invalid.";
+ Text[ turkish ] = "Line \"($Arg1)\" is invalid.";
+};
+String S_SHORTNAME_UNKNOWN
+{
+ Text = "Kurzname Unbekannt beim Kopieren: ($Arg1)";
+ Text[ english_us ] = "Short name unknown during copying: ($Arg1)";
+ Text[ portuguese ] = "Abreviatura desconhecida ao copiar: ($Arg1)";
+ Text[ russian ] = "Short name unknown during copying: ($Arg1)";
+ Text[ greek ] = "Short name unknown during copying: ($Arg1)";
+ Text[ dutch ] = "Afkorting onbekend bij kopiren: ($Arg1)";
+ Text[ french ] = "Abrviation inconnue lors de la copie : ($Arg1)";
+ Text[ spanish ] = "Abreviatura desconocida al copiar: ($Arg1)";
+ Text[ italian ] = "Short name unknown during copying: ($Arg1)";
+ Text[ danish ] = "Short name unknown during copying: ($Arg1)";
+ Text[ swedish ] = "Short name unknown during copying: ($Arg1)";
+ Text[ polish ] = "Skrt nazwy nieznany podczas kopiowania: ($Arg1)";
+ Text[ portuguese_brazilian ] = "Kurzname Unbekannt beim Kopieren: ($Arg1)";
+ Text[ japanese ] = "Short name unknown during copying: ($Arg1)";
+ Text[ korean ] = "Ǵ ˼ ª ̸: ($Arg1)";
+ Text[ chinese_simplified ] = "ʱļƣ($Arg1)";
+ Text[ chinese_traditional ] = "`ɵuW٤G($Arg1)";
+ Text[ arabic ] = "Short name unknown during copying: ($Arg1)";
+ Text[ turkish ] = "Short name unknown during copying: ($Arg1)";
+};
+String S_LONGNAME_UNKNOWN
+{
+ Text = "Kurzname Unbekannt beim Kopieren: ($Arg1)";
+ Text[ english_us ] = "Short name unknown during copying: ($Arg1)";
+ Text[ portuguese ] = "Abreviatura desconhecida ao copiar: ($Arg1)";
+ Text[ russian ] = "Short name unknown during copying: ($Arg1)";
+ Text[ greek ] = "Short name unknown during copying: ($Arg1)";
+ Text[ dutch ] = "Afkorting onbekend bij kopiren: ($Arg1)";
+ Text[ french ] = "Abrviation inconnue lors de la copie : ($Arg1)";
+ Text[ spanish ] = "Abreviatura desconocida al copiar: ($Arg1)";
+ Text[ italian ] = "Short name unknown during copying: ($Arg1)";
+ Text[ danish ] = "Short name unknown during copying: ($Arg1)";
+ Text[ swedish ] = "Short name unknown during copying: ($Arg1)";
+ Text[ polish ] = "Skrt nazwy nieznany podczas kopiowania: ($Arg1)";
+ Text[ portuguese_brazilian ] = "Kurzname Unbekannt beim Kopieren: ($Arg1)";
+ Text[ japanese ] = "Short name unknown during copying: ($Arg1)";
+ Text[ korean ] = "Ǵ ˼ ª ̸: ($Arg1)";
+ Text[ chinese_simplified ] = "ʱļƣ($Arg1)";
+ Text[ chinese_traditional ] = "`ɵuW٤G($Arg1)";
+ Text[ arabic ] = "Short name unknown during copying: ($Arg1)";
+ Text[ turkish ] = "Short name unknown during copying: ($Arg1)";
+};
+String S_FIRST_SHORTNAME_REQ_ASTRX
+{
+ Text = "Erster Kurzname muss mit * beginnen. berspringe.";
+ Text[ english_us ] = "First short name must start with * . Ignore.";
+ Text[ portuguese ] = "A primeira abreviatura dever comear com *. Ignorar.";
+ Text[ russian ] = "First short name must start with * . Leave out.";
+ Text[ greek ] = "First short name must start with * . Ignore.";
+ Text[ dutch ] = "Eerste afkorting moet beginnen met *. Overslaan.";
+ Text[ french ] = "La premire abrviation doit commencer par *. Ignorer.";
+ Text[ spanish ] = "La primera abreviatura debe comenzar con *. Ignorar.";
+ Text[ italian ] = "First short name must start with * . Ignore.";
+ Text[ danish ] = "First short name must start with *. Ignore. ";
+ Text[ swedish ] = "First short name must start with * . Ignore.";
+ Text[ polish ] = "Pierwszy skrt nazwy musi si zaczyna na * . Omi.";
+ Text[ portuguese_brazilian ] = "Erster Kurzname mu mit * beginnen. berspringe.";
+ Text[ japanese ] = "First short name must start with * . Ignore.";
+ Text[ korean ] = "ù° ª ̸ ݵ * . Ignore Բ Ǿ մϴ.";
+ Text[ chinese_simplified ] = "һƱ * ͷʡԡ";
+ Text[ chinese_traditional ] = "Ĥ@ӵuW٥H * }lCC";
+ Text[ arabic ] = "First short name must start with * . Leave out.";
+ Text[ turkish ] = "First short name must start with * . Ignore.";
+};
+String S_TIMOUT_WAITING
+{
+ Text = "Server Timeout beim Warten auf Antwort. Sequenz Nr: ($Arg1)";
+ Text[ english_us ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ portuguese ] = "Server Timeout ao esperar pela resposta. Sequncia n: ($Arg1)";
+ Text[ russian ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ greek ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ dutch ] = "Server timeout bij het wachten op antwoord. Sequentie nr: ($Arg1)";
+ Text[ french ] = "Timeout du serveur lors de l'attente de la rponse. N de squence : ($Arg1)";
+ Text[ spanish ] = "Server Timeout al esperar por respuesta. Secuencia nm.: ($Arg1)";
+ Text[ italian ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ danish ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ swedish ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ polish ] = "Server Timeout podczas czekania na odpowied. Numer sekwencji: ($Arg1)";
+ Text[ portuguese_brazilian ] = "Server Timeout beim Warten auf Antwort. Sequenz Nr: ($Arg1)";
+ Text[ japanese ] = "҂̍ۂ̻ްѱāBݽNo.: ($Arg1)";
+ Text[ korean ] = " ٸ Ÿ ƿ. Ϸ ȣ: ($Arg1)";
+ Text[ chinese_simplified ] = "ڵȺʱʱкţ($Arg1)";
+ Text[ chinese_traditional ] = "AԵ`WɡCǦCXG ($Arg1)";
+ Text[ arabic ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ turkish ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+};
+String S_APPLICATION_RESTARTED
+{
+ Text = "Applikation wurde neu gestartet.";
+ Text[ english_us ] = "Application has been restarted.";
+ Text[ portuguese ] = "A aplicao foi reiniciada.";
+ Text[ russian ] = "Application has been restarted.";
+ Text[ greek ] = "Application has been restarted.";
+ Text[ dutch ] = "Applicatie werd opnieuw gestart";
+ Text[ french ] = "L'application a t redmarre.";
+ Text[ spanish ] = "Se reinici la aplicacin.";
+ Text[ italian ] = "Application has been restarted.";
+ Text[ danish ] = "Application has been restarted.";
+ Text[ swedish ] = "Application has been restarted.";
+ Text[ polish ] = "Aplikacja zostaa ponownie uruchomiona.";
+ Text[ portuguese_brazilian ] = "Applikation wurde neu gestartet.";
+ Text[ japanese ] = "ع݂͍ĽĂ܂B";
+ Text[ korean ] = "α׷ ٽ Ǿϴ.";
+ Text[ chinese_simplified ] = "ӦóѾ";
+ Text[ chinese_traditional ] = "sҰʤFε{C";
+ Text[ arabic ] = "Application has been restarted.";
+ Text[ turkish ] = "Application has been restarted.";
+};
+String S_APPLICATION_START_FAILED
+{
+ Text = "Applikation \"($Arg1)\" kann nicht gestartet werden. ";
+ Text[ english_us ] = "Application \"($Arg1)\" cannot be started. ";
+ Text[ portuguese ] = "Impossvel iniciar a aplicao \"($Arg1)\". ";
+ Text[ russian ] = "Application \"($Arg1)\" cannot be started. ";
+ Text[ greek ] = "Application \"($Arg1)\" cannot be started. ";
+ Text[ dutch ] = "Applicatie \"($Arg1)\" kan niet worden gestart. ";
+ Text[ french ] = "Impossible de lancer l'application \"($Arg1)\". ";
+ Text[ spanish ] = "No se puede iniciar la aplicacin \"($Arg1)\". ";
+ Text[ italian ] = "Application \"($Arg1)\" cannot be started. ";
+ Text[ danish ] = "Application \"($Arg1)\" cannot be started. ";
+ Text[ swedish ] = "Application \"($Arg1)\" cannot be started. ";
+ Text[ polish ] = "Nie mona uruchomi aplikacji \"($Arg1)\". ";
+ Text[ portuguese_brazilian ] = "Applikation \"($Arg1)\" kann nicht gestartet werden. ";
+ Text[ japanese ] = "ع \"($Arg1)\" ͽĂł܂B ";
+ Text[ korean ] = "α׷ \"($Arg1)\" ۵ɼ ϴ. ";
+ Text[ chinese_simplified ] = "޷Ӧó($Arg1) ";
+ Text[ chinese_traditional ] = "LkҰε{ \"($Arg1)\" C ";
+ Text[ arabic ] = "Application \"($Arg1)\" cannot be started. ";
+ Text[ turkish ] = "Application \"($Arg1)\" cannot be started. ";
+};
+String S_TIMOUT_SENDING
+{
+ Text = "Server Timeout beim Senden. Sequenz Nr: ($Arg1)";
+ Text[ english_us ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ portuguese ] = "Server Timeout ao enviar. Sequncia n: ($Arg1)";
+ Text[ russian ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ greek ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ dutch ] = "Server timeout bij het zenden. Sequentie nr: ($Arg1)";
+ Text[ french ] = "Timeout du serveur lors de l'envoi. N de squence : ($Arg1)";
+ Text[ spanish ] = "Server Timeout al enviar. Secuencia nm.: ($Arg1)";
+ Text[ italian ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ danish ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ swedish ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ polish ] = "Server Timeout podczas wysyania. Numer sekwencji: ($Arg1)";
+ Text[ portuguese_brazilian ] = "Server Timeout beim Senden. Sequenz Nr: ($Arg1)";
+ Text[ japanese ] = "M̍ۂ̻ްѱāBݽNo.: ($Arg1)";
+ Text[ korean ] = " Ÿ ƿ. Ϸ ȣ: ($Arg1)";
+ Text[ chinese_simplified ] = "ڼķʱʱкţ($Arg1)";
+ Text[ chinese_traditional ] = "AoeɶWɡCǦCXG ($Arg1)";
+ Text[ arabic ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ turkish ] = "Server Timeout while sending. Sequence No: ($Arg1)";
+};
+String S_NO_CONNECTION
+{
+ Text = "Keine Verbindung. Sequenz Nr: ($Arg1)";
+ Text[ english_us ] = "No connection. Sequence No: ($Arg1)";
+ Text[ portuguese ] = "Sem ligao. Sequncia n: ($Arg1)";
+ Text[ russian ] = "No connection. Sequence No: ($Arg1)";
+ Text[ greek ] = "No connection. Sequence No: ($Arg1)";
+ Text[ dutch ] = "Geen verbinding. Sequentie nr: ($Arg1)";
+ Text[ french ] = "Aucune connexion. N de squence : ($Arg1)";
+ Text[ spanish ] = "Sin conexin. Secuencia nm.: ($Arg1)";
+ Text[ italian ] = "No connection. Sequence No: ($Arg1)";
+ Text[ danish ] = "No connection. Sequence No: ($Arg1)";
+ Text[ swedish ] = "No connection. Sequence No: ($Arg1)";
+ Text[ polish ] = "Brak poczenia. Numer sekwencji: ($Arg1)";
+ Text[ portuguese_brazilian ] = "Keine Verbindung. Sequenz Nr: ($Arg1)";
+ Text[ japanese ] = "ڑȂBݽNo.: ($Arg1)";
+ Text[ korean ] = " ȵǾϴ. Ϸùȣ: ($Arg1)";
+ Text[ chinese_simplified ] = "ûӡкţ($Arg1)";
+ Text[ chinese_traditional ] = "LksuCǦCXG($Arg1)";
+ Text[ arabic ] = "No connection. Sequence No: ($Arg1)";
+ Text[ turkish ] = "No connection. Sequence No: ($Arg1)";
+};
+String S_NO_FILES_FOUND
+{
+ Text = "Keine ($Arg1) Dateien gefunden";
+ Text[ english_us ] = "No ($Arg1) files found";
+ Text[ portuguese ] = "No foram encontrados quaisquer ficheiros ($Arg1)";
+ Text[ russian ] = "No ($Arg1) files found";
+ Text[ greek ] = "No ($Arg1) files found";
+ Text[ dutch ] = "Geen ($Arg1) bestanden gevonden";
+ Text[ french ] = "Aucun fichier ($Arg1) dtect";
+ Text[ spanish ] = "No se encontr ningn archivo ($Arg1)";
+ Text[ italian ] = "No ($Arg1) files found";
+ Text[ danish ] = "No ($Arg1) files found";
+ Text[ swedish ] = "No ($Arg1) files found";
+ Text[ polish ] = "Nie znaleziono plikw ($Arg1)";
+ Text[ portuguese_brazilian ] = "Keine ($Arg1) Dateien gefunden";
+ Text[ japanese ] = "($Arg1)̧ق͌‚܂B";
+ Text[ korean ] = "($Arg1) ߰ߵ ʽϴ.";
+ Text[ chinese_simplified ] = "ûҵ ($Arg1) ļ";
+ Text[ chinese_traditional ] = "S ($Arg1) ɮ";
+ Text[ arabic ] = "No ($Arg1) files found";
+ Text[ turkish ] = "No ($Arg1) files found";
+};
+String S_ERRORS_DETECTED
+{
+ Text = "** ($Arg1) Fehler aufgetreten";
+ Text[ english_us ] = "** ($Arg1) errors occurred";
+ Text[ portuguese ] = "** ($Arg1): erros ocorridos";
+ Text[ russian ] = "** ($Arg1) errors occurred";
+ Text[ greek ] = "** ($Arg1) errors occurred";
+ Text[ dutch ] = "** ($Arg1) fout opgetreden";
+ Text[ french ] = "** ($Arg1) : Erreurs survenues";
+ Text[ spanish ] = "** Ha ocurrido el error ($Arg1)";
+ Text[ italian ] = "** ($Arg1) errors occurred";
+ Text[ danish ] = "** ($Arg1) errors occurred";
+ Text[ swedish ] = "** ($Arg1) errors occurred";
+ Text[ polish ] = "** Wystpio ($Arg1) bdw";
+ Text[ portuguese_brazilian ] = "** ($Arg1) Fehler aufgetreten";
+ Text[ japanese ] = "** ($Arg1) ̴װ";
+ Text[ korean ] = "** ($Arg1) ߻";
+ Text[ chinese_simplified ] = "** ($Arg1) ";
+ Text[ chinese_traditional ] = "** ($Arg1) ~";
+ Text[ arabic ] = "** ($Arg1) errors occurred";
+ Text[ turkish ] = "** ($Arg1) errors occurred";
+};
+String S_NO_ERRORS_DETECTED
+{
+ Text = "** Keine Fehler aufgetreten";
+ Text[ english_us ] = "** No errors have occurred";
+ Text[ portuguese ] = "**No ocorreram erros";
+ Text[ russian ] = "** No errors have occurred";
+ Text[ greek ] = "** No errors have occurred";
+ Text[ dutch ] = "** Geen fouten opgetreden";
+ Text[ french ] = "** Aucune erreur n'est survenue";
+ Text[ spanish ] = "** No ha ocurrido ningn error";
+ Text[ italian ] = "** No errors have occurred";
+ Text[ danish ] = "** No errors have occurred";
+ Text[ swedish ] = "** No errors have occurred";
+ Text[ polish ] = "** Nie wystpiy adne bdy";
+ Text[ portuguese_brazilian ] = "** Keine Fehler aufgetreten";
+ Text[ japanese ] = "** װȂ";
+ Text[ korean ] = "** ߻ ϴ.";
+ Text[ chinese_simplified ] = "** ûгִ";
+ Text[ chinese_traditional ] = "** SX{~";
+ Text[ arabic ] = "** No errors have occurred";
+ Text[ turkish ] = "** No errors have occurred";
+};
+String S_WARNINGS_DETECTED
+{
+ Text = "** ($Arg1) Warnungen aufgetreten";
+ Text[ english_us ] = "** ($Arg1) warnings occurred";
+ Text[ portuguese ] = "** ($Arg1): erros ocorridos";
+ Text[ russian ] = "** ($Arg1) warnings occurred";
+ Text[ greek ] = "** ($Arg1) warnings occurred";
+ Text[ dutch ] = "** ($Arg1) waarschuwingen weergegeven";
+ Text[ french ] = "** ($Arg1) : Avertissements survenus";
+ Text[ spanish ] = "** Han aparecido las advertencias ($Arg1)";
+ Text[ italian ] = "** ($Arg1) warnings occurred";
+ Text[ danish ] = "** ($Arg1) warnings occurred";
+ Text[ swedish ] = "** ($Arg1) warnings occurred";
+ Text[ polish ] = "** Wystpio ($Arg1) ostrzee";
+ Text[ portuguese_brazilian ] = "** ($Arg1) Warnungen aufgetreten";
+ Text[ japanese ] = "** ($Arg1) ̌x";
+ Text[ korean ] = "** ($Arg1) ߻";
+ Text[ chinese_simplified ] = "** ($Arg1) ";
+ Text[ chinese_traditional ] = "** ($Arg1) ĵi";
+ Text[ arabic ] = "** ($Arg1) warnings occurred";
+ Text[ turkish ] = "** ($Arg1) warnings occurred";
+};
+String S_NO_WARNINGS_DETECTED
+{
+ Text = "** Keine Warnungen aufgetreten";
+ Text[ english_us ] = "** No warnings have occurred";
+ Text[ portuguese ] = "**No ocorreram quaisquer erros";
+ Text[ russian ] = "** No warnings have occurred";
+ Text[ greek ] = "** No warnings have occurred";
+ Text[ dutch ] = "** Geen waarschuwingen weergegeven";
+ Text[ french ] = "** Aucun avertissement n'est survenu";
+ Text[ spanish ] = "** No han aparecido advertencias";
+ Text[ italian ] = "** No warnings have occurred";
+ Text[ danish ] = "** No warnings have occurred";
+ Text[ swedish ] = "** No warnings have occurred";
+ Text[ polish ] = "** Nie wystpiy adne ostrzeenia";
+ Text[ portuguese_brazilian ] = "** Keine Warnungen aufgetreten";
+ Text[ japanese ] = "** xȂ";
+ Text[ korean ] = "** ߻ ϴ.";
+ Text[ chinese_simplified ] = "** ûг־";
+ Text[ chinese_traditional ] = "** Sĵi";
+ Text[ arabic ] = "** No warnings have occurred";
+ Text[ turkish ] = "** No warnings have occurred";
+};
+String S_INCLUDE_FILE_WARNINGS_DETECTED
+{
+ Text = "** ($Arg1) Warnungen bei der Initialisierung aufgetreten";
+ Text[ english_us ] = "** ($Arg1) warnings occurred";
+ Text[ portuguese ] = "** ($Arg1): erros ocorridos";
+ Text[ russian ] = "** ($Arg1) warnings occurred";
+ Text[ greek ] = "** ($Arg1) warnings occurred";
+ Text[ dutch ] = "** ($Arg1) waarschuwingen weergegeven";
+ Text[ french ] = "** ($Arg1) : Avertissements survenus";
+ Text[ spanish ] = "** Han aparecido las advertencias ($Arg1)";
+ Text[ italian ] = "** ($Arg1) warnings occurred";
+ Text[ danish ] = "** ($Arg1) warnings occurred";
+ Text[ swedish ] = "** ($Arg1) warnings occurred";
+ Text[ polish ] = "** Wystpio ($Arg1) ostrzee";
+ Text[ portuguese_brazilian ] = "** ($Arg1) Warnungen aufgetreten";
+ Text[ japanese ] = "** ($Arg1) ̌x";
+ Text[ korean ] = "** ($Arg1) ߻";
+ Text[ chinese_simplified ] = "** ($Arg1) ";
+ Text[ chinese_traditional ] = "** ($Arg1) ĵi";
+ Text[ arabic ] = "** ($Arg1) warnings occurred";
+ Text[ turkish ] = "** ($Arg1) warnings occurred";
+};
+String S_NO_INCLUDE_FILE_WARNINGS_DETECTED
+{
+ Text = "** Keine Warnungen bei der Initialisierung aufgetreten";
+ Text[ english_us ] = "** No warnings have occurred";
+ Text[ portuguese ] = "**No ocorreram quaisquer erros";
+ Text[ russian ] = "** No warnings have occurred";
+ Text[ greek ] = "** No warnings have occurred";
+ Text[ dutch ] = "** Geen waarschuwingen weergegeven";
+ Text[ french ] = "** Aucun avertissement n'est survenu";
+ Text[ spanish ] = "** No han aparecido advertencias";
+ Text[ italian ] = "** No warnings have occurred";
+ Text[ danish ] = "** No warnings have occurred";
+ Text[ swedish ] = "** No warnings have occurred";
+ Text[ polish ] = "** Nie wystpiy adne ostrzeenia";
+ Text[ portuguese_brazilian ] = "** Keine Warnungen aufgetreten";
+ Text[ japanese ] = "** xȂ";
+ Text[ korean ] = "** ߻ ϴ.";
+ Text[ chinese_simplified ] = "** ûг־";
+ Text[ chinese_traditional ] = "** Sĵi";
+ Text[ arabic ] = "** No warnings have occurred";
+ Text[ turkish ] = "** No warnings have occurred";
+};
+String S_UNKNOWN_SLOT_CONTROL
+{
+ Text = "Slot/Control unbekannt :\"($Arg1)\"";
+ Text[ english_us ] = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ portuguese ] = "Slot/Control desconhecido :\"($Arg1)\"";
+ Text[ russian ] = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ greek ] = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ dutch ] = "Slot/Control onbekend :\"($Arg1)\"";
+ Text[ french ] = "Slot/Control inconnu : \"($Arg1)\"";
+ Text[ spanish ] = "Slot/Control desconocido :\"($Arg1)\"";
+ Text[ italian ] = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ danish ] = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ swedish ] = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ polish ] = "Nieznany Slot/Control :\"($Arg1)\"";
+ Text[ portuguese_brazilian ] = "Slot/Control unbekannt :\"($Arg1)\"";
+ Text[ japanese ] = "ۯ/۰ق킩܂:\"($Arg1)\"";
+ Text[ korean ] = "˼ /Ʈ :\"($Arg1)\"";
+ Text[ chinese_simplified ] = " Slot/Control\"($Arg1)\"";
+ Text[ chinese_traditional ] = "Slot/Control G\"($Arg1)\"";
+ Text[ arabic ] = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ turkish ] = "Slot/Control unknown :\"($Arg1)\"";
+};
+String S_RETURN_SEQUENCE_MISSMATCH
+{
+ Text = "Return Stream mit falscher Sequenz: ($Arg1) statt ($Arg2)";
+ Text[ english_us ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ portuguese ] = "Return Stream com sequncia incorrecta: ($Arg1) em lugar de ($Arg2)";
+ Text[ russian ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ greek ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ dutch ] = "Return Stream met verkeerde sequentie: ($Arg1) in plaats van ($Arg2)";
+ Text[ french ] = "Return Stream avec une squence errone : ($Arg1) au lieu de ($Arg2)";
+ Text[ spanish ] = "Return Stream con secuencia falsa: ($Arg1) en vez de ($Arg2)";
+ Text[ italian ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ danish ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ swedish ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ polish ] = "Return Stream o nieprawidowej sekwencji: ($Arg1) zamiast ($Arg2)";
+ Text[ portuguese_brazilian ] = "Return Stream mit falscher Sequenz: ($Arg1) statt ($Arg2)";
+ Text[ japanese ] = "ݽذт̼ݽԈĂ܂: ($Arg2) łȂ ($Arg1)";
+ Text[ korean ] = "Ʋ Ϸ ȣ Ʈ: ($Arg2) ($Arg1)";
+ Text[ chinese_simplified ] = "деķϢ($Arg1) ($Arg2)";
+ Text[ chinese_traditional ] = "^uyǦC~G($Arg1)A ӬO ($Arg2)";
+ Text[ arabic ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ turkish ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+};
+String S_RETURNED_VALUE_ID_MISSMATCH
+{
+ Text = "Returnwert Empfangen aber andere Id erwartet";
+ Text[ english_us ] = "Return value received but different Id expected";
+ Text[ portuguese ] = "Recebido o valor Return, mas espera-se outro ID";
+ Text[ russian ] = "Return value received but different Id expected";
+ Text[ greek ] = "Return value received but different Id expected";
+ Text[ dutch ] = "Retourwaarde ontvangen echter andere Id verwacht";
+ Text[ french ] = "Valeur de renvoi reue mais attente d'un autre ID";
+ Text[ spanish ] = "Recibido Valor Return, pero se esperaba otro Id";
+ Text[ italian ] = "Return value received but different Id expected";
+ Text[ danish ] = "Return value received but different Id expected";
+ Text[ swedish ] = "Return value received but different Id expected";
+ Text[ polish ] = "Odebrano warto return, ale oczekiwane jest inne ID";
+ Text[ portuguese_brazilian ] = "Returnwert Empfangen aber andere Id erwartet";
+ Text[ japanese ] = "ݒl󂯎܂AʂIdKvłB";
+ Text[ korean ] = " ϰ ٸ Id ";
+ Text[ chinese_simplified ] = "ֵڴ Id(ʶ)";
+ Text[ chinese_traditional ] = "^ȡAOݬO䥦 Id";
+ Text[ arabic ] = "Return value received but different Id expected";
+ Text[ turkish ] = "Return value received but different Id expected";
+};
+String S_RETURNED_VALUE_NO_RECEIVER
+{
+ Text = "Returnwert Empfangen aber kein Empfnger definiert";
+ Text[ english_us ] = "Return value received but receiver not defined";
+ Text[ portuguese ] = "Recebido o valor Return, mas o destinatrio no foi definido";
+ Text[ russian ] = "Return value received but receiver not defined";
+ Text[ greek ] = "Return value received but receiver not defined";
+ Text[ dutch ] = "Retourwaarde ontvangen echter geen ontvanger gedefinieerd";
+ Text[ french ] = "Valeur de renvoi reue mais aucun destinataire dfini";
+ Text[ spanish ] = "Recibido valor Return sin definicin de destinatario";
+ Text[ italian ] = "Return value received but receiver not defined";
+ Text[ danish ] = "Return value received but receiver not defined";
+ Text[ swedish ] = "Return value received but receiver not defined";
+ Text[ polish ] = "Odebrano warto return, ale brak zdefiniowanego odbiorcy";
+ Text[ portuguese_brazilian ] = "Returnwert Empfangen aber kein Empfnger definiert";
+ Text[ japanese ] = "ݒl󂯎܂AM҂ł܂B";
+ Text[ korean ] = " ϰ ǵ ";
+ Text[ chinese_simplified ] = "ֵûָ";
+ Text[ chinese_traditional ] = "^ȡAOSwؼСC";
+ Text[ arabic ] = "Return value received but receiver not defined";
+ Text[ turkish ] = "Return value received but receiver not defined";
+};
+String S_UNKNOWN_METHOD
+{
+ Text = "Unbekannte Methode an Objekt : ($Arg1).($Arg2)";
+ Text[ english_us ] = "Unknown method on object :($Arg1).($Arg2)";
+ Text[ portuguese ] = "Mtodo desconhecido ($Arg1) para ($Arg2)";
+ Text[ russian ] = "Unknown method '($Arg1)' to ($Arg2)";
+ Text[ greek ] = "Unknown method on object :($Arg1).($Arg2)";
+ Text[ dutch ] = "Onbekende methode aan object: ($Arg1).($Arg2)";
+ Text[ french ] = "Mthode inconnue vers l'objet : ($Arg1).($Arg2)";
+ Text[ spanish ] = "Mtodo desconocido ($Arg1) a ($Arg2)";
+ Text[ italian ] = "Unknown method '($Arg1)' to ($Arg2)";
+ Text[ danish ] = "Unknown method on object: ($Arg1).($Arg2)";
+ Text[ swedish ] = "Unknown method '($Arg1)' to ($Arg2)";
+ Text[ polish ] = "Nieznana metoda do obiektu: ($Arg1).($Arg2)";
+ Text[ portuguese_brazilian ] = "Unbekannte Methode an Objekt : ($Arg1).($Arg2)";
+ Text[ japanese ] = "Unknown method '($Arg1)' to ($Arg2)";
+ Text[ korean ] = "ü ˼ ޼ҵ : ($Arg1).($Arg2)";
+ Text[ chinese_simplified ] = "Unknown method on object:($Arg1).($Arg2)";
+ Text[ chinese_traditional ] = "覡G ($Arg1).($Arg2)";
+ Text[ arabic ] = "Unknown method '($Arg1)' to ($Arg2)";
+ Text[ turkish ] = "Unknown method on object :($Arg1).($Arg2)";
+};
+/*
+String
+{
+ Text = ;
+};
+String
+{
+ Text = ;
+};
+String
+{
+ Text = ;
+};
+String
+{
+ Text = ;
+};
+String
+{
+ Text = ;
+};
+String
+{
+ Text = ;
+};
+String
+{
+ Text = ;
+};
+String
+{
+ Text = ;
+};
+*/