bf5e0a5cf2
2005/04/29 15:53:17 ihi 1.58.6.1: #i40603# German strings now UTF8 encoded
429 lines
16 KiB
Text
429 lines
16 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: ids.src,v $
|
|
*
|
|
* $Revision: 1.60 $
|
|
*
|
|
* last change: $Author: hr $ $Date: 2005-09-23 12:12:52 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 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
|
|
*
|
|
************************************************************************/
|
|
|
|
#define __RSC
|
|
|
|
#ifndef UUI_IDS_HRC
|
|
#include "ids.hrc"
|
|
#endif
|
|
|
|
String RID_KEEP_PASSWORD
|
|
{
|
|
Text [ de ] = "Kennwort bis Applikationsende ~merken";
|
|
Text [ en-US ] = "~Remember password till end of session";
|
|
};
|
|
|
|
String RID_SAVE_PASSWORD
|
|
{
|
|
Text [ de ] = "Kennwort dauerhaft ~speichern";
|
|
Text [ en-US ] = "~Remember password";
|
|
};
|
|
|
|
Resource RID_UUI_ERRHDL
|
|
{
|
|
String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die auf $(ARG1) ausgeführte Aktion wurde abgebrochen";
|
|
Text [ en-US ] = "The operation executed on $(ARG1) was aborted";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Der Zugriff auf $(ARG1) wurde verweigert";
|
|
Text [ en-US ] = "Access to $(ARG1) was denied";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) existiert bereits";
|
|
Text [ en-US ] = "$(ARG1) already exists";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Ziel existiert bereits";
|
|
Text [ en-US ] = "Target already exists";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Daten von $(ARG1) haben eine inkorrekte Prüfsumme";
|
|
Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Das Objekt $(ARG1) kann im Verzeichnis $(ARG2) nicht angelegt werden";
|
|
Text [ en-US ] = "The object $(ARG1) cannot be created in directory $(ARG2)";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Daten von $(ARG1) konnten nicht gelesen werden";
|
|
Text [ en-US ] = "Data of $(ARG1) could not be read";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Seek-Operation auf $(ARG1) konnte nicht ausgeführt werden";
|
|
Text [ en-US ] = "The seek operation on $(ARG1) could not be performed";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Tell-Operation auf $(ARG1) konnte nicht ausgeführt werden";
|
|
Text [ en-US ] = "The tell operation on $(ARG1) could not be performed";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Daten für $(ARG1) konnten nicht geschrieben werden";
|
|
Text [ en-US ] = "Data for $(ARG1) could not be written";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Aktion unmöglich: $(ARG1) ist das aktuelle Verzeichnis";
|
|
Text [ en-US ] = "Action impossible: $(ARG1) is the current directory";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) ist nicht bereit";
|
|
Text [ en-US ] = "$(ARG1) is not ready";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Aktion unmöglich: $(ARG1) und $(ARG2) sind verschiedene Geräte (Laufwerke)";
|
|
Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Allgemeiner Ein-/Ausgabefehler beim Zugriff auf $(ARG1)";
|
|
Text [ en-US ] = "General input/output error while accessing $(ARG1)";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_INVALIDACCESS & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Es wurde versucht, in ungültiger Weise auf $(ARG1) zuzugreifen";
|
|
Text [ en-US ] = "An attempt was made to access $(ARG1) in an invalid way";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_INVALIDCHAR & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) enthält unzulässige Zeichen";
|
|
Text [ en-US ] = "$(ARG1) contains invalid characters";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_INVALIDDEVICE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Das Gerät (Laufwerk) $(ARG1) ist ungültig";
|
|
Text [ en-US ] = "The device (drive) $(ARG1) is invalid";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_INVALIDLENGTH & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Daten von $(ARG1) haben eine ungültige Länge";
|
|
Text [ en-US ] = "The data from $(ARG1) has an invalid length";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_INVALIDPARAMETER & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Operation auf $(ARG1) wurde mit einem ungültigen Parameter gestartet";
|
|
Text [ en-US ] = "The operation on $(ARG1) was started with an invalid parameter";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_ISWILDCARD & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Operation kann nicht ausgeführt werden, weil $(ARG1) Wildcards enthält";
|
|
Text [ en-US ] = "The operation cannot be performed because $(ARG1) contains wildcards";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_LOCKVIOLATION & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Fehler beim gemeinsamen Zugriff auf $(ARG1)";
|
|
Text [ en-US ] = "Error during shared access to $(ARG1).";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_MISPLACEDCHAR & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) enthält Zeichen an unzulässiger Position";
|
|
Text [ en-US ] = "$(ARG1) contains misplaced characters";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NAMETOOLONG & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Der Name $(ARG1) enthält zu viele Zeichen";
|
|
Text [ en-US ] = "The name $(ARG1) contains too many characters";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTEXISTS & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) existiert nicht";
|
|
Text [ en-US ] = "$(ARG1) does not exist";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTEXISTSPATH & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Der Pfad $(ARG1) existiert nicht";
|
|
Text [ en-US ] = "The path $(ARG1) does not exist";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTSUPPORTED & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Operation auf $(ARG1) wird auf dem vorliegenden Betriebssystem nicht unterstützt";
|
|
Text [ en-US ] = "The operation on $(ARG1) is not supported on this operating system";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTADIRECTORY & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) ist kein Verzeichnis";
|
|
Text [ en-US ] = "$(ARG1) is not a directory";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTAFILE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) ist keine Datei";
|
|
Text [ en-US ] = "$(ARG1) is not a file";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_OUTOFSPACE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Auf dem Gerät $(ARG1) ist kein Platz mehr vorhanden";
|
|
Text [ en-US ] = "There is no space left on device $(ARG1)";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_TOOMANYOPENFILES & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Operation auf $(ARG1) kann nicht ausgeführt werden, da bereits zu viele Dateien geöffnet sind";
|
|
Text [ en-US ] = "The operation on $(ARG1) cannot be performed because too many files are already open";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_OUTOFMEMORY & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Operation auf $(ARG1) kann nicht ausgeführt werden, da kein Speicher mehr zur Verfügung steht";
|
|
Text [ en-US ] = "The operation on $(ARG1) cannot be performed because there is no more memory available";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_PENDING & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Operation auf $(ARG1) kann nicht fortgesetzt werden, weil weitere Daten erwartet werden";
|
|
Text [ en-US ] = "The operation on $(ARG1) cannot continue because more data is pending";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_RECURSIVE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) kann nicht in sich selbst kopiert werden";
|
|
Text [ en-US ] = "$(ARG1) cannot be copied into itself";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_UNKNOWN & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Unbekannter Ein-/Ausgabefehler beim Zugriff auf $(ARG1)";
|
|
Text [ en-US ] = "Unknown input/output error while accessing $(ARG1)";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_WRITEPROTECTED & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) ist schreibgeschützt";
|
|
Text [ en-US ] = "$(ARG1) is write protected";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_WRONGFORMAT & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) liegt in einem falschen Format vor";
|
|
Text [ en-US ] = "$(ARG1) is not in the correct format";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_WRONGVERSION & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) liegt in einer falschen Version vor";
|
|
Text [ en-US ] = "The version of $(ARG1) is not correct";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTEXISTS_VOLUME & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Laufwerk $(ARG1) existiert nicht";
|
|
Text [ en-US ] = "Drive $(ARG1) does not exist";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTEXISTS_FOLDER & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Ordner $(ARG1) existiert nicht";
|
|
Text [ en-US ] = "Folder $(ARG1) does not exist";
|
|
};
|
|
|
|
String (ERRCODE_UUI_WRONGJAVA & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die vorhandene Java-Version wird nicht unterstützt";
|
|
Text [ en-US ] = "The installed Java version is not supported";
|
|
};
|
|
|
|
String (ERRCODE_UUI_WRONGJAVA_VERSION & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die vorhandene Java-Version $(ARG1) wird nicht unterstützt";
|
|
Text [ en-US ] = "The installed Java version $(ARG1) is not supported";
|
|
};
|
|
String (ERRCODE_UUI_WRONGJAVA_MIN & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die vorhandene Java-Version wird nicht unterstützt, es wird mindestens Version $(ARG1) benötigt";
|
|
Text [ en-US ] = "The installed Java version is not supported, at least version $(ARG1) is required";
|
|
};
|
|
|
|
String (ERRCODE_UUI_WRONGJAVA_VERSION_MIN & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die vorhandene Java-Version $(ARG1) wird nicht unterstützt, es wird mindestens Version $(ARG2) benötigt";
|
|
Text [ en-US ] = "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required";
|
|
};
|
|
|
|
String (ERRCODE_UUI_BADPARTNERSHIP & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die zu der Partnerschaft gespeicherten Daten sind defekt";
|
|
Text [ en-US ] = "The data associated with the partnership is corrupted.";
|
|
};
|
|
|
|
String (ERRCODE_UUI_BADPARTNERSHIP_NAME & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die zu der Partnerschaft $(ARG1) gespeicherten Daten sind defekt";
|
|
Text [ en-US ] = "The data associated with the partnership $(ARG1) is corrupted.";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTREADY_VOLUME & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Laufwerk $(ARG1) ist nicht bereit";
|
|
Text [ en-US ] = "Volume $(ARG1) is not ready";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTREADY_REMOVABLE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "$(ARG1) ist nicht bereit; bitte legen Sie ein Speichermedium ein";
|
|
Text [ en-US ] = "$(ARG1) is not ready; please insert a storage medium";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Laufwerk $(ARG1) ist nicht bereit; bitte legen Sie ein Speichermedium ein";
|
|
Text [ en-US ] = "Volume $(ARG1) is not ready; please insert a storage medium";
|
|
};
|
|
|
|
String (ERRCODE_UUI_WRONGMEDIUM & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Legen Sie bitte den Datenträger $(ARG1) ein";
|
|
Text [ en-US ] = "Please insert disk $(ARG1)";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_CANTCREATE_NONAME & ERRCODE_RES_MASK)
|
|
{
|
|
Text[ de ] = "Das Objekt kann im Verzeichnis $(ARG1) nicht angelegt werden";
|
|
Text[ en-US ] = "The object cannot be created in directory $(ARG1)";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "%PRODUCTNAME kann das Überschreiben von Dateien unter dem verwendeten Übertragungsprotokoll nicht verhindern. Möchten Sie trotzdem fortfahren";
|
|
Text [ en-US ] = "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_BROKENPACKAGE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Datei '$(ARG1)' ist beschadigt und kann deshalb nicht geöffnet werden. Soll %PRODUCTNAME eine Reparatur durchfÜhren?";
|
|
Text [ en-US ] = "The file '$(ARG1)' is corrupt and therefore cannot be opened. Should %PRODUCTNAME repair the file?";
|
|
};
|
|
|
|
String (ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Datei '$(ARG1)' konnte nicht repariert werden und kann deshalb nicht geöffnet werden.";
|
|
Text [ en-US ] = "The file '$(ARG1)' could not be repaired and therefore cannot be opened.";
|
|
};
|
|
|
|
String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Konfigurationsdaten aus '$(ARG1)' sind beschädigt. Ohne diese beschädigten Daten können einige Funktionen nicht korrekt ausgeführt werden.\nSoll %PRODUCTNAME ohne die beschädigten Konfigurationsdaten starten?";
|
|
Text [ en-US ] = "Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\nDo you want to continue startup of %PRODUCTNAME without the corrupted configuration data?";
|
|
};
|
|
|
|
String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die persönliche Konfigurationsdatei '$(ARG1)' ist beschädigt und muss gelöscht werden. Einige Ihrer persönlichen Einstellungen gehen dabei verloren.\nSoll %PRODUCTNAME ohne die beschädigten Konfigurationsdaten starten?";
|
|
Text [ en-US ] = "The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\nDo you want to continue startup of %PRODUCTNAME without the corrupted configuration data?";
|
|
};
|
|
|
|
String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Konfigurationsdatenquelle '$(ARG1)' ist nicht verfügbar. Ohne diese fehlenden Daten können einige Funktionen nicht korrekt ausgeführt werden.";
|
|
Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.";
|
|
};
|
|
|
|
String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Die Konfigurationsdatenquelle '$(ARG1)' ist nicht verfügbar. Ohne diese fehlenden Daten können einige Funktionen nicht korrekt ausgeführt werden.\nSoll %PRODUCTNAME ohne die fehlenden Konfigurationsdaten starten?";
|
|
Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\nDo you want to continue startup of %PRODUCTNAME without the missing configuration data?";
|
|
};
|
|
|
|
STRING (ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA & ERRCODE_RES_MASK)
|
|
{
|
|
Text [ de ] = "Das Formular enthält ungültige Daten. Möchten Sie trotzdem fortfahren?";
|
|
Text [ en-US ] = "The form contains invalid data. Do you still want to continue?";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|