1 ## version $VER: dos.catalog 1.1 (08.06.2007)
5 MSG_ERROR_NO_FREE_STORE
7 ; not enough memory available
9 MSG_ERROR_TASK_TABLE_FULL
10 Prozesstabelle ist voll
13 MSG_ERROR_BAD_TEMPLATE
21 MSG_ERROR_REQUIRED_ARG_MISSING
22 Gefordertes Argument fehlt
23 ; required argument missing
25 MSG_ERROR_KEY_NEEDS_ARG
26 Argument nach Schlüsselwort fehlt
27 ; value after keyword missing
29 MSG_ERROR_TOO_MANY_ARGS
30 Falsche Anzahl an Argumenten
31 ; wrong number of arguments
33 MSG_ERROR_UNMATCHED_QUOTES
34 Ungerade Anzahl an Anführungszeichen
37 MSG_ERROR_LINE_TOO_LONG
38 Argumentzeile ist ungültig oder zu lang
39 ; argument line invalid or too long
41 MSG_ERROR_FILE_NOT_OBJECT
42 Datei ist nicht ausführbar
43 ; file is not executable
45 MSG_ERROR_INVALID_RESIDENT_LIBRARY
46 Ungültige residente Library
47 ; invalid resident library
49 MSG_ERROR_NO_DEFAULT_DIR
51 ; no default directory
53 MSG_ERROR_OBJECT_IN_USE
54 Objekt ist in Gebrauch
57 MSG_ERROR_OBJECT_EXISTS
58 Objekt existiert bereits
59 ; object already exists
61 MSG_ERROR_DIR_NOT_FOUND
62 Verzeichnis nicht gefunden
65 MSG_ERROR_OBJECT_NOT_FOUND
69 MSG_ERROR_BAD_STREAM_NAME
70 Ungültige Fensterparameter
71 ; invalid window description
73 MSG_ERROR_OBJECT_TOO_LARGE
77 MSG_ERROR_ACTION_NOT_KNOWN
78 Unbekannter Filesystem-Action-Typ
79 ; filesystem action type unknown
81 MSG_ERROR_INVALID_COMPONENT_NAME
85 MSG_ERROR_INVALID_LOCK
86 Ungültiger Lock-Zugriff auf Objekt
89 MSG_ERROR_OBJECT_WRONG_TYPE
90 Objekt ist nicht vom geforderten Typ
91 ; object is not of required type
93 MSG_ERROR_DISK_NOT_VALIDATED
97 MSG_ERROR_DISK_WRITE_PROTECTED
98 Disk ist schreibgeschützt
99 ; disk is write-protected
101 MSG_ERROR_RENAME_ACROSS_DEVICES
102 Umbenennen auf anderen Datenträger versucht
103 ; rename across devices attempted
105 MSG_ERROR_DIRECTORY_NOT_EMPTY
106 Verzeichnis ist nicht leer
107 ; directory not empty
109 MSG_ERROR_TOO_MANY_LEVELS
110 Zu tiefe Schachtelung
113 MSG_ERROR_DEVICE_NOT_MOUNTED
114 Gerät (oder Datenträger) ist nicht angemeldet
115 ; device (or volume) is not mounted
118 Fehler beim Suchlesen
121 MSG_ERROR_COMMENT_TOO_BIG
122 Kommentar ist zu lang
123 ; comment is too long
129 MSG_ERROR_DELETE_PROTECTED
130 Objekt ist löschgeschützt
131 ; object is protected from deletion
133 MSG_ERROR_WRITE_PROTECTED
134 Datei ist schreibgeschützt
135 ; file is write protected
137 MSG_ERROR_READ_PROTECTED
138 Datei ist lesegeschützt
139 ; file is read protected
141 MSG_ERROR_NOT_A_DOS_DISK
142 Keine gültige DOS-Disk
143 ; not a valid DOS disk
146 Keine Diskette im Laufwerk
149 MSG_ERROR_NO_MORE_ENTRIES
150 Keine weiteren Verzeichniseinträge
151 ; no more entries in directory
153 MSG_ERROR_IS_SOFT_LINK
155 ; object is soft link
157 MSG_ERROR_OBJECT_LINKED
162 Ungültiger Hunk in zu ladender Datei
165 MSG_ERROR_NOT_IMPLEMENTED
166 Funktion ist nicht implementiert
167 ; function not implemented
169 MSG_ERROR_RECORD_NOT_LOCKED
170 Datensatz nicht gesperrt
173 MSG_ERROR_LOCK_COLLISION
174 Kollision bei Datensatzsperre
175 ; record lock collision
177 MSG_ERROR_LOCK_TIMEOUT
178 Zeitüberschreitung bei Datensatzsperre
179 ; record lock timeout
181 MSG_ERROR_UNLOCK_ERROR
182 Fehler bei Datensatzfreigabe
183 ; record unlock error
185 MSG_ERROR_BUFFER_OVERFLOW
193 MSG_ERROR_NOT_EXECUTABLE
194 Datei ist nicht ausführbar
195 ; file not executable
197 MSG_STRING_DISK_NOT_VALIDATED
198 Datenträger "%s" ist nicht gültig
199 ; Volume "%s" is not validated
201 MSG_STRING_DISK_WRITE_PROTECTED
202 Datenträger "%s" ist schreibgeschützt
203 ; Volume "%s" is write protected
205 MSG_STRING_DEVICE_NOT_MOUNTED_INSERT
206 Benötige den Datenträger "%s" in beliebigem Laufwerk
207 ; Please insert volume "%s" in any drive
209 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE
210 Benötige wieder den Datenträger "%s" in beliebigem Laufwerk
211 ; Please replace volume "%s" in any drive
213 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE_TARGET
214 Benötige den Datenträger "%s" in "%s"
215 ; Please replace volume "%s" in "%s"
218 Datenträger "%s" ist voll
219 ; Volume "%s" is full
221 MSG_STRING_NOT_A_DOS_DISK
222 Keine DOS-Disk in "%s"
223 ; Not a DOS disk in "%s"
226 Keine Diskette in "%s" vorhanden
227 ; No disk present in "%s"
229 MSG_STRING_ABORT_BUSY
230 Benötige UNBEDINGT den Datenträger "%s" in "%s"!
231 ; You MUST replace volume "%s" in "%s"!
233 MSG_STRING_ABORT_DISK_ERROR
234 Datenträger "%s" hat einen Schreib-/Lesefehler
235 ; Volume "%s" has a read/write error
245 MSG_STRING_REQUESTTITLE
249 MSG_ERROR_NO_MATCHING_ELSEENDIF
250 Fehlendes ELSE oder ENDIF
251 ; no matching Else or EndIf
253 MSG_ERROR_SCRIPT_ONLY
254 Muss in einer Befehlsdatei stehen
255 ; this command is supposed to be used in command files only