2000-09-18 15:18:56 +00:00
/*************************************************************************
*
* $RCSfile: sb.src,v $
*
2004-06-25 15:29:39 +00:00
* $Revision: 1.40 $
2000-09-18 15:18:56 +00:00
*
2004-06-25 15:29:39 +00:00
* last change: $Author: hjs $ $Date: 2004-06-25 16:29:39 $
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): _______________________________________
*
*
************************************************************************/
#define __RSC
#ifndef _ERRCODE_HXX //autogen
#include <tools/errcode.hxx>
#endif
#include "sb.hrc"
#include "sberrors.hxx"
Resource RID_BASIC_START
{
String SbERR_SYNTAX & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Syntaxfehler" ;
Text [ en-US ] = "Syntax error" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_GOSUB & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Return ohne Gosub" ;
Text [ en-US ] = "Return without Gosub" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_REDO_FROM_START & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Inkorrekte Eingabe, bitte wiederholen" ;
Text [ en-US ] = "Incorrect entry; please retry" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltiger Prozeduraufruf : Ung<6E> ltiger Prozeduraufruf */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltiger Prozeduraufruf" ;
Text [ en-US ] = "Invalid procedure call" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? <20> berlauf : <20> berlauf */
2004-06-25 15:29:39 +00:00
Text [ de ] = "<22> berlauf" ;
Text [ en-US ] = "Overflow" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_MEMORY & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Nicht gen<65> gend Speicher : Nicht gen<65> gend Speicher */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Nicht gen<65> gend Speicher" ;
Text [ en-US ] = "Not enough memory" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_ALREADY_DIM & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Array bereits dimensioniert" ;
Text [ en-US ] = "Array already dimensioned" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Index au<61> erhalb des definierten Bereichs : Index au<61> erhalb des definierten Bereichs */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Index au<61> erhalb des definierten Bereichs" ;
Text [ en-US ] = "Index out of defined range" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Doppelt vorhandene Definition" ;
Text [ en-US ] = "Duplicate definition" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_ZERODIV & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Division durch Null" ;
Text [ en-US ] = "Division by zero" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_VAR_UNDEFINED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Variable nicht definiert" ;
Text [ en-US ] = "Variable not defined" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_CONVERSION & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Datentypen unvertr<74> glich : Datentypen unvertr<74> glich */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Datentypen unvertr<74> glich" ;
Text [ en-US ] = "Data type mismatch" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_PARAMETER & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltiger Parameter : Ung<6E> ltiger Parameter */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltiger Parameter" ;
Text [ en-US ] = "Invalid parameter" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_USER_ABORT & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Der Ablauf wurde durch den Benutzer unterbrochen" ;
Text [ en-US ] = "Process interrupted by user" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_RESUME & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Resume ohne Fehler" ;
Text [ en-US ] = "Resume without error" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_STACK_OVERFLOW & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Nicht gen<65> gend Stapelspeicher : Nicht gen<65> gend Stapelspeicher */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Nicht gen<65> gend Stapelspeicher" ;
Text [ en-US ] = "Not enough stack memory" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_PROC_UNDEFINED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Sub- oder Function-Prozedur nicht definiert" ;
Text [ en-US ] = "Sub-procedure or function procedure not defined" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_DLL_LOAD & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler beim Laden einer DLL-Datei" ;
Text [ en-US ] = "Error loading DLL file" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_DLL_CALL & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Falsche DLL-Aufrufkonvention" ;
Text [ en-US ] = "Wrong DLL call convention" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_INTERNAL_ERROR & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Interner Fehler $(ARG1)" ;
Text [ en-US ] = "Internal error $(ARG1)" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_CHANNEL & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Dateiname oder -nummer falsch" ;
Text [ en-US ] = "Invalid file name or file number" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_FILE_NOT_FOUND & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Datei nicht gefunden" ;
Text [ en-US ] = "File not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_FILE_MODE & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Dateimodus falsch" ;
Text [ en-US ] = "Incorrect file mode" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_FILE_ALREADY_OPEN & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Datei bereits ge<67> ffnet : Datei bereits ge<67> ffnet */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Datei bereits ge<67> ffnet" ;
Text [ en-US ] = "File already open" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_IO_ERROR & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ger<65> te-E/A-Fehler : Ger<65> te-E/A-Fehler */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ger<65> te-E/A-Fehler" ;
Text [ en-US ] = "Device I/O error" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_FILE_EXISTS & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Datei bereits vorhanden" ;
Text [ en-US ] = "File already exists" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_RECORD_LENGTH & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Falsche Datensatzl<7A> nge : Falsche Datensatzl<7A> nge */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Falsche Datensatzl<7A> nge" ;
Text [ en-US ] = "Incorrect record length" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DISK_FULL & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Diskette/Festplatte voll" ;
Text [ en-US ] = "Disk or hard drive full" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_READ_PAST_EOF & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Lesen <20> ber das Ende der Datei hinaus : Lesen <20> ber das Ende der Datei hinaus */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Lesen <20> ber das Ende der Datei hinaus" ;
Text [ en-US ] = "Reading exceeds EOF" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_RECORD_NUMBER & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Datensatznummer falsch" ;
Text [ en-US ] = "Incorrect record number" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_TOO_MANY_FILES & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Zu viele Dateien" ;
Text [ en-US ] = "Too many files" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_DEVICE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ger<65> t nicht verf<72> gbar : Ger<65> t nicht verf<72> gbar */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ger<65> t nicht verf<72> gbar" ;
Text [ en-US ] = "Device not available" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_ACCESS_DENIED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Zugriff verweigert" ;
Text [ en-US ] = "Access denied" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NOT_READY & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Diskette nicht bereit" ;
Text [ en-US ] = "Disk not ready" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NOT_IMPLEMENTED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Nicht implementiert" ;
Text [ en-US ] = "Not implemented" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DIFFERENT_DRIVE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Umbenennen auf verschiedenen Laufwerken nicht m<> glich : Umbenennen auf verschiedenen Laufwerken nicht m<> glich */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Umbenennen auf verschiedenen Laufwerken nicht m<> glich" ;
Text [ en-US ] = "Renaming on different drives impossible" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_ACCESS_ERROR & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Pfad/Datei-Zugriffsfehler" ;
Text [ en-US ] = "Path/File access error" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_PATH_NOT_FOUND & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Pfad nicht gefunden" ;
Text [ en-US ] = "Path not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_OBJECT & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Objektvariable nicht belegt" ;
Text [ en-US ] = "Object variable not set" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_PATTERN & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Zeichenfolgenmuster unzul<75> ssig : Zeichenfolgenmuster unzul<75> ssig */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Zeichenfolgenmuster unzul<75> ssig" ;
Text [ en-US ] = "Invalid string pattern" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SBERR_IS_NULL & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Verwendung von Null unzul<75> ssig : Verwendung von Null unzul<75> ssig */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Verwendung von Null unzul<75> ssig" ;
Text [ en-US ] = "Use of zero not permitted" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_ERROR & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "DDE-Fehler" ;
Text [ en-US ] = "DDE Error" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_WAITINGACK & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Warten auf Antwort in DDE-Verbindung" ;
Text [ en-US ] = "Awaiting response to DDE connection" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_OUTOFCHANNELS & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Keine freien DDE-Kan<61> le : Keine freien DDE-Kan<61> le */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Keine freien DDE-Kan<61> le" ;
Text [ en-US ] = "No DDE channels available" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_NO_RESPONSE & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Keine Applikation anwortet auf DDE-Verbindungswunsch" ;
Text [ en-US ] = "No application responded to DDE connect initiation" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_MULT_RESPONSES & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Zu viele Applikationen antworten auf DDE-Verbindungswunsch" ;
Text [ en-US ] = "Too many applications responded to DDE connect initiation" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_CHANNEL_LOCKED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "DDE-Kanal gesperrt" ;
Text [ en-US ] = "DDE channel locked" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_NOTPROCESSED & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Fremdapplikation kann DDE-Operation nicht ausf<73> hren : Fremdapplikation kann DDE-Operation nicht ausf<73> hren */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fremdapplikation kann DDE-Operation nicht ausf<73> hren" ;
Text [ en-US ] = "External application cannot execute DDE operation" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_TIMEOUT & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Zeit<69> berschreitung w<> hrend des Wartens auf DDE-Antwort : Zeit<69> berschreitung w<> hrend des Wartens auf DDE-Antwort */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Zeit<69> berschreitung w<> hrend des Wartens auf DDE-Antwort" ;
Text [ en-US ] = "Timeout while waiting for DDE response" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_USER_INTERRUPT & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Benutzer dr<64> ckte ESCAPE w<> hrend der DDE-Operation : Benutzer dr<64> ckte ESCAPE w<> hrend der DDE-Operation */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Benutzer dr<64> ckte ESCAPE w<> hrend der DDE-Operation" ;
Text [ en-US ] = "User pressed ESCAPE during DDE operation." ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_BUSY & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fremdapplikation ist nicht bereit" ;
Text [ en-US ] = "External application busy" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_NO_DATA & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "DDE-Operation ohne Daten" ;
Text [ en-US ] = "DDE operation without data" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_WRONG_DATA_FORMAT & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Daten sind im falschen Format" ;
Text [ en-US ] = "Data are in wrong format" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_PARTNER_QUIT & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fremdapplikation ist beendet worden" ;
Text [ en-US ] = "External application has been terminated" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_CONV_CLOSED & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? DDE-Verbindung ist unterbrochen oder ge<67> ndert worden : DDE-Verbindung ist unterbrochen oder ge<67> ndert worden */
2004-06-25 15:29:39 +00:00
Text [ de ] = "DDE-Verbindung ist unterbrochen oder ge<67> ndert worden" ;
Text [ en-US ] = "DDE connection interrupted or modified" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_NO_CHANNEL & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "DDE-Methode ohne offenen DDE-Kanal gerufen" ;
Text [ en-US ] = "DDE method invoked with no channel open" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_INVALID_LINK & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltiges DDE-Linkformat : Ung<6E> ltiges DDE-Linkformat */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltiges DDE-Linkformat" ;
Text [ en-US ] = "Invalid DDE link format" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_QUEUE_OVERFLOW & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "DDE-Message ist verlorengegangen" ;
Text [ en-US ] = "DDE message has been lost" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_LINK_ALREADY_EST & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Paste Link bereits durchgef<65> hrt : Paste Link bereits durchgef<65> hrt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Paste Link bereits durchgef<65> hrt" ;
Text [ en-US ] = "Paste link already performed" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_LINK_INV_TOPIC & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? LinkMode kann wegen ung<6E> ltigen Link-Topics nicht gesetzt werden : LinkMode kann wegen ung<6E> ltigen Link-Topics nicht gesetzt werden */
2004-06-25 15:29:39 +00:00
Text [ de ] = "LinkMode kann wegen ung<6E> ltigen Link-Topics nicht gesetzt werden" ;
Text [ en-US ] = "Link mode cannot be set due to invalid link topic" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DDE_DLL_NOT_FOUND & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? F<> r DDE wird DDEML.DLL ben<65> tigt : F<> r DDE wird DDEML.DLL ben<65> tigt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "F<> r DDE wird DDEML.DLL ben<65> tigt" ;
Text [ en-US ] = "DDE requires the DDEML.DLL file" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_CANNOT_LOAD & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Das Modul kann nicht geladen werden, ung<6E> ltiges Format : Das Modul kann nicht geladen werden, ung<6E> ltiges Format */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Das Modul kann nicht geladen werden, ung<6E> ltiges Format" ;
Text [ en-US ] = "Module cannot be loaded; invalid format" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_INDEX & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltiger Objektindex : Ung<6E> ltiger Objektindex */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltiger Objektindex" ;
Text [ en-US ] = "Invalid object index" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_ACTIVE_OBJECT & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Objekt ist nicht verf<72> gbar : Objekt ist nicht verf<72> gbar */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Objekt ist nicht verf<72> gbar" ;
Text [ en-US ] = "Object is not available" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_PROP_VALUE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Falscher Wert f<> r Eigenschaft : Falscher Wert f<> r Eigenschaft */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Falscher Wert f<> r Eigenschaft" ;
Text [ en-US ] = "Incorrect property value" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_PROP_READONLY & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Eigenschaft ist schreibgesch<63> tzt : Eigenschaft ist schreibgesch<63> tzt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Eigenschaft ist schreibgesch<63> tzt" ;
Text [ en-US ] = "This property is read-only" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_PROP_WRITEONLY & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Eigenschaft ist lesegesch<63> tzt : Eigenschaft ist lesegesch<63> tzt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Eigenschaft ist lesegesch<63> tzt" ;
Text [ en-US ] = "This property is write only" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_INVALID_OBJECT & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltige Objektreferenz : Ung<6E> ltige Objektreferenz */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltige Objektreferenz" ;
Text [ en-US ] = "Invalid object reference" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_METHOD & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Eigenschaft oder Methode nicht gefunden" ;
Text [ en-US ] = "Property or method not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NEEDS_OBJECT & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Objekt erforderlich" ;
Text [ en-US ] = "Object required" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_INVALID_USAGE_OBJECT & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Falsche Verwendung eines Objekts" ;
Text [ en-US ] = "Invalid use of an object" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_OLE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? OLE-Automatisierung wird von diesem Objekt nicht unterst<73> tzt : OLE-Automatisierung wird von diesem Objekt nicht unterst<73> tzt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "OLE-Automatisierung wird von diesem Objekt nicht unterst<73> tzt" ;
Text [ en-US ] = "OLE Automation is not supported by this object" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_METHOD & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Objekt unterst<73> tzt diese Eigenschaft oder Methode nicht : Objekt unterst<73> tzt diese Eigenschaft oder Methode nicht */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Objekt unterst<73> tzt diese Eigenschaft oder Methode nicht" ;
Text [ en-US ] = "This property or method is not supported by the object" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_OLE_ERROR & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler bei OLE-Automatisierung" ;
Text [ en-US ] = "OLE Automation Error" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_ACTION & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Diese Aktion wird vom angegebenen Objekt nicht unterst<73> tzt : Diese Aktion wird vom angegebenen Objekt nicht unterst<73> tzt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Diese Aktion wird vom angegebenen Objekt nicht unterst<73> tzt" ;
Text [ en-US ] = "This action is not supported by given object" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_NAMED_ARGS & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Benannte Argumente werden vom angegebenen Objekt nicht unterst<73> tzt : Benannte Argumente werden vom angegebenen Objekt nicht unterst<73> tzt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Benannte Argumente werden vom angegebenen Objekt nicht unterst<73> tzt" ;
Text [ en-US ] = "Named arguments are not supported by given object" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_LOCALE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Das aktuelle Gebietsschema wird vom angegebenen Objekt nicht unterst<73> tzt : Das aktuelle Gebietsschema wird vom angegebenen Objekt nicht unterst<73> tzt */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Das aktuelle Gebietsschema wird vom angegebenen Objekt nicht unterst<73> tzt" ;
Text [ en-US ] = "The current locale setting is not supported by the given object" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NAMED_NOT_FOUND & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Benanntes Argument nicht gefunden" ;
Text [ en-US ] = "Named argument not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NOT_OPTIONAL & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Argument ist nicht optional" ;
Text [ en-US ] = "Argument is not optional" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_WRONG_ARGS & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Falsche Anzahl an Argumenten" ;
Text [ en-US ] = "Invalid number of arguments" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NOT_A_COLL & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Objekt ist keine Auflistung" ;
Text [ en-US ] = "Object is not a list" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_ORDINAL & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ordnungszahl ung<6E> ltig : Ordnungszahl ung<6E> ltig */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ordnungszahl ung<6E> ltig" ;
Text [ en-US ] = "Invalid ordinal number" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_DLLPROC_NOT_FOUND & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Angegebene DLL-Funktion nicht gefunden" ;
Text [ en-US ] = "Specified DLL function not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_CLIPBD_FORMAT & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltiges Clipboard-Format : Ung<6E> ltiges Clipboard-Format */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltiges Zwischenablagen-Format" ;
Text [ en-US ] = "Invalid clipboard format" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_PROPERTY_NOT_FOUND & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Objekt hat diese Eigenschaft nicht" ;
Text [ en-US ] = "Object does not have this property" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_METHOD_NOT_FOUND & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Objekt hat diese Methode nicht" ;
Text [ en-US ] = "Object does not have this method" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_ARG_MISSING & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Erforderliches Argument fehlt" ;
Text [ en-US ] = "Required argument lacking" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_NUMBER_OF_ARGS & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltige Anzahl von Argumenten : Ung<6E> ltige Anzahl von Argumenten */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltige Anzahl von Argumenten" ;
Text [ en-US ] = "Invalid number of arguments" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_METHOD_FAILED & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Fehler in Ausf<73> hrung einer Methode : Fehler in Ausf<73> hrung einer Methode */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler in Ausf<73> hrung einer Methode" ;
Text [ en-US ] = "Error executing a method" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_SETPROP_FAILED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Eigenschaft konnte nicht festgelegt werden" ;
Text [ en-US ] = "Unable to set property" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_GETPROP_FAILED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Eigenschaft konnte nicht ermittelt werden" ;
Text [ en-US ] = "Unable to determine property" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
// Compiler errors. These are not runtime errors.
String SbERR_UNEXPECTED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Unerwartetes Symbol: $(ARG1)" ;
Text [ en-US ] = "Unexpected symbol: $(ARG1)" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_EXPECTED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Erwartet: $(ARG1)" ;
Text [ en-US ] = "Expected: $(ARG1)" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_SYMBOL_EXPECTED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Symbol erwartet" ;
Text [ en-US ] = "Symbol expected" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_VAR_EXPECTED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Variable erwartet" ;
Text [ en-US ] = "Variable expected" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_LABEL_EXPECTED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Label erwartet" ;
Text [ en-US ] = "Label expected" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_LVALUE_EXPECTED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Wert kann nicht zugewiesen werden" ;
Text [ en-US ] = "Value cannot be applied" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_VAR_DEFINED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Variable $(ARG1) bereits definiert" ;
Text [ en-US ] = "Variable $(ARG1) already defined" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_PROC_DEFINED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Sub- oder Function-Prozedur $(ARG1) bereits definiert" ;
Text [ en-US ] = "Sub procedure or function procedure $(ARG1) already defined" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_LABEL_DEFINED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Label $(ARG1) bereits definiert" ;
Text [ en-US ] = "Label $(ARG1) already defined" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_UNDEF_VAR & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Variable $(ARG1) nicht gefunden" ;
Text [ en-US ] = "Variable $(ARG1) not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_UNDEF_ARRAY & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Array oder Prozedur $(ARG1) nicht gefunden" ;
Text [ en-US ] = "Array or procedure $(ARG1) not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_UNDEF_PROC & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Procedure $(ARG1) nicht gefunden" ;
Text [ en-US ] = "Procedure $(ARG1) not found" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_UNDEF_LABEL & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Label $(ARG1) undefiniert" ;
Text [ en-US ] = "Label $(ARG1) undefined" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_UNDEF_TYPE & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Unbekannter Datentyp $(ARG1)" ;
Text [ en-US ] = "Unknown data type $(ARG1)" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_EXIT & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Exit $(ARG1) erwartet" ;
Text [ en-US ] = "Exit $(ARG1) expected" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_BLOCK & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Noch offener Anweisungsblock: $(ARG1) fehlt" ;
Text [ en-US ] = "Statement block still open: $(ARG1) missing" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_BRACKETS & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler in Klammerschachtelung" ;
Text [ en-US ] = "Parentheses do not match" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_DECLARATION & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Symbol $(ARG1) bereits anders definiert" ;
Text [ en-US ] = "Symbol $(ARG1) already defined differently" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_PARAMETERS & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Parameter passen nicht zu Prozedur" ;
Text [ en-US ] = "Parameters do not correspond to procedure" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_CHAR_IN_NUMBER & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Ung<6E> ltiges Zeichen in Zahl : Ung<6E> ltiges Zeichen in Zahl */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Ung<6E> ltiges Zeichen in Zahl" ;
Text [ en-US ] = "Invalid character in number" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_MUST_HAVE_DIMS & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Array mu<6D> dimensioniert werden : Array mu<6D> dimensioniert werden */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Array muss dimensioniert werden" ;
Text [ en-US ] = "Array must be dimensioned" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_IF & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Else/Endif ohne If" ;
Text [ en-US ] = "Else/Endif without If" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NOT_IN_SUBR & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? $(ARG1) innerhalb einer Prozedur unzul<75> ssig : $(ARG1) innerhalb einer Prozedur unzul<75> ssig */
2004-06-25 15:29:39 +00:00
Text [ de ] = "$(ARG1) innerhalb einer Prozedur unzul<75> ssig" ;
Text [ en-US ] = "$(ARG1) not allowed within a procedure" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NOT_IN_MAIN & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? $(ARG1) au<61> erhalb einer Prozedur unzul<75> ssig : $(ARG1) au<61> erhalb einer Prozedur unzul<75> ssig */
2004-06-25 15:29:39 +00:00
Text [ de ] = "$(ARG1) au<61> erhalb einer Prozedur unzul<75> ssig" ;
Text [ en-US ] = "$(ARG1) not allowed outside a procedure" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_WRONG_DIMS & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Dimensionsangaben passen nicht zueinander" ;
Text [ en-US ] = "Dimension specifications do not match" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_BAD_OPTION & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Unbekannte Option: $(ARG1)" ;
Text [ en-US ] = "Unknown option: $(ARG1)" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_CONSTANT_REDECLARED & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Konstante $(ARG1) neu definiert" ;
Text [ en-US ] = "Constant $(ARG1) redefined" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_PROG_TOO_LARGE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Programm ist zu gro<72> : Programm ist zu gro<72> */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Programm ist zu gro<72> " ;
Text [ en-US ] = "Program too large" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String SbERR_NO_STRINGS_ARRAYS & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Strings oder Arrays unzul<75> ssig : Strings oder Arrays unzul<75> ssig */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Strings oder Arrays unzul<75> ssig" ;
Text [ en-US ] = "Strings or arrays not permitted" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
2001-05-17 08:15:06 +00:00
String ERRCODE_BASIC_EXCEPTION & ERRCODE_RES_MASK
2000-09-18 15:18:56 +00:00
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Es ist eine Exception aufgetreten $(ARG1)" ;
Text [ en-US ] = "An exception occurred $(ARG1)" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
};
// Hinweis: IDS_SBERR_TERMINATED = IDS_SBERR_START+2000.
String IDS_SBERR_TERMINATED
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Das laufende Makro wurde unterbrochen" ;
Text [ en-US ] = "The macro running has been interrupted" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String IDS_SBERR_STOREREF
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Referenz wird nicht gespeichert: ";
Text [ en-US ] = "Reference will not be saved: ";
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String ERRCODE_BASMGR_LIBLOAD & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Laden der Bibliothek '$(ARG1)' : Fehler beim Laden der Bibliothek ''$(ARG1)'' */
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Laden der Bibliothek '$(ARG1)' : Fehler beim Laden der Bibliothek ''$(ARG1) */
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Laden der Bibliothek '$(ARG1)' : Fehler beim Laden der Bibliothek ''$(ARG1) */
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Laden der Bibliothek '$(ARG1)' : Fehler beim Laden der Bibliothek ''$(ARG1)'' */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler beim Laden der Bibliothek '$(ARG1)'" ;
Text [ en-US ] = "Error loading library '$(ARG1)'" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String ERRCODE_BASMGR_LIBSAVE & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Speichern der Bibliothek: '$(ARG1)' : Fehler beim Speichern der Bibliothek: ''$(ARG1)'' */
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Speichern der Bibliothek: '$(ARG1)' : Fehler beim Speichern der Bibliothek: ''$(ARG1) */
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Speichern der Bibliothek: '$(ARG1)' : Fehler beim Speichern der Bibliothek: ''$(ARG1) */
/* ### ACHTUNG: Neuer Text in Resource? Fehler beim Speichern der Bibliothek: '$(ARG1)' : Fehler beim Speichern der Bibliothek: ''$(ARG1)'' */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler beim Speichern der Bibliothek: '$(ARG1)'" ;
Text [ en-US ] = "Error saving library: '$(ARG1)'" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String ERRCODE_BASMGR_MGROPEN & ERRCODE_RES_MASK
{
/* ### ACHTUNG: Neuer Text in Resource? Das BASIC aus der Datei '$(ARG1)' konnte nicht initialisiert werden : Das BASIC aus der Datei ''$(ARG1)'' konnte nicht initialisiert werden */
/* ### ACHTUNG: Neuer Text in Resource? Das BASIC aus der Datei '$(ARG1)' konnte nicht initialisiert werden : Das BASIC aus der Datei ''$(ARG1)'' konnte nicht initialisiert werden */
/* ### ACHTUNG: Neuer Text in Resource? Das BASIC aus der Datei '$(ARG1)' konnte nicht initialisiert werden : Das BASIC aus der Datei ''$(ARG1)'' konnte nicht initialisiert werden */
/* ### ACHTUNG: Neuer Text in Resource? Das BASIC aus der Datei '$(ARG1)' konnte nicht initialisiert werden : Das BASIC aus der Datei ''$(ARG1)'' konnte nicht initialisiert werden */
2004-06-25 15:29:39 +00:00
Text [ de ] = "Das BASIC aus der Datei '$(ARG1)' konnte nicht initialisiert werden" ;
Text [ en-US ] = "The BASIC from the file '$(ARG1)' could not be initialized" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String ERRCODE_BASMGR_MGRSAVE & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler beim Speichern des BASIC's: '$(ARG1)'" ;
Text [ en-US ] = "Error saving BASIC: '$(ARG1)'" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String ERRCODE_BASMGR_REMOVELIB & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Fehler beim entfernen der Bibliothek" ;
Text [ en-US ] = "Error removing library" ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
String ERRCODE_BASMGR_UNLOADLIB & ERRCODE_RES_MASK
{
2004-06-25 15:29:39 +00:00
Text [ de ] = "Die Bibliothek konnte nicht aus dem Speicher entfernt werden." ;
Text [ en-US ] = "The library could not be removed from memory." ;
Text [ x-comment ] = " ";
2000-09-18 15:18:56 +00:00
};
2001-06-08 20:44:31 +00:00
2001-06-13 20:45:40 +00:00
2001-06-29 20:37:55 +00:00
2003-03-18 15:28:40 +00:00
2003-04-29 17:14:05 +00:00
2003-03-18 15:28:40 +00:00
2003-06-13 13:01:26 +00:00
2003-03-18 15:28:40 +00:00
2003-07-17 10:44:03 +00:00
2003-07-03 17:09:06 +00:00
2003-12-17 16:45:24 +00:00
2003-03-18 15:28:40 +00:00
2001-07-13 19:15:53 +00:00