2000-09-18 15:18:56 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: ttmsg.src,v $
|
|
|
|
|
*
|
2004-11-09 15:55:36 +00:00
|
|
|
|
* $Revision: 1.40 $
|
2000-09-18 15:18:56 +00:00
|
|
|
|
*
|
2004-11-09 15:55:36 +00:00
|
|
|
|
* last change: $Author: hr $ $Date: 2004-11-09 16:55:36 $
|
2000-09-18 15:18:56 +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 "ttmsg.hrc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Hier sind die Messages aus dem Verzeichnis /basic/source/testtool enhalten
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
// Fehlermeldungen, die in das Resultfile gelangen.
|
|
|
|
|
// *********************
|
|
|
|
|
// *** !!ACHTUNG!! ***
|
|
|
|
|
// *********************
|
|
|
|
|
// Die Nummern d<>rfen sich NIE! <20>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
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Name nicht vorhanden: #($Arg1)";
|
|
|
|
|
Text[ en-US ] = "Name doesn't exist: #($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_DOUBLE_NAME
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Name Doppelt: ($Arg1)";
|
|
|
|
|
Text[ en-US ] = "Name double: ($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_READING_FILE
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Einlesen der Dateien";
|
|
|
|
|
Text[ en-US ] = "Reading the files";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_CANNOT_OPEN_FILE
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Kann Datei nicht <20>ffnen: ($Arg1)";
|
|
|
|
|
Text[ en-US ] = "File cannot be opened: ($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_INVALID_LINE
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Zeile \"($Arg1)\" Ist ung<6E>ltig.";
|
|
|
|
|
Text[ en-US ] = "Line \"($Arg1)\" is invalid.";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_SHORTNAME_UNKNOWN
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Kurzname Unbekannt beim Kopieren: ($Arg1)";
|
|
|
|
|
Text[ en-US ] = "Short-name unknown during copying: ($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_LONGNAME_UNKNOWN
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Langname unbekannt: ($Arg1)";
|
|
|
|
|
Text[ en-US ] = "Long-name unknown: ($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_FIRST_SHORTNAME_REQ_ASTRX
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Erster Kurzname muss mit * beginnen. <20>berspringe.";
|
|
|
|
|
Text[ en-US ] = "First short-name must start with * . Ignoring.";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_TIMOUT_WAITING
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Server Timeout beim Warten auf Antwort. Sequenz Nr: ($Arg1)";
|
|
|
|
|
Text[ en-US ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_APPLICATION_RESTARTED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Applikation wurde neu gestartet.";
|
|
|
|
|
Text[ en-US ] = "Application has been restarted.";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_APPLICATION_START_FAILED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Applikation \"($Arg1)\" kann nicht gestartet werden. ";
|
|
|
|
|
Text[ en-US ] = "Application \"($Arg1)\" cannot be started. ";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_TIMOUT_SENDING
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Server Timeout beim Senden. Sequenz Nr: ($Arg1)";
|
|
|
|
|
Text[ en-US ] = "Server Timeout while sending. Sequence No: ($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_NO_CONNECTION
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Keine Verbindung. Sequenz Nr: ($Arg1)";
|
|
|
|
|
Text[ en-US ] = "No connection. Sequence No: ($Arg1)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
2001-10-25 14:29:14 +00:00
|
|
|
|
String S_NO_FILES_FOUND // Not used anymore. needed only for old *.res files
|
2000-09-18 15:18:56 +00:00
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Keine ($Arg1) Dateien gefunden";
|
|
|
|
|
Text[ en-US ] = "No ($Arg1) files found";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_ERRORS_DETECTED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "** ($Arg1) Fehler aufgetreten";
|
|
|
|
|
Text[ en-US ] = "** ($Arg1) errors occurred";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_NO_ERRORS_DETECTED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "** Keine Fehler aufgetreten";
|
|
|
|
|
Text[ en-US ] = "** No errors have occurred";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_WARNINGS_DETECTED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "** ($Arg1) Warnungen aufgetreten";
|
|
|
|
|
Text[ en-US ] = "** ($Arg1) warnings occurred";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_NO_WARNINGS_DETECTED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "** Keine Warnungen aufgetreten";
|
|
|
|
|
Text[ en-US ] = "** No warnings have occurred";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_INCLUDE_FILE_WARNINGS_DETECTED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "** ($Arg1) Warnungen bei der Initialisierung aufgetreten";
|
|
|
|
|
Text[ en-US ] = "** ($Arg1) warnings occurred during initialization";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_NO_INCLUDE_FILE_WARNINGS_DETECTED
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "** Keine Warnungen bei der Initialisierung aufgetreten";
|
|
|
|
|
Text[ en-US ] = "** No warnings occurred during initialization";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_UNKNOWN_SLOT_CONTROL
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Slot/Control unbekannt :\"($Arg1)\"";
|
|
|
|
|
Text[ en-US ] = "Slot/Control unknown :\"($Arg1)\"";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_RETURN_SEQUENCE_MISSMATCH
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Return Stream mit falscher Sequenz: ($Arg1) statt ($Arg2)";
|
|
|
|
|
Text[ en-US ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_RETURNED_VALUE_ID_MISSMATCH
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Returnwert Empfangen aber andere Id erwartet";
|
|
|
|
|
Text[ en-US ] = "Return value received but different Id expected";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_RETURNED_VALUE_NO_RECEIVER
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Returnwert Empfangen aber kein Empfänger definiert";
|
|
|
|
|
Text[ en-US ] = "Return value received but no receiver defined";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String S_UNKNOWN_METHOD
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = "Unbekannte Methode an Objekt : ($Arg1).($Arg2)";
|
|
|
|
|
Text[ en-US ] = "Unknown method on object :($Arg1).($Arg2)";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
2000-12-06 15:13:43 +00:00
|
|
|
|
/*
|
2000-09-18 15:18:56 +00:00
|
|
|
|
String
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = ;
|
|
|
|
|
Text[ en-US ] = ;
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = ;
|
|
|
|
|
Text[ en-US ] = ;
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = ;
|
|
|
|
|
Text[ en-US ] = ;
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String
|
|
|
|
|
{
|
2004-11-09 15:55:36 +00:00
|
|
|
|
Text [ de ] = ;
|
|
|
|
|
Text[ en-US ] = ;
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
*/
|
2001-06-08 20:50:58 +00:00
|
|
|
|
|