System/SysMon: rework the code to handle negative result of Entries - Visible
[AROS.git] / rom / dos / catalogs / german.ct
blob67d2bd366585387477786b5e526a0976fb801e83
1 ## version $VER: dos.catalog 1.1 (08.06.2007)
2 ## codeset 0
3 ## language deutsch
5 MSG_ERROR_NO_FREE_STORE
6 Speicherplatzmangel
8 ; not enough memory available
10 MSG_ERROR_TASK_TABLE_FULL
11 Prozesstabelle ist voll
13 ; process table full
15 MSG_ERROR_BAD_TEMPLATE
16 Falsches Namensmuster
18 ; bad template
20 MSG_ERROR_BAD_NUMBER
21 Ungültiger Zahlenwert
23 ; bad number
25 MSG_ERROR_REQUIRED_ARG_MISSING
26 Gefordertes Argument fehlt
28 ; required argument missing
30 MSG_ERROR_KEY_NEEDS_ARG
31 Argument nach Schlüsselwort fehlt
33 ; value after keyword missing
35 MSG_ERROR_TOO_MANY_ARGS
36 Falsche Anzahl an Argumenten
38 ; wrong number of arguments
40 MSG_ERROR_UNMATCHED_QUOTES
41 Ungerade Anzahl an Anführungszeichen
43 ; unmatched quotes
45 MSG_ERROR_LINE_TOO_LONG
46 Argumentzeile ist ungültig oder zu lang
48 ; argument line invalid or too long
50 MSG_ERROR_FILE_NOT_OBJECT
51 Datei ist nicht ausführbar
53 ; file is not executable
55 MSG_ERROR_INVALID_RESIDENT_LIBRARY
56 Ungültige residente Library
58 ; invalid resident library
60 MSG_ERROR_NO_DEFAULT_DIR
61 Fehler 201
63 ; error 201
65 MSG_ERROR_OBJECT_IN_USE
66 Objekt ist in Gebrauch
68 ; object is in use
70 MSG_ERROR_OBJECT_EXISTS
71 Objekt existiert bereits
73 ; object already exists
75 MSG_ERROR_DIR_NOT_FOUND
76 Verzeichnis nicht gefunden
78 ; directory not found
80 MSG_ERROR_OBJECT_NOT_FOUND
81 Objekt nicht gefunden
83 ; object not found
85 MSG_ERROR_BAD_STREAM_NAME
86 Ungültige Fensterparameter
88 ; invalid window description
90 MSG_ERROR_OBJECT_TOO_LARGE
91 Objekt ist zu groß
93 ; object too large
95 MSG_ERROR_ACTION_NOT_KNOWN
96 Unbekannter Filesystem-Action-Typ
98 ; filesystem action type unknown
100 MSG_ERROR_INVALID_COMPONENT_NAME
101 Ungültiger Objektname
103 ; object name invalid
105 MSG_ERROR_INVALID_LOCK
106 Ungültiger Lock-Zugriff auf Objekt
108 ; invalid object lock
110 MSG_ERROR_OBJECT_WRONG_TYPE
111 Objekt ist nicht vom geforderten Typ
113 ; object is not of required type
115 MSG_ERROR_DISK_NOT_VALIDATED
116 Disk ist nicht gültig
118 ; disk not validated
120 MSG_ERROR_DISK_WRITE_PROTECTED
121 Disk ist schreibgeschützt
123 ; disk is write-protected
125 MSG_ERROR_RENAME_ACROSS_DEVICES
126 Umbenennen auf anderen Datenträger versucht
128 ; rename across devices attempted
130 MSG_ERROR_DIRECTORY_NOT_EMPTY
131 Verzeichnis ist nicht leer
133 ; directory not empty
135 MSG_ERROR_TOO_MANY_LEVELS
136 Zu tiefe Schachtelung
138 ; too many levels
140 MSG_ERROR_DEVICE_NOT_MOUNTED
141 Gerät (oder Datenträger) ist nicht angemeldet
143 ; device (or volume) is not mounted
145 MSG_ERROR_SEEK_ERROR
146 Fehler beim Suchlesen
148 ; seek failure
150 MSG_ERROR_COMMENT_TOO_BIG
151 Kommentar ist zu lang
153 ; comment is too long
155 MSG_ERROR_DISK_FULL
156 Disk ist voll
158 ; disk is full
160 MSG_ERROR_DELETE_PROTECTED
161 Objekt ist löschgeschützt
163 ; object is protected from deletion
165 MSG_ERROR_WRITE_PROTECTED
166 Datei ist schreibgeschützt
168 ; file is write protected
170 MSG_ERROR_READ_PROTECTED
171 Datei ist lesegeschützt
173 ; file is read protected
175 MSG_ERROR_NOT_A_DOS_DISK
176 Keine gültige DOS-Disk
178 ; not a valid DOS disk
180 MSG_ERROR_NO_DISK
181 Keine Diskette im Laufwerk
183 ; no disk in drive
185 MSG_ERROR_NO_MORE_ENTRIES
186 Keine weiteren Verzeichniseinträge
188 ; no more entries in directory
190 MSG_ERROR_IS_SOFT_LINK
191 Objekt im Verbund
193 ; object is soft link
195 MSG_ERROR_OBJECT_LINKED
196 Verbundobjekt
198 ; object is linked
200 MSG_ERROR_BAD_HUNK
201 Ungültiger Hunk in zu ladender Datei
203 ; bad loadfile hunk
205 MSG_ERROR_NOT_IMPLEMENTED
206 Funktion ist nicht implementiert
208 ; function not implemented
210 MSG_ERROR_RECORD_NOT_LOCKED
211 Datensatz nicht gesperrt
213 ; record not locked
215 MSG_ERROR_LOCK_COLLISION
216 Kollision bei Datensatzsperre
218 ; record lock collision
220 MSG_ERROR_LOCK_TIMEOUT
221 Zeitüberschreitung bei Datensatzsperre
223 ; record lock timeout
225 MSG_ERROR_UNLOCK_ERROR
226 Fehler bei Datensatzfreigabe
228 ; record unlock error
230 MSG_ERROR_BUFFER_OVERFLOW
231 Pufferüberlauf
233 ; buffer overflow
235 MSG_ERROR_BREAK
236 *** Abbruch
238 ; ***Break
240 MSG_ERROR_NOT_EXECUTABLE
241 Datei ist nicht ausführbar
243 ; file not executable
245 ; === New ErrorReport() format strings.
247 MSG_STRING_DISK_NOT_VALIDATED
248 Datenträger "%s" ist nicht gültig
249 ;Volume "%s" is not validated
251 MSG_STRING_DISK_WRITE_PROTECTED
252 Datenträger "%s" ist schreibgeschützt
253 ;Volume "%s" is write protected
255 MSG_STRING_DEVICE_NOT_MOUNTED_INSERT
256 Benötige den Datenträger "%s" in beliebigem Laufwerk
257 ;Please insert volume "%s" in any drive
259 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE
260 Benötige wieder den Datenträger "%s" in beliebigem Laufwerk
261 ;Please replace volume "%s" in any drive
263 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE_TARGET
264 Benötige den Datenträger "%s" in "%s"
265 ;Please replace volume "%s" in "%s"
267 MSG_STRING_DISK_FULL
268 Datenträger "%s" ist voll
269 ;Volume "%s" is full
271 MSG_STRING_NOT_A_DOS_DISK
272 Keine DOS-Disk in "%s"
273 ;Not a DOS disk in "%s"
275 MSG_STRING_NO_DISK
276 Keine Diskette in "%s" vorhanden
277 ;No disk present in "%s"
279 MSG_STRING_ABORT_BUSY
280 Benötige UNBEDINGT den Datenträger "%s" in "%s"!
281 ;You MUST replace volume "%s" in "%s"!
283 MSG_STRING_ABORT_DISK_ERROR
284 Datenträger "%s" hat einen Schreib-/Lesefehler
285 ;Volume "%s" has a read/write error
287 ; === End of new ErrorRequest() format strings. Old ones follow for reference.
289 ;MSG_STRING_INSERT_VOLUME
290 ;Benötige den Datenträger\n\
291 ;%s\n\
292 ;in beliebigem Laufwerk
294 ; Please insert volume\n%s\nin any drive
296 ;MSG_STRING_VOLUME_FULL
297 ;Der Datenträger %s ist voll
299 ; The volume %s is full
301 ;MSG_STRING_NO_DISK
302 ;Keine Diskette in Laufwerk %s
304 ; No disk in drive %s
306 ;MSG_STRING_NO_DOS_DISK
307 ;Keine DOS-Diskette in Laufwerk %s
309 ; Not a DOS disk in drive %s
311 ;MSG_STRING_MUST_REPLACE
312 ;Benötige UNBEDINGT den Datenträger\n\
313 ;%s\n\
314 ;in Laufwerk %s
316 ; You MUST replace volume\n\
317 ; %s\n\
318 ; in drive %s
320 ; === End of ErrorRequest() format strings.
322 MSG_STRING_RETRY
323 Nochmal versuchen
325 ; Retry
327 MSG_STRING_CANCEL
328 Abbrechen
330 ; Cancel
332 MSG_STRING_REQUESTTITLE
333 Systemmeldung
335 ; System requester
337 MSG_ERROR_NO_MATCHING_ELSEENDIF
338 Fehlendes ELSE oder ENDIF
340 ; no matching Else or EndIf
342 MSG_ERROR_SCRIPT_ONLY
343 Muss in einer Befehlsdatei stehen
345 ; this command is supposed to be used in command files only
347 MSG_ERROR_UNKNOWN
348 Unbekannter Fehler
350 ; undefined error