blob: d08422021b83c46f9b20e2a609095b1466287934 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "basic/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! ä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[ en-US ] = "Name doesn't exist: #($Arg1)";
};
String S_DOUBLE_NAME
{
Text[ en-US ] = "Name double: ($Arg1)";
};
String S_READING_FILE
{
Text[ en-US ] = "Reading the files";
};
String S_CANNOT_OPEN_FILE
{
Text[ en-US ] = "File cannot be opened: ($Arg1)";
};
String S_INVALID_LINE
{
Text[ en-US ] = "Line \"($Arg1)\" is invalid.";
};
String S_SHORTNAME_UNKNOWN
{
Text[ en-US ] = "Short-name unknown during copying: ($Arg1)";
};
String S_LONGNAME_UNKNOWN
{
Text[ en-US ] = "Long-name unknown: ($Arg1)";
};
String S_FIRST_SHORTNAME_REQ_ASTRX
{
Text[ en-US ] = "First short-name must start with * . Ignoring.";
};
String S_TIMOUT_WAITING
{
Text[ en-US ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
};
String S_APPLICATION_RESTARTED
{
Text[ en-US ] = "Application has been restarted.";
};
String S_APPLICATION_START_FAILED
{
Text[ en-US ] = "Application \"($Arg1)\" cannot be started. ";
};
String S_TIMOUT_SENDING
{
Text[ en-US ] = "Server Timeout while sending. Sequence No: ($Arg1)";
};
String S_NO_CONNECTION
{
Text[ en-US ] = "No connection. Sequence No: ($Arg1)";
};
String S_NO_FILES_FOUND // Not used anymore. needed only for old *.res files
{
Text[ en-US ] = "No ($Arg1) files found";
};
String S_ERRORS_DETECTED
{
Text[ en-US ] = "** ($Arg1) errors occurred";
};
String S_NO_ERRORS_DETECTED
{
Text[ en-US ] = "** No errors have occurred";
};
String S_WARNINGS_DETECTED
{
Text[ en-US ] = "** ($Arg1) warnings occurred";
};
String S_NO_WARNINGS_DETECTED
{
Text[ en-US ] = "** No warnings have occurred";
};
String S_INCLUDE_FILE_WARNINGS_DETECTED
{
Text[ en-US ] = "** ($Arg1) warnings occurred during initialization";
};
String S_NO_INCLUDE_FILE_WARNINGS_DETECTED
{
Text[ en-US ] = "** No warnings occurred during initialization";
};
String S_UNKNOWN_SLOT_CONTROL
{
Text[ en-US ] = "Slot/Control unknown :\"($Arg1)\"";
};
String S_RETURN_SEQUENCE_MISSMATCH
{
Text[ en-US ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
};
String S_RETURNED_VALUE_ID_MISSMATCH
{
Text[ en-US ] = "Return value received but different Id expected";
};
String S_RETURNED_VALUE_NO_RECEIVER
{
Text[ en-US ] = "Return value received but no receiver defined";
};
String S_UNKNOWN_METHOD
{
Text[ en-US ] = "Unknown method on object :($Arg1).($Arg2)";
};
/*
String
{
Text[ en-US ] = ;
};
String
{
Text[ en-US ] = ;
};
String
{
Text[ en-US ] = ;
};
String
{
Text[ en-US ] = ;
};
*/