Mercurial > vim
annotate src/po/de.po @ 19141:2c7d60b1bfa9 v8.2.0130
patch 8.2.0130: Python3 ranges are not tested
Commit: https://github.com/vim/vim/commit/904edabb64422467bf79f48f3a6305e0eddeea94
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 19 13:57:54 2020 +0100
patch 8.2.0130: Python3 ranges are not tested
Problem: Python3 ranges are not tested.
Solution: Add test. (Dominique Pelle, closes https://github.com/vim/vim/issues/5498)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 19 Jan 2020 14:00:04 +0100 |
parents | 130acb903dbe |
children | d4deb2e50667 |
rev | line source |
---|---|
14193 | 1 # German translation for Vim |
7 | 2 # |
3 # Do ":help uganda" in Vim to read copying and usage conditions. | |
4 # Do ":help credits" in Vim to see a list of people who contributed. | |
5 # | |
14999 | 6 # Previous-Translator(s): |
11704 | 7 # Georg Dahn <georg.dahn@gmail.com> |
819 | 8 # Johannes Zellner <johannes@zellner.org> |
9 # Gerfried Fuchs <alfie@ist.org> | |
7 | 10 msgid "" |
11 msgstr "" | |
14999 | 12 "Project-Id-Version: Vim\n" |
11704 | 13 "Report-Msgid-Bugs-To: \n" |
18790 | 14 "POT-Creation-Date: 2019-12-02 17:17+0100\n" |
1619 | 15 "PO-Revision-Date: 2008-05-24 17:26+0200\n" |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
16 "Last-Translator: Christian Brabandt <cb@256bit.org>\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
17 "Language-Team: German\n" |
11704 | 18 "Language: de\n" |
7 | 19 "MIME-Version: 1.0\n" |
14999 | 20 "Content-Type: text/plain; charset=ISO-8859-1\n" |
21 "Content-Transfer-Encoding: 8bit\n" | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
22 "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
7 | 23 |
18053 | 24 msgid "E163: There is only one file to edit" |
25 msgstr "E163: Es gibt nur eine Datei zum Editieren." | |
26 | |
27 msgid "E164: Cannot go before first file" | |
28 msgstr "E164: Kann nicht vor die erste Datei hinausgehen." | |
29 | |
30 msgid "E165: Cannot go beyond last file" | |
31 msgstr "E165: Kann nicht über die letzte Datei hinausgehen" | |
32 | |
33 msgid "E249: window layout changed unexpectedly" | |
34 msgstr "E249: Fensterlayout änderte sich unerwartet" | |
35 | |
15729 | 36 msgid "--Deleted--" |
37 msgstr "--gelöscht--" | |
38 | |
39 #, c-format | |
40 msgid "auto-removing autocommand: %s <buffer=%d>" | |
41 msgstr "Entferne Autokommando: %s <buffer=%d>" | |
42 | |
43 #, c-format | |
44 msgid "E367: No such group: \"%s\"" | |
45 msgstr "E367: Keine solche Gruppe: \"%s\"" | |
46 | |
47 msgid "E936: Cannot delete the current group" | |
48 msgstr "E936: Kann die aktuelle Gruppe nicht löschen." | |
49 | |
50 msgid "W19: Deleting augroup that is still in use" | |
51 msgstr "W19: Lösche Autogruppe, die noch in Benutzung ist." | |
52 | |
53 #, c-format | |
54 msgid "E215: Illegal character after *: %s" | |
55 msgstr "E215: Unzulässiges Zeichen nach *: %s" | |
56 | |
57 #, c-format | |
58 msgid "E216: No such event: %s" | |
59 msgstr "E216: Kein derartiges Ereignis: %s" | |
60 | |
61 #, c-format | |
62 msgid "E216: No such group or event: %s" | |
63 msgstr "E216: Keine solche Gruppe oder Ereignis: %s" | |
64 | |
65 msgid "" | |
66 "\n" | |
67 "--- Autocommands ---" | |
68 msgstr "" | |
69 "\n" | |
70 "--- Autokommandos ---" | |
71 | |
72 #, c-format | |
73 msgid "E680: <buffer=%d>: invalid buffer number " | |
74 msgstr "E680: <buffer=%d>: Ungültige Puffer Nummer " | |
75 | |
76 msgid "E217: Can't execute autocommands for ALL events" | |
77 msgstr "E217: Autokommandos können nicht für ALL Ereignisse ausgeführt werden" | |
78 | |
79 msgid "No matching autocommands" | |
80 msgstr "Keine passenden Autokommandos" | |
81 | |
82 msgid "E218: autocommand nesting too deep" | |
83 msgstr "E218: Autokommando-Schachtelung zu tief" | |
84 | |
85 #, c-format | |
86 msgid "%s Autocommands for \"%s\"" | |
87 msgstr "%s Autokommandos für \"%s\"" | |
88 | |
89 #, c-format | |
90 msgid "Executing %s" | |
91 msgstr "Ausführung von %s" | |
92 | |
93 #, c-format | |
94 msgid "autocommand %s" | |
95 msgstr "Autokommando %s" | |
96 | |
11704 | 97 msgid "E831: bf_key_init() called with empty password" |
15194 | 98 msgstr "E831: bf_key_init() mit leerem Passwort aufgerufen." |
11704 | 99 |
100 msgid "E820: sizeof(uint32_t) != 4" | |
101 msgstr "E820: sizeof(uint32_t) ungleich 4." | |
102 | |
103 msgid "E817: Blowfish big/little endian use wrong" | |
104 msgstr "E817: Blowfish Big-/Little-Endian falsch." | |
105 | |
106 msgid "E818: sha256 test failed" | |
107 msgstr "E818: Test sha256 fehlgeschlagen" | |
108 | |
109 msgid "E819: Blowfish test failed" | |
110 msgstr "E819: Blowfish Test fehlgeschlagen" | |
111 | |
112 msgid "[Location List]" | |
113 msgstr "[Positionsliste]" | |
114 | |
115 msgid "[Quickfix List]" | |
11914 | 116 msgstr "[Quickfix-Liste]" |
11704 | 117 |
118 msgid "E855: Autocommands caused command to abort" | |
119 msgstr "E855: Autokommandos führten zu einem Abbruch." | |
120 | |
7 | 121 msgid "E82: Cannot allocate any buffer, exiting..." |
11914 | 122 msgstr "E82: Kann keinen Puffer zuweisen; beende..." |
7 | 123 |
124 msgid "E83: Cannot allocate buffer, using other one..." | |
837 | 125 msgstr "E83: Kann den Puffer nicht zuweisen; benutze einen anderen..." |
7 | 126 |
11704 | 127 msgid "E931: Buffer cannot be registered" |
128 msgstr "E931: Puffer kann nicht registriert werden." | |
129 | |
18053 | 130 #, c-format |
131 msgid "E937: Attempt to delete a buffer that is in use: %s" | |
132 msgstr "E937: Versuch, Puffer %s zu löschen, der noch benutzt wird." | |
11704 | 133 |
33 | 134 msgid "E515: No buffers were unloaded" |
15033 | 135 msgstr "E515: Kein Puffer wurde entladen." |
33 | 136 |
137 msgid "E516: No buffers were deleted" | |
14999 | 138 msgstr "E516: Kein Puffer wurde gelöscht." |
33 | 139 |
140 msgid "E517: No buffers were wiped out" | |
14999 | 141 msgstr "E517: Kein Puffer wurde vollständig gelöscht." |
142 | |
143 #, c-format | |
144 msgid "%d buffer unloaded" | |
145 msgid_plural "%d buffers unloaded" | |
146 msgstr[0] "%d Puffer entladen" | |
147 msgstr[1] "%d Puffer entladen" | |
148 | |
149 #, c-format | |
150 msgid "%d buffer deleted" | |
151 msgid_plural "%d buffers deleted" | |
152 msgstr[0] "%d Puffer gelöscht" | |
153 msgstr[1] "%d Puffer gelöscht" | |
154 | |
155 #, c-format | |
156 msgid "%d buffer wiped out" | |
157 msgid_plural "%d buffers wiped out" | |
158 msgstr[0] "%d Puffer vollständig gelöscht" | |
159 msgstr[1] "%d Puffer vollständig gelöscht" | |
7 | 160 |
11704 | 161 msgid "E90: Cannot unload last buffer" |
15033 | 162 msgstr "E90: Kann letzten Puffer nicht entladen" |
11704 | 163 |
7 | 164 msgid "E84: No modified buffer found" |
11914 | 165 msgstr "E84: Keinen veränderter Puffer gefunden" |
166 | |
7 | 167 msgid "E85: There is no listed buffer" |
11914 | 168 msgstr "E85: Es gibt keine angezeigten Puffer." |
7 | 169 |
170 msgid "E87: Cannot go beyond last buffer" | |
11914 | 171 msgstr "E87: Kann nicht über den letzten Puffer hinaus gehen." |
7 | 172 |
173 msgid "E88: Cannot go before first buffer" | |
11914 | 174 msgstr "E88: Kann nicht vor den ersten Puffer gehen." |
7 | 175 |
33 | 176 #, c-format |
15729 | 177 msgid "E89: No write since last change for buffer %d (add ! to override)" |
178 msgstr "" | |
179 "E89: Puffer %d seit der letzten Änderung nicht gesichert (erzwinge mit !)" | |
7 | 180 |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
181 msgid "E948: Job still running (add ! to end the job)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
182 msgstr "E948: Job läuft noch (Beenden mit !)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
183 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
184 msgid "E37: No write since last change (add ! to override)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
185 msgstr "E37: Kein Schreibvorgang seit der letzten Änderung (erzwinge mit !)" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
186 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
187 msgid "E948: Job still running" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
188 msgstr "E948: Job läuft noch" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
189 |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
190 msgid "E37: No write since last change" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
191 msgstr "E37: Nicht geschrieben seit letzter Änderung" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
192 |
7 | 193 msgid "W14: Warning: List of file names overflow" |
11914 | 194 msgstr "W14: Achtung: Überlauf der Dateinamensliste." |
7 | 195 |
196 #, c-format | |
15729 | 197 msgid "E92: Buffer %d not found" |
198 msgstr "E92: Puffer %d nicht gefunden." | |
7 | 199 |
200 #, c-format | |
201 msgid "E93: More than one match for %s" | |
11914 | 202 msgstr "E93: Mehr als ein Treffer für %s." |
7 | 203 |
204 #, c-format | |
205 msgid "E94: No matching buffer for %s" | |
11914 | 206 msgstr "E94: Kein übereinstimmender Puffer für %s." |
7 | 207 |
208 #, c-format | |
209 msgid "line %ld" | |
210 msgstr "Zeile %ld" | |
211 | |
212 msgid "E95: Buffer with this name already exists" | |
11914 | 213 msgstr "E95: Ein Puffer mit diesem Namen existiert bereits." |
7 | 214 |
215 msgid " [Modified]" | |
216 msgstr " [Verändert]" | |
217 | |
218 msgid "[Not edited]" | |
219 msgstr "[Nicht editiert]" | |
220 | |
221 msgid "[New file]" | |
222 msgstr "[Neue Datei]" | |
223 | |
224 msgid "[Read errors]" | |
837 | 225 msgstr "[Lesefehler]" |
7 | 226 |
11704 | 227 msgid "[RO]" |
228 msgstr "[RO]" | |
229 | |
7 | 230 msgid "[readonly]" |
15033 | 231 msgstr "[Schreibgeschützt]" |
7 | 232 |
233 #, c-format | |
14999 | 234 msgid "%ld line --%d%%--" |
235 msgid_plural "%ld lines --%d%%--" | |
236 msgstr[0] "%ld Zeile --%d%%--" | |
237 msgstr[1] "%ld Zeilen --%d%%--" | |
7 | 238 |
239 #, c-format | |
240 msgid "line %ld of %ld --%d%%-- col " | |
241 msgstr "Zeile %ld von %ld --%d%%-- Spalte " | |
242 | |
819 | 243 msgid "[No Name]" |
244 msgstr "[Unbenannt]" | |
7 | 245 |
246 msgid "help" | |
819 | 247 msgstr "Hilfe" |
248 | |
249 msgid "[Help]" | |
7 | 250 msgstr "[Hilfe]" |
251 | |
252 msgid "[Preview]" | |
837 | 253 msgstr "[Vorschau]" |
7 | 254 |
255 msgid "All" | |
256 msgstr "Alles" | |
257 | |
258 msgid "Bot" | |
259 msgstr "Ende" | |
260 | |
261 msgid "Top" | |
262 msgstr "Anfang" | |
263 | |
11914 | 264 msgid "E382: Cannot write, 'buftype' option is set" |
265 msgstr "E382: Kann nicht schreiben, 'buftype'-Option ist gesetzt" | |
266 | |
14193 | 267 msgid "[Prompt]" |
268 msgstr "[Prompt]" | |
269 | |
18053 | 270 msgid "[Popup]" |
271 msgstr "[Popup]" | |
272 | |
11704 | 273 msgid "[Scratch]" |
274 msgstr "[Scratch]" | |
7 | 275 |
18456 | 276 msgid "WARNING: The file has been changed since reading it!!!" |
277 msgstr "ACHTUNG: Die Datei wurde seit dem letzten Lesen geändert!!!" | |
278 | |
279 msgid "Do you really want to write to it" | |
280 msgstr "Möchten Sie sie wirklich schreiben" | |
281 | |
282 msgid "E676: No matching autocommands for acwrite buffer" | |
283 msgstr "E676: Keine übereinstimmenden Autokommandos für acwrite Puffer" | |
284 | |
285 msgid "E203: Autocommands deleted or unloaded buffer to be written" | |
286 msgstr "" | |
287 "E203: Autokommandos haben den zu schreibenden Puffer gelöscht oder entladen" | |
288 | |
289 msgid "E204: Autocommand changed number of lines in unexpected way" | |
290 msgstr "" | |
291 "E204: Autokommandos haben die Anzahl der Zeilen in unerwarteter Weise " | |
292 "verändert" | |
293 | |
294 msgid "NetBeans disallows writes of unmodified buffers" | |
295 msgstr "NetBeans verweigert das Schreiben von unveränderten Puffern." | |
296 | |
297 msgid "Partial writes disallowed for NetBeans buffers" | |
298 msgstr "Partielles Schreiben für NetBeans Puffer verweigert" | |
299 | |
300 msgid "is a directory" | |
301 msgstr "ist ein Verzeichnis" | |
302 | |
303 msgid "is not a file or writable device" | |
304 msgstr "ist keine Datei oder beschreibbares Device" | |
305 | |
306 msgid "writing to device disabled with 'opendevice' option" | |
307 msgstr "Schreiben auf Gerät durch 'opendevice' Option deaktiviert." | |
308 | |
309 msgid "is read-only (add ! to override)" | |
310 msgstr "ist schreibgeschützt (erzwinge mit !)" | |
311 | |
312 msgid "E506: Can't write to backup file (add ! to override)" | |
313 msgstr "E506: Sicherungsdatei kann nicht geschrieben werden (erzwinge mit !)" | |
314 | |
315 msgid "E507: Close error for backup file (add ! to override)" | |
316 msgstr "E507: Fehler beim Schließen der Sicherungsdatei (erzwinge mit !)" | |
317 | |
318 msgid "E508: Can't read file for backup (add ! to override)" | |
319 msgstr "E508: Sicherungsdatei kann nicht gelesen werden (erzwinge mit !)" | |
320 | |
321 msgid "E509: Cannot create backup file (add ! to override)" | |
322 msgstr "E509: Sicherungsdatei kann nicht angelegt werden (erzwinge mit !)" | |
323 | |
324 msgid "E510: Can't make backup file (add ! to override)" | |
325 msgstr "E510: Sicherungsdatei kann nicht erstellt werden (erzwinge mit !)" | |
326 | |
327 msgid "E214: Can't find temp file for writing" | |
328 msgstr "E214: Temporäre Datei kann nicht zum Schreiben geöffnet werden" | |
329 | |
330 msgid "E213: Cannot convert (add ! to write without conversion)" | |
331 msgstr "E213: Fehler bei der Umwandlung (schreibe ohne Umwandlung mit !)" | |
332 | |
333 msgid "E166: Can't open linked file for writing" | |
334 msgstr "E166: Gelinkte Datei kann nicht zum Schreiben geöffnet werden" | |
335 | |
336 msgid "E212: Can't open file for writing" | |
337 msgstr "E212: Datei kann nicht zum Schreiben geöffnet werden" | |
338 | |
339 msgid "E949: File changed while writing" | |
340 msgstr "E949: Datei wurde während des Schreibens verändert" | |
341 | |
342 msgid "E512: Close failed" | |
343 msgstr "E512: Fehler beim Schließen" | |
344 | |
345 msgid "E513: write error, conversion failed (make 'fenc' empty to override)" | |
346 msgstr "" | |
347 "E513: Schreibfehler, Umwandlung schlug fehl (leere 'fenc' um es zu erzwingen)" | |
348 | |
349 #, c-format | |
350 msgid "" | |
351 "E513: write error, conversion failed in line %ld (make 'fenc' empty to " | |
352 "override)" | |
353 msgstr "" | |
354 "E513: Schreibfehler, Konvertierung in Zeile %ld fehlgeschlagen (leere 'fenc' " | |
355 "um es zu erzwingen)" | |
356 | |
357 msgid "E514: write error (file system full?)" | |
358 msgstr "E514: Schreibfehler (Dateisystem voll?)" | |
359 | |
360 msgid " CONVERSION ERROR" | |
361 msgstr "KONVERTIERUNGSFEHLER" | |
362 | |
363 #, c-format | |
364 msgid " in line %ld;" | |
365 msgstr " in Zeile %ld" | |
366 | |
367 msgid "[NOT converted]" | |
368 msgstr "[NICHT konvertiert]" | |
369 | |
370 msgid "[converted]" | |
371 msgstr "[konvertiert]" | |
372 | |
373 msgid "[Device]" | |
374 msgstr "[Ausgabegerät]" | |
375 | |
376 msgid "[New]" | |
377 msgstr "[Neu]" | |
378 | |
379 msgid "[New File]" | |
380 msgstr "[Neue Datei]" | |
381 | |
382 msgid " [a]" | |
383 msgstr " [a]" | |
384 | |
385 msgid " appended" | |
386 msgstr " angefügt" | |
387 | |
388 msgid " [w]" | |
389 msgstr " [w]" | |
390 | |
391 msgid " written" | |
392 msgstr " geschrieben" | |
393 | |
394 msgid "E205: Patchmode: can't save original file" | |
395 msgstr "E205: patchmode: Original-Datei kann nicht gespeichert werden" | |
396 | |
397 msgid "E206: patchmode: can't touch empty original file" | |
398 msgstr "E206: patchmode: leere Original-Datei kann nicht verändert werden" | |
399 | |
400 msgid "E207: Can't delete backup file" | |
401 msgstr "E207: Backup-Datei kann nicht gelöscht werden" | |
402 | |
403 msgid "" | |
404 "\n" | |
405 "WARNING: Original file may be lost or damaged\n" | |
406 msgstr "" | |
407 "\n" | |
408 "ACHTUNG: Original-Datei könnte verloren oder beschädigt sein\n" | |
409 | |
410 msgid "don't quit the editor until the file is successfully written!" | |
411 msgstr "" | |
412 "beenden Sie nicht den Editor bis die Datei erfolgreich geschrieben wurde!" | |
413 | |
18053 | 414 msgid "W10: Warning: Changing a readonly file" |
415 msgstr "W10: Achtung: Ändern einer schreibgeschützten Datei" | |
416 | |
11704 | 417 msgid "E902: Cannot connect to port" |
418 msgstr "E902: Kann keine Verbindung zu Port herstellen." | |
419 | |
420 msgid "E901: gethostbyname() in channel_open()" | |
421 msgstr "E901: gethostbyname() in channel_open()" | |
422 | |
423 msgid "E898: socket() in channel_open()" | |
424 msgstr "E898: socket() in channel_open()" | |
425 | |
426 msgid "E903: received command with non-string argument" | |
427 msgstr "E903: Befehl mit Nicht-String Argument empfangen." | |
428 | |
429 msgid "E904: last argument for expr/call must be a number" | |
430 msgstr "E904: Letztes Argument für expr/call muss eine Zahl sein." | |
431 | |
432 msgid "E904: third argument for call must be a list" | |
433 msgstr "E904: Drittes Argument für call muss eine Liste sein." | |
434 | |
11914 | 435 #, c-format |
11704 | 436 msgid "E905: received unknown command: %s" |
437 msgstr "E905: Unbekannter Befehl empfangen: %s." | |
438 | |
18053 | 439 msgid "E906: not an open channel" |
440 msgstr "E906: Kein offener Channel" | |
441 | |
11704 | 442 #, c-format |
443 msgid "E630: %s(): write while not connected" | |
444 msgstr "E630: %s(): geschrieben ohne eine Verbindung hergestellt zu haben." | |
445 | |
446 #, c-format | |
447 msgid "E631: %s(): write failed" | |
448 msgstr "E631: %s(): Schreiben fehlgeschlagen." | |
449 | |
450 #, c-format | |
451 msgid "E917: Cannot use a callback with %s()" | |
452 msgstr "E917: Kann keinen Callback mit %s() durchführen." | |
453 | |
454 msgid "E912: cannot use ch_evalexpr()/ch_sendexpr() with a raw or nl channel" | |
11914 | 455 msgstr "" |
456 "E912: Kann ch_evalexpr()/ch_sendexpr() nicht mit einem Raw oder NL Channel " | |
457 "benutzen." | |
11704 | 458 |
459 msgid "E920: _io file requires _name to be set" | |
460 msgstr "E920: Für _io Datei muss _name gesetzt ist." | |
461 | |
462 msgid "E915: in_io buffer requires in_buf or in_name to be set" | |
463 msgstr "E915: Für in_io Puffer muss in_buf oder in_name gesetzt sein." | |
464 | |
465 #, c-format | |
466 msgid "E918: buffer must be loaded: %s" | |
467 msgstr "E918: Puffer muss geladen sein: %s." | |
468 | |
18053 | 469 msgid "E916: not a valid job" |
470 msgstr "E916: kein gültiger Job" | |
471 | |
472 msgid "tagname" | |
473 msgstr "Tag-Name" | |
474 | |
475 msgid " kind file\n" | |
476 msgstr " Typ Datei\n" | |
477 | |
478 msgid "'history' option is zero" | |
479 msgstr "Option 'history' ist Null" | |
480 | |
11704 | 481 msgid "E821: File is encrypted with unknown method" |
482 msgstr "E821: Datei ist mit unbekannter Verschlüsselungsart verschlüsselt." | |
483 | |
484 msgid "Warning: Using a weak encryption method; see :help 'cm'" | |
485 msgstr "Achtung: Benutze eine schwache Verschlüsselungsart; siehe :help 'cm'." | |
486 | |
487 msgid "Enter encryption key: " | |
488 msgstr "Geben Sie bitte den Schlüssel ein: " | |
489 | |
490 msgid "Enter same key again: " | |
491 msgstr "Geben Sie den gleichen Schlüssel nochmals ein:" | |
492 | |
493 msgid "Keys don't match!" | |
494 msgstr "Die Schlüssel stimmen nicht überein!" | |
495 | |
496 msgid "[crypted]" | |
497 msgstr "[verschlüsselt]" | |
498 | |
18053 | 499 msgid "Entering Debug mode. Type \"cont\" to continue." |
500 msgstr "Debug-Modus. Geben Sie \"cont\" zum Fortsetzen ein." | |
501 | |
502 #, c-format | |
503 msgid "Oldval = \"%s\"" | |
504 msgstr "Alter Wert = \"%s\"" | |
505 | |
506 #, c-format | |
507 msgid "Newval = \"%s\"" | |
508 msgstr "Neuer Wert = \"%s\"" | |
509 | |
510 #, c-format | |
511 msgid "line %ld: %s" | |
512 msgstr "Zeile %ld: %s" | |
513 | |
514 #, c-format | |
515 msgid "cmd: %s" | |
516 msgstr "Befehl: %s" | |
517 | |
518 msgid "frame is zero" | |
519 msgstr "Frame ist Null" | |
520 | |
521 #, c-format | |
522 msgid "frame at highest level: %d" | |
523 msgstr "Frame auf letzter Ebene: %d" | |
524 | |
525 #, c-format | |
526 msgid "Breakpoint in \"%s%s\" line %ld" | |
527 msgstr "Haltepunkt in \"%s%s\" Zeile %ld" | |
528 | |
529 #, c-format | |
530 msgid "E161: Breakpoint not found: %s" | |
531 msgstr "E161: Haltepunkt nicht gefunden: %s" | |
532 | |
533 msgid "No breakpoints defined" | |
534 msgstr "Keine Haltepunkte definiert" | |
535 | |
536 #, c-format | |
537 msgid "%3d %s %s line %ld" | |
538 msgstr "%3d %s %s Zeile %ld" | |
539 | |
540 #, c-format | |
541 msgid "%3d expr %s" | |
542 msgstr "%3d expr %s" | |
543 | |
11704 | 544 #, c-format |
545 msgid "E720: Missing colon in Dictionary: %s" | |
546 msgstr "E720: Fehlender Doppelpunkt im Dictionary: %s" | |
547 | |
548 #, c-format | |
549 msgid "E721: Duplicate key in Dictionary: \"%s\"" | |
550 msgstr "E721: Doppelter Schlüssel im Dictionary: \"%s\"" | |
551 | |
552 #, c-format | |
553 msgid "E722: Missing comma in Dictionary: %s" | |
554 msgstr "E722: Fehlendes Komma im Dictionary: %s" | |
555 | |
556 #, c-format | |
557 msgid "E723: Missing end of Dictionary '}': %s" | |
558 msgstr "E723: Fehlendes Ende des Dictionary '}': %s" | |
559 | |
560 msgid "extend() argument" | |
561 msgstr "extend() Argument" | |
562 | |
563 #, c-format | |
564 msgid "E737: Key already exists: %s" | |
565 msgstr "E737: Schlüssel existiert bereits: %s" | |
566 | |
567 #, c-format | |
15729 | 568 msgid "E96: Cannot diff more than %d buffers" |
569 msgstr "E96: Kann Diff für mehr als %d Puffer nicht erstellen." | |
11704 | 570 |
14999 | 571 #, c-format |
572 msgid "Not enough memory to use internal diff for buffer \"%s\"" | |
573 msgstr "" | |
574 "Nicht genügend Speicher vorhanden, um Puffer \"%s\" mit internem " | |
575 "Diffalgorithmus zu nutzen." | |
576 | |
11704 | 577 msgid "E810: Cannot read or write temp files" |
578 msgstr "E810: Kann temporäre Datei nicht lesen oder schreiben." | |
7 | 579 |
580 msgid "E97: Cannot create diffs" | |
11914 | 581 msgstr "E97: Kann keinen Diff erstellen." |
7 | 582 |
14999 | 583 msgid "E960: Problem creating the internal diff" |
584 msgstr "E960: Problem internen Diffalgorithmus anzuwenden" | |
585 | |
7 | 586 msgid "Patch file" |
587 msgstr "Patch-Datei" | |
588 | |
11704 | 589 msgid "E816: Cannot read patch output" |
15033 | 590 msgstr "E816: Patch-Ausgabe kann nicht gelesen werden." |
11704 | 591 |
7 | 592 msgid "E98: Cannot read diff output" |
11914 | 593 msgstr "E98: Diff-Ausgabe kann nicht gelesen werden." |
7 | 594 |
14999 | 595 msgid "E959: Invalid diff format." |
596 msgstr "E959: Ungültiges Diff-Format" | |
597 | |
7 | 598 msgid "E99: Current buffer is not in diff mode" |
11914 | 599 msgstr "E99: Aktueller Puffer ist nicht im Diff-Modus." |
7 | 600 |
11704 | 601 msgid "E793: No other buffer in diff mode is modifiable" |
15033 | 602 msgstr "E793: Kein weiterer Puffer im diff-Modues ist modifizierbar." |
11704 | 603 |
7 | 604 msgid "E100: No other buffer in diff mode" |
11914 | 605 msgstr "E100: Kein weiterer Puffer ist im Diff-Modus." |
7 | 606 |
607 msgid "E101: More than two buffers in diff mode, don't know which one to use" | |
11914 | 608 msgstr "E101: Mehrdeutigkeit: Mehr als zwei Puffer im Diff-Modus." |
7 | 609 |
610 #, c-format | |
611 msgid "E102: Can't find buffer \"%s\"" | |
11914 | 612 msgstr "E102: Kann Puffer \"%s\" nicht finden." |
7 | 613 |
614 #, c-format | |
615 msgid "E103: Buffer \"%s\" is not in diff mode" | |
11914 | 616 msgstr "E103: Puffer \"%s\" ist nicht im Diff-Modus." |
7 | 617 |
11704 | 618 msgid "E787: Buffer changed unexpectedly" |
619 msgstr "E787: Puffer änderte sich unerwartet." | |
620 | |
7 | 621 msgid "E104: Escape not allowed in digraph" |
15033 | 622 msgstr "E104: <Escape> ist in einem Digraphen nicht erlaubt." |
7 | 623 |
15729 | 624 msgid "Custom" |
625 msgstr "Benutzerdefinierte Digraphs" | |
626 | |
627 msgid "Latin supplement" | |
628 msgstr "Lateinisch Ergänzung" | |
629 | |
630 msgid "Greek and Coptic" | |
631 msgstr "Griechisch und Koptisch" | |
632 | |
633 msgid "Cyrillic" | |
634 msgstr "Kyrillisch" | |
635 | |
636 msgid "Hebrew" | |
637 msgstr "Hebräisch" | |
638 | |
639 msgid "Arabic" | |
640 msgstr "Arabisch" | |
641 | |
642 msgid "Latin extended" | |
643 msgstr "Lateinisch Zusatz" | |
644 | |
645 msgid "Greek extended" | |
646 msgstr "Griechisch Zusatz" | |
647 | |
648 msgid "Punctuation" | |
649 msgstr "Interpunktion" | |
650 | |
651 msgid "Super- and subscripts" | |
652 msgstr "Hoch- und tiefgestellte Zeichen" | |
653 | |
654 msgid "Currency" | |
655 msgstr "Währungszeichen" | |
656 | |
657 msgid "Other" | |
658 msgstr "Andere Zeichen" | |
659 | |
660 msgid "Roman numbers" | |
661 msgstr "Römische Ziffern" | |
662 | |
663 msgid "Arrows" | |
664 msgstr "Pfeile" | |
665 | |
666 msgid "Mathematical operators" | |
667 msgstr "Mathematische Operatoren" | |
668 | |
669 msgid "Technical" | |
670 msgstr "Technische Zeichen" | |
671 | |
672 msgid "Box drawing" | |
673 msgstr "Rahmenzeichen" | |
674 | |
675 msgid "Block elements" | |
676 msgstr "Blockelemente" | |
677 | |
678 msgid "Geometric shapes" | |
679 msgstr "Geometrische Formen" | |
680 | |
681 msgid "Symbols" | |
682 msgstr "Verschiedene Symbole" | |
683 | |
684 msgid "Dingbats" | |
685 msgstr "Dingbats" | |
686 | |
687 msgid "CJK symbols and punctuation" | |
688 msgstr "CJK Symbole und Interpunktion" | |
689 | |
690 msgid "Hiragana" | |
691 msgstr "Hiragana" | |
692 | |
693 msgid "Katakana" | |
694 msgstr "Katakana" | |
695 | |
696 msgid "Bopomofo" | |
697 msgstr "Bopomofo" | |
698 | |
33 | 699 msgid "E544: Keymap file not found" |
15033 | 700 msgstr "E544: Keymap-Datei für die Tastaturbelegung nicht gefunden." |
33 | 701 |
7 | 702 msgid "E105: Using :loadkeymap not in a sourced file" |
11914 | 703 msgstr "E105: :loadkeymap außerhalb einer eingelesenen Datei." |
7 | 704 |
11704 | 705 msgid "E791: Empty keymap entry" |
706 msgstr "E791: Leerer keymap Eintrag" | |
707 | |
819 | 708 msgid "E111: Missing ']'" |
709 msgstr "E111: Fehlende ']'" | |
710 | |
711 msgid "E719: Cannot use [:] with a Dictionary" | |
11704 | 712 msgstr "E719: Kann [:] nicht mit einem Dictionary verwenden" |
819 | 713 |
11704 | 714 msgid "E806: using Float as a String" |
715 msgstr "E806: Float als String benutzt." | |
716 | |
18053 | 717 msgid "E274: No white space allowed before parenthesis" |
718 msgstr "E274: Keine Leerzeichen vor Klammern erlaubt" | |
819 | 719 |
15729 | 720 msgid "E689: Can only index a List, Dictionary or Blob" |
721 msgstr "E689: Kann nur Listen, Dictionary oder Blob indizieren" | |
819 | 722 |
723 msgid "E708: [:] must come last" | |
11914 | 724 msgstr "E708: [:] muss am Schluss kommen." |
819 | 725 |
15729 | 726 msgid "E709: [:] requires a List or Blob value" |
727 msgstr "E709: [:] benötigt einen Listen- oder Blobwert" | |
728 | |
729 msgid "E972: Blob value does not have the right number of bytes" | |
730 msgstr "E972: Blobwert hat nicht die richtige Anzahl an Bytes" | |
819 | 731 |
18053 | 732 msgid "E996: Cannot lock a range" |
733 msgstr "E996: Kann Bereich nicht sperren" | |
734 | |
819 | 735 msgid "E710: List value has more items than target" |
11914 | 736 msgstr "E710: Listenwert hat mehr Einträge als das Ziel." |
819 | 737 |
738 msgid "E711: List value has not enough items" | |
11914 | 739 msgstr "E711: Listenwert hat nicht genügend Einträge." |
819 | 740 |
18053 | 741 msgid "E996: Cannot lock a list or dict" |
742 msgstr "E996: Kann List oder Dictionary nicht sperren" | |
743 | |
819 | 744 msgid "E690: Missing \"in\" after :for" |
745 msgstr "E690: Fehlendes \"in\" nach :for" | |
7 | 746 |
747 msgid "E109: Missing ':' after '?'" | |
819 | 748 msgstr "E109: Fehlender ':' nach '?'" |
749 | |
11704 | 750 msgid "E804: Cannot use '%' with Float" |
751 msgstr "E804: Kann '%' mit Floats benutzen." | |
752 | |
15729 | 753 msgid "E973: Blob literal should have an even number of hex characters" |
754 msgstr "E973: Blob-Literal sollte eine gerade Anzahl von Hex-Zeichen haben" | |
755 | |
7 | 756 msgid "E110: Missing ')'" |
11914 | 757 msgstr "E110: Fehlendes ')'" |
819 | 758 |
18053 | 759 msgid "E260: Missing name after ->" |
760 msgstr "E260: Fehlende Name nach ->" | |
761 | |
819 | 762 msgid "E695: Cannot index a Funcref" |
11914 | 763 msgstr "E695: Kann keine Funktionsreferenz indizieren." |
7 | 764 |
11704 | 765 msgid "E909: Cannot index a special variable" |
11914 | 766 msgstr "E909: Kann Spezialvariable nicht indexieren." |
11704 | 767 |
7 | 768 #, c-format |
769 msgid "E112: Option name missing: %s" | |
11914 | 770 msgstr "E112: Optionsname fehlt: %s" |
7 | 771 |
772 #, c-format | |
773 msgid "E113: Unknown option: %s" | |
774 msgstr "E113: Unbekannte Option: %s" | |
775 | |
776 #, c-format | |
777 msgid "E114: Missing quote: %s" | |
778 msgstr "E114: Fehlendes Anführungszeichen: %s" | |
779 | |
780 #, c-format | |
781 msgid "E115: Missing quote: %s" | |
782 msgstr "E115: Fehlendes Anführungszeichen: %s" | |
783 | |
11704 | 784 msgid "Not enough memory to set references, garbage collection aborted!" |
11914 | 785 msgstr "" |
786 "Nicht genügend Speicher um Referenzen zu setzen, Garbagecollection " | |
787 "abgebrochen!" | |
819 | 788 |
789 msgid "E724: variable nested too deep for displaying" | |
790 msgstr "E724: Variable ist zu tief verschachtelt für die Anzeige" | |
791 | |
11704 | 792 msgid "E805: Using a Float as a Number" |
793 msgstr "E805: Benutze Float als Nummer." | |
819 | 794 |
1668 | 795 msgid "E703: Using a Funcref as a Number" |
1619 | 796 msgstr "E703: Funktionsreferenz als Zahl verwendet" |
819 | 797 |
1668 | 798 msgid "E745: Using a List as a Number" |
11704 | 799 msgstr "E745: Liste als Zahl verwendet." |
819 | 800 |
1668 | 801 msgid "E728: Using a Dictionary as a Number" |
11704 | 802 msgstr "E728: Dictionary als Zahl verwendet." |
803 | |
804 msgid "E910: Using a Job as a Number" | |
805 msgstr "E910: Job als Zahl verwendet." | |
806 | |
807 msgid "E913: Using a Channel as a Number" | |
808 msgstr "E913: Channel als Zahl verwendet." | |
809 | |
15729 | 810 msgid "E974: Using a Blob as a Number" |
811 msgstr "E974: Blob als Zahl verwendet." | |
812 | |
11704 | 813 msgid "E891: Using a Funcref as a Float" |
814 msgstr "E891: Funktionsreferenz als Float verwendet." | |
815 | |
816 msgid "E892: Using a String as a Float" | |
817 msgstr "E892: String als Float verwendet." | |
818 | |
819 msgid "E893: Using a List as a Float" | |
820 msgstr "E893: Liste als Float verwendet." | |
821 | |
822 msgid "E894: Using a Dictionary as a Float" | |
823 msgstr "E894: Dictionary als Float verwendet." | |
824 | |
825 msgid "E907: Using a special value as a Float" | |
826 msgstr "E907: Benutze Spezialvariable als Float." | |
827 | |
828 msgid "E911: Using a Job as a Float" | |
15729 | 829 msgstr "E911: Job als Float verwendet" |
11704 | 830 |
831 msgid "E914: Using a Channel as a Float" | |
15729 | 832 msgstr "E914: Channel als Float verwendet" |
833 | |
834 msgid "E975: Using a Blob as a Float" | |
835 msgstr "E975: Blob als Float verwendet" | |
819 | 836 |
837 msgid "E729: using Funcref as a String" | |
1619 | 838 msgstr "E729: Funktionsreferenz als String verwendet" |
819 | 839 |
840 msgid "E730: using List as a String" | |
841 msgstr "E730: Liste als String verwendet" | |
842 | |
843 msgid "E731: using Dictionary as a String" | |
11704 | 844 msgstr "E731: Dictionary als String verwendet" |
845 | |
15729 | 846 msgid "E976: using Blob as a String" |
847 msgstr "E976: Blob als String verwendet" | |
848 | |
11704 | 849 msgid "E908: using an invalid value as a String" |
850 msgstr "E908: Ungültiger Wert als String verwendet." | |
851 | |
819 | 852 msgid "E698: variable nested too deep for making a copy" |
853 msgstr "E698: Variable ist zu tief verschachtelt für eine Kopie" | |
7 | 854 |
855 msgid "" | |
856 "\n" | |
819 | 857 "\tLast set from " |
858 msgstr "" | |
859 "\n" | |
11914 | 860 "\tZuletzt gesetzt in " |
819 | 861 |
14999 | 862 msgid " line " |
863 msgstr " Zeile " | |
864 | |
15729 | 865 msgid "E977: Can only compare Blob with Blob" |
866 msgstr "E977: Kann nur einen Blob mit einem Blob vergleichen" | |
867 | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
868 msgid "E691: Can only compare List with List" |
15729 | 869 msgstr "E691: Kann nur eine Liste mit einer Liste vergleichen" |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
870 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
871 msgid "E692: Invalid operation for List" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
872 msgstr "E692: Unzulässige Operation für Listen" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
873 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
874 msgid "E735: Can only compare Dictionary with Dictionary" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
875 msgstr "E735: Kann nur ein Dictionary mit einem Dictionary vergleichen" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
876 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
877 msgid "E736: Invalid operation for Dictionary" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
878 msgstr "E736: Unzulässige Funktion für ein Dictionary" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
879 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
880 msgid "E694: Invalid operation for Funcrefs" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
881 msgstr "E694: Unzulässige Operation für Funktionsreferenzen" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
882 |
11704 | 883 msgid "E808: Number or Float required" |
884 msgstr "E808: Zahl oder Float benötigt." | |
885 | |
15729 | 886 #, c-format |
887 msgid "E158: Invalid buffer name: %s" | |
888 msgstr "E158: ungültige Puffernummer: %s" | |
889 | |
11704 | 890 msgid "&Ok" |
891 msgstr "&Ok" | |
892 | |
15729 | 893 msgid "E980: lowlevel input not supported" |
894 msgstr "E980: Low-Level Eingabe wird nicht unterstützt" | |
895 | |
14193 | 896 #, c-format |
11704 | 897 msgid "E700: Unknown function: %s" |
898 msgstr "E700: Unbekannte Funktion: %s" | |
899 | |
900 msgid "E922: expected a dict" | |
901 msgstr "E922: Erwarte ein Dictionary." | |
902 | |
903 msgid "E923: Second argument of function() must be a list or a dict" | |
11914 | 904 msgstr "" |
905 "E923: Zweites Argument von function() muss eine Liste oder ein Dictionary " | |
906 "sein." | |
11704 | 907 |
908 msgid "" | |
909 "&OK\n" | |
910 "&Cancel" | |
911 msgstr "" | |
912 "&OK\n" | |
913 "&Abbrechen" | |
914 | |
915 msgid "called inputrestore() more often than inputsave()" | |
11914 | 916 msgstr "inputrestore() wurde häufiger als inputsave() aufgerufen." |
11704 | 917 |
918 msgid "E786: Range not allowed" | |
919 msgstr "E786: Bereich nicht erlaubt" | |
920 | |
921 msgid "E701: Invalid type for len()" | |
922 msgstr "E701: Unzulässiger Typ für len()" | |
923 | |
924 msgid "E726: Stride is zero" | |
925 msgstr "E726: Stride ist Null" | |
926 | |
927 msgid "E727: Start past end" | |
928 msgstr "E727: Start hinter dem Ende" | |
929 | |
930 msgid "E240: No connection to the X server" | |
931 msgstr "E240: Keine Verbindung zum X-Server" | |
932 | |
933 #, c-format | |
934 msgid "E241: Unable to send to %s" | |
935 msgstr "E241: Kann nicht zu %s senden" | |
936 | |
937 msgid "E277: Unable to read a server reply" | |
11914 | 938 msgstr "E277: Server-Antwort kann nicht gelesen werden." |
11704 | 939 |
940 msgid "E941: already started a server" | |
941 msgstr "E941: Server bereits gestartet." | |
942 | |
943 msgid "E942: +clientserver feature not available" | |
944 msgstr "E942: +clientserver Eigenschaft nicht verfügbar" | |
945 | |
946 msgid "E258: Unable to send to client" | |
11914 | 947 msgstr "E258: Kann nicht zum Client senden." |
11704 | 948 |
949 #, c-format | |
15194 | 950 msgid "E962: Invalid action: '%s'" |
951 msgstr "E962: Ungültige Aktion '%s'" | |
952 | |
11704 | 953 msgid "(Invalid)" |
954 msgstr "(Ungültig)" | |
955 | |
956 #, c-format | |
957 msgid "E935: invalid submatch number: %d" | |
958 msgstr "E935: Ungültige Submatch Nummer: %d" | |
959 | |
18053 | 960 msgid "E18: Unexpected characters in :let" |
961 msgstr "E18: Unerwartete Zeichen in :let" | |
962 | |
963 msgid "E991: cannot use =<< here" | |
964 msgstr "E991: =<< kann hier nicht genutzt werden" | |
965 | |
966 msgid "E221: Marker cannot start with lower case letter" | |
967 msgstr "E221: Markierung darf nicht mit Kleinbuchstaben beginnen." | |
968 | |
969 msgid "E172: Missing marker" | |
970 msgstr "E172: Fehlende Markierung" | |
971 | |
972 #, c-format | |
973 msgid "E990: Missing end marker '%s'" | |
974 msgstr "E990: Fehlende Endmarkierung nach '%s'" | |
975 | |
976 msgid "E985: .= is not supported with script version 2" | |
977 msgstr "E985: .= wird mit Scriptversion 2 nicht mehr unterstützt." | |
978 | |
979 msgid "E687: Less targets than List items" | |
980 msgstr "E687: Weniger Ziele als Einträge in der Liste." | |
981 | |
982 msgid "E688: More targets than List items" | |
983 msgstr "E688: Mehr Ziele als Einträge in der Liste." | |
984 | |
985 msgid "Double ; in list of variables" | |
986 msgstr "Doppeltes ; in der Liste von Variablen" | |
987 | |
988 #, c-format | |
989 msgid "E738: Can't list variables for %s" | |
990 msgstr "E738: Kann Variablen nicht auflisten: %s" | |
991 | |
992 msgid "E996: Cannot lock an environment variable" | |
993 msgstr "E996: Kann Umgebungsvariable nicht sperren" | |
994 | |
995 msgid "E996: Cannot lock an option" | |
996 msgstr "E996: Kann Option nicht sperren" | |
997 | |
998 msgid "E996: Cannot lock a register" | |
999 msgstr "E996: Kann Register nicht sperren" | |
1000 | |
1001 #, c-format | |
1002 msgid "E108: No such variable: \"%s\"" | |
1003 msgstr "E108: Keine solche Variable: \"%s\"" | |
1004 | |
1005 #, c-format | |
1006 msgid "E940: Cannot lock or unlock variable %s" | |
1007 msgstr "E940: Kann Variable \"%s\" nicht sperren bzw. entsperren." | |
1008 | |
1009 msgid "E743: variable nested too deep for (un)lock" | |
1010 msgstr "E743: Variable ist zu tief verschachtelt zum (ent)sperren." | |
1011 | |
1012 #, c-format | |
1013 msgid "E963: setting %s to value with wrong type" | |
1014 msgstr "E963: %s auf Wert mit falschem Typ gesetzt" | |
1015 | |
1016 #, c-format | |
1017 msgid "E795: Cannot delete variable %s" | |
1018 msgstr "E795: Kann Variable nicht löschen: %s" | |
1019 | |
1020 #, c-format | |
1021 msgid "E704: Funcref variable name must start with a capital: %s" | |
1022 msgstr "" | |
1023 "E704: Funktionsreferenz-Variable muss mit einem Großbuchstaben beginnen: %s" | |
1024 | |
1025 #, c-format | |
1026 msgid "E705: Variable name conflicts with existing function: %s" | |
1027 msgstr "E705: Konflikt eines Variablennamens mit bestehender Funktion: %s" | |
1028 | |
1029 #, c-format | |
1030 msgid "E741: Value is locked: %s" | |
1031 msgstr "E741: Wert ist gesperrt: %s" | |
1032 | |
1033 msgid "Unknown" | |
1034 msgstr "Unbekannt" | |
1035 | |
1036 #, c-format | |
1037 msgid "E742: Cannot change value of %s" | |
1038 msgstr "E742: Kann Wert nicht ändern: %s" | |
1039 | |
18456 | 1040 msgid "E921: Invalid callback argument" |
1041 msgstr "E921: Ungülgültiges Callback Argument" | |
1042 | |
14193 | 1043 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1044 msgid "<%s>%s%s %d, Hex %02x, Oct %03o, Digr %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1045 msgstr "<%s>%s%s %d, Hex %02x, Oktal %03o, Digr %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1046 |
7 | 1047 #, c-format |
1048 msgid "<%s>%s%s %d, Hex %02x, Octal %03o" | |
1049 msgstr "<%s>%s%s %d, Hex %02x, Oktal %03o" | |
1050 | |
14193 | 1051 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1052 msgid "> %d, Hex %04x, Oct %o, Digr %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1053 msgstr "> %d, Hex %04x, Oktal %o, Digr %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1054 |
14193 | 1055 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1056 msgid "> %d, Hex %08x, Oct %o, Digr %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1057 msgstr "> %d, Hex %08x, Oktal %o, Digr %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1058 |
33 | 1059 #, c-format |
1060 msgid "> %d, Hex %04x, Octal %o" | |
1061 msgstr "> %d, Hex %04x, Oktal %o" | |
1062 | |
1063 #, c-format | |
1064 msgid "> %d, Hex %08x, Octal %o" | |
1065 msgstr "> %d, Hex %08x, Oktal %o" | |
1066 | |
15194 | 1067 msgid "E134: Cannot move a range of lines into itself" |
1068 msgstr "E134: Kann Bereich von Zeilen nicht in sich selbst verschieben" | |
7 | 1069 |
14999 | 1070 #, c-format |
1071 msgid "%ld line moved" | |
1072 msgid_plural "%ld lines moved" | |
1073 msgstr[0] "%ld Zeile verschoben" | |
1074 msgstr[1] "%ld Zeilen verschoben" | |
7 | 1075 |
1076 #, c-format | |
1077 msgid "%ld lines filtered" | |
1078 msgstr "%ld Zeilen gefiltert" | |
1079 | |
1080 msgid "E135: *Filter* Autocommands must not change current buffer" | |
837 | 1081 msgstr "E135: *Filter*-Autokommandos dürfen den aktuellen Puffer nicht ändern" |
7 | 1082 |
1083 msgid "[No write since last change]\n" | |
11914 | 1084 msgstr "[Nicht geschrieben seit der letzten Änderung]\n" |
7 | 1085 |
1086 msgid "Save As" | |
837 | 1087 msgstr "Speichern als" |
7 | 1088 |
1089 msgid "Write partial file?" | |
1090 msgstr "Partielle Datei schreiben?" | |
1091 | |
1092 msgid "E140: Use ! to write partial buffer" | |
819 | 1093 msgstr "E140: Zum Schreiben von partiellen Puffern ! verwenden" |
1094 | |
1095 #, c-format | |
1096 msgid "Overwrite existing file \"%s\"?" | |
1097 msgstr "Überschreibe existierende Datei \"%s\"?" | |
1098 | |
1099 #, c-format | |
1100 msgid "Swap file \"%s\" exists, overwrite anyway?" | |
1101 msgstr "Auslagerungsdatei \"%s\" existiert bereits. Überschreiben?" | |
1102 | |
1103 #, c-format | |
1104 msgid "E768: Swap file exists: %s (:silent! overrides)" | |
1105 msgstr "E768: Auslagerungsdatei existiert bereits: %s (mit :silent! erzwingen)" | |
1106 | |
7 | 1107 #, c-format |
1108 msgid "E141: No file name for buffer %ld" | |
1109 msgstr "E141: Kein Dateiname für Puffer %ld" | |
1110 | |
1111 msgid "E142: File not written: Writing is disabled by 'write' option" | |
11704 | 1112 msgstr "" |
15033 | 1113 "E142: Datei wurde nicht geschrieben: Schreiben ist durch die 'write' Option " |
1114 "deaktiviert" | |
7 | 1115 |
1116 #, c-format | |
1117 msgid "" | |
819 | 1118 "'readonly' option is set for \"%s\".\n" |
7 | 1119 "Do you wish to write anyway?" |
1120 msgstr "" | |
819 | 1121 "'readonly'-Option ist für \"%s\" gesetzt.\n" |
7 | 1122 "Möchten Sie trotzdem schreiben?" |
1123 | |
11704 | 1124 #, c-format |
1125 msgid "" | |
1126 "File permissions of \"%s\" are read-only.\n" | |
1127 "It may still be possible to write it.\n" | |
1128 "Do you wish to try?" | |
1129 msgstr "" | |
1130 "Dateiberechtigung von \"%s\" ist nur-lesbar.\n" | |
1131 "Möglicherweise kann die Datei dennoch geschrieben werden.\n" | |
1132 "Fortsetzen?" | |
1133 | |
1134 #, c-format | |
1135 msgid "E505: \"%s\" is read-only (add ! to override)" | |
1136 msgstr "E505: \"%s\" ist Schreibgeschützt (erzwinge mit !)" | |
1137 | |
7 | 1138 msgid "Edit File" |
837 | 1139 msgstr "Öffne Datei" |
7 | 1140 |
1141 #, c-format | |
1142 msgid "E143: Autocommands unexpectedly deleted new buffer %s" | |
837 | 1143 msgstr "E143: Autokommandos löschten unerwartet neuen Puffer %s" |
7 | 1144 |
1145 msgid "E144: non-numeric argument to :z" | |
819 | 1146 msgstr "E144: Nicht-numerisches Argument für :z" |
7 | 1147 |
16380 | 1148 msgid "E145: Shell commands and some functionality not allowed in rvim" |
18053 | 1149 msgstr "" |
1150 "E145: Shell-Befehle und andere Funktionalitäten sind in rvim nicht erlaubt." | |
7 | 1151 |
1152 msgid "E146: Regular expressions can't be delimited by letters" | |
11914 | 1153 msgstr "" |
1154 "E146: Reguläre Ausdrücke können nicht durch Buchstaben begrenzt werden." | |
7 | 1155 |
1156 #, c-format | |
1157 msgid "replace with %s (y/n/a/q/l/^E/^Y)?" | |
1158 msgstr "ersetze durch %s (y/n/a/q/l/^E/^Y)?" | |
1159 | |
1160 msgid "(Interrupted) " | |
1161 msgstr "(Unterbrochen) " | |
1162 | |
14999 | 1163 #, c-format |
1164 msgid "%ld match on %ld line" | |
1165 msgid_plural "%ld matches on %ld line" | |
1166 msgstr[0] " %ld Treffer in %ld Zeile" | |
1167 msgstr[1] " %ld Treffer in %ld Zeile" | |
1168 | |
1169 #, c-format | |
1170 msgid "%ld substitution on %ld line" | |
1171 msgid_plural "%ld substitutions on %ld line" | |
1172 msgstr[0] "%ld Ersetzung in %ld Zeile" | |
1173 msgstr[1] "%ld Ersetzungen in %ld Zeile" | |
1174 | |
1175 #, c-format | |
1176 msgid "%ld match on %ld lines" | |
1177 msgid_plural "%ld matches on %ld lines" | |
1178 msgstr[0] " %ld Treffer in %ld Zeilen" | |
1179 msgstr[1] " %ld Treffer in %ld Zeilen" | |
1180 | |
1181 #, c-format | |
1182 msgid "%ld substitution on %ld lines" | |
1183 msgid_plural "%ld substitutions on %ld lines" | |
1184 msgstr[0] "%ld Ersetzungen in %ld Zeilen" | |
1185 msgstr[1] "%ld Ersetzungen in %ld Zeilen" | |
7 | 1186 |
11704 | 1187 msgid "E147: Cannot do :global recursive with a range" |
1188 msgstr "E147: Kann :global nicht rekursiv mit einem Bereich ausführen." | |
7 | 1189 |
1190 msgid "E148: Regular expression missing from global" | |
1191 msgstr "E148: Regulärer Ausdruck fehlt in global" | |
1192 | |
1193 #, c-format | |
1194 msgid "Pattern found in every line: %s" | |
1195 msgstr "Muster in jeder Zeile gefunden: %s" | |
1196 | |
819 | 1197 #, c-format |
11704 | 1198 msgid "Pattern not found: %s" |
1199 msgstr "Muster nicht gefunden: %s" | |
1200 | |
33 | 1201 msgid "E478: Don't panic!" |
1202 msgstr "E478: Nur keine Panik!" | |
1203 | |
1204 #, c-format | |
1205 msgid "E661: Sorry, no '%s' help for %s" | |
1206 msgstr "E661: Schade, keine '%s' Hilfe für %s" | |
1207 | |
7 | 1208 #, c-format |
1209 msgid "E149: Sorry, no help for %s" | |
1210 msgstr "E149: Schade, keine Hilfe für %s" | |
1211 | |
1212 #, c-format | |
1213 msgid "Sorry, help file \"%s\" not found" | |
1214 msgstr "Hilfe-Datei \"%s\" nicht gefunden" | |
1215 | |
1216 #, c-format | |
11704 | 1217 msgid "E151: No match: %s" |
1218 msgstr "E151: Kein Treffer: %s" | |
7 | 1219 |
1220 #, c-format | |
1221 msgid "E152: Cannot open %s for writing" | |
11914 | 1222 msgstr "E152: %s kann nicht zum Schreiben geöffnet werden." |
7 | 1223 |
1224 #, c-format | |
1225 msgid "E153: Unable to open %s for reading" | |
11914 | 1226 msgstr "E153: %s kann nicht zum Lesen geöffnet werden." |
7 | 1227 |
33 | 1228 #, c-format |
1229 msgid "E670: Mix of help file encodings within a language: %s" | |
11704 | 1230 msgstr "" |
1231 "E670: Mischung von Kodierungen einer Hilfedatei innerhalb einer Sprache: %s" | |
1232 | |
1233 #, c-format | |
1234 msgid "E154: Duplicate tag \"%s\" in file %s/%s" | |
1235 msgstr "E154: Doppelter Tag \"%s\" in der Datei %s/%s" | |
1236 | |
1237 #, c-format | |
1238 msgid "E150: Not a directory: %s" | |
1239 msgstr "E150: Kein Verzeichnis: %s" | |
7 | 1240 |
11704 | 1241 msgid "No old files" |
1242 msgstr "Keine Alt-Dateien" | |
1243 | |
819 | 1244 #, c-format |
1245 msgid "Save changes to \"%s\"?" | |
1246 msgstr "Änderungen in \"%s\" speichern?" | |
7 | 1247 |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1248 #, c-format |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
1249 msgid "E947: Job still running in buffer \"%s\"" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
1250 msgstr "E947: Job noch aktiv in Puffer \"%s\"" |
7 | 1251 |
1252 #, c-format | |
1253 msgid "E162: No write since last change for buffer \"%s\"" | |
11914 | 1254 msgstr "E162: Puffer \"%s\" wurde seit der letzten Änderung nicht geschrieben." |
7 | 1255 |
1256 msgid "Warning: Entered other buffer unexpectedly (check autocommands)" | |
11704 | 1257 msgstr "" |
11914 | 1258 "Achtung: Unerwartetet einen andren Puffer geöffnet (überprüfen Sie die " |
11704 | 1259 "Autokommandos)" |
7 | 1260 |
33 | 1261 #, c-format |
1262 msgid "E666: compiler not supported: %s" | |
1263 msgstr "E666: Compiler nicht unterstützt: %s" | |
1264 | |
7 | 1265 #, c-format |
11704 | 1266 msgid "W20: Required python version 2.x not supported, ignoring file: %s" |
11914 | 1267 msgstr "" |
15033 | 1268 "W20: Erforderliche Python Version 2.x nicht unterstützt, ignoriere Datei: %s" |
11704 | 1269 |
1270 #, c-format | |
1271 msgid "W21: Required python version 3.x not supported, ignoring file: %s" | |
11914 | 1272 msgstr "" |
1273 "W21: Erforderliche Python Version 3.x nicht unterstützt, ignoriere Datei: %s" | |
7 | 1274 |
33 | 1275 #, c-format |
7 | 1276 msgid "Current %slanguage: \"%s\"" |
1277 msgstr "Momentane %sSprache: \"%s\"" | |
1278 | |
1279 #, c-format | |
1280 msgid "E197: Cannot set language to \"%s\"" | |
1281 msgstr "E197: Sprache kann nicht auf \"%s\" gesetzt werden" | |
1282 | |
1283 msgid "Entering Ex mode. Type \"visual\" to go to Normal mode." | |
11704 | 1284 msgstr "" |
1285 "Ex-Modus. Geben Sie \"visual\" ein, um zum Normal-Modus zurückzukehren." | |
1286 | |
33 | 1287 msgid "E501: At end-of-file" |
1288 msgstr "E501: Am Dateiende" | |
1289 | |
18456 | 1290 #, c-format |
1291 msgid "Executing: %s" | |
1292 msgstr "Führe aus: %s" | |
1293 | |
7 | 1294 msgid "E169: Command too recursive" |
1295 msgstr "E169: Befehl zu rekursiv" | |
1296 | |
33 | 1297 #, c-format |
1298 msgid "E605: Exception not caught: %s" | |
11914 | 1299 msgstr "E605: Exception nicht gefangen: %s" |
33 | 1300 |
7 | 1301 msgid "End of sourced file" |
1302 msgstr "Ende der eingelesenen Datei" | |
1303 | |
1304 msgid "End of function" | |
1305 msgstr "Ende der Funktion" | |
1306 | |
33 | 1307 msgid "E464: Ambiguous use of user-defined command" |
1308 msgstr "E464: Mehrdeutige Verwendung eines benutzerdefinierten Befehls" | |
1309 | |
1310 msgid "E492: Not an editor command" | |
837 | 1311 msgstr "E492: Kein Editorbefehl" |
33 | 1312 |
16380 | 1313 msgid "E981: Command not allowed in rvim" |
1314 msgstr "E981: Befehl in rvim nicht erlaubt." | |
1315 | |
33 | 1316 msgid "E493: Backwards range given" |
1317 msgstr "E493: Bereichsgrenzen rückwärts" | |
1318 | |
7 | 1319 msgid "Backwards range given, OK to swap" |
1320 msgstr "Bereichsgrenzen rückwärts; vertauschen" | |
1321 | |
33 | 1322 msgid "E494: Use w or w>>" |
1323 msgstr "E494: Verwenden Sie w oder w>>" | |
1324 | |
18053 | 1325 msgid "" |
1326 "INTERNAL: Cannot use EX_DFLALL with ADDR_NONE, ADDR_UNSIGNED or ADDR_QUICKFIX" | |
1327 msgstr "" | |
18456 | 1328 "INTERN: Kann EX_DFLALL nicht zusammen mit ADDR_NONE, ADDR_UNSIGNED oder " |
1329 "ADDR_QUICKFIX nutzen" | |
18053 | 1330 |
11704 | 1331 msgid "E943: Command table needs to be updated, run 'make cmdidxs'" |
11914 | 1332 msgstr "" |
1333 "E943: Befehlstabelle muss aktualisiert werden, führe 'make cmdidxs' aus" | |
11704 | 1334 |
7 | 1335 msgid "E319: Sorry, the command is not available in this version" |
1336 msgstr "E319: Der Befehl ist in dieser Version nicht implementiert" | |
1337 | |
14999 | 1338 #, c-format |
1339 msgid "%d more file to edit. Quit anyway?" | |
1340 msgid_plural "%d more files to edit. Quit anyway?" | |
1341 msgstr[0] "%d weitere Datei zum Editieren. Trotzdem beenden?" | |
1342 msgstr[1] "%d weitere Dateien zum Editieren. Trotzdem beenden?" | |
1343 | |
1344 #, c-format | |
15729 | 1345 msgid "E173: %d more file to edit" |
1346 msgid_plural "E173: %d more files to edit" | |
1347 msgstr[0] "E173: %d weitere Datei zum Editieren" | |
1348 msgstr[1] "E173: %d weitere Dateien zum Editieren" | |
7 | 1349 |
11704 | 1350 msgid "unknown" |
1351 msgstr "unbekannt" | |
1352 | |
1353 #, c-format | |
1354 msgid "E185: Cannot find color scheme '%s'" | |
1355 msgstr "E185: Kann Farbschema '%s' nicht finden" | |
7 | 1356 |
1357 msgid "Greetings, Vim user!" | |
1358 msgstr "Herzliche Grüße, Vim Benutzer!" | |
1359 | |
819 | 1360 msgid "E784: Cannot close last tab page" |
14193 | 1361 msgstr "E784: Kann letzten Reiter nicht schließen." |
819 | 1362 |
1363 msgid "Already only one tab page" | |
14193 | 1364 msgstr "Es existiert nur ein Reiter" |
1365 | |
1366 msgid "Edit File in new tab page" | |
1367 msgstr "Öffne Datei in einem neuen Reiter" | |
819 | 1368 |
7 | 1369 msgid "Edit File in new window" |
837 | 1370 msgstr "Öffne Datei in einem neuen Fenster" |
7 | 1371 |
11704 | 1372 #, c-format |
1373 msgid "Tab page %d" | |
14193 | 1374 msgstr "Reiter %d" |
11704 | 1375 |
7 | 1376 msgid "No swap file" |
819 | 1377 msgstr "Keine Auslagerungsdatei" |
7 | 1378 |
1379 msgid "Append File" | |
1380 msgstr "Füge Datei an" | |
1381 | |
11704 | 1382 msgid "E747: Cannot change directory, buffer is modified (add ! to override)" |
1383 msgstr "" | |
1384 "E747: Kann das Verzeichnis nicht wechseln, da der Puffer verändert wurde " | |
1385 "(erzwinge mit !)" | |
819 | 1386 |
7 | 1387 msgid "E186: No previous directory" |
1388 msgstr "E186: Kein vorheriges Verzeichnis" | |
1389 | |
1390 msgid "E187: Unknown" | |
1391 msgstr "E187: Unbekannt" | |
1392 | |
33 | 1393 msgid "E465: :winsize requires two number arguments" |
1394 msgstr "E465: :winsize benötigt zwei numerische Argumente" | |
1395 | |
7 | 1396 #, c-format |
1397 msgid "Window position: X %d, Y %d" | |
1398 msgstr "Fenster-Position: X %d, Y %d" | |
1399 | |
1400 msgid "E188: Obtaining window position not implemented for this platform" | |
11704 | 1401 msgstr "" |
11914 | 1402 "E188: Die Bestimmung der Fensterposition ist für diese Plattform nicht " |
1403 "implementiert." | |
7 | 1404 |
33 | 1405 msgid "E466: :winpos requires two number arguments" |
11914 | 1406 msgstr "E466: :winpos benötigt zwei numerische Argumente." |
33 | 1407 |
11704 | 1408 msgid "E930: Cannot use :redir inside execute()" |
1409 msgstr "E930: Kann :redir nicht innerhalb von execute() verwenden." | |
1410 | |
7 | 1411 msgid "Save Redirection" |
1412 msgstr "Umleitung Speichern" | |
1413 | |
33 | 1414 #, c-format |
819 | 1415 msgid "E739: Cannot create directory: %s" |
1416 msgstr "E739: Kann Verzeichnis nicht erstellen: %s" | |
1417 | |
1418 #, c-format | |
33 | 1419 msgid "E189: \"%s\" exists (add ! to override)" |
1420 msgstr "E189: \"%s\" existiert (erzwinge mit !)" | |
1421 | |
7 | 1422 #, c-format |
1423 msgid "E190: Cannot open \"%s\" for writing" | |
11914 | 1424 msgstr "E190: \"%s\" kann nicht zum Schreiben geöffnet werden." |
1425 | |
7 | 1426 msgid "E191: Argument must be a letter or forward/backward quote" |
11704 | 1427 msgstr "" |
1428 "E191: Argument muss ein Buchstabe oder vorwärts/rückwärts-Anführungszeichen " | |
1429 "sein" | |
7 | 1430 |
1431 msgid "E192: Recursive use of :normal too deep" | |
1432 msgstr "E192: Rekursive Verwendung von :normal zu tief" | |
1433 | |
11704 | 1434 msgid "E809: #< is not available without the +eval feature" |
1435 msgstr "E809: #< is ohne +eval Eigenschaft nicht verfügbar" | |
1436 | |
7 | 1437 msgid "E194: No alternate file name to substitute for '#'" |
1438 msgstr "E194: Kein anderer Dateiname zur Ersetzung mit '#'" | |
1439 | |
33 | 1440 msgid "E495: no autocommand file name to substitute for \"<afile>\"" |
837 | 1441 msgstr "E495: Kein Autokommando-Dateiname zur Ersetzung mit \"<afile>\"" |
33 | 1442 |
1443 msgid "E496: no autocommand buffer number to substitute for \"<abuf>\"" | |
837 | 1444 msgstr "E496: Keine Autokommando-Puffernummer zur Ersetzung mit \"<abuf>\"" |
33 | 1445 |
1446 msgid "E497: no autocommand match name to substitute for \"<amatch>\"" | |
11704 | 1447 msgstr "" |
1448 "E497: Kein passender Name eines Autokommandos zur Ersetzung mit \"<amatch>\"" | |
33 | 1449 |
1450 msgid "E498: no :source file name to substitute for \"<sfile>\"" | |
1451 msgstr "E498: kein :source Dateiname zur Ersetzung mit \"<sfile>\"" | |
1452 | |
11704 | 1453 msgid "E842: no line number to use for \"<slnum>\"" |
1454 msgstr "E842: Keine Zeilennummer für \"<slnum>\" vorhanden." | |
1455 | |
14999 | 1456 msgid "E961: no line number to use for \"<sflnum>\"" |
1457 msgstr "E961: Keine Zeilennummer für \"<slnum>\" vorhanden." | |
1458 | |
7 | 1459 #, no-c-format |
33 | 1460 msgid "E499: Empty file name for '%' or '#', only works with \":p:h\"" |
1461 msgstr "E499: Leerer Dateiname für '%' oder '#', funktioniert nur mit \":p:h\"" | |
1462 | |
1463 msgid "E500: Evaluates to an empty string" | |
1464 msgstr "E500: Ergibt eine leere Zeichenkette" | |
1465 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
1466 msgid "Untitled" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
1467 msgstr "Unbenannt" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
1468 |
7 | 1469 msgid "E196: No digraphs in this version" |
11914 | 1470 msgstr "E196: Keine Digraphen in dieser Version." |
819 | 1471 |
1472 msgid "E608: Cannot :throw exceptions with 'Vim' prefix" | |
15033 | 1473 msgstr "E608: Kann nicht Exceptions mit 'Vim' Präfix werfen (:throw)" |
33 | 1474 |
1475 #, c-format | |
1476 msgid "Exception thrown: %s" | |
11914 | 1477 msgstr "Exception geworfen: %s" |
33 | 1478 |
1479 #, c-format | |
1480 msgid "Exception finished: %s" | |
11914 | 1481 msgstr "Exception beendet: %s" |
33 | 1482 |
1483 #, c-format | |
1484 msgid "Exception discarded: %s" | |
11914 | 1485 msgstr "Exception verworfen: %s" |
33 | 1486 |
1487 #, c-format | |
1488 msgid "%s, line %ld" | |
1489 msgstr "%s, Zeile %ld" | |
1490 | |
1491 #, c-format | |
1492 msgid "Exception caught: %s" | |
11914 | 1493 msgstr "Exception gefangen: %s" |
33 | 1494 |
1495 #, c-format | |
819 | 1496 msgid "%s made pending" |
1497 msgstr "%s schwebend gemacht" | |
33 | 1498 |
1499 #, c-format | |
1500 msgid "%s resumed" | |
1501 msgstr "%s wieder aufgenommen" | |
1502 | |
1503 #, c-format | |
1504 msgid "%s discarded" | |
1505 msgstr "%s verworfen" | |
1506 | |
1507 msgid "Exception" | |
11914 | 1508 msgstr "Exception" |
33 | 1509 |
819 | 1510 msgid "Error and interrupt" |
1511 msgstr "Fehler und Unterbrechung" | |
33 | 1512 |
1513 msgid "Error" | |
1514 msgstr "Fehler" | |
1515 | |
1516 msgid "Interrupt" | |
1517 msgstr "Unterbrechung" | |
1518 | |
1519 msgid "E579: :if nesting too deep" | |
1520 msgstr "E579: :if Schachtelung zu tief" | |
1521 | |
1522 msgid "E580: :endif without :if" | |
1523 msgstr "E580: :endif ohne :if" | |
1524 | |
1525 msgid "E581: :else without :if" | |
1526 msgstr "E581: :else ohne :if" | |
1527 | |
1528 msgid "E582: :elseif without :if" | |
1529 msgstr "E582: :elseif ohne :if" | |
1530 | |
1531 msgid "E583: multiple :else" | |
819 | 1532 msgstr "E583: Mehrere :else" |
33 | 1533 |
1534 msgid "E584: :elseif after :else" | |
1535 msgstr "E584: :elseif nach :else" | |
1536 | |
11704 | 1537 msgid "E585: :while/:for nesting too deep" |
1538 msgstr "E585: :while/:for Schachtelung zu tief" | |
1539 | |
1540 msgid "E586: :continue without :while or :for" | |
1541 msgstr "E586: :continue ohne :while or :for" | |
1542 | |
1543 msgid "E587: :break without :while or :for" | |
1544 msgstr "E587: :break ohne :while oder :for" | |
33 | 1545 |
819 | 1546 msgid "E732: Using :endfor with :while" |
11914 | 1547 msgstr "E732: Nutzung von :endfor mit :while" |
819 | 1548 |
1549 msgid "E733: Using :endwhile with :for" | |
11914 | 1550 msgstr "E733: Nutzung von :endwhile mit :for" |
819 | 1551 |
33 | 1552 msgid "E601: :try nesting too deep" |
1553 msgstr "E601: :try Schachtelung zu tief" | |
1554 | |
1555 msgid "E603: :catch without :try" | |
1556 msgstr "E603: :catch ohne :try" | |
1557 | |
1558 msgid "E604: :catch after :finally" | |
1559 msgstr "E604: :catch nach :finally" | |
1560 | |
1561 msgid "E606: :finally without :try" | |
1562 msgstr "E606: :finally ohne :try" | |
1563 | |
1564 msgid "E607: multiple :finally" | |
819 | 1565 msgstr "E607: Mehrere :finally" |
33 | 1566 |
1567 msgid "E602: :endtry without :try" | |
1568 msgstr "E602: :endtry ohne :try" | |
1569 | |
1570 msgid "E193: :endfunction not inside a function" | |
1571 msgstr "E193: :endfunction außerhalb einer Funktion" | |
1572 | |
11704 | 1573 msgid "E788: Not allowed to edit another buffer now" |
1574 msgstr "E788: Einen weiteren Puffer zu editieren ist im Moment nicht erlaubt" | |
1575 | |
1576 msgid "E811: Not allowed to change buffer information now" | |
1577 msgstr "E811: Puffer Information darf momentan nicht geändert werden." | |
1578 | |
7 | 1579 msgid "E199: Active window or buffer deleted" |
819 | 1580 msgstr "E199: Aktives Fenster oder Puffer gelöscht" |
7 | 1581 |
11704 | 1582 msgid "E812: Autocommands changed buffer or buffer name" |
1583 msgstr "E812: Autokommandos veränderten Puffer oder Puffername." | |
1584 | |
7 | 1585 msgid "Illegal file name" |
819 | 1586 msgstr "Unzulässiger Dateiname" |
7 | 1587 |
1588 msgid "is not a file" | |
1589 msgstr "ist keine Datei" | |
1590 | |
11704 | 1591 msgid "is a device (disabled with 'opendevice' option)" |
1592 msgstr "ist ein Gerät (durch 'opendevice' Option deaktiviert)" | |
1593 | |
819 | 1594 msgid "[New DIRECTORY]" |
1595 msgstr "[Neues VERZEICHNIS]" | |
1596 | |
1597 msgid "[File too big]" | |
1598 msgstr "[Datei zu groß]" | |
1599 | |
7 | 1600 msgid "[Permission Denied]" |
1601 msgstr "[Keine Erlaubnis]" | |
1602 | |
1603 msgid "E200: *ReadPre autocommands made the file unreadable" | |
837 | 1604 msgstr "E200: *ReadPre Autokommandos haben die Datei unlesbar gemacht" |
7 | 1605 |
1606 msgid "E201: *ReadPre autocommands must not change current buffer" | |
11704 | 1607 msgstr "" |
1608 "E201: *ReadPre Autokommandos dürfen nicht den aktuellen Puffer wechseln" | |
7 | 1609 |
1610 msgid "Vim: Reading from stdin...\n" | |
1611 msgstr "Vim: Lese von stdin...\n" | |
1612 | |
1613 msgid "Reading from stdin..." | |
1614 msgstr "Lese von stdin..." | |
1615 | |
1616 msgid "E202: Conversion made file unreadable!" | |
11914 | 1617 msgstr "E202: Datei wurde durch Konvertierung unlesbar!" |
7 | 1618 |
1619 msgid "[fifo]" | |
1620 msgstr "[fifo]" | |
1621 | |
1622 msgid "[socket]" | |
1623 msgstr "[socket]" | |
1624 | |
11704 | 1625 msgid "[character special]" |
1626 msgstr "[Zeichen spezial]" | |
7 | 1627 |
1628 msgid "[CR missing]" | |
1629 msgstr "[CR fehlt]" | |
1630 | |
1631 msgid "[long lines split]" | |
1632 msgstr "[lange Zeilen geteilt]" | |
1633 | |
819 | 1634 #, c-format |
1635 msgid "[CONVERSION ERROR in line %ld]" | |
1636 msgstr "UMWANDLUNGSFEHLER in Zeile %ld]" | |
7 | 1637 |
33 | 1638 #, c-format |
1639 msgid "[ILLEGAL BYTE in line %ld]" | |
1640 msgstr "[UNZULÄSSIGES BYTE in Zeile %ld]" | |
1641 | |
7 | 1642 msgid "[READ ERRORS]" |
1643 msgstr "[LESE-FEHLER]" | |
1644 | |
1645 msgid "Can't find temp file for conversion" | |
1646 msgstr "temporäre Datei kann nicht zum Umwandeln geöffnet werden" | |
1647 | |
1648 msgid "Conversion with 'charconvert' failed" | |
1649 msgstr "Fehler bei der Umwandlung mit 'charconvert'" | |
1650 | |
1651 msgid "can't read output of 'charconvert'" | |
1652 msgstr "Ausgabe von 'charconvert' kann nicht gelesen werden" | |
1653 | |
1654 msgid "[dos]" | |
1655 msgstr "[dos]" | |
1656 | |
1657 msgid "[dos format]" | |
1658 msgstr "[dos Format]" | |
1659 | |
1660 msgid "[mac]" | |
1661 msgstr "[mac]" | |
1662 | |
1663 msgid "[mac format]" | |
1664 msgstr "[mac Format]" | |
1665 | |
1666 msgid "[unix]" | |
1667 msgstr "[unix]" | |
1668 | |
1669 msgid "[unix format]" | |
1670 msgstr "[unix Format]" | |
1671 | |
14999 | 1672 #, c-format |
1673 msgid "%ld line, " | |
1674 msgid_plural "%ld lines, " | |
1675 msgstr[0] "%ld Zeile, " | |
1676 msgstr[1] "%ld Zeilen, " | |
1677 | |
1678 #, c-format | |
1679 msgid "%lld character" | |
1680 msgid_plural "%lld characters" | |
1681 msgstr[0] "%lld Zeichen" | |
1682 msgstr[1] "%lld Zeichen" | |
7 | 1683 |
1684 msgid "[noeol]" | |
1685 msgstr "[noeol]" | |
1686 | |
1687 msgid "[Incomplete last line]" | |
1688 msgstr "[Unvollständige letzte Zeile]" | |
1689 | |
1690 #, c-format | |
1691 msgid "E208: Error writing to \"%s\"" | |
1692 msgstr "E208: Fehler während des Schreibens nach \"%s\"" | |
1693 | |
1694 #, c-format | |
1695 msgid "E209: Error closing \"%s\"" | |
1696 msgstr "E209: Fehler beim Schließen von \"%s\"" | |
1697 | |
1698 #, c-format | |
1699 msgid "E210: Error reading \"%s\"" | |
1700 msgstr "E210: Fehler beim Lesen von \"%s\"" | |
1701 | |
1702 msgid "E246: FileChangedShell autocommand deleted buffer" | |
837 | 1703 msgstr "E246: FileChangedShell-Autokommando löschte Puffer" |
7 | 1704 |
1705 #, c-format | |
11704 | 1706 msgid "E211: File \"%s\" no longer available" |
1707 msgstr "E211: Datei \"%s\" ist nicht länger vorhanden" | |
7 | 1708 |
1709 #, c-format | |
1710 msgid "" | |
1711 "W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as " | |
1712 "well" | |
1713 msgstr "" | |
11914 | 1714 "W12: Achtung: Datei \"%s\" wurde verändert und der Puffer wurde in Vim " |
1715 "ebenfalls verändert" | |
7 | 1716 |
11704 | 1717 msgid "See \":help W12\" for more info." |
1718 msgstr "Siehe \":help W12\" für mehr Information" | |
1719 | |
7 | 1720 #, c-format |
1721 msgid "W11: Warning: File \"%s\" has changed since editing started" | |
11704 | 1722 msgstr "" |
1723 "W11: Achtung: Datei \"%s\" wurde verändert, seit mit dem Editieren " | |
1724 "angefangen wurde" | |
1725 | |
1726 msgid "See \":help W11\" for more info." | |
1727 msgstr "Siehe \":help W11\" für mehr Information" | |
7 | 1728 |
1729 #, c-format | |
1730 msgid "W16: Warning: Mode of file \"%s\" has changed since editing started" | |
11704 | 1731 msgstr "" |
1732 "W16: Achtung: Mode der Datei \"%s\" wurde verändert seit mit dem Editieren " | |
1733 "angefangen wurde" | |
1734 | |
1735 msgid "See \":help W16\" for more info." | |
1736 msgstr "Siehe \":help W16\" für mehr Information" | |
7 | 1737 |
1738 #, c-format | |
1739 msgid "W13: Warning: File \"%s\" has been created after editing started" | |
11704 | 1740 msgstr "" |
1741 "W13: Achtung: Datei \"%s\" wurde erstellt, nachdem mit dem Editieren " | |
1742 "begonnen wurde" | |
33 | 1743 |
7 | 1744 msgid "Warning" |
11704 | 1745 msgstr "Achtung" |
7 | 1746 |
1747 msgid "" | |
1748 "&OK\n" | |
1749 "&Load File" | |
1750 msgstr "" | |
1751 "&OK\n" | |
3153 | 1752 "&Lies Datei" |
7 | 1753 |
819 | 1754 #, c-format |
1755 msgid "E462: Could not prepare for reloading \"%s\"" | |
1756 msgstr "E462: Konnte das Neuladen von \"%s\" nicht vorbereiten" | |
33 | 1757 |
7 | 1758 #, c-format |
1759 msgid "E321: Could not reload \"%s\"" | |
1760 msgstr "E321: \"%s\" konnte nicht neu geladen werden" | |
1761 | |
1762 msgid "E219: Missing {." | |
1763 msgstr "E219: Es fehlt ein {." | |
1764 | |
1765 msgid "E220: Missing }." | |
1766 msgstr "E220: Es fehlt ein }." | |
1767 | |
18456 | 1768 msgid "<empty>" |
1769 msgstr "<leer>" | |
1770 | |
1771 msgid "E655: Too many symbolic links (cycle?)" | |
1772 msgstr "E655: Zu viele symbolische Links (zirkulär?)" | |
1773 | |
1774 msgid "Select Directory dialog" | |
1775 msgstr "Verzeichnis Auswahl Dialog" | |
1776 | |
1777 msgid "Save File dialog" | |
1778 msgstr "Datei Speichern Dialog" | |
1779 | |
1780 msgid "Open File dialog" | |
1781 msgstr "Datei Öffnen Dialog" | |
1782 | |
1783 msgid "E338: Sorry, no file browser in console mode" | |
1784 msgstr "E338: Kein Datei-Dialog im Konsole-Modus" | |
1785 | |
16380 | 1786 msgid "E854: path too long for completion" |
1787 msgstr "E854: Pfad für Vervollständigung zu lang." | |
1788 | |
1789 #, c-format | |
1790 msgid "" | |
1791 "E343: Invalid path: '**[number]' must be at the end of the path or be " | |
1792 "followed by '%s'." | |
1793 msgstr "" | |
1794 "E343: Ungültiger Pfad: '**[Nummer]' muss am Ende des Pfads sein, oder von " | |
1795 "'%s' gefolgt werden. Siehe \":help path\"." | |
1796 | |
1797 #, c-format | |
1798 msgid "E344: Can't find directory \"%s\" in cdpath" | |
1799 msgstr "E344: Kann Verzeichnis \"%s\" nicht im 'cdpath' finden" | |
1800 | |
1801 #, c-format | |
1802 msgid "E345: Can't find file \"%s\" in path" | |
1803 msgstr "E345: Kann Datei \"%s\" nicht im Pfad finden" | |
1804 | |
1805 #, c-format | |
1806 msgid "E346: No more directory \"%s\" found in cdpath" | |
1807 msgstr "E346: Kein weiteres Verzeichnis \"%s\" im 'cdpath' gefunden" | |
1808 | |
1809 #, c-format | |
1810 msgid "E347: No more file \"%s\" found in path" | |
1811 msgstr "E347: Keine weitere Datei \"%s\" im Pfad gefunden" | |
1812 | |
1813 # Cursor: Schreibmarke Positionsmarke | |
1814 msgid "E446: No file name under cursor" | |
1815 msgstr "E446: Kein Dateiname unter dem Cursor" | |
1816 | |
1817 #, c-format | |
1818 msgid "E447: Can't find file \"%s\" in path" | |
1819 msgstr "E447: Kann Datei \"%s\" nicht im Pfad finden" | |
1820 | |
33 | 1821 msgid "E490: No fold found" |
1822 msgstr "E490: Keine Faltung gefunden" | |
1823 | |
7 | 1824 msgid "E350: Cannot create fold with current 'foldmethod'" |
11704 | 1825 msgstr "" |
1826 "E350: Faltung kann mit der aktuellen Faltungsmethode nicht erzeugt werden" | |
7 | 1827 |
1828 msgid "E351: Cannot delete fold with current 'foldmethod'" | |
11704 | 1829 msgstr "" |
1830 "E351: Faltung kann mit der aktuellen Faltungsmethode nicht gelöscht werden" | |
7 | 1831 |
14193 | 1832 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1833 msgid "+--%3ld line folded " |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1834 msgid_plural "+--%3ld lines folded " |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1835 msgstr[0] "%3ld Zeile gefaltet " |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1836 msgstr[1] "%3ld Zeilen gefaltet " |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
1837 |
18053 | 1838 #, c-format |
1839 msgid "+-%s%3ld line: " | |
1840 msgid_plural "+-%s%3ld lines: " | |
1841 msgstr[0] "+-%s%3ld Zeile: " | |
1842 msgstr[1] "+-%s%3ld Zeilen: " | |
1843 | |
7 | 1844 msgid "E222: Add to read buffer" |
837 | 1845 msgstr "E222: Zum Lesepuffer hinzufügen" |
7 | 1846 |
1847 msgid "E223: recursive mapping" | |
11914 | 1848 msgstr "E223: rekursives Mapping" |
7 | 1849 |
11704 | 1850 msgid "E851: Failed to create a new process for the GUI" |
1851 msgstr "E851: Erstellung des GUI-Prozesses fehlgeschlagen" | |
1852 | |
1853 msgid "E852: The child process failed to start the GUI" | |
1854 msgstr "E852: Der Kindprozess zum Starten der GUI fehlgeschlagen." | |
1855 | |
7 | 1856 msgid "E229: Cannot start the GUI" |
11914 | 1857 msgstr "E229: GUI kann nicht gestartet werden." |
7 | 1858 |
1859 #, c-format | |
1860 msgid "E230: Cannot read from \"%s\"" | |
1861 msgstr "E230: Kann nicht von \"%s\" lesen" | |
1862 | |
33 | 1863 msgid "E665: Cannot start GUI, no valid font found" |
11914 | 1864 msgstr "E665: GUI kann nicht gestartet werden, keine gültige Schrift gefunden." |
33 | 1865 |
7 | 1866 msgid "E231: 'guifontwide' invalid" |
1867 msgstr "E231: 'guifontwide' ungültig" | |
1868 | |
33 | 1869 msgid "E599: Value of 'imactivatekey' is invalid" |
1870 msgstr "E599: Wert von 'imactivatekey' ist ungültig" | |
1871 | |
7 | 1872 #, c-format |
1873 msgid "E254: Cannot allocate color %s" | |
11914 | 1874 msgstr "E254: Kann die Farbe %s nicht zuweisen." |
7 | 1875 |
11704 | 1876 msgid "No match at cursor, finding next" |
13912 | 1877 msgstr "Kein Treffer beim Cursor, finde den nächsten" |
11704 | 1878 |
7 | 1879 msgid "<cannot open> " |
33 | 1880 msgstr "<kann nicht öffnen> " |
1881 | |
1882 #, c-format | |
1883 msgid "E616: vim_SelFile: can't get font %s" | |
837 | 1884 msgstr "E616: vim_SelFile: kann Schriftart %s nicht erhalten" |
33 | 1885 |
1886 msgid "E614: vim_SelFile: can't return to current directory" | |
15033 | 1887 msgstr "E614: vim_SelFile: kann nicht zum aktuellen Verzeichnis zurückkehren." |
33 | 1888 |
7 | 1889 msgid "Pathname:" |
15033 | 1890 msgstr "Pfadname:" |
7 | 1891 |
33 | 1892 msgid "E615: vim_SelFile: can't get current directory" |
11914 | 1893 msgstr "E615: vim_SelFile: aktuelles Verzeichnis kann nicht ermittelt werden." |
33 | 1894 |
7 | 1895 msgid "OK" |
1896 msgstr "OK" | |
1897 | |
1898 msgid "Cancel" | |
1899 msgstr "Abbrechen" | |
1900 | |
1901 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap." | |
11914 | 1902 msgstr "Scrollbar Widget: Geometrie des Bildchens kann nicht ermittelt werden." |
7 | 1903 |
1904 msgid "Vim dialog" | |
837 | 1905 msgstr "Vim-Dialog" |
7 | 1906 |
1907 msgid "E232: Cannot create BalloonEval with both message and callback" | |
11704 | 1908 msgstr "" |
15194 | 1909 "E232: BalloonEval kann nicht sowohl mit \"message\" als auch \"callback\" " |
1910 "erzeugt werden" | |
11704 | 1911 |
1912 msgid "_Cancel" | |
1913 msgstr "_Abbrechen" | |
1914 | |
1915 msgid "_Save" | |
1916 msgstr "_Speichern" | |
1917 | |
1918 msgid "_Open" | |
1919 msgstr "_Öffnen" | |
1920 | |
1921 msgid "_OK" | |
1922 msgstr "_OK" | |
7 | 1923 |
33 | 1924 msgid "" |
1925 "&Yes\n" | |
1926 "&No\n" | |
1927 "&Cancel" | |
1928 msgstr "" | |
1929 "&Ja\n" | |
1930 "&Nein\n" | |
1931 "&Abbrechen" | |
1932 | |
11704 | 1933 msgid "Yes" |
1934 msgstr "Ja" | |
1935 | |
1936 msgid "No" | |
1937 msgstr "Nein" | |
1938 | |
819 | 1939 msgid "Input _Methods" |
1940 msgstr "Eingabe _Methoden" | |
33 | 1941 |
7 | 1942 msgid "VIM - Search and Replace..." |
1943 msgstr "VIM - Suchen und Ersetzen..." | |
1944 | |
1945 msgid "VIM - Search..." | |
1946 msgstr "VIM - Suchen..." | |
1947 | |
1948 msgid "Find what:" | |
1949 msgstr "Wonach suchen:" | |
1950 | |
1951 msgid "Replace with:" | |
1952 msgstr "Ersetzen mit:" | |
1953 | |
819 | 1954 msgid "Match whole word only" |
1619 | 1955 msgstr "Nur ganzes Wort suchen" |
33 | 1956 |
819 | 1957 msgid "Match case" |
1619 | 1958 msgstr "Groß-/Kleinschreibung" |
33 | 1959 |
7 | 1960 msgid "Direction" |
1961 msgstr "Richtung" | |
1962 | |
1963 msgid "Up" | |
1619 | 1964 msgstr "Aufwärts" |
7 | 1965 |
1966 msgid "Down" | |
1619 | 1967 msgstr "Abwärts" |
7 | 1968 |
1969 msgid "Find Next" | |
1970 msgstr "Suche Nächstes" | |
1971 | |
1972 msgid "Replace" | |
1973 msgstr "Ersetzen" | |
1974 | |
1975 msgid "Replace All" | |
837 | 1976 msgstr "Alle ersetzen" |
7 | 1977 |
11704 | 1978 msgid "_Close" |
1979 msgstr "_Schließen" | |
1980 | |
819 | 1981 msgid "Vim: Received \"die\" request from session manager\n" |
1982 msgstr "Vim: \"die\"-Request von Session-Manager erhalten\n" | |
1983 | |
11704 | 1984 msgid "Close tab" |
14193 | 1985 msgstr "Reiter schließen" |
819 | 1986 |
1987 msgid "New tab" | |
14193 | 1988 msgstr "Neuer Reiter" |
819 | 1989 |
1990 msgid "Open Tab..." | |
14193 | 1991 msgstr "Öffne Reiter..." |
819 | 1992 |
1993 msgid "Vim: Main window unexpectedly destroyed\n" | |
15033 | 1994 msgstr "Vim: Hauptfenster unerwartet zerstört\n" |
33 | 1995 |
819 | 1996 msgid "&Filter" |
1997 msgstr "&Filter" | |
1998 | |
1999 msgid "&Cancel" | |
2000 msgstr "&Abbrechen" | |
7 | 2001 |
2002 msgid "Directories" | |
2003 msgstr "Verzeichnisse" | |
2004 | |
819 | 2005 msgid "Filter" |
2006 msgstr "Filter" | |
2007 | |
2008 msgid "&Help" | |
2009 msgstr "&Hilfe" | |
7 | 2010 |
2011 msgid "Files" | |
2012 msgstr "Dateien" | |
2013 | |
819 | 2014 msgid "&OK" |
15033 | 2015 msgstr "&OK" |
819 | 2016 |
7 | 2017 msgid "Selection" |
2018 msgstr "Auswahl" | |
2019 | |
819 | 2020 msgid "Find &Next" |
2021 msgstr "&Nächste" | |
2022 | |
2023 msgid "&Replace" | |
2024 msgstr "&Ersetze" | |
2025 | |
2026 msgid "Replace &All" | |
837 | 2027 msgstr "Ersetze &alles" |
819 | 2028 |
2029 msgid "&Undo" | |
2030 msgstr "&Rückgängig" | |
2031 | |
2032 msgid "Open tab..." | |
14193 | 2033 msgstr "Öffne Reiter..." |
2034 | |
14999 | 2035 msgid "Find string" |
2036 msgstr "Suche Zeichenkette" | |
2037 | |
2038 msgid "Find & Replace" | |
2039 msgstr "Suche & Ersetze" | |
11914 | 2040 |
819 | 2041 msgid "Not Used" |
2042 msgstr "Nicht verwendet" | |
2043 | |
2044 msgid "Directory\t*.nothing\n" | |
2045 msgstr "Verzeichnis\t*.nichts\n" | |
2046 | |
11704 | 2047 #, c-format |
2048 msgid "E671: Cannot find window title \"%s\"" | |
2049 msgstr "E671: Kann Fenstertitel \"%s\" nicht finden" | |
2050 | |
2051 #, c-format | |
2052 msgid "E243: Argument not supported: \"-%s\"; Use the OLE version." | |
2053 msgstr "" | |
2054 "E243: Argument wird nicht unterstützt: \"-%s\"; verwende die OLE Version." | |
2055 | |
18053 | 2056 msgid "E988: GUI cannot be used. Cannot execute gvim.exe." |
2057 msgstr "E988: GUI kann nicht benutzt werden: Kann gvim.exe nicht ausführen." | |
2058 | |
11704 | 2059 msgid "E672: Unable to open window inside MDI application" |
2060 msgstr "E672: Kann Fenster nicht innerhalb einer MDI Anwendung öffnen" | |
2061 | |
7 | 2062 msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect" |
11704 | 2063 msgstr "" |
2064 "Vim E458: \"Colormap\"-Eintrag kann nicht zugewiesen werden, einige Farben " | |
2065 "können falsch sein" | |
7 | 2066 |
2067 #, c-format | |
2068 msgid "E250: Fonts for the following charsets are missing in fontset %s:" | |
11704 | 2069 msgstr "" |
2070 "E250: Schriftarten für die folgenden Zeichensätze fehlen im Fontset %s:" | |
7 | 2071 |
2072 #, c-format | |
2073 msgid "E252: Fontset name: %s" | |
2074 msgstr "E252: Fontset Name: %s" | |
2075 | |
2076 #, c-format | |
2077 msgid "Font '%s' is not fixed-width" | |
837 | 2078 msgstr "Schriftart '%s' hat keine feste Breite" |
7 | 2079 |
2080 #, c-format | |
11704 | 2081 msgid "E253: Fontset name: %s" |
2082 msgstr "E253: Fontset Name: %s" | |
2083 | |
2084 #, c-format | |
2085 msgid "Font0: %s" | |
2086 msgstr "Schriftart 0: %s" | |
2087 | |
2088 #, c-format | |
15729 | 2089 msgid "Font%d: %s" |
2090 msgstr "Schriftart %d: %s" | |
2091 | |
2092 #, c-format | |
2093 msgid "Font%d width is not twice that of font0" | |
2094 msgstr "Breite der Schriftart%d ist nicht doppelt so breit wie Schriftart0" | |
2095 | |
2096 #, c-format | |
2097 msgid "Font0 width: %d" | |
2098 msgstr "Schriftart 0 Breite: %d" | |
2099 | |
2100 #, c-format | |
2101 msgid "Font%d width: %d" | |
2102 msgstr "Schriftart %d Breite: %d" | |
7 | 2103 |
819 | 2104 msgid "Invalid font specification" |
2105 msgstr "Ungültige Spezifikation der Schriftart" | |
2106 | |
2107 msgid "&Dismiss" | |
2108 msgstr "&Aufheben" | |
2109 | |
2110 msgid "no specific match" | |
2111 msgstr "keine spezifische Übereinstimmung" | |
2112 | |
2113 msgid "Vim - Font Selector" | |
2114 msgstr "Vim - Auswahl der Schriftart" | |
2115 | |
2116 msgid "Name:" | |
837 | 2117 msgstr "Name:" |
819 | 2118 |
2119 msgid "Show size in Points" | |
2120 msgstr "Zeige Größe in Punkten" | |
2121 | |
2122 msgid "Encoding:" | |
2123 msgstr "Zeichensatz:" | |
2124 | |
2125 msgid "Font:" | |
837 | 2126 msgstr "Schriftart:" |
819 | 2127 |
2128 msgid "Style:" | |
2129 msgstr "Stil:" | |
2130 | |
2131 msgid "Size:" | |
2132 msgstr "Größe:" | |
2133 | |
2134 msgid "E550: Missing colon" | |
2135 msgstr "E550: Fehlender Doppelpunkt" | |
2136 | |
2137 msgid "E551: Illegal component" | |
2138 msgstr "E551: Unzulässige Komponente" | |
2139 | |
2140 msgid "E552: digit expected" | |
2141 msgstr "E552: Ziffer erwartet" | |
2142 | |
2143 #, c-format | |
2144 msgid "Page %d" | |
837 | 2145 msgstr "Seite %d" |
819 | 2146 |
2147 msgid "No text to be printed" | |
2148 msgstr "Kein Text zum Drucken" | |
2149 | |
2150 #, c-format | |
2151 msgid "Printing page %d (%d%%)" | |
2152 msgstr "Drucke Seite %d (%d%%)" | |
2153 | |
2154 #, c-format | |
2155 msgid " Copy %d of %d" | |
2156 msgstr " Kopiere %d von %d" | |
2157 | |
2158 #, c-format | |
2159 msgid "Printed: %s" | |
2160 msgstr "Gedruckt: %s" | |
2161 | |
2162 msgid "Printing aborted" | |
2163 msgstr "Ausdruck abgebrochen" | |
2164 | |
2165 msgid "E455: Error writing to PostScript output file" | |
2166 msgstr "E455: Fehler beim Schreiben der PostScript-Ausgabedatei" | |
2167 | |
2168 #, c-format | |
2169 msgid "E624: Can't open file \"%s\"" | |
11914 | 2170 msgstr "E624: Datei \"%s\" kann nicht geöffnet werden." |
819 | 2171 |
2172 #, c-format | |
2173 msgid "E457: Can't read PostScript resource file \"%s\"" | |
11914 | 2174 msgstr "E457: PostScript Ressource-Datei \"%s\" kann nicht gelesen werden." |
819 | 2175 |
2176 #, c-format | |
2177 msgid "E618: file \"%s\" is not a PostScript resource file" | |
11914 | 2178 msgstr "E618: Datei \"%s\" ist keine PostScript Ressource-Datei." |
819 | 2179 |
2180 #, c-format | |
2181 msgid "E619: file \"%s\" is not a supported PostScript resource file" | |
11914 | 2182 msgstr "E619: Datei \"%s\" ist keine unterstützte PostScript Ressource-Datei." |
819 | 2183 |
2184 #, c-format | |
2185 msgid "E621: \"%s\" resource file has wrong version" | |
11914 | 2186 msgstr "E621: \"%s\" Ressource-Datei hat die falsche Version." |
819 | 2187 |
2188 msgid "E673: Incompatible multi-byte encoding and character set." | |
15033 | 2189 msgstr "E673: Inkompatible Multi-Byte Kodierung und Zeichensatz" |
819 | 2190 |
2191 msgid "E674: printmbcharset cannot be empty with multi-byte encoding." | |
15033 | 2192 msgstr "E674: printmbcharset darf nicht leer sein mit Multi-Byte Kodierung." |
819 | 2193 |
2194 msgid "E675: No default font specified for multi-byte printing." | |
2195 msgstr "E675: Keine Standardschriftart angegeben für Multi-Byte Ausdruck." | |
2196 | |
2197 msgid "E324: Can't open PostScript output file" | |
2198 msgstr "E324: PostScript Ausgabe-Datei kann nicht geöffnet werden" | |
2199 | |
2200 #, c-format | |
2201 msgid "E456: Can't open file \"%s\"" | |
11914 | 2202 msgstr "E456: Datei \"%s\" kann nicht geöffnet werden." |
819 | 2203 |
2204 msgid "E456: Can't find PostScript resource file \"prolog.ps\"" | |
11914 | 2205 msgstr "E456: PostScript Ressource-Datei \"prolog.ps\" nicht gefunden." |
819 | 2206 |
2207 msgid "E456: Can't find PostScript resource file \"cidfont.ps\"" | |
11914 | 2208 msgstr "E456: PostScript Ressource-Datei \"cidfont.ps\" nicht gefunden." |
819 | 2209 |
2210 #, c-format | |
2211 msgid "E456: Can't find PostScript resource file \"%s.ps\"" | |
2212 msgstr "E456: PostScript Ressource-Datei \"%s\" nicht gefunden" | |
2213 | |
2214 #, c-format | |
2215 msgid "E620: Unable to convert to print encoding \"%s\"" | |
11704 | 2216 msgstr "" |
2217 "E620: Umwandlung nach dem Zeichensatz für den Ausdruck \"%s\" fehlgeschlagen" | |
819 | 2218 |
2219 msgid "Sending to printer..." | |
2220 msgstr "Schicke zum Drucker..." | |
2221 | |
2222 msgid "E365: Failed to print PostScript file" | |
2223 msgstr "E365: Druck der PostScript-Datei schlug fehl" | |
2224 | |
2225 msgid "Print job sent." | |
2226 msgstr "Druckauftrag abgeschickt" | |
2227 | |
18053 | 2228 msgid "E679: recursive loop loading syncolor.vim" |
2229 msgstr "E679: Rekursive Schleife beim Laden von syncolor.vim" | |
2230 | |
2231 #, c-format | |
2232 msgid "E411: highlight group not found: %s" | |
2233 msgstr "E411: Hervorhebungsgruppe nicht gefunden: %s" | |
2234 | |
2235 #, c-format | |
2236 msgid "E412: Not enough arguments: \":highlight link %s\"" | |
2237 msgstr "E412: Nicht genügend Argumente: \":highlight link %s\"" | |
2238 | |
2239 #, c-format | |
2240 msgid "E413: Too many arguments: \":highlight link %s\"" | |
2241 msgstr "E413: Zu viele Argumente: \":highlight link %s\"" | |
2242 | |
2243 msgid "E414: group has settings, highlight link ignored" | |
2244 msgstr "E414: Gruppe hat Einstellungen, highlight link ignoriert" | |
2245 | |
2246 #, c-format | |
2247 msgid "E415: unexpected equal sign: %s" | |
2248 msgstr "E415: Unerwartetes Gleichheitszeichen: %s" | |
2249 | |
2250 #, c-format | |
2251 msgid "E416: missing equal sign: %s" | |
2252 msgstr "E416: fehlendes Gleichheitszeichen: %s" | |
2253 | |
2254 #, c-format | |
2255 msgid "E417: missing argument: %s" | |
2256 msgstr "E417: Fehlendes Argument: %s" | |
2257 | |
2258 #, c-format | |
2259 msgid "E418: Illegal value: %s" | |
2260 msgstr "E418: Unzulässiger Wert: %s" | |
2261 | |
2262 msgid "E419: FG color unknown" | |
2263 msgstr "E419: Vordergrundfarbe unbekannt" | |
2264 | |
2265 msgid "E420: BG color unknown" | |
2266 msgstr "E420: Hintergrundfarbe unbekannt" | |
2267 | |
2268 #, c-format | |
2269 msgid "E421: Color name or number not recognized: %s" | |
2270 msgstr "E421: Unbekannte Farbbezeichnung oder -Nummer: %s" | |
2271 | |
2272 #, c-format | |
2273 msgid "E422: terminal code too long: %s" | |
2274 msgstr "E422: Terminal-Code zu lang: %s" | |
2275 | |
2276 #, c-format | |
2277 msgid "E423: Illegal argument: %s" | |
2278 msgstr "E423: Unzulässiges Argument: %s" | |
2279 | |
2280 msgid "E424: Too many different highlighting attributes in use" | |
2281 msgstr "E424: Zu viele verschieden Hervorhebungsattribute in Gebrauch" | |
2282 | |
2283 msgid "E669: Unprintable character in group name" | |
2284 msgstr "E669: Nicht druckbare Zeichen im Namen der Gruppe" | |
2285 | |
2286 msgid "W18: Invalid character in group name" | |
2287 msgstr "W18: Ungültiges Zeichen im Namen der Gruppe" | |
2288 | |
2289 msgid "E849: Too many highlight and syntax groups" | |
2290 msgstr "E849: Zu viele Highlight- und Syntaxgruppen" | |
2291 | |
2292 #, c-format | |
2293 msgid "E799: Invalid ID: %d (must be greater than or equal to 1)" | |
2294 msgstr "E799: Ungültige ID: %d (muss größer gleich 1 sein)" | |
2295 | |
2296 #, c-format | |
2297 msgid "E801: ID already taken: %d" | |
2298 msgstr "E801: ID bereits benutzt: %d" | |
2299 | |
18972 | 2300 msgid "E290: List or number required" |
2301 msgstr "E290: Liste oder Nummer erforderlich" | |
18053 | 2302 |
2303 #, c-format | |
2304 msgid "E802: Invalid ID: %d (must be greater than or equal to 1)" | |
2305 msgstr "E802: Ungültige ID: %d (muss größer gleich 1 sein)" | |
2306 | |
2307 #, c-format | |
2308 msgid "E803: ID not found: %d" | |
2309 msgstr "E803: ID nicht gefunden: %d" | |
2310 | |
2311 #, c-format | |
2312 msgid "E798: ID is reserved for \":match\": %d" | |
2313 msgstr "E798: ID ist für \":match\" reserviert: %d" | |
2314 | |
7 | 2315 msgid "Add a new database" |
819 | 2316 msgstr "Eine neue Datenbank hinzufügen" |
7 | 2317 |
2318 msgid "Query for a pattern" | |
2319 msgstr "Muster suchen" | |
2320 | |
2321 msgid "Show this message" | |
2322 msgstr "diese Nachricht anzeigen" | |
2323 | |
2324 msgid "Kill a connection" | |
15033 | 2325 msgstr "Verbindung beenden" |
7 | 2326 |
2327 msgid "Reinit all connections" | |
2328 msgstr "Verbindungen reinitialisieren" | |
2329 | |
2330 msgid "Show connections" | |
2331 msgstr "Verbindungen anzeigen" | |
2332 | |
819 | 2333 #, c-format |
2334 msgid "E560: Usage: cs[cope] %s" | |
2335 msgstr "E560: Verwendung: cs[cope] %s" | |
33 | 2336 |
7 | 2337 msgid "This cscope command does not support splitting the window.\n" |
15033 | 2338 msgstr "Dieser cscope-Befehl unterstützt nicht das Teilen des Fensters.\n" |
7 | 2339 |
819 | 2340 msgid "E562: Usage: cstag <ident>" |
2341 msgstr "E562: Verwendung: cstag <ident>" | |
33 | 2342 |
7 | 2343 msgid "E257: cstag: tag not found" |
2344 msgstr "E257: cstag: Tag nicht gefunden" | |
2345 | |
819 | 2346 #, c-format |
2347 msgid "E563: stat(%s) error: %d" | |
2348 msgstr "E563: stat(%s) Fehler: %d" | |
2349 | |
2350 msgid "E563: stat error" | |
2351 msgstr "E563: 'stat' Fehler" | |
2352 | |
2353 #, c-format | |
2354 msgid "E564: %s is not a directory or a valid cscope database" | |
2355 msgstr "E564: %s ist kein Verzeichnis oder eine gültige cscope Datenbank" | |
33 | 2356 |
7 | 2357 #, c-format |
2358 msgid "Added cscope database %s" | |
2359 msgstr "csope Datenbank %s hinzugefügt" | |
2360 | |
819 | 2361 #, c-format |
15729 | 2362 msgid "E262: error reading cscope connection %d" |
2363 msgstr "E262: Fehler beim Lesen der cscope Verbindung %d" | |
819 | 2364 |
2365 msgid "E561: unknown cscope search type" | |
2366 msgstr "E561: Unbekannter cscope Suchtyp" | |
2367 | |
2368 msgid "E566: Could not create cscope pipes" | |
2369 msgstr "E566: cscope Pipes konnten nicht angelegt werden" | |
2370 | |
2371 msgid "E622: Could not fork for cscope" | |
11914 | 2372 msgstr "E622: Konnte Fork für cscope nicht erstellen." |
33 | 2373 |
11704 | 2374 msgid "cs_create_connection setpgid failed" |
2375 msgstr "cs_create_connection setpgid fehlgeschlagen" | |
2376 | |
7 | 2377 msgid "cs_create_connection exec failed" |
11704 | 2378 msgstr "cs_create_connection exec fehlgeschlagen" |
33 | 2379 |
7 | 2380 msgid "cs_create_connection: fdopen for to_fp failed" |
11914 | 2381 msgstr "cs_create_connection: fdopen von to_fp fehlgeschlagen" |
7 | 2382 |
2383 msgid "cs_create_connection: fdopen for fr_fp failed" | |
11914 | 2384 msgstr "cs_create_connection: fdopen von fr_fp fehlgeschlagen" |
7 | 2385 |
11704 | 2386 msgid "E623: Could not spawn cscope process" |
11914 | 2387 msgstr "E623: Konnte cscope Prozess nicht starten" |
11704 | 2388 |
819 | 2389 msgid "E567: no cscope connections" |
2390 msgstr "E567: Keine cscope Verbindungen" | |
33 | 2391 |
7 | 2392 #, c-format |
11704 | 2393 msgid "E469: invalid cscopequickfix flag %c for %c" |
2394 msgstr "E469: Unzulässiges cscopequickfix Flag %c für %c" | |
2395 | |
2396 #, c-format | |
7 | 2397 msgid "E259: no matches found for cscope query %s of %s" |
1619 | 2398 msgstr "E259: keine Übereinstimmungen gefunden für cscope Abfrage %s aus %s" |
7 | 2399 |
2400 msgid "cscope commands:\n" | |
2401 msgstr "cscope Befehle:\n" | |
2402 | |
819 | 2403 #, c-format |
11704 | 2404 msgid "%-5s: %s%*s (Usage: %s)" |
2405 msgstr "%-5s: %s%*s (Verwendung: %s)" | |
2406 | |
2407 msgid "" | |
2408 "\n" | |
2409 " a: Find assignments to this symbol\n" | |
2410 " c: Find functions calling this function\n" | |
2411 " d: Find functions called by this function\n" | |
2412 " e: Find this egrep pattern\n" | |
2413 " f: Find this file\n" | |
2414 " g: Find this definition\n" | |
2415 " i: Find files #including this file\n" | |
2416 " s: Find this C symbol\n" | |
2417 " t: Find this text string\n" | |
2418 msgstr "" | |
2419 "\n" | |
2420 " a: Finde Zuweisungen dieses Symbols\n" | |
2421 " c: Finde Funktionen, die diese Funktion aufrufen\n" | |
2422 " d: Finde Funktionen, die von dieser Funktion aufgerufen werden\n" | |
2423 " e: Finde dieses egrep Muster\n" | |
2424 " f: Finde diese Datei\n" | |
2425 " g: Finde diese Definition\n" | |
2426 " i: Finde Dateien, die diese Datei #inkludieren\n" | |
2427 " s: Finde dieses C Symbol\n" | |
2428 " t: Finde diese Zeichenkette\n" | |
819 | 2429 |
2430 #, c-format | |
2431 msgid "E625: cannot open cscope database: %s" | |
2432 msgstr "E625: Kann cscope Datenbank nicht öffnen: %s" | |
2433 | |
2434 msgid "E626: cannot get cscope database information" | |
2435 msgstr "E626: Kann cscope Datenbank-Informationen nicht bekommen" | |
2436 | |
2437 msgid "E568: duplicate cscope database not added" | |
11914 | 2438 msgstr "E568: doppelte cscope Datenbank nicht hinzugefügt" |
819 | 2439 |
7 | 2440 #, c-format |
2441 msgid "E261: cscope connection %s not found" | |
2442 msgstr "E261: cscope Verbindung %s nicht gefunden" | |
2443 | |
819 | 2444 #, c-format |
2445 msgid "cscope connection %s closed" | |
2446 msgstr "cscope Verbindung %s geschlossen" | |
7 | 2447 |
819 | 2448 msgid "E570: fatal error in cs_manage_matches" |
2449 msgstr "E570: Fataler Fehler in cs_manage_matches" | |
2450 | |
2451 #, c-format | |
2452 msgid "Cscope tag: %s" | |
2453 msgstr "Cscope Tag: %s" | |
2454 | |
2455 msgid "" | |
2456 "\n" | |
2457 " # line" | |
2458 msgstr "" | |
2459 "\n" | |
2460 " # Zeile" | |
33 | 2461 |
7 | 2462 msgid "filename / context / line\n" |
2463 msgstr "Dateiname / Kontext / Zeile\n" | |
2464 | |
819 | 2465 #, c-format |
2466 msgid "E609: Cscope error: %s" | |
2467 msgstr "E609: Cscope Fehler: %s" | |
33 | 2468 |
7 | 2469 msgid "All cscope databases reset" |
15033 | 2470 msgstr "Alle cscope Datenbanken zurückgesetzt" |
7 | 2471 |
2472 msgid "no cscope connections\n" | |
2473 msgstr "keine cscope-Verbindungen\n" | |
2474 | |
2475 msgid " # pid database name prepend path\n" | |
2476 msgstr " # pid Datenbank Name\t führender Pfad\n" | |
2477 | |
11704 | 2478 msgid "Lua library cannot be loaded." |
2479 msgstr "Lua bibliothek kann nicht geladen werden." | |
2480 | |
2481 msgid "cannot save undo information" | |
2482 msgstr "kann Information für die Wiederherstellung nicht speichern" | |
2483 | |
7 | 2484 msgid "" |
11704 | 2485 "E815: Sorry, this command is disabled, the MzScheme libraries could not be " |
819 | 2486 "loaded." |
837 | 2487 msgstr "" |
11704 | 2488 "E815: Dieser Befehl ist nicht verfügbar, da die MzScheme Bibliotheken nicht " |
2489 "geladen werden konnte." | |
2490 | |
2491 msgid "" | |
2492 "E895: Sorry, this command is disabled, the MzScheme's racket/base module " | |
2493 "could not be loaded." | |
2494 msgstr "" | |
2495 "E895 Dieser Befehl ist nicht verfügbar, da die MzScheme racket/basis Module " | |
2496 "nicht geladen werden konnten." | |
819 | 2497 |
2498 msgid "invalid expression" | |
2499 msgstr "ungültiger Ausdruck" | |
2500 | |
2501 msgid "expressions disabled at compile time" | |
2502 msgstr "Ausdrücke wurden zur Zeit des Übersetzens nicht zugelassen" | |
2503 | |
2504 msgid "hidden option" | |
2505 msgstr "versteckte Option" | |
2506 | |
2507 msgid "unknown option" | |
2508 msgstr "unbekannte Option" | |
2509 | |
2510 msgid "window index is out of range" | |
2511 msgstr "Fensterindex außerhalb des zulässigen Bereichs" | |
2512 | |
2513 msgid "couldn't open buffer" | |
2514 msgstr "konnte Puffer nicht öffnen" | |
2515 | |
2516 msgid "cannot delete line" | |
2517 msgstr "Zeile kann nicht gelöscht werden" | |
2518 | |
2519 msgid "cannot replace line" | |
2520 msgstr "Zeile kann nicht ersetzt werden" | |
2521 | |
2522 msgid "cannot insert line" | |
2523 msgstr "Zeile kann nicht eingefügt werden" | |
2524 | |
2525 msgid "string cannot contain newlines" | |
837 | 2526 msgstr "Zeichenfolge kann keine Zeilenwechsel enthalten" |
819 | 2527 |
11704 | 2528 msgid "error converting Scheme values to Vim" |
2529 msgstr "Fehler beim Konvertieren der Scheme Werte nach Vim." | |
2530 | |
819 | 2531 msgid "Vim error: ~a" |
2532 msgstr "Vim Fehler: ~a" | |
2533 | |
2534 msgid "Vim error" | |
2535 msgstr "Vim Fehler" | |
2536 | |
2537 msgid "buffer is invalid" | |
2538 msgstr "ungültiger Puffer" | |
2539 | |
2540 msgid "window is invalid" | |
2541 msgstr "ungültiges Fenster" | |
2542 | |
2543 msgid "linenr out of range" | |
11914 | 2544 msgstr "Zeilennummer außerhalb des zulässigen Bereichs" |
819 | 2545 |
2546 msgid "not allowed in the Vim sandbox" | |
11914 | 2547 msgstr "innerhalb der Vim-Sandbox nicht erlaubt" |
819 | 2548 |
11704 | 2549 msgid "E836: This Vim cannot execute :python after using :py3" |
2550 msgstr "E836: Dieser Vim kann :python nicht nach :py3 ausführen." | |
2551 | |
819 | 2552 msgid "" |
7 | 2553 "E263: Sorry, this command is disabled, the Python library could not be " |
2554 "loaded." | |
2555 msgstr "" | |
837 | 2556 "E263: Dieser Befehl ist nicht verfügbar, die Python-Bibliothek konnte nicht " |
7 | 2557 "geladen werden" |
2558 | |
11704 | 2559 msgid "" |
2560 "E887: Sorry, this command is disabled, the Python's site module could not be " | |
2561 "loaded." | |
2562 msgstr "" | |
2563 "E887: Dieser Befehl ist nicht verfügbar, da das Python site Module nicht " | |
2564 "geladen werden konnte." | |
2565 | |
819 | 2566 msgid "E659: Cannot invoke Python recursively" |
2567 msgstr "E659: Kann Python nicht rekursiv ausführen" | |
33 | 2568 |
11704 | 2569 msgid "E837: This Vim cannot execute :py3 after using :python" |
2570 msgstr "E837: Dieser Vim kann :py3 nicht nach :python ausführen." | |
2571 | |
2572 msgid "E265: $_ must be an instance of String" | |
2573 msgstr "E265: $_ muss eine Instanz einer Zeichenkette sein" | |
7 | 2574 |
2575 msgid "" | |
2576 "E266: Sorry, this command is disabled, the Ruby library could not be loaded." | |
2577 msgstr "" | |
11704 | 2578 "E266: Dieser Befehl ist nicht verfügbar, die Ruby Bibliothek konnte nicht " |
2579 "geladen werden" | |
2580 | |
2581 msgid "E267: unexpected return" | |
2582 msgstr "E267: Unerwartetes 'return'" | |
2583 | |
2584 msgid "E268: unexpected next" | |
2585 msgstr "E268: Unerwartetes 'next'" | |
2586 | |
2587 msgid "E269: unexpected break" | |
2588 msgstr "E269: Unerwartetes 'break'" | |
2589 | |
2590 msgid "E270: unexpected redo" | |
2591 msgstr "E270: Unerwartetes 'redo'" | |
2592 | |
2593 msgid "E271: retry outside of rescue clause" | |
2594 msgstr "E271: 'retry' außerhalb der 'rescue clause'" | |
2595 | |
2596 msgid "E272: unhandled exception" | |
11914 | 2597 msgstr "E272: Unbehandelte Exception" |
7 | 2598 |
2599 #, c-format | |
2600 msgid "E273: unknown longjmp status %d" | |
2601 msgstr "E273: Unbekannter longjmp Status %d" | |
2602 | |
2603 msgid "invalid buffer number" | |
837 | 2604 msgstr "ungültige Puffernummer" |
7 | 2605 |
2606 msgid "not implemented yet" | |
2607 msgstr "nicht implementiert" | |
2608 | |
2609 msgid "cannot set line(s)" | |
11914 | 2610 msgstr "kann Zeile(n) nicht setzen" |
7 | 2611 |
11704 | 2612 msgid "invalid mark name" |
2613 msgstr "ungültiger Name einer Markierung" | |
2614 | |
7 | 2615 msgid "mark not set" |
11914 | 2616 msgstr "Markierung nicht gesetzt" |
7 | 2617 |
2618 #, c-format | |
2619 msgid "row %d column %d" | |
2620 msgstr "Zeile %d Spalte %d" | |
2621 | |
2622 msgid "cannot insert/append line" | |
2623 msgstr "kann Zeile nicht ein-/anfügen" | |
2624 | |
11704 | 2625 msgid "line number out of range" |
2626 msgstr "Zeilennummer außerhalb des zulässigen Bereichs" | |
2627 | |
7 | 2628 msgid "unknown flag: " |
2629 msgstr "unbekanntes Flag: " | |
2630 | |
2631 msgid "unknown vimOption" | |
837 | 2632 msgstr "unbekannte vimOption" |
7 | 2633 |
2634 msgid "keyboard interrupt" | |
15033 | 2635 msgstr "Tastatur-Interrupt" |
7 | 2636 |
2637 msgid "vim error" | |
2638 msgstr "vim Fehler" | |
2639 | |
2640 msgid "cannot create buffer/window command: object is being deleted" | |
11704 | 2641 msgstr "" |
2642 "Puffer/Fenster-Befehl kann nicht ausgeführt werden: das Objekt wird gelöscht" | |
7 | 2643 |
2644 msgid "" | |
2645 "cannot register callback command: buffer/window is already being deleted" | |
2646 msgstr "" | |
2647 "kann keinen Callback-Befehl registrieren: Puffer/Fenster ist bereits gelöscht" | |
2648 | |
2649 msgid "" | |
2650 "E280: TCL FATAL ERROR: reflist corrupt!? Please report this to vim-dev@vim." | |
2651 "org" | |
2652 msgstr "" | |
15033 | 2653 "E280: TCL FATALER FEHLER: reflist kaputt!? Bitte vim-dev@vim.org " |
2654 "benachrichtigen." | |
7 | 2655 |
2656 msgid "cannot register callback command: buffer/window reference not found" | |
11704 | 2657 msgstr "" |
2658 "kann keinen Callback-Befehl registrieren: Puffer/Fenster-Referenz nicht " | |
2659 "gefunden" | |
819 | 2660 |
2661 msgid "" | |
2662 "E571: Sorry, this command is disabled: the Tcl library could not be loaded." | |
837 | 2663 msgstr "" |
11704 | 2664 "E571: Dieser Befehl ist nicht verfügbar: die Tcl Bibliothek konnte nicht " |
2665 "geladen werden" | |
819 | 2666 |
2667 #, c-format | |
2668 msgid "E572: exit code %d" | |
15033 | 2669 msgstr "E572: Exit-Code %d" |
7 | 2670 |
2671 msgid "cannot get line" | |
2672 msgstr "kann Zeile nicht erhalten" | |
2673 | |
2674 msgid "Unable to register a command server name" | |
2675 msgstr "Befehls-Server Name kann nicht registriert werden" | |
2676 | |
2677 msgid "E248: Failed to send command to the destination program" | |
2678 msgstr "E248: Schicken des Befehls zum Ziel-Programm schlug fehl" | |
2679 | |
819 | 2680 #, c-format |
2681 msgid "E573: Invalid server id used: %s" | |
2682 msgstr "E573: Ungültige Server ID verwendet: %s" | |
33 | 2683 |
7 | 2684 msgid "E251: VIM instance registry property is badly formed. Deleted!" |
837 | 2685 msgstr "E251: Registry-Eigenschaft der VIM Instanz ist fehlerhaft. Gelöscht!" |
7 | 2686 |
18456 | 2687 #, c-format |
2688 msgid "%ld lines to indent... " | |
2689 msgstr "%ld Zeilen zum Einrücken... " | |
2690 | |
2691 #, c-format | |
2692 msgid "%ld line indented " | |
2693 msgid_plural "%ld lines indented " | |
2694 msgstr[0] "%ld Zeile eingerückt... " | |
2695 msgstr[1] "%ld Zeilen eingerückt... " | |
2696 | |
16380 | 2697 msgid " Keyword completion (^N^P)" |
2698 msgstr " Stichwort Vervollständigung (^N^P)" | |
2699 | |
2700 msgid " ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" | |
2701 msgstr " ^X Modus (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" | |
2702 | |
2703 msgid " Whole line completion (^L^N^P)" | |
2704 msgstr " Zeilen-Vervollständigung (^L^N^P)" | |
2705 | |
2706 msgid " File name completion (^F^N^P)" | |
2707 msgstr " Dateinamen-Vervollständigung (^F^N^P)" | |
2708 | |
2709 msgid " Tag completion (^]^N^P)" | |
2710 msgstr " Tag-Vervollständigung (^]^N^P)" | |
2711 | |
2712 msgid " Path pattern completion (^N^P)" | |
2713 msgstr " Pfad-Vervollständigung (^N^P)" | |
2714 | |
2715 msgid " Definition completion (^D^N^P)" | |
2716 msgstr " Definitions-Vervollständigung (^D^N^P)" | |
2717 | |
2718 msgid " Dictionary completion (^K^N^P)" | |
2719 msgstr " Dictionary-Vervollständigung (^K^N^P) " | |
2720 | |
2721 msgid " Thesaurus completion (^T^N^P)" | |
2722 msgstr " Thesaurus-Vervollständigung (^T^N^P)" | |
2723 | |
2724 msgid " Command-line completion (^V^N^P)" | |
2725 msgstr " Kommandozeilen-Vervollständigung (^V^N^P)" | |
2726 | |
2727 msgid " User defined completion (^U^N^P)" | |
2728 msgstr " Benutzerdefinierte Vervollständigung (^U^N^P)" | |
2729 | |
2730 msgid " Omni completion (^O^N^P)" | |
2731 msgstr " Omni-Vervollständigung (^O^N^P)" | |
2732 | |
2733 msgid " Spelling suggestion (s^N^P)" | |
2734 msgstr " Vorschlag der Rechtschreibprüfung (s^N^P)" | |
2735 | |
2736 msgid " Keyword Local completion (^N^P)" | |
2737 msgstr " Lokale Stichwort-Vervollständigung(^N^P)" | |
2738 | |
2739 msgid "Hit end of paragraph" | |
2740 msgstr "Absatzende erreicht" | |
2741 | |
2742 msgid "E839: Completion function changed window" | |
2743 msgstr "E839: Vervollständigungsfunktion änderte Fenster." | |
2744 | |
2745 msgid "E840: Completion function deleted text" | |
2746 msgstr "E840: Vervollständigungsfunktion hat Text gelöscht." | |
2747 | |
2748 msgid "'dictionary' option is empty" | |
2749 msgstr "Die Option 'dictionary' ist leer." | |
2750 | |
2751 msgid "'thesaurus' option is empty" | |
2752 msgstr "Die Option 'thesaurus' ist leer." | |
2753 | |
2754 #, c-format | |
2755 msgid "Scanning dictionary: %s" | |
2756 msgstr "Durchsuchen des Wörterbuchs: %s" | |
2757 | |
2758 msgid " (insert) Scroll (^E/^Y)" | |
2759 msgstr " (Einfügen) Scrollen (^E/^Y)" | |
2760 | |
2761 msgid " (replace) Scroll (^E/^Y)" | |
2762 msgstr " (Ersetzen) Scrollen (^E/^Y)" | |
2763 | |
18053 | 2764 msgid "E785: complete() can only be used in Insert mode" |
2765 msgstr "E785: complete() kann nur im Einfüge-Modus verwendet werden." | |
2766 | |
16380 | 2767 #, c-format |
2768 msgid "Scanning: %s" | |
2769 msgstr "Durchsuche: %s" | |
2770 | |
2771 msgid "Scanning tags." | |
2772 msgstr "Durchsuche Tags" | |
2773 | |
2774 msgid "match in file" | |
2775 msgstr "Treffer in Datei" | |
2776 | |
2777 msgid " Adding" | |
2778 msgstr " Füge hinzu" | |
2779 | |
2780 msgid "-- Searching..." | |
2781 msgstr "-- Suche..." | |
2782 | |
2783 msgid "Back at original" | |
2784 msgstr "Zurück am Ursprung" | |
2785 | |
2786 msgid "Word from other line" | |
2787 msgstr "Wort aus anderer Zeile" | |
2788 | |
2789 msgid "The only match" | |
2790 msgstr "Einziger Treffer" | |
2791 | |
2792 #, c-format | |
2793 msgid "match %d of %d" | |
2794 msgstr "Treffer %d von %d" | |
2795 | |
2796 #, c-format | |
2797 msgid "match %d" | |
2798 msgstr "Treffer %d" | |
2799 | |
11704 | 2800 #, c-format |
2801 msgid "E938: Duplicate key in JSON: \"%s\"" | |
2802 msgstr "E938: Doppelter Schlüssel im JSON: \"%s\"" | |
2803 | |
2804 #, c-format | |
18456 | 2805 msgid "E899: Argument of %s must be a List or Blob" |
2806 msgstr "E899: Argument von %s muss eine Liste oder ein Blob sein." | |
2807 | |
2808 #, c-format | |
11704 | 2809 msgid "E696: Missing comma in List: %s" |
2810 msgstr "E696: Fehlendes Komma in der Liste: %s" | |
2811 | |
2812 #, c-format | |
2813 msgid "E697: Missing end of List ']': %s" | |
2814 msgstr "E697: Fehlendes Ende der Liste ']': %s" | |
2815 | |
18053 | 2816 msgid "sort() argument" |
2817 msgstr "sort() Argument" | |
2818 | |
2819 msgid "uniq() argument" | |
2820 msgstr "uniq() Argument" | |
2821 | |
2822 msgid "E702: Sort compare function failed" | |
2823 msgstr "E702: Die Vergleichsfunktion der Sortierung ist fehlgeschlagen." | |
2824 | |
2825 msgid "E882: Uniq compare function failed" | |
2826 msgstr "E882: Die Uniq Vergleichsfunktion ist fehlgeschlagen." | |
2827 | |
18456 | 2828 msgid "map() argument" |
2829 msgstr "map() Argument" | |
2830 | |
2831 msgid "filter() argument" | |
2832 msgstr "filter() Argument" | |
2833 | |
2834 msgid "add() argument" | |
2835 msgstr "add() Argument" | |
2836 | |
2837 msgid "insert() argument" | |
2838 msgstr "insert() Argument" | |
2839 | |
2840 msgid "remove() argument" | |
2841 msgstr "remove() Argument" | |
2842 | |
2843 msgid "reverse() argument" | |
2844 msgstr "reverse() Argument" | |
2845 | |
819 | 2846 msgid "Unknown option argument" |
2847 msgstr "Unbekanntes Optionsargument" | |
7 | 2848 |
2849 msgid "Too many edit arguments" | |
837 | 2850 msgstr "Zu viele Editor-Argumente" |
7 | 2851 |
2852 msgid "Argument missing after" | |
2853 msgstr "Argument fehlt nach" | |
2854 | |
819 | 2855 msgid "Garbage after option argument" |
2856 msgstr "Schrott nach dem Optionsargument" | |
2857 | |
2858 msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments" | |
2859 msgstr "Zu viele \"+command\", \"-c command\" oder \"--cmd command\" Argumente" | |
33 | 2860 |
7 | 2861 msgid "Invalid argument for" |
2862 msgstr "Ungültiges Argument für" | |
2863 | |
11704 | 2864 #, c-format |
2865 msgid "%d files to edit\n" | |
2866 msgstr "%d Dateien zum Editieren\n" | |
2867 | |
2868 msgid "netbeans is not supported with this GUI\n" | |
2869 msgstr "netbeans wird in dieser GUI nicht unterstützt\n" | |
2870 | |
2871 msgid "'-nb' cannot be used: not enabled at compile time\n" | |
11914 | 2872 msgstr "" |
2873 "'-nb' kann nicht benutzt werden: Wurde zum Zeitpunkt des Übersetzens " | |
2874 "deaktiviert.\n" | |
11704 | 2875 |
7 | 2876 msgid "This Vim was not compiled with the diff feature." |
11914 | 2877 msgstr "Vim wurde nicht mit der \"diff\"-Eigenschaft übersetzt." |
7 | 2878 |
2879 msgid "Attempt to open script file again: \"" | |
2880 msgstr "Versuche, die Skript-Datei erneut zu öffnen: \"" | |
2881 | |
2882 msgid "Cannot open for reading: \"" | |
2883 msgstr "kann nicht zum Lesen geöffnet werden: \"" | |
2884 | |
2885 msgid "Cannot open for script output: \"" | |
2886 msgstr "kann nicht zur Skript-Ausgabe geöffnet werden: \"" | |
2887 | |
819 | 2888 msgid "Vim: Error: Failure to start gvim from NetBeans\n" |
2889 msgstr "Vim: Fehler: Konnte gvim nicht von NetBeans aus starten\n" | |
7 | 2890 |
11704 | 2891 msgid "Vim: Error: This version of Vim does not run in a Cygwin terminal\n" |
11914 | 2892 msgstr "" |
2893 "Vim: Fehler: Diese Version von Vim kann nicht in einem Cygwin Terminal " | |
2894 "ausgeführt werden\n" | |
11704 | 2895 |
7 | 2896 msgid "Vim: Warning: Output is not to a terminal\n" |
11704 | 2897 msgstr "Vim: Achtung: Die Ausgabe erfolgt nicht auf einem Terminal\n" |
7 | 2898 |
2899 msgid "Vim: Warning: Input is not from a terminal\n" | |
11704 | 2900 msgstr "Vim: Achtung: Die Eingabe kommt nicht von einem Terminal\n" |
7 | 2901 |
2902 msgid "pre-vimrc command line" | |
2903 msgstr "pre-vimrc Befehls-Zeile" | |
2904 | |
2905 #, c-format | |
2906 msgid "E282: Cannot read from \"%s\"" | |
2907 msgstr "E282: Kann nicht von \"%s\" lesen" | |
2908 | |
2909 msgid "" | |
2910 "\n" | |
2911 "More info with: \"vim -h\"\n" | |
2912 msgstr "" | |
2913 "\n" | |
2914 "Weitere Informationen mit: \"vim -h\"\n" | |
2915 | |
2916 msgid "[file ..] edit specified file(s)" | |
2917 msgstr "[Datei ..] editiere die angegebenen Datei(-en)" | |
2918 | |
2919 msgid "- read text from stdin" | |
2920 msgstr "- lese Text von stdin" | |
2921 | |
2922 msgid "-t tag edit file where tag is defined" | |
837 | 2923 msgstr "-t tag öffne Datei in der der Tag definiert wurde" |
7 | 2924 |
2925 msgid "-q [errorfile] edit file with first error" | |
837 | 2926 msgstr "-q [Fehler-Datei] öffne Datei mit erstem Fehler" |
7 | 2927 |
2928 msgid "" | |
2929 "\n" | |
2930 "\n" | |
14193 | 2931 "Usage:" |
7 | 2932 msgstr "" |
2933 "\n" | |
2934 "\n" | |
2935 "Verwendung:" | |
2936 | |
2937 msgid " vim [arguments] " | |
2938 msgstr " vim [Argumente] " | |
2939 | |
2940 msgid "" | |
2941 "\n" | |
2942 " or:" | |
2943 msgstr "" | |
2944 "\n" | |
2945 " oder:" | |
2946 | |
2947 msgid "" | |
2948 "\n" | |
11704 | 2949 "Where case is ignored prepend / to make flag upper case" |
2950 msgstr "" | |
2951 "\n" | |
11914 | 2952 "Wo Groß/Kleinschreibung ignoriert wird, füge / am Anfang hinzu um das Flag " |
2953 "groß zuschreiben." | |
11704 | 2954 |
2955 msgid "" | |
2956 "\n" | |
7 | 2957 "\n" |
2958 "Arguments:\n" | |
2959 msgstr "" | |
2960 "\n" | |
2961 "\n" | |
2962 "Argumente:\n" | |
2963 | |
2964 msgid "--\t\t\tOnly file names after this" | |
33 | 2965 msgstr "--\t\t\tHiernach nur Dateinamen" |
2966 | |
7 | 2967 msgid "--literal\t\tDon't expand wildcards" |
2968 msgstr "--literal\t\tPlatzhalter werden nicht ausgewertet" | |
2969 | |
2970 msgid "-register\t\tRegister this gvim for OLE" | |
2971 msgstr "-register\t\tRegistriere diesen gvim in OLE" | |
2972 | |
2973 msgid "-unregister\t\tUnregister gvim for OLE" | |
2974 msgstr "-unregister\t\tDeregistriere gvim aus OLE" | |
2975 | |
2976 msgid "-g\t\t\tRun using GUI (like \"gvim\")" | |
2977 msgstr "-g\t\t\tStart als GUI (wie \"gvim\")" | |
2978 | |
819 | 2979 msgid "-f or --nofork\tForeground: Don't fork when starting GUI" |
2980 msgstr "-f\t\t\tVordergrund: Kein \"fork\" beim Start der GUI" | |
33 | 2981 |
7 | 2982 msgid "-v\t\t\tVi mode (like \"vi\")" |
2983 msgstr "-v\t\t\tVi Modus (wie \"vi\")" | |
2984 | |
2985 msgid "-e\t\t\tEx mode (like \"ex\")" | |
2986 msgstr "-e\t\t\tEx Modus (wie \"ex\")" | |
2987 | |
11704 | 2988 msgid "-E\t\t\tImproved Ex mode" |
2989 msgstr "-E\t\t\tVerbesserter Ex Modus" | |
2990 | |
7 | 2991 msgid "-s\t\t\tSilent (batch) mode (only for \"ex\")" |
15033 | 2992 msgstr "-s\t\t\tLeiser (Batch) Modus (nur für \"ex\")" |
7 | 2993 |
2994 msgid "-d\t\t\tDiff mode (like \"vimdiff\")" | |
2995 msgstr "-d\t\t\tDiff Modus (wie \"vimdiff\")" | |
2996 | |
2997 msgid "-y\t\t\tEasy mode (like \"evim\", modeless)" | |
2998 msgstr "-y\t\t\tLeichter Modus (wie \"evim\", ohne Modi)" | |
2999 | |
3000 msgid "-R\t\t\tReadonly mode (like \"view\")" | |
11914 | 3001 msgstr "-R\t\t\tNur Lese-Modus (wie \"view\")" |
7 | 3002 |
3003 msgid "-Z\t\t\tRestricted mode (like \"rvim\")" | |
3004 msgstr "-Z\t\t\tEingeschränkter Modus (wie \"rvim\")" | |
3005 | |
3006 msgid "-m\t\t\tModifications (writing files) not allowed" | |
11914 | 3007 msgstr "-m\t\t\tModifikationen (Schreiben von Dateien) sind nicht erlaubt" |
7 | 3008 |
3009 msgid "-M\t\t\tModifications in text not allowed" | |
4073 | 3010 msgstr "-M\t\t\tModifikationen im Text nicht erlaubt" |
7 | 3011 |
3012 msgid "-b\t\t\tBinary mode" | |
3013 msgstr "-b\t\t\tBinärmodus" | |
3014 | |
3015 msgid "-l\t\t\tLisp mode" | |
4073 | 3016 msgstr "-l\t\t\tLisp Modus" |
7 | 3017 |
3018 msgid "-C\t\t\tCompatible with Vi: 'compatible'" | |
3019 msgstr "-C\t\t\tKompatibel zu Vi: 'compatible'" | |
3020 | |
3021 msgid "-N\t\t\tNot fully Vi compatible: 'nocompatible'" | |
3022 msgstr "-N\t\t\tNicht ganz kompatibel zu Vi: 'nocompatible'" | |
3023 | |
11704 | 3024 msgid "-V[N][fname]\t\tBe verbose [level N] [log messages to fname]" |
3025 msgstr "-V[N][Datei]\t\tVerbose [level N] [Logge nach Datei]" | |
7 | 3026 |
3027 msgid "-D\t\t\tDebugging mode" | |
1619 | 3028 msgstr "-D\t\t\tDebug-Modus" |
7 | 3029 |
3030 msgid "-n\t\t\tNo swap file, use memory only" | |
837 | 3031 msgstr "-n\t\t\tKeine Auslagerungsdatei, verwende nur Speicher" |
7 | 3032 |
3033 msgid "-r\t\t\tList swap files and exit" | |
837 | 3034 msgstr "-r\t\t\tListe nur Auslagerungsdateien auf" |
7 | 3035 |
3036 msgid "-r (with file name)\tRecover crashed session" | |
3037 msgstr "-r (mit Dateiname)\tStelle abgestürzte Session wieder her" | |
3038 | |
3039 msgid "-L\t\t\tSame as -r" | |
11914 | 3040 msgstr "-L\t\t\tGenauso wie -r" |
7 | 3041 |
3042 msgid "-f\t\t\tDon't use newcli to open window" | |
3043 msgstr "-f\t\t\tVerwende nicht newcli zum Öffnen eines neuen Fensters" | |
3044 | |
3045 msgid "-dev <device>\t\tUse <device> for I/O" | |
3046 msgstr "-dev <device>\t\tVerwende <device> for I/O" | |
3047 | |
14123 | 3048 msgid "-A\t\t\tStart in Arabic mode" |
819 | 3049 msgstr "-A\t\t\tStart im Arabischen Modus" |
3050 | |
3051 msgid "-H\t\t\tStart in Hebrew mode" | |
3052 msgstr "-H\t\t\tStart im Hebräischen Modus" | |
3053 | |
7 | 3054 msgid "-T <terminal>\tSet terminal type to <terminal>" |
837 | 3055 msgstr "-T <terminal>\tSetze Terminaltyp auf <terminal>" |
7 | 3056 |
11704 | 3057 msgid "--not-a-term\t\tSkip warning for input/output not being a terminal" |
11914 | 3058 msgstr "" |
3059 "--not-a-term\t\tKeine Warnung ausgeben, wenn Eingabe/Ausgabe nicht auf einem " | |
15033 | 3060 "Terminal ausgegeben wird" |
11704 | 3061 |
3062 msgid "--ttyfail\t\tExit if input or output is not a terminal" | |
11914 | 3063 msgstr "" |
3064 "--ttyfail\t\tBeende, wenn Ein- oder Ausgabe nicht auf einem Terminal " | |
11704 | 3065 "ausgegeben wird" |
3066 | |
7 | 3067 msgid "-u <vimrc>\t\tUse <vimrc> instead of any .vimrc" |
3068 msgstr "-u <vimrc>\t\tBenutze <vimrc> anstatt jeglicher .vimrc" | |
3069 | |
3070 msgid "-U <gvimrc>\t\tUse <gvimrc> instead of any .gvimrc" | |
3071 msgstr "-U <gvimrc>\t\tBenutze <gvimrc> anstatt jeglicher .gvimrc" | |
3072 | |
3073 msgid "--noplugin\t\tDon't load plugin scripts" | |
3074 msgstr "--noplugin\t\tlade keine \"plugin\"-Skripte" | |
3075 | |
11704 | 3076 msgid "-p[N]\t\tOpen N tab pages (default: one for each file)" |
14193 | 3077 msgstr "-p[N]\t\tÖffne N Reiter (Vorgabe: einen für jede Datei)" |
11704 | 3078 |
7 | 3079 msgid "-o[N]\t\tOpen N windows (default: one for each file)" |
11914 | 3080 msgstr "-o[N]\t\tÖffne N Fenster (Vorgabe: für jede Datei eins)" |
7 | 3081 |
819 | 3082 msgid "-O[N]\t\tLike -o but split vertically" |
837 | 3083 msgstr "-O[N]\t\tWie -o, aber teile vertikal" |
33 | 3084 |
7 | 3085 msgid "+\t\t\tStart at end of file" |
3086 msgstr "+\t\t\tStarte am Ende der Datei" | |
3087 | |
3088 msgid "+<lnum>\t\tStart at line <lnum>" | |
3089 msgstr "+<lnum>\t\tStart in Zeile <lnum>" | |
3090 | |
3091 msgid "--cmd <command>\tExecute <command> before loading any vimrc file" | |
837 | 3092 msgstr "--cmd <Befehl>\tFühre <Befehl> vor dem Laden jeglicher vimrc-Datei aus" |
7 | 3093 |
3094 msgid "-c <command>\t\tExecute <command> after loading the first file" | |
3095 msgstr "-c <Befehl>\t\tFühre <Befehl> nach dem Laden der ersten Datei aus" | |
3096 | |
3097 msgid "-S <session>\t\tSource file <session> after loading the first file" | |
3098 msgstr "-S <session>\t\tLese Datei <session> nach dem Laden der ersten Datei" | |
3099 | |
3100 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>" | |
11704 | 3101 msgstr "" |
3102 "-s <scriptin>\tLese Normal-Modus Befehle aus der Skript-Datei <scriptin>" | |
7 | 3103 |
3104 msgid "-w <scriptout>\tAppend all typed commands to file <scriptout>" | |
11914 | 3105 msgstr "" |
3106 "-w <scriptout>\tAlle getippten Befehle der Skript-Datei <scriptout> anfügen" | |
7 | 3107 |
3108 msgid "-W <scriptout>\tWrite all typed commands to file <scriptout>" | |
11914 | 3109 msgstr "" |
3110 "-W <scriptout>\tSchreibe getippte Befehle in die Skript-Datei <scriptout>" | |
7 | 3111 |
3112 msgid "-x\t\t\tEdit encrypted files" | |
11914 | 3113 msgstr "-x\t\t\tEditiere verschlüsselte Dateien" |
7 | 3114 |
3115 msgid "-display <display>\tConnect vim to this particular X-server" | |
3116 msgstr "-display <display>\tStarte vim <display>" | |
3117 | |
3118 msgid "-X\t\t\tDo not connect to X server" | |
837 | 3119 msgstr "-X\t\t\tStelle keine Verbindung zum X-server her" |
7 | 3120 |
819 | 3121 msgid "--remote <files>\tEdit <files> in a Vim server if possible" |
11704 | 3122 msgstr "" |
3123 "--remote <Dateien>\tEditiere <Dateien> in einem Vim-Server falls möglich" | |
819 | 3124 |
3125 msgid "--remote-silent <files> Same, don't complain if there is no server" | |
11704 | 3126 msgstr "" |
3127 "--remote-silent <Dateien> Dasselbe ohne Warnung, wenn kein Server vorhanden " | |
3128 "ist" | |
33 | 3129 |
7 | 3130 msgid "" |
3131 "--remote-wait <files> As --remote but wait for files to have been edited" | |
3132 msgstr "" | |
11704 | 3133 "--remote-wait <Dateien> Wie --remote, aber warte, bis die <Dateien> " |
3134 "editiert wurden" | |
819 | 3135 |
3136 msgid "" | |
3137 "--remote-wait-silent <files> Same, don't complain if there is no server" | |
3138 msgstr "" | |
11704 | 3139 "--remote-wait-silent <files> Dasselbe ohne Warnung, wenn kein Server " |
3140 "vorhanden ist" | |
3141 | |
3142 msgid "" | |
3143 "--remote-tab[-wait][-silent] <files> As --remote but use tab page per file" | |
3144 msgstr "" | |
14999 | 3145 "--remote-tab[-wait][-silent] <Dateien> Wie --remote, aber öffne ein Reiter " |
3146 "für jede Datei." | |
33 | 3147 |
7 | 3148 msgid "--remote-send <keys>\tSend <keys> to a Vim server and exit" |
3149 msgstr "--remote-send <keys>\tSchicke <keys> zu einem Vim Server und beende" | |
3150 | |
3151 msgid "--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result" | |
11704 | 3152 msgstr "" |
3153 "--remote-expr <Ausdruck>\tFühre <Ausdruck> in einem Vim-Server aus und " | |
3154 "drucke das Ergebnis" | |
7 | 3155 |
3156 msgid "--serverlist\t\tList available Vim server names and exit" | |
11914 | 3157 msgstr "--serverlist\t\tAuflisten verfügbarer Vim-Server-Namen und beende" |
7 | 3158 |
3159 msgid "--servername <name>\tSend to/become the Vim server <name>" | |
837 | 3160 msgstr "--servername <Name>\tBenutze den Vim-Server <Name>" |
7 | 3161 |
11704 | 3162 msgid "--startuptime <file>\tWrite startup timing messages to <file>" |
3163 msgstr "--startuptime <Datei>\tSchreibe Start Zeitmessung in <Datei>" | |
3164 | |
7 | 3165 msgid "-i <viminfo>\t\tUse <viminfo> instead of .viminfo" |
3166 msgstr "-i <viminfo>\t\tBenutze <viminfo> statt .viminfo" | |
3167 | |
11704 | 3168 msgid "--clean\t\t'nocompatible', Vim defaults, no plugins, no viminfo" |
11914 | 3169 msgstr "" |
3170 "--clean\t\t'nocompatible', Vim Standardwerte, keine Plugins, keine Viminfo" | |
11704 | 3171 |
819 | 3172 msgid "-h or --help\tPrint Help (this message) and exit" |
3173 msgstr "-h or --help\tAnzeigen der Hilfe (diesen Text) und beenden" | |
3174 | |
3175 msgid "--version\t\tPrint version information and exit" | |
3176 msgstr "--version\t\tVersionsinformation anzeigen und beenden" | |
33 | 3177 |
7 | 3178 msgid "" |
3179 "\n" | |
3180 "Arguments recognised by gvim (Motif version):\n" | |
3181 msgstr "" | |
3182 "\n" | |
11914 | 3183 "Argumente für den gvim (Motif Version):\n" |
7 | 3184 |
819 | 3185 msgid "" |
3186 "\n" | |
3187 "Arguments recognised by gvim (neXtaw version):\n" | |
3188 msgstr "" | |
3189 "\n" | |
11914 | 3190 "Argumente für den gvim (neXtaw Version):\n" |
33 | 3191 |
7 | 3192 msgid "" |
3193 "\n" | |
3194 "Arguments recognised by gvim (Athena version):\n" | |
3195 msgstr "" | |
3196 "\n" | |
11914 | 3197 "Argumente für den gvim (Athena Version):\n" |
7 | 3198 |
3199 msgid "-display <display>\tRun vim on <display>" | |
3200 msgstr "-display <display>\tStarte vim auf <display>" | |
3201 | |
3202 msgid "-iconic\t\tStart vim iconified" | |
3203 msgstr "-iconic\t\tStarte vim als Icon" | |
3204 | |
3205 msgid "-background <color>\tUse <color> for the background (also: -bg)" | |
11704 | 3206 msgstr "" |
3207 "-background <Farbe>\tBenutze <Farbe> für den Hintergrund (auch mit: -bg)" | |
7 | 3208 |
3209 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)" | |
11704 | 3210 msgstr "" |
3211 "-foreground <Farbe>\tBenutze <Farbe> für den Text Vordergrund (auch mit: -fg)" | |
7 | 3212 |
3213 msgid "-font <font>\t\tUse <font> for normal text (also: -fn)" | |
11704 | 3214 msgstr "" |
3215 "-font <Schriftart>\tBenutze <Schriftart> für normalen Text (auch mit: -fn)" | |
7 | 3216 |
3217 msgid "-boldfont <font>\tUse <font> for bold text" | |
3218 msgstr "-boldfont <Schriftart>\tBenutze <Schriftart> für Fettschrift" | |
3219 | |
3220 msgid "-italicfont <font>\tUse <font> for italic text" | |
3221 msgstr "-italicfont <Schriftart>\tBenutze <Schriftart> für geneigten Text" | |
3222 | |
3223 msgid "-geometry <geom>\tUse <geom> for initial geometry (also: -geom)" | |
11704 | 3224 msgstr "" |
15033 | 3225 "-geometry <geom>\tBenutze <geom> für die Anfangs Abmessungen (auch mit: -" |
11704 | 3226 "geom)" |
7 | 3227 |
3228 msgid "-borderwidth <width>\tUse a border width of <width> (also: -bw)" | |
11704 | 3229 msgstr "" |
3230 "-borderwidth <Breite>\tBenutze einen Rahmen der Breite <Breite> (auch mit: -" | |
3231 "bw)" | |
7 | 3232 |
3233 msgid "-scrollbarwidth <width> Use a scrollbar width of <width> (also: -sw)" | |
11704 | 3234 msgstr "" |
3235 "-scrollbarwidth <Breite> Benutze eine Scrollbar der Breite <Breite> (auch " | |
3236 "mit: -sw)" | |
7 | 3237 |
3238 msgid "-menuheight <height>\tUse a menu bar height of <height> (also: -mh)" | |
11704 | 3239 msgstr "" |
3240 "-menuheight <Höhe>\tBenutze einen Menü-Balken der Höhe <Höhe> (auch mit: -mh)" | |
7 | 3241 |
3242 msgid "-reverse\t\tUse reverse video (also: -rv)" | |
3243 msgstr "-reverse\t\tBenutze invertierte Farben (auch mit: -rv)" | |
3244 | |
3245 msgid "+reverse\t\tDon't use reverse video (also: +rv)" | |
3246 msgstr "+reverse\t\tBenutze keine invertierten Farben (auch mit: +rv)" | |
3247 | |
3248 msgid "-xrm <resource>\tSet the specified resource" | |
33 | 3249 msgstr "-xrm <resource>\tSetze die gegebene Ressource" |
3250 | |
7 | 3251 msgid "" |
3252 "\n" | |
3253 "Arguments recognised by gvim (GTK+ version):\n" | |
3254 msgstr "" | |
3255 "\n" | |
11914 | 3256 "Argumente für gvim GTK+ Version:\n" |
7 | 3257 |
3258 msgid "-display <display>\tRun vim on <display> (also: --display)" | |
3259 msgstr "-display <display>\tStarte vim auf <display> (auch mit: --display)" | |
3260 | |
819 | 3261 msgid "--role <role>\tSet a unique role to identify the main window" |
11704 | 3262 msgstr "" |
3263 "--role <role>\tSetze eine eindeutige Rolle, um das Hauptfenster zu " | |
3264 "identifizieren" | |
33 | 3265 |
3266 msgid "--socketid <xid>\tOpen Vim inside another GTK widget" | |
3267 msgstr "--socketid <xid>\tÖffne Vim in einem anderen GTK widget" | |
3268 | |
11704 | 3269 msgid "--echo-wid\t\tMake gvim echo the Window ID on stdout" |
3270 msgstr "--echo-wid\t\tSchreibe die Window ID auf Standard Ausgabe." | |
3271 | |
819 | 3272 msgid "-P <parent title>\tOpen Vim inside parent application" |
3273 msgstr "-P <parent title>\tÖffne Vim innerhalb der Vater-Applikation" | |
3274 | |
11704 | 3275 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" |
3276 msgstr "--windowid <HWND>\tÖffne Vim in einem anderen Win32 widget" | |
3277 | |
819 | 3278 msgid "No display" |
3279 msgstr "Keine Anzeige" | |
7 | 3280 |
819 | 3281 msgid ": Send failed.\n" |
3282 msgstr ": Versendung fehlgeschlagen.\n" | |
7 | 3283 |
819 | 3284 msgid ": Send failed. Trying to execute locally\n" |
3285 msgstr ": Versendung fehlgeschlagen. Versuche lokale Ausführung\n" | |
33 | 3286 |
7 | 3287 #, c-format |
3288 msgid "%d of %d edited" | |
837 | 3289 msgstr "%d von %d bearbeitet" |
7 | 3290 |
819 | 3291 msgid "No display: Send expression failed.\n" |
3292 msgstr "Keine Anzeige: Versenden des Ausdrucks fehlgeschlagen.\n" | |
3293 | |
3294 msgid ": Send expression failed.\n" | |
3295 msgstr ": Versenden des Ausdrucks fehlgeschlagen.\n" | |
33 | 3296 |
18053 | 3297 #, c-format |
3298 msgid "E224: global abbreviation already exists for %s" | |
3299 msgstr "E224: Globale Kurzform für %s existiert bereits" | |
3300 | |
3301 #, c-format | |
3302 msgid "E225: global mapping already exists for %s" | |
3303 msgstr "E225: Globales Mapping für %s existiert bereits" | |
3304 | |
3305 #, c-format | |
3306 msgid "E226: abbreviation already exists for %s" | |
3307 msgstr "E226: Kurzform %s existiert bereits" | |
3308 | |
3309 #, c-format | |
3310 msgid "E227: mapping already exists for %s" | |
3311 msgstr "E227: Mapping für %s existiert bereits" | |
3312 | |
3313 msgid "No abbreviation found" | |
3314 msgstr "Keine Kurzform gefunden" | |
3315 | |
3316 msgid "No mapping found" | |
3317 msgstr "Kein Mapping gefunden" | |
3318 | |
3319 msgid "E228: makemap: Illegal mode" | |
3320 msgstr "E228: makemap: Unzulässiger Modus" | |
3321 | |
3322 #, c-format | |
3323 msgid "E357: 'langmap': Matching character missing for %s" | |
3324 msgstr "E357: 'langmap': Passendes Zeichen fehlt für %s" | |
3325 | |
3326 #, c-format | |
3327 msgid "E358: 'langmap': Extra characters after semicolon: %s" | |
3328 msgstr "E358: 'langmap': Überschüssige Zeichen nach dem Semikolon: %s" | |
3329 | |
7 | 3330 msgid "No marks set" |
3331 msgstr "Keine Markierungen gesetzt" | |
3332 | |
3333 #, c-format | |
3334 msgid "E283: No marks matching \"%s\"" | |
11914 | 3335 msgstr "E283: Keine Markierungen passen auf \"%s\"" |
3336 | |
7 | 3337 msgid "" |
3338 "\n" | |
3339 "mark line col file/text" | |
3340 msgstr "" | |
3341 "\n" | |
3342 "Mark Zeile Sp Datei/Text" | |
3343 | |
3344 msgid "" | |
3345 "\n" | |
3346 " jump line col file/text" | |
3347 msgstr "" | |
3348 "\n" | |
3349 " Sprung Zeile Sp Datei/Text" | |
3350 | |
819 | 3351 msgid "" |
3352 "\n" | |
3353 "change line col text" | |
3354 msgstr "" | |
3355 "\n" | |
3356 "Änder. Zeile Sp Text" | |
33 | 3357 |
819 | 3358 msgid "E543: Not a valid codepage" |
3359 msgstr "E543: Keine zulässige Codepage" | |
33 | 3360 |
7 | 3361 msgid "E284: Cannot set IC values" |
3362 msgstr "E284: Kann die IC Werte nicht setzen" | |
3363 | |
3364 msgid "E285: Failed to create input context" | |
3365 msgstr "E285: Eingabe-Kontext konnte nicht erzeugt werden" | |
3366 | |
3367 msgid "E286: Failed to open input method" | |
11914 | 3368 msgstr "E286: Eingabemethode konnte nicht geöffnet werden" |
7 | 3369 |
3370 msgid "E287: Warning: Could not set destroy callback to IM" | |
15033 | 3371 msgstr "E287: Achtung: Destroy Callback konnte nicht auf IM gesetzt werden" |
7 | 3372 |
3373 msgid "E288: input method doesn't support any style" | |
837 | 3374 msgstr "E288: Eingabemethode unterstützt keinen einzigen Stil" |
7 | 3375 |
3376 msgid "E289: input method doesn't support my preedit type" | |
837 | 3377 msgstr "E289: Eingabemethode unterstützt nicht meinen Voreditier-Typen" |
7 | 3378 |
3379 msgid "E293: block was not locked" | |
3380 msgstr "E293: Block war nicht gesperrt" | |
3381 | |
3382 msgid "E294: Seek error in swap file read" | |
837 | 3383 msgstr "E294: Positionierungsfehler beim Lesen der Auslagerungsdatei" |
7 | 3384 |
3385 msgid "E295: Read error in swap file" | |
837 | 3386 msgstr "E295: Lesefehler in der Auslagerungsdatei" |
7 | 3387 |
3388 msgid "E296: Seek error in swap file write" | |
837 | 3389 msgstr "E296: Positionierungsfehler beim Schreiben in die Auslagerungsdatei" |
7 | 3390 |
3391 msgid "E297: Write error in swap file" | |
837 | 3392 msgstr "E297: Fehler beim Schreiben in die Auslagerungsdatei" |
7 | 3393 |
3394 msgid "E300: Swap file already exists (symlink attack?)" | |
837 | 3395 msgstr "E300: Auslagerungsdatei ist bereits vorhanden (symlink Attacke?)" |
7 | 3396 |
3397 msgid "E298: Didn't get block nr 0?" | |
3398 msgstr "E298: Block Nr. 0 nicht erhalten?" | |
3399 | |
3400 msgid "E298: Didn't get block nr 1?" | |
3401 msgstr "E298: Block Nr. 1 nicht erhalten?" | |
3402 | |
3403 msgid "E298: Didn't get block nr 2?" | |
3404 msgstr "E298: Block Nr. 2 nicht erhalten?" | |
3405 | |
11704 | 3406 msgid "E843: Error while updating swap file crypt" |
15194 | 3407 msgstr "" |
3408 "E843: Fehler beim Aktualisieren der Verschlüsselung der Auslagerungsdatei." | |
11704 | 3409 |
7 | 3410 msgid "E301: Oops, lost the swap file!!!" |
15033 | 3411 msgstr "E301: Upps, Verlust der Auslagerungsdatei!!!" |
7 | 3412 |
3413 msgid "E302: Could not rename swap file" | |
837 | 3414 msgstr "E302: Auslagerungsdatei konnte nicht umbenannt werden" |
7 | 3415 |
3416 #, c-format | |
3417 msgid "E303: Unable to open swap file for \"%s\", recovery impossible" | |
11704 | 3418 msgstr "" |
3419 "E303: Auslagerungsdatei für \"%s\" konnte nicht geöffnet werden, " | |
3420 "Wiederherstellung unmöglich" | |
3421 | |
3422 msgid "E304: ml_upd_block0(): Didn't get block 0??" | |
3423 msgstr "E304: ml_upd_block0(): Block Nr. 0 nicht erhalten?" | |
7 | 3424 |
3425 #, c-format | |
3426 msgid "E305: No swap file found for %s" | |
837 | 3427 msgstr "E305: Keine Auslagerungsdatei für %s gefunden" |
7 | 3428 |
3429 msgid "Enter number of swap file to use (0 to quit): " | |
11704 | 3430 msgstr "" |
3431 "Geben Sie die Nummer der Auslagerungsdatei ein die verwendet werden soll (0 " | |
3432 "um abzubrechen): " | |
7 | 3433 |
3434 #, c-format | |
3435 msgid "E306: Cannot open %s" | |
3436 msgstr "E306: %s kann nicht geöffnet werden" | |
3437 | |
3438 msgid "Unable to read block 0 from " | |
3439 msgstr "Block 0 kann nicht gelesen werden aus " | |
3440 | |
3441 msgid "" | |
3442 "\n" | |
3443 "Maybe no changes were made or Vim did not update the swap file." | |
3444 msgstr "" | |
3445 "\n" | |
11704 | 3446 "Vielleicht wurden keine Änderungen vorgenommen oder Vim hatte die " |
3447 "Auslagerungsdatei nicht aktualisiert." | |
7 | 3448 |
3449 msgid " cannot be used with this version of Vim.\n" | |
3450 msgstr " kann nicht zusammen mit dieser Vim Version verwendet werden.\n" | |
3451 | |
3452 msgid "Use Vim version 3.0.\n" | |
3453 msgstr "Benutze Vim Version 3.0.\n" | |
3454 | |
3455 #, c-format | |
3456 msgid "E307: %s does not look like a Vim swap file" | |
837 | 3457 msgstr "E307: %s sieht nicht wie eine Vim Auslagerungsdatei aus" |
7 | 3458 |
3459 msgid " cannot be used on this computer.\n" | |
3460 msgstr " kann auf diesem Rechner nicht verwendet werden.\n" | |
3461 | |
3462 msgid "The file was created on " | |
15033 | 3463 msgstr "Die Datei wurde erstellt am " |
7 | 3464 |
3465 msgid "" | |
3466 ",\n" | |
3467 "or the file has been damaged." | |
3468 msgstr "" | |
3469 ",\n" | |
15033 | 3470 "oder die Datei wurde beschädigt." |
7 | 3471 |
3472 #, c-format | |
11704 | 3473 msgid "" |
3474 "E833: %s is encrypted and this version of Vim does not support encryption" | |
3475 msgstr "" | |
15033 | 3476 "E833: %s ist verschlüsselt, aber diese Version von Vim unterstützt " |
11914 | 3477 "Verschlüsselung nicht." |
11704 | 3478 |
3479 msgid " has been damaged (page size is smaller than minimum value).\n" | |
3480 msgstr " wurde beschädigt (Pagesize kleiner als das Minimum).\n" | |
3481 | |
3482 #, c-format | |
7 | 3483 msgid "Using swap file \"%s\"" |
837 | 3484 msgstr "Verwende Auslagerungsdatei \"%s\"" |
7 | 3485 |
3486 #, c-format | |
3487 msgid "Original file \"%s\"" | |
3488 msgstr "Original-Datei \"%s\"" | |
3489 | |
3490 msgid "E308: Warning: Original file may have been changed" | |
11704 | 3491 msgstr "E308: Achtung: Die Originaldatei könnte verändert worden sein" |
3492 | |
3493 #, c-format | |
3494 msgid "Swap file is encrypted: \"%s\"" | |
15033 | 3495 msgstr "Swap Datei ist verschlüsselt: \"%s\"" |
11704 | 3496 |
3497 msgid "" | |
3498 "\n" | |
3499 "If you entered a new crypt key but did not write the text file," | |
3500 msgstr "" | |
3501 "\n" | |
11914 | 3502 "Wenn Sie einen neuen Schlüssel eingegeben haben, aber die Textdatei nicht " |
3503 "geschrieben haben," | |
11704 | 3504 |
3505 msgid "" | |
3506 "\n" | |
3507 "enter the new crypt key." | |
3508 msgstr "" | |
3509 "\n" | |
3510 "geben Sie bitte den Schlüssel ein: " | |
3511 | |
3512 msgid "" | |
3513 "\n" | |
3514 "If you wrote the text file after changing the crypt key press enter" | |
3515 msgstr "" | |
3516 "\n" | |
11914 | 3517 "Wenn Sie die Textdatei geschrieben haben, nachdem der Schlüssel geändert " |
3518 "wurde, drücke Enter." | |
11704 | 3519 |
3520 msgid "" | |
3521 "\n" | |
3522 "to use the same key for text file and swap file" | |
3523 msgstr "" | |
3524 "\n" | |
3525 "um den gleichen Schlüssel für die Textdatei und die Swap Datei zu nutzen." | |
7 | 3526 |
3527 #, c-format | |
3528 msgid "E309: Unable to read block 1 from %s" | |
15033 | 3529 msgstr "E309: Block 1 von %s kann nicht gelesen werden" |
7 | 3530 |
3531 msgid "???MANY LINES MISSING" | |
3532 msgstr "???VIELE ZEILEN FEHLEN" | |
3533 | |
3534 msgid "???LINE COUNT WRONG" | |
11914 | 3535 msgstr "???ZEILENANZAHL FALSCH" |
7 | 3536 |
3537 msgid "???EMPTY BLOCK" | |
3538 msgstr "???LEERER BLOCK" | |
3539 | |
3540 msgid "???LINES MISSING" | |
3541 msgstr "???ZEILEN FEHLEN" | |
3542 | |
3543 #, c-format | |
3544 msgid "E310: Block 1 ID wrong (%s not a .swp file?)" | |
3545 msgstr "E310: Block 1 ID falsch (ist %s keine .swp-Datei?)" | |
3546 | |
3547 msgid "???BLOCK MISSING" | |
3548 msgstr "???BLOCK FEHLT" | |
3549 | |
3550 msgid "??? from here until ???END lines may be messed up" | |
3551 msgstr "??? von hier bis ???ENDE könnten die Zeilen falsch sein" | |
3552 | |
3553 msgid "??? from here until ???END lines may have been inserted/deleted" | |
3554 msgstr "??? von hier bis ???ENDE könnten Zeilen eingefügt oder gelöscht sein" | |
3555 | |
3556 msgid "???END" | |
3557 msgstr "???ENDE" | |
3558 | |
3559 msgid "E311: Recovery Interrupted" | |
3560 msgstr "E311: Wiederherstellung unterbrochen" | |
3561 | |
3562 msgid "" | |
3563 "E312: Errors detected while recovering; look for lines starting with ???" | |
3564 msgstr "" | |
11704 | 3565 "E312: Fehler wurden festgestellt während der Wiederherstellung: suche nach " |
3566 "Zeilen die mit ??? beginnen" | |
7 | 3567 |
33 | 3568 msgid "See \":help E312\" for more information." |
3569 msgstr "Lesen Sie \":help E312\" für weitere Informationen." | |
3570 | |
7 | 3571 msgid "Recovery completed. You should check if everything is OK." |
15033 | 3572 msgstr "Wiederherstellung beendet. Prüfen Sie, ob alles OK ist." |
7 | 3573 |
3574 msgid "" | |
3575 "\n" | |
3576 "(You might want to write out this file under another name\n" | |
3577 msgstr "" | |
3578 "\n" | |
3579 "(Wollen Sie vielleicht diese Datei unter einem neuen Namen speichern\n" | |
3580 | |
11704 | 3581 msgid "and run diff with the original file to check for changes)" |
11914 | 3582 msgstr "" |
3583 "und \"diff\" mit der Original-Datei ausführen, um Änderungen zu prüfen)" | |
11704 | 3584 |
3585 msgid "Recovery completed. Buffer contents equals file contents." | |
3586 msgstr "Recovery durchgeführt. Pufferinhalt entspricht Dateiinhalt." | |
7 | 3587 |
3588 msgid "" | |
11704 | 3589 "\n" |
3590 "You may want to delete the .swp file now.\n" | |
3591 "\n" | |
3592 msgstr "" | |
3593 "\n" | |
3594 "Sie können die Swap Datei jetzt löschen.\n" | |
3595 "\n" | |
3596 | |
3597 msgid "Using crypt key from swap file for the text file.\n" | |
3598 msgstr "Benutze den Schlüssel der Swap Datei für die Textdatei.\n" | |
7 | 3599 |
3600 msgid "Swap files found:" | |
837 | 3601 msgstr "Auslagerungsdateien gefunden:" |
7 | 3602 |
3603 msgid " In current directory:\n" | |
11914 | 3604 msgstr " Im aktuellen Verzeichnis:\n" |
7 | 3605 |
3606 msgid " Using specified name:\n" | |
3607 msgstr " Benutze gegebenen Namen:\n" | |
3608 | |
3609 msgid " In directory " | |
3610 msgstr " Im Verzeichnis " | |
3611 | |
3612 msgid " -- none --\n" | |
3613 msgstr " -- Nichts --\n" | |
3614 | |
18053 | 3615 # no-c-format |
3616 msgid "%a %b %d %H:%M:%S %Y" | |
3617 msgstr "%a, %d %b %Y %H:%M:%S" | |
3618 | |
7 | 3619 msgid " owned by: " |
3620 msgstr " Eigentum von: " | |
3621 | |
3622 msgid " dated: " | |
3623 msgstr " vom: " | |
3624 | |
3625 msgid " dated: " | |
3626 msgstr " vom: " | |
3627 | |
3628 msgid " [from Vim version 3.0]" | |
3629 msgstr " [von Vim Version 3.0]" | |
3630 | |
3631 msgid " [does not look like a Vim swap file]" | |
837 | 3632 msgstr " [sieht nicht wie eine Vim Auslagerungsdatei aus]" |
7 | 3633 |
3634 msgid " file name: " | |
3635 msgstr " Dateiname: " | |
3636 | |
3637 msgid "" | |
3638 "\n" | |
3639 " modified: " | |
3640 msgstr "" | |
3641 "\n" | |
3642 " verändert: " | |
3643 | |
3644 msgid "YES" | |
3645 msgstr "JA" | |
3646 | |
3647 msgid "no" | |
3648 msgstr "nein" | |
3649 | |
3650 msgid "" | |
3651 "\n" | |
3652 " user name: " | |
3653 msgstr "" | |
3654 "\n" | |
837 | 3655 " Benutzer-Name: " |
7 | 3656 |
3657 msgid " host name: " | |
15033 | 3658 msgstr " Hostname: " |
7 | 3659 |
3660 msgid "" | |
3661 "\n" | |
3662 " host name: " | |
3663 msgstr "" | |
3664 "\n" | |
15033 | 3665 " Hostname: " |
7 | 3666 |
3667 msgid "" | |
3668 "\n" | |
3669 " process ID: " | |
3670 msgstr "" | |
3671 "\n" | |
837 | 3672 " Process-ID: " |
7 | 3673 |
14999 | 3674 msgid " (STILL RUNNING)" |
3675 msgstr " (LÄUFT NOCH)" | |
7 | 3676 |
3677 msgid "" | |
3678 "\n" | |
3679 " [not usable with this version of Vim]" | |
3680 msgstr "" | |
3681 "\n" | |
11914 | 3682 " [nicht verwendbar mit dieser Vim-Version]" |
7 | 3683 |
3684 msgid "" | |
3685 "\n" | |
3686 " [not usable on this computer]" | |
3687 msgstr "" | |
3688 "\n" | |
3689 " [nicht verwendbar auf diesem Rechner]" | |
3690 | |
3691 msgid " [cannot be read]" | |
3692 msgstr " [kann nicht gelesen werden]" | |
3693 | |
3694 msgid " [cannot be opened]" | |
3695 msgstr " [kann nicht geöffnet werden]" | |
3696 | |
3697 msgid "E313: Cannot preserve, there is no swap file" | |
837 | 3698 msgstr "E313: Kann nicht absichern, es gibt keine Auslagerungsdatei" |
7 | 3699 |
3700 msgid "File preserved" | |
3701 msgstr "Datei gesichert" | |
3702 | |
3703 msgid "E314: Preserve failed" | |
3704 msgstr "E314: Absicherung fehlgeschlagen" | |
3705 | |
3706 #, c-format | |
3707 msgid "E315: ml_get: invalid lnum: %ld" | |
11914 | 3708 msgstr "E315: ml_get: unzulässige Zeilennummer: %ld" |
7 | 3709 |
3710 #, c-format | |
18639 | 3711 msgid "E316: ml_get: cannot find line %ld in buffer %d %s" |
3712 msgstr "E316: ml_get: kann Zeile %ld in Puffer %d %s nicht finden" | |
7 | 3713 |
3714 msgid "E317: pointer block id wrong 3" | |
837 | 3715 msgstr "E317: Zeiger Block id falsch 3" |
7 | 3716 |
3717 msgid "stack_idx should be 0" | |
3718 msgstr "stack_idx sollte 0 sein" | |
3719 | |
3720 msgid "E318: Updated too many blocks?" | |
15033 | 3721 msgstr "E318: Zu viele Blöcke aktualisiert?" |
7 | 3722 |
3723 msgid "E317: pointer block id wrong 4" | |
3724 msgstr "E317: Zeiger Block id falsch 4" | |
3725 | |
3726 msgid "deleted block 1?" | |
3727 msgstr "Block 1 gelöscht?" | |
3728 | |
3729 #, c-format | |
3730 msgid "E320: Cannot find line %ld" | |
1619 | 3731 msgstr "E320: Kann Zeile %ld nicht finden" |
7 | 3732 |
3733 msgid "E317: pointer block id wrong" | |
3734 msgstr "E317: Zeiger Block id ist falsch" | |
3735 | |
3736 msgid "pe_line_count is zero" | |
3737 msgstr "pe_line_count ist Null" | |
3738 | |
3739 #, c-format | |
3740 msgid "E322: line number out of range: %ld past the end" | |
3741 msgstr "E322: Zeilennummer nicht im zulässigen Bereich: %ld nach dem Ende" | |
3742 | |
3743 #, c-format | |
3744 msgid "E323: line count wrong in block %ld" | |
11914 | 3745 msgstr "E323: Zeilenanzahl falsch in Block %ld" |
7 | 3746 |
3747 msgid "Stack size increases" | |
18053 | 3748 msgstr "Stack Größe wächst" |
7 | 3749 |
3750 msgid "E317: pointer block id wrong 2" | |
3751 msgstr "E317: Zeiger Block id falsch 2" | |
3752 | |
11704 | 3753 #, c-format |
3754 msgid "E773: Symlink loop for \"%s\"" | |
3755 msgstr "E773: Symlink Schleife für \"%s\"" | |
3756 | |
7 | 3757 msgid "E325: ATTENTION" |
3758 msgstr "E325: ACHTUNG" | |
3759 | |
3760 msgid "" | |
3761 "\n" | |
3762 "Found a swap file by the name \"" | |
3763 msgstr "" | |
3764 "\n" | |
837 | 3765 "Auslagerungsdatei mit folgendem Namen gefunden: \"" |
7 | 3766 |
3767 msgid "While opening file \"" | |
3768 msgstr "Beim Öffnen der Datei \"" | |
3769 | |
14999 | 3770 msgid " CANNOT BE FOUND" |
3771 msgstr " WURDE NICHT GEFUNDEN" | |
3772 | |
7 | 3773 msgid " NEWER than swap file!\n" |
15033 | 3774 msgstr " NEUER als Auslagerungsdatei!\n" |
7 | 3775 |
3776 msgid "" | |
3777 "\n" | |
11704 | 3778 "(1) Another program may be editing the same file. If this is the case,\n" |
3779 " be careful not to end up with two different instances of the same\n" | |
3780 " file when making changes. Quit, or continue with caution.\n" | |
3781 msgstr "" | |
3782 "\n" | |
3783 "(1) Ein anderes Programm editiert möglicherweise diese Datei. Wenn dies\n" | |
3784 " der Fall ist, sollten Sie vorsichtig sein, damit es nicht zu\n" | |
3785 " Überschneidungen kommt. Beende oder fahre vorsichtig fort.\n" | |
3786 | |
3787 msgid "(2) An edit session for this file crashed.\n" | |
3788 msgstr "(2) Eine Editiersitzung für diese Datei ist abgestürzt.\n" | |
7 | 3789 |
3790 msgid " If this is the case, use \":recover\" or \"vim -r " | |
11704 | 3791 msgstr "" |
3792 " Wenn dies der Fall ist, so verwenden Sie \":recover\" oder \"vim -r " | |
7 | 3793 |
3794 msgid "" | |
3795 "\"\n" | |
3796 " to recover the changes (see \":help recovery\").\n" | |
3797 msgstr "" | |
3798 "\"\n" | |
3799 " um die Änderungen wiederherzustellen (siehe \":help recovery\").\n" | |
3800 | |
3801 msgid " If you did this already, delete the swap file \"" | |
11704 | 3802 msgstr "" |
3803 " Wenn dies bereits geschehen ist, löschen Sie die Auslagerungsdatei \"" | |
7 | 3804 |
3805 msgid "" | |
3806 "\"\n" | |
3807 " to avoid this message.\n" | |
3808 msgstr "" | |
3809 "\"\n" | |
3810 " um diese Nachricht zu vermeiden.\n" | |
3811 | |
18053 | 3812 msgid "Found a swap file that is not useful, deleting it" |
3813 msgstr "Auslagerungsdatei gefunden, die nicht nutzbar ist. Lösche diese" | |
3814 | |
7 | 3815 msgid "Swap file \"" |
837 | 3816 msgstr "Auslagerungsdatei \"" |
7 | 3817 |
3818 msgid "\" already exists!" | |
3819 msgstr "\" ist bereits vorhanden!" | |
3820 | |
3821 msgid "VIM - ATTENTION" | |
3822 msgstr "VIM - ACHTUNG" | |
3823 | |
33 | 3824 msgid "Swap file already exists!" |
837 | 3825 msgstr "Auslagerungsdatei ist bereits vorhanden!" |
33 | 3826 |
819 | 3827 msgid "" |
3828 "&Open Read-Only\n" | |
3829 "&Edit anyway\n" | |
3830 "&Recover\n" | |
3831 "&Quit\n" | |
3832 "&Abort" | |
3833 msgstr "" | |
1121 | 3834 "Nur zum &Lesen öffnen\n" |
819 | 3835 "Trotzdem &editieren\n" |
3836 "&Wiederherstellen\n" | |
3837 "&Beenden\n" | |
3838 "&Abbrechen" | |
3839 | |
3840 msgid "" | |
3841 "&Open Read-Only\n" | |
3842 "&Edit anyway\n" | |
3843 "&Recover\n" | |
3844 "&Delete it\n" | |
3845 "&Quit\n" | |
3846 "&Abort" | |
3847 msgstr "" | |
1121 | 3848 "Nur zum &Lesen öffnen\n" |
819 | 3849 "Trotzdem &editieren\n" |
3850 "&Wiederherstellen\n" | |
1121 | 3851 "&Datei Löschen\n" |
819 | 3852 "&Beenden\n" |
3853 "&Abbrechen" | |
33 | 3854 |
7 | 3855 msgid "E326: Too many swap files found" |
837 | 3856 msgstr "E326: Zu viele Auslagerungsdateien gefunden" |
7 | 3857 |
3858 msgid "E327: Part of menu-item path is not sub-menu" | |
3859 msgstr "E327: Teil des Menüpunkt-Pfades muss zum Untermenü führen" | |
3860 | |
819 | 3861 #, c-format |
3862 msgid "E329: No menu \"%s\"" | |
3863 msgstr "E329: Kein Menü \"%s\"" | |
7 | 3864 |
11704 | 3865 msgid "E792: Empty menu name" |
3866 msgstr "E792: Leerer Menüname" | |
3867 | |
7 | 3868 msgid "E330: Menu path must not lead to a sub-menu" |
3869 msgstr "E330: Menü-Pfad darf nicht zum Untermenü führen" | |
3870 | |
3871 msgid "E331: Must not add menu items directly to menu bar" | |
11914 | 3872 msgstr "" |
3873 "E331: Menüpunkte können nicht direkt zum Menü-Balken hinzugefügt werden" | |
7 | 3874 |
3875 msgid "E332: Separator cannot be part of a menu path" | |
3876 msgstr "E332: Trenner kann nicht Teil des Menü-Pfades sein" | |
3877 | |
3878 msgid "" | |
3879 "\n" | |
3880 "--- Menus ---" | |
3881 msgstr "" | |
3882 "\n" | |
3883 "--- Menüs ---" | |
3884 | |
3885 msgid "Tear off this menu" | |
3886 msgstr "Reiße dieses Menü ab" | |
3887 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
3888 #, c-format |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
3889 msgid "E335: Menu not defined for %s mode" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
3890 msgstr "E335: Menü ist für Modus %s nicht definiert" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
3891 |
7 | 3892 msgid "E333: Menu path must lead to a menu item" |
837 | 3893 msgstr "E333: Menü-Pfad muss zu einem Menüpunkt führen" |
7 | 3894 |
3895 #, c-format | |
3896 msgid "E334: Menu not found: %s" | |
3897 msgstr "E334: Menü nicht gefunden: %s" | |
3898 | |
3899 msgid "E336: Menu path must lead to a sub-menu" | |
3900 msgstr "E336: Menü-Pfad muss zum Untermenü führen" | |
3901 | |
3902 msgid "E337: Menu not found - check menu names" | |
3903 msgstr "E337: Menü nicht gefunden - überprüfe Menü-Namen" | |
3904 | |
3905 #, c-format | |
3906 msgid "Error detected while processing %s:" | |
3907 msgstr "Fehler beim Ausführen von \"%s\":" | |
3908 | |
3909 #, c-format | |
3910 msgid "line %4ld:" | |
3911 msgstr "Zeile %4ld:" | |
3912 | |
819 | 3913 #, c-format |
3914 msgid "E354: Invalid register name: '%s'" | |
3915 msgstr "E354: Ungültiger Register Name: '%s'" | |
7 | 3916 |
3917 msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" | |
11704 | 3918 msgstr "Übersetzt von Christian Brabandt <cb@256bit.org>" |
7 | 3919 |
3920 msgid "Interrupt: " | |
3921 msgstr "Unterbrechung: " | |
3922 | |
11704 | 3923 msgid "Press ENTER or type command to continue" |
3924 msgstr "Betätigen Sie die EINGABETASTE oder geben Sie einen Befehl ein" | |
7 | 3925 |
819 | 3926 #, c-format |
3927 msgid "%s line %ld" | |
3928 msgstr "%s Zeile %ld" | |
3929 | |
7 | 3930 msgid "-- More --" |
3931 msgstr "-- Mehr --" | |
3932 | |
819 | 3933 msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit " |
11704 | 3934 msgstr "" |
3935 " LEERZEICHEN/d/j: Seite/halbe Seite/Zeile vorwärts, b/u/k: rückwärts, q: " | |
3936 "Ende " | |
7 | 3937 |
3938 msgid "Question" | |
3939 msgstr "Frage" | |
3940 | |
3941 msgid "" | |
3942 "&Yes\n" | |
3943 "&No" | |
3944 msgstr "" | |
3945 "&Ja\n" | |
3946 "&Nein" | |
3947 | |
3948 msgid "" | |
3949 "&Yes\n" | |
3950 "&No\n" | |
3951 "Save &All\n" | |
3952 "&Discard All\n" | |
3953 "&Cancel" | |
3954 msgstr "" | |
3955 "&Ja\n" | |
3956 "&Nein\n" | |
3957 "Alle &Speichern\n" | |
3958 "Alle &Verwerfen\n" | |
3959 "&Abbrechen" | |
3960 | |
819 | 3961 msgid "E766: Insufficient arguments for printf()" |
3962 msgstr "E766: Zu wenige Argumente für printf()" | |
3963 | |
11704 | 3964 msgid "E807: Expected Float argument for printf()" |
3965 msgstr "E807: Erwarte Float Argument für printf()" | |
3966 | |
819 | 3967 msgid "E767: Too many arguments to printf()" |
3968 msgstr "E767: Zu viele Argumente für printf()" | |
7 | 3969 |
11704 | 3970 msgid "Type number and <Enter> or click with mouse (empty cancels): " |
11914 | 3971 msgstr "" |
3972 "Bitte Nummer und <Enter> eingeben oder mit der Maus auswählen (abbrechen mit " | |
3973 "<Enter>): " | |
11704 | 3974 |
3975 msgid "Type number and <Enter> (empty cancels): " | |
3976 msgstr "Gewünschte Nummer und <Enter> eingeben (abbrechen mit <Enter>): " | |
819 | 3977 |
14999 | 3978 #, c-format |
3979 msgid "%ld more line" | |
3980 msgid_plural "%ld more lines" | |
3981 msgstr[0] "%ld Zeile mehr" | |
3982 msgstr[1] "%ld Zeilen mehr" | |
3983 | |
3984 #, c-format | |
3985 msgid "%ld line less" | |
3986 msgid_plural "%ld fewer lines" | |
3987 msgstr[0] "%ld Zeile weniger" | |
3988 msgstr[1] "%ld Zeilen weniger" | |
7 | 3989 |
3990 msgid " (Interrupted)" | |
3991 msgstr " (Unterbrochen)" | |
3992 | |
819 | 3993 msgid "Beep!" |
3994 msgstr "Beep!" | |
3995 | |
18456 | 3996 msgid "E677: Error writing temp file" |
3997 msgstr "E677: Fehler beim Schreiben einer temporären Datei" | |
3998 | |
18639 | 3999 #, c-format |
4000 msgid "%ld second ago" | |
4001 msgid_plural "%ld seconds ago" | |
4002 msgstr[0] "vor %ld Sekunde" | |
4003 msgstr[1] "vor %ld Sekunden" | |
4004 | |
7 | 4005 msgid "ERROR: " |
4006 msgstr "FEHLER: " | |
4007 | |
4008 #, c-format | |
4009 msgid "" | |
4010 "\n" | |
4011 "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n" | |
4012 msgstr "" | |
4013 "\n" | |
11704 | 4014 "[Bytes] gesamt alloc-frei %lu-%lu, in Verwendung %lu, maximale Verwendung " |
4015 "%lu\n" | |
7 | 4016 |
4017 #, c-format | |
4018 msgid "" | |
4019 "[calls] total re/malloc()'s %lu, total free()'s %lu\n" | |
4020 "\n" | |
4021 msgstr "" | |
4022 "[Aufrufe] gesamt re/malloc()s %lu, gesamt free()s %lu\n" | |
4023 "\n" | |
4024 | |
18053 | 4025 msgid "E341: Internal error: lalloc(0, )" |
4026 msgstr "E341: Interner Fehler: lalloc(0, )" | |
7 | 4027 |
4028 #, c-format | |
4029 msgid "E342: Out of memory! (allocating %lu bytes)" | |
837 | 4030 msgstr "E342: Kein Speicherplatz mehr vorhanden (%lu Bytes reserviert)" |
7 | 4031 |
4032 #, c-format | |
4033 msgid "Calling shell to execute: \"%s\"" | |
4034 msgstr "Rufe Shell auf, um \"%s\" auszuführen" | |
4035 | |
819 | 4036 msgid "E545: Missing colon" |
4037 msgstr "E545: Fehlender Doppelpunkt" | |
4038 | |
4039 msgid "E546: Illegal mode" | |
4040 msgstr "E546: Unzulässiger Modus" | |
4041 | |
4042 msgid "E547: Illegal mouseshape" | |
15033 | 4043 msgstr "E547: Unzulässiger Mauszeigerform" |
819 | 4044 |
4045 msgid "E548: digit expected" | |
4046 msgstr "E548: Ziffer erwartet" | |
4047 | |
4048 msgid "E549: Illegal percentage" | |
4049 msgstr "E549: Unzulässige Prozentangabe" | |
33 | 4050 |
819 | 4051 #, c-format |
4052 msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\"" | |
11704 | 4053 msgstr "" |
4054 "E668: Falscher Zugriffsmodus auf die NetBeans Zugriff-Informationsdatei: \"%s" | |
4055 "\"" | |
819 | 4056 |
4057 #, c-format | |
15729 | 4058 msgid "E658: NetBeans connection lost for buffer %d" |
4059 msgstr "E658: Verbindung zu NetBeans für Puffer %d verloren" | |
819 | 4060 |
11704 | 4061 msgid "E838: netbeans is not supported with this GUI" |
4062 msgstr "E838: netbeans wird nicht unterstützt mit dieser GUI." | |
4063 | |
4064 msgid "E511: netbeans already connected" | |
4065 msgstr "E511: netbeans ist bereits verbunden" | |
4066 | |
4067 #, c-format | |
4068 msgid "E505: %s is read-only (add ! to override)" | |
4069 msgstr "E505: %s ist schreibgeschützt (erzwinge mit !)" | |
4070 | |
4071 # Identifizierungszeichen/merkmal, Bezeichner | |
4072 msgid "E349: No identifier under cursor" | |
4073 msgstr "E349: Kein Merkmal unter dem Cursor" | |
819 | 4074 |
7 | 4075 msgid "Warning: terminal cannot highlight" |
4076 msgstr "Achtung: Terminal unterstützt keine Hervorhebung" | |
4077 | |
4078 msgid "E348: No string under cursor" | |
4079 msgstr "E348: Keine Zeichenkette unter dem Cursor" | |
4080 | |
4081 msgid "E352: Cannot erase folds with current 'foldmethod'" | |
11704 | 4082 msgstr "" |
4083 "E352: Faltung kann mit der eingestellten Faltungsmethode nicht gelöscht " | |
4084 "werden" | |
819 | 4085 |
4086 msgid "E664: changelist is empty" | |
4087 msgstr "E664: Liste der Änderungen ist leer" | |
4088 | |
4089 msgid "E662: At start of changelist" | |
11914 | 4090 msgstr "E662: Am Anfang der Änderungsliste" |
819 | 4091 |
4092 msgid "E663: At end of changelist" | |
11914 | 4093 msgstr "E663: Am Ende der Änderungsliste" |
819 | 4094 |
11704 | 4095 msgid "Type :qa! and press <Enter> to abandon all changes and exit Vim" |
11914 | 4096 msgstr "" |
4097 "Tippe: :qa! und drücke <Enter> um alle Änderungen zu verwerfen und Vim zu " | |
4098 "beenden" | |
33 | 4099 |
16380 | 4100 msgid "Type :qa and press <Enter> to exit Vim" |
4101 msgstr "Tippe: :qa und drücke <Enter> um Vim zu beenden" | |
4102 | |
7 | 4103 #, c-format |
14999 | 4104 msgid "%ld line %sed %d time" |
4105 msgid_plural "%ld line %sed %d times" | |
4106 msgstr[0] "%ld Zeile %s %d Mal" | |
4107 msgstr[1] "%ld Zeile %s %d Mal" | |
4108 | |
4109 #, c-format | |
4110 msgid "%ld lines %sed %d time" | |
4111 msgid_plural "%ld lines %sed %d times" | |
4112 msgstr[0] "%ld Zeilen %s %d Mal" | |
4113 msgstr[1] "%ld Zeilen %s %d Mal" | |
7 | 4114 |
4115 msgid "cannot yank; delete anyway" | |
4116 msgstr "kann nicht kopieren; lösche trotzdem" | |
4117 | |
14999 | 4118 #, c-format |
4119 msgid "%ld line changed" | |
4120 msgid_plural "%ld lines changed" | |
4121 msgstr[0] "%ld Zeile geändert" | |
4122 msgstr[1] "%ld Zeilen geändert" | |
7 | 4123 |
4124 #, c-format | |
4125 msgid "%ld Cols; " | |
4126 msgstr "%ld Spalten; " | |
4127 | |
4128 #, c-format | |
11704 | 4129 msgid "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Bytes" |
11914 | 4130 msgstr "" |
4131 "%s%ld von %ld Zeilen; %lld von %lld Wörtern; %lld von %lld Bytes ausgewählt" | |
819 | 4132 |
4133 #, c-format | |
4134 msgid "" | |
11704 | 4135 "Selected %s%ld of %ld Lines; %lld of %lld Words; %lld of %lld Chars; %lld of " |
4136 "%lld Bytes" | |
4137 msgstr "" | |
11914 | 4138 "%s%ld von %ld Zeilen; %lld von %lld Wörtern; %lld von %lld Zeichen; %lld von " |
4139 "%lld Bytes ausgewählt" | |
11704 | 4140 |
4141 #, c-format | |
4142 msgid "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Byte %lld of %lld" | |
11914 | 4143 msgstr "" |
4144 "Sp %s von %s; Zeile %ld von %ld; Wort %lld von %lld; Byte %lld von %lld" | |
819 | 4145 |
4146 #, c-format | |
4147 msgid "" | |
11704 | 4148 "Col %s of %s; Line %ld of %ld; Word %lld of %lld; Char %lld of %lld; Byte " |
4149 "%lld of %lld" | |
4150 msgstr "" | |
11914 | 4151 "Sp %s von %s; Zeile %ld von %ld; Wort %lld von %lld; Zeichen %lld von %lld; " |
4152 "Byte %lld von %lld" | |
7 | 4153 |
14193 | 4154 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4155 msgid "(+%lld for BOM)" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4156 msgstr "(+%lld für BOM)" |
7 | 4157 |
18456 | 4158 msgid "E774: 'operatorfunc' is empty" |
4159 msgstr "E774: 'operatorfunc' is empty" | |
4160 | |
4161 msgid "E775: Eval feature not available" | |
4162 msgstr "E775: Eval Eigenschaft nicht verfügbar" | |
7 | 4163 |
819 | 4164 msgid "E518: Unknown option" |
4165 msgstr "E518: Unbekannte Option" | |
4166 | |
4167 msgid "E519: Option not supported" | |
4168 msgstr "E519: Option nicht unterstützt" | |
4169 | |
4170 msgid "E520: Not allowed in a modeline" | |
4171 msgstr "E520: Nicht erlaubt in einer Modeline" | |
4172 | |
18053 | 4173 msgid "E992: Not allowed in a modeline when 'modelineexpr' is off" |
4174 msgstr "" | |
4175 "E992: Nicht erlaubt innerhalb einer Modeline, da die Option 'modelineexpr' " | |
4176 "deaktiviert ist" | |
4177 | |
11704 | 4178 msgid "E846: Key code not set" |
4179 msgstr "E846: Tastencode nicht gesetzt" | |
4180 | |
819 | 4181 msgid "E521: Number required after =" |
4182 msgstr "E521: Zahl benötigt nach =" | |
4183 | |
4184 msgid "E522: Not found in termcap" | |
4185 msgstr "E522: Nicht gefunden in 'termcap'" | |
4186 | |
18456 | 4187 msgid "E946: Cannot make a terminal with running job modifiable" |
4188 msgstr "E946: Kann ein Terminal mit einem laufenden Job nicht modifizieren" | |
4189 | |
4190 msgid "E590: A preview window already exists" | |
4191 msgstr "E590: Ein Vorschaufenster existiert bereits" | |
4192 | |
4193 msgid "W17: Arabic requires UTF-8, do ':set encoding=utf-8'" | |
4194 msgstr "W17: Arabisch benötigt UTF-8, bitte ':set encoding=utf-8' ausführen" | |
4195 | |
4196 msgid "E954: 24-bit colors are not supported on this environment" | |
4197 msgstr "E954: 24-bit Farben werden in dieser Umgebung nicht unterstützt" | |
4198 | |
4199 #, c-format | |
4200 msgid "E593: Need at least %d lines" | |
4201 msgstr "E593: Mindestens %d Zeilen werden benötigt" | |
4202 | |
4203 #, c-format | |
4204 msgid "E594: Need at least %d columns" | |
4205 msgstr "E594: Mindestens %d Spalten werden benötigt" | |
4206 | |
4207 #, c-format | |
4208 msgid "E355: Unknown option: %s" | |
4209 msgstr "E355: Unbekannte Option: %s" | |
4210 | |
4211 #, c-format | |
4212 msgid "E521: Number required: &%s = '%s'" | |
4213 msgstr "E521: Zahl benötigt: &%s = '%s'" | |
4214 | |
4215 msgid "" | |
4216 "\n" | |
4217 "--- Terminal codes ---" | |
4218 msgstr "" | |
4219 "\n" | |
4220 "--- Terminal Codes ---" | |
4221 | |
4222 msgid "" | |
4223 "\n" | |
4224 "--- Global option values ---" | |
4225 msgstr "" | |
4226 "\n" | |
4227 "--- Globale Optionswerte ---" | |
4228 | |
4229 msgid "" | |
4230 "\n" | |
4231 "--- Local option values ---" | |
4232 msgstr "" | |
4233 "\n" | |
4234 "--- Lokale Optionswerte ---" | |
4235 | |
4236 msgid "" | |
4237 "\n" | |
4238 "--- Options ---" | |
4239 msgstr "" | |
4240 "\n" | |
4241 "--- Optionen ---" | |
4242 | |
4243 msgid "E356: get_varp ERROR" | |
4244 msgstr "E356: get_varp FEHLER" | |
4245 | |
819 | 4246 #, c-format |
4247 msgid "E539: Illegal character <%s>" | |
4248 msgstr "E539: Unzulässiges Zeichen <%s>" | |
4249 | |
11704 | 4250 #, c-format |
4251 msgid "For option %s" | |
4252 msgstr "Für Option %s" | |
4253 | |
18456 | 4254 msgid "E540: Unclosed expression sequence" |
4255 msgstr "E540: Nicht-geschlossene Ausdrucksfolge" | |
4256 | |
4257 msgid "E541: too many items" | |
4258 msgstr "E541: Zu viele Elemente" | |
4259 | |
4260 msgid "E542: unbalanced groups" | |
4261 msgstr "E542: Unausgewogene Gruppen" | |
4262 | |
819 | 4263 msgid "E529: Cannot set 'term' to empty string" |
4264 msgstr "E529: 'term' darf keine leere Zeichenkette sein" | |
4265 | |
4266 msgid "E530: Cannot change term in GUI" | |
4267 msgstr "E530: Kann Terminal in der GUI nicht verändern" | |
4268 | |
4269 msgid "E531: Use \":gui\" to start the GUI" | |
4270 msgstr "E531: Verwende \":gui\", um die GUI-Version zu starten" | |
4271 | |
4272 msgid "E589: 'backupext' and 'patchmode' are equal" | |
4273 msgstr "E589: 'backupext' und 'patchmode' sind gleich" | |
4274 | |
11704 | 4275 msgid "E834: Conflicts with value of 'listchars'" |
4276 msgstr "E834: Widerspricht Wert aus 'listchars'" | |
4277 | |
4278 msgid "E835: Conflicts with value of 'fillchars'" | |
4279 msgstr "E835: Widerspricht Wert aus 'fillchars'" | |
4280 | |
819 | 4281 msgid "E617: Cannot be changed in the GTK+ 2 GUI" |
4282 msgstr "E617: Kann in der GTK+ 2 GUI nicht verändert werden" | |
4283 | |
14193 | 4284 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4285 msgid "E950: Cannot convert between %s and %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4286 msgstr "E950: Kann nicht zwischen %s und %s konvertieren." |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4287 |
819 | 4288 msgid "E524: Missing colon" |
4289 msgstr "E524: Fehlender Doppelpunkt" | |
4290 | |
4291 msgid "E525: Zero length string" | |
4292 msgstr "E525: Zeichenkette der Länge Null" | |
4293 | |
4294 #, c-format | |
4295 msgid "E526: Missing number after <%s>" | |
4296 msgstr "E526: Fehlende Zahl nach <%s>" | |
4297 | |
4298 msgid "E527: Missing comma" | |
4299 msgstr "E527: Fehlendes Komma" | |
4300 | |
4301 msgid "E528: Must specify a ' value" | |
4302 msgstr "E528: Ein ' Wert muss angegeben werden" | |
4303 | |
18639 | 4304 msgid "E595: 'showbreak' contains unprintable or wide character" |
4305 msgstr "E595: 'showbreak' enthält nicht-druckbare oder Multi-Byte Zeichen" | |
819 | 4306 |
4307 msgid "E596: Invalid font(s)" | |
4308 msgstr "E596: Ungültige Schriftart(en)" | |
4309 | |
4310 msgid "E597: can't select fontset" | |
4311 msgstr "E597: Kann \"Fontset\" nicht auswählen" | |
4312 | |
4313 msgid "E598: Invalid fontset" | |
4314 msgstr "E598: Ungültiges \"Fontset\"" | |
4315 | |
4316 msgid "E533: can't select wide font" | |
4317 msgstr "E533: Kann Breitschrift nicht auswählen" | |
4318 | |
4319 msgid "E534: Invalid wide font" | |
4320 msgstr "E534: Ungültige Breitschrift" | |
4321 | |
4322 #, c-format | |
4323 msgid "E535: Illegal character after <%c>" | |
4324 msgstr "E535: Ungültiges Zeichen nach <%c>" | |
4325 | |
4326 msgid "E536: comma required" | |
4327 msgstr "E536: Komma benötigt" | |
4328 | |
4329 #, c-format | |
4330 msgid "E537: 'commentstring' must be empty or contain %s" | |
4331 msgstr "E537: 'commentstring' muss leer sein oder %s enthalten" | |
4332 | |
7 | 4333 msgid "cannot open " |
4334 msgstr "kann nicht öffnen" | |
4335 | |
4336 msgid "VIM: Can't open window!\n" | |
4337 msgstr "VIM: Fenster kann nicht geöffnet werden!\n" | |
4338 | |
4339 msgid "Need Amigados version 2.04 or later\n" | |
4340 msgstr "Brauche Amigados Version 2.04 oder neuere\n" | |
4341 | |
4342 #, c-format | |
4343 msgid "Need %s version %ld\n" | |
4344 msgstr "Benötige %s Version %ld\n" | |
4345 | |
4346 msgid "Cannot open NIL:\n" | |
4347 msgstr "Kann NIL nicht öffnen:\n" | |
4348 | |
4349 msgid "Cannot create " | |
11914 | 4350 msgstr "Kann nicht erstellen " |
7 | 4351 |
4352 #, c-format | |
4353 msgid "Vim exiting with %d\n" | |
11914 | 4354 msgstr "Vim beendet mit %d\n" |
7 | 4355 |
4356 msgid "cannot change console mode ?!\n" | |
819 | 4357 msgstr "kann Konsolenmodus nicht wechseln ?!\n" |
7 | 4358 |
4359 msgid "mch_get_shellsize: not a console??\n" | |
819 | 4360 msgstr "mch_get_winsize: keine Konsole??\n" |
7 | 4361 |
4362 msgid "E360: Cannot execute shell with -f option" | |
819 | 4363 msgstr "E360: Kann Shell nicht mit der -f Option ausführen" |
7 | 4364 |
4365 msgid "Cannot execute " | |
4366 msgstr "Kann nicht ausführen " | |
4367 | |
4368 msgid "shell " | |
4369 msgstr "Shell " | |
4370 | |
4371 msgid " returned\n" | |
4372 msgstr " zurückgegeben\n" | |
4373 | |
4374 msgid "ANCHOR_BUF_SIZE too small." | |
4375 msgstr "ANCHOR_BUF_SIZE zu klein." | |
4376 | |
4377 msgid "I/O ERROR" | |
4378 msgstr "I/O FEHLER" | |
4379 | |
819 | 4380 msgid "Message" |
4381 msgstr "Nachricht" | |
4382 | |
7 | 4383 msgid "E237: Printer selection failed" |
4384 msgstr "E237: Drucker-Auswahl fehlgeschlagen" | |
4385 | |
4386 #, c-format | |
4387 msgid "to %s on %s" | |
4388 msgstr "nach %s auf %s" | |
4389 | |
819 | 4390 #, c-format |
4391 msgid "E613: Unknown printer font: %s" | |
4392 msgstr "E613: Unbekannte Druckerschriftart: %s" | |
33 | 4393 |
7 | 4394 #, c-format |
4395 msgid "E238: Print error: %s" | |
4396 msgstr "E238: Fehler beim Drucken: %s" | |
4397 | |
4398 #, c-format | |
4399 msgid "Printing '%s'" | |
4400 msgstr "Drucke '%s'" | |
4401 | |
4402 #, c-format | |
4403 msgid "E244: Illegal charset name \"%s\" in font name \"%s\"" | |
4404 msgstr "E244: Unzulässiger Zeichensatz-Name \"%s\" im Schriftart-Namen \"%s\"" | |
4405 | |
4406 #, c-format | |
11704 | 4407 msgid "E244: Illegal quality name \"%s\" in font name \"%s\"" |
11914 | 4408 msgstr "" |
4409 "E244: Unzulässiger Eigenschaften-Name \"%s\" im Schriftart-Namen \"%s\"" | |
11704 | 4410 |
4411 #, c-format | |
7 | 4412 msgid "E245: Illegal char '%c' in font name \"%s\"" |
4413 msgstr "E245: Unzulässiges Zeichen '%c' in der Schriftart \"%s\"" | |
4414 | |
4415 #, c-format | |
4416 msgid "Opening the X display took %ld msec" | |
4417 msgstr "Öffnen des X-Displays dauerte %ld msec" | |
4418 | |
4419 msgid "" | |
4420 "\n" | |
4421 "Vim: Got X error\n" | |
4422 msgstr "" | |
4423 "\n" | |
4424 "Vim: ein X11 Fehler trat auf\n" | |
4425 | |
18053 | 4426 #, c-format |
4427 msgid "restoring display %s" | |
4428 msgstr "Wiederherstellen des Displays %s" | |
4429 | |
7 | 4430 msgid "Testing the X display failed" |
4431 msgstr "Test des X-Displays schlug fehl" | |
4432 | |
4433 msgid "Opening the X display timed out" | |
4434 msgstr "Zeitüberschreitung während des Öffnens des X-Displays" | |
4435 | |
4436 msgid "" | |
4437 "\n" | |
11704 | 4438 "Could not get security context for " |
4439 msgstr "" | |
4440 "\n" | |
4441 "Konnte Security Context nicht erhalten für " | |
4442 | |
4443 msgid "" | |
4444 "\n" | |
4445 "Could not set security context for " | |
4446 msgstr "" | |
4447 "\n" | |
4448 "Konnte Security Context nicht setzen für " | |
4449 | |
4450 #, c-format | |
4451 msgid "Could not set security context %s for %s" | |
4452 msgstr "Konnte Security Context %s für %s nicht setzen." | |
4453 | |
4454 #, c-format | |
4455 msgid "Could not get security context %s for %s. Removing it!" | |
4456 msgstr "Konnte Security Context %s für %s nicht erhalten. Entferne ihn!" | |
7 | 4457 |
4458 msgid "" | |
4459 "\n" | |
4460 "Cannot execute shell sh\n" | |
4461 msgstr "" | |
4462 "\n" | |
4463 "Shell sh kann nicht ausführt werden\n" | |
4464 | |
4465 msgid "" | |
4466 "\n" | |
4467 "shell returned " | |
4468 msgstr "" | |
4469 "\n" | |
4470 "Shell beendet " | |
4471 | |
4472 msgid "" | |
4473 "\n" | |
4474 "Cannot create pipes\n" | |
4475 msgstr "" | |
4476 "\n" | |
4477 "Pipes können nicht angelegt werden\n" | |
4478 | |
4479 msgid "" | |
4480 "\n" | |
4481 "Cannot fork\n" | |
4482 msgstr "" | |
4483 "\n" | |
4484 "'fork' schlug fehl\n" | |
4485 | |
4486 msgid "" | |
4487 "\n" | |
11704 | 4488 "Cannot execute shell " |
4489 msgstr "" | |
4490 "\n" | |
4491 "Shell kann nicht ausführt werden " | |
4492 | |
4493 msgid "" | |
4494 "\n" | |
7 | 4495 "Command terminated\n" |
4496 msgstr "" | |
4497 "\n" | |
4498 "Befehl beendet\n" | |
4499 | |
819 | 4500 msgid "XSMP lost ICE connection" |
4501 msgstr "XSMP verlor ICE Verbindung" | |
4502 | |
4503 #, c-format | |
4504 msgid "dlerror = \"%s\"" | |
4505 msgstr "dlerror = \"%s\"" | |
33 | 4506 |
7 | 4507 msgid "Opening the X display failed" |
4508 msgstr "Öffnen des X-Displays schlug fehl" | |
4509 | |
819 | 4510 msgid "XSMP handling save-yourself request" |
837 | 4511 msgstr "XSMP verarbeitet 'save-yourself request'" |
819 | 4512 |
4513 msgid "XSMP opening connection" | |
4514 msgstr "XSMP öffnet Verbindung" | |
4515 | |
4516 msgid "XSMP ICE connection watch failed" | |
4517 msgstr "XSMP ICE Verbindungsüberwachung fehlgeschlagen" | |
4518 | |
4519 #, c-format | |
4520 msgid "XSMP SmcOpenConnection failed: %s" | |
4521 msgstr "XSMP SmcOpenConnection fehlgeschlagen: %s" | |
33 | 4522 |
7 | 4523 msgid "At line" |
4524 msgstr "In Zeile" | |
4525 | |
4526 #, c-format | |
4527 msgid "Vim: Caught %s event\n" | |
4528 msgstr "Vim: Fing Ereignis %s ein\n" | |
4529 | |
4530 msgid "close" | |
4531 msgstr "schließe" | |
4532 | |
4533 msgid "logoff" | |
819 | 4534 msgstr "ausloggen" |
7 | 4535 |
4536 msgid "shutdown" | |
4537 msgstr "beenden" | |
4538 | |
4539 msgid "E371: Command not found" | |
4540 msgstr "E371: Befehl nicht gefunden" | |
4541 | |
4542 msgid "" | |
4543 "VIMRUN.EXE not found in your $PATH.\n" | |
4544 "External commands will not pause after completion.\n" | |
4545 "See :help win32-vimrun for more information." | |
4546 msgstr "" | |
4547 "VIMRUN.EXE wurde im Pfad $PATH nicht gefunden.\n" | |
4548 "Externe Befehle werden nach Ausführung nicht anhalten.\n" | |
33 | 4549 "Siehe :help win32-vimrun für weitere Informationen." |
4550 | |
7 | 4551 msgid "Vim Warning" |
11704 | 4552 msgstr "Vim Achtung" |
4553 | |
4554 #, c-format | |
4555 msgid "shell returned %d" | |
4556 msgstr "Shell gab %d zurück" | |
7 | 4557 |
18456 | 4558 msgid "E278: Cannot put a terminal buffer in a popup window" |
18790 | 4559 msgstr "E278: Terminal kann nicht in einem Popup-Fenster geöffnet werden." |
18456 | 4560 |
18053 | 4561 #, c-format |
4562 msgid "E997: Tabpage not found: %d" | |
4563 msgstr "E997: Konnte Reiter \"%d\" nicht finden" | |
4564 | |
4565 #, c-format | |
4566 msgid "E993: window %d is not a popup window" | |
18456 | 4567 msgstr "E993: Fenster %d ist kein Popup-Fenster" |
18053 | 4568 |
4569 msgid "E994: Not allowed in a popup window" | |
4570 msgstr "E994: Nicht innerhalb eines Popup-Fensters erlaubt" | |
4571 | |
4572 msgid "E750: First use \":profile start {fname}\"" | |
4573 msgstr "E750: Benutze vorher :profile start <fname>" | |
4574 | |
4575 msgid "E553: No more items" | |
4576 msgstr "E553: Keine weiteren Einträge" | |
4577 | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4578 msgid "E926: Current location list was changed" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4579 msgstr "E926: Aktuelle Positionsliste wurde geändert." |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4580 |
7 | 4581 #, c-format |
4582 msgid "E372: Too many %%%c in format string" | |
4583 msgstr "E372: Zu viele %%%c im Format" | |
4584 | |
4585 #, c-format | |
4586 msgid "E373: Unexpected %%%c in format string" | |
4587 msgstr "E373: Unerwartetes %%%c im Format" | |
4588 | |
4589 msgid "E374: Missing ] in format string" | |
819 | 4590 msgstr "E374: Fehlende ] im Format" |
7 | 4591 |
4592 #, c-format | |
4593 msgid "E375: Unsupported %%%c in format string" | |
4594 msgstr "E375: %%%c wird im Format nicht unterstützt" | |
4595 | |
4596 #, c-format | |
4597 msgid "E376: Invalid %%%c in format string prefix" | |
4598 msgstr "E376: Unzulässiges %%%c im Prefix des Formats" | |
4599 | |
4600 #, c-format | |
4601 msgid "E377: Invalid %%%c in format string" | |
4602 msgstr "E377: Unzulässiges %%%c im Format" | |
4603 | |
4604 msgid "E378: 'errorformat' contains no pattern" | |
4605 msgstr "E378: 'errorformat' enthält kein Muster" | |
4606 | |
4607 msgid "E379: Missing or empty directory name" | |
4608 msgstr "E379: Fehlender oder leerer Verzeichnisname" | |
4609 | |
11704 | 4610 msgid "E924: Current window was closed" |
4611 msgstr "E924: Aktuelles Fenster wurde geschlossen." | |
4612 | |
4613 msgid "E925: Current quickfix was changed" | |
4614 msgstr "E925: Aktuelle Quickfix wurde geändert." | |
4615 | |
7 | 4616 #, c-format |
4617 msgid "(%d of %d)%s%s: " | |
4618 msgstr "(%d aus %d)%s%s: " | |
4619 | |
4620 msgid " (line deleted)" | |
4621 msgstr " (Zeile gelöscht)" | |
4622 | |
11704 | 4623 #, c-format |
4624 msgid "%serror list %d of %d; %d errors " | |
4625 msgstr "%s Fehlerliste %d von %d; %d Fehler" | |
4626 | |
7 | 4627 msgid "E380: At bottom of quickfix stack" |
11704 | 4628 msgstr "E380: Am Anfang der Quickfix Liste" |
7 | 4629 |
4630 msgid "E381: At top of quickfix stack" | |
11914 | 4631 msgstr "E381: An Ende der Quickfix Liste" |
7 | 4632 |
11704 | 4633 msgid "No entries" |
4634 msgstr "Keine Einträge" | |
7 | 4635 |
11704 | 4636 msgid "Error file" |
4637 msgstr "Fehlerdatei" | |
4638 | |
819 | 4639 msgid "E683: File name missing or invalid pattern" |
4640 msgstr "E683: Dateiname fehlt oder ungültiges Muster" | |
4641 | |
4642 #, c-format | |
4643 msgid "Cannot open file \"%s\"" | |
4644 msgstr "Kann Datei \"%s\" nicht öffnen" | |
4645 | |
4646 msgid "E681: Buffer is not loaded" | |
15033 | 4647 msgstr "E681: Puffer ist nicht geladen" |
819 | 4648 |
4649 msgid "E777: String or List expected" | |
4650 msgstr "E777: Zeichenkette oder Liste erwartet" | |
4651 | |
4652 #, c-format | |
18053 | 4653 msgid "E927: Invalid action: '%s'" |
4654 msgstr "E927: Ungültige Aktion '%s'" | |
4655 | |
4656 #, c-format | |
819 | 4657 msgid "E369: invalid item in %s%%[]" |
4658 msgstr "E369: Ungültiges Element in %s%%[]" | |
33 | 4659 |
11704 | 4660 #, c-format |
4661 msgid "E769: Missing ] after %s[" | |
4662 msgstr "E769: Fehlende ] nach %s[" | |
4663 | |
4664 msgid "E944: Reverse range in character class" | |
4665 msgstr "E944: Bereich in Zeichenklasse rückwärts" | |
4666 | |
4667 msgid "E945: Range too large in character class" | |
4668 msgstr "E945: Bereich in Zeichenklasse zu groß" | |
4669 | |
4670 #, c-format | |
4671 msgid "E53: Unmatched %s%%(" | |
4672 msgstr "E53: %s%%( ohne Gegenstück" | |
4673 | |
4674 #, c-format | |
4675 msgid "E54: Unmatched %s(" | |
4676 msgstr "E54: %s( ohne Gegenstück" | |
4677 | |
4678 #, c-format | |
4679 msgid "E55: Unmatched %s)" | |
4680 msgstr "E55: %s) ohne Gegenstück" | |
4681 | |
4682 msgid "E66: \\z( not allowed here" | |
4683 msgstr "E66: \\z( ist hier nicht erlaubt" | |
4684 | |
14193 | 4685 msgid "E67: \\z1 - \\z9 not allowed here" |
4686 msgstr "E67: \\z1 - \\z9 ist hier nicht erlaubt" | |
11704 | 4687 |
4688 #, c-format | |
4689 msgid "E69: Missing ] after %s%%[" | |
4690 msgstr "E69: Fehlende ] nach %s%%[" | |
4691 | |
4692 #, c-format | |
4693 msgid "E70: Empty %s%%[]" | |
4694 msgstr "E70: %s%%[] ist leer" | |
4695 | |
14999 | 4696 msgid "E956: Cannot use pattern recursively" |
4697 msgstr "E956: Kann Muster nicht rekursiv ausführen" | |
4698 | |
18456 | 4699 #, c-format |
4700 msgid "E554: Syntax error in %s{...}" | |
4701 msgstr "E554: Syntaxfehler in %s{...}" | |
4702 | |
4703 #, c-format | |
4704 msgid "E888: (NFA regexp) cannot repeat %s" | |
4705 msgstr "E888: (NFA regexp) kann nicht wiederholt werden %s" | |
4706 | |
4707 msgid "" | |
4708 "E864: \\%#= can only be followed by 0, 1, or 2. The automatic engine will be " | |
4709 "used " | |
4710 msgstr "" | |
4711 "E864: Auf \\%#= muss 0, 1, oder 2 folgen. Die automatische Engine wird " | |
4712 "genutzt " | |
4713 | |
4714 msgid "Switching to backtracking RE engine for pattern: " | |
4715 msgstr "Wechsele zur Backtracking RE Engine für Muster: " | |
4716 | |
11704 | 4717 msgid "E65: Illegal back reference" |
4718 msgstr "E65: Ungültige Rückreferenz" | |
4719 | |
819 | 4720 msgid "E63: invalid use of \\_" |
4721 msgstr "E63: Ungültige Verwendung von \\_" | |
33 | 4722 |
7 | 4723 #, c-format |
4724 msgid "E64: %s%c follows nothing" | |
4725 msgstr "E64: %s%c nach Nichts" | |
4726 | |
819 | 4727 msgid "E68: Invalid character after \\z" |
4728 msgstr "E68: Ungültiges Zeichen nach \\z" | |
4729 | |
4730 #, c-format | |
4731 msgid "E678: Invalid character after %s%%[dxouU]" | |
4732 msgstr "E678: Ungültiges Zeichen nach %s%%[dxouU]" | |
4733 | |
4734 #, c-format | |
4735 msgid "E71: Invalid character after %s%%" | |
4736 msgstr "E71: Ungültiges Zeichen nach %s%%" | |
4737 | |
4738 #, c-format | |
18456 | 4739 msgid "E59: invalid character after %s@" |
4740 msgstr "E59: Ungültiges Zeichen nach %s@" | |
4741 | |
4742 #, c-format | |
4743 msgid "E60: Too many complex %s{...}s" | |
4744 msgstr "E60: Zu viele komplexe %s{...}s" | |
4745 | |
4746 #, c-format | |
4747 msgid "E61: Nested %s*" | |
4748 msgstr "E61: Verschachteltes %s*" | |
4749 | |
4750 #, c-format | |
4751 msgid "E62: Nested %s%c" | |
4752 msgstr "E62: Verschachteltes %s%c" | |
4753 | |
4754 msgid "E50: Too many \\z(" | |
4755 msgstr "E50: Zu viele \\z(" | |
4756 | |
4757 #, c-format | |
4758 msgid "E51: Too many %s(" | |
4759 msgstr "E51: Zu viele %s(" | |
4760 | |
4761 msgid "E52: Unmatched \\z(" | |
4762 msgstr "E52: \\z( ohne Gegenstück" | |
4763 | |
4764 msgid "E339: Pattern too long" | |
4765 msgstr "E339: Muster zu lang" | |
7 | 4766 |
4767 msgid "External submatches:\n" | |
819 | 4768 msgstr "Externe 'submatches':\n" |
7 | 4769 |
11704 | 4770 msgid "E865: (NFA) Regexp end encountered prematurely" |
4771 msgstr "E865: (NFA) Regexp Ende verfrüht aufgetreten" | |
4772 | |
4773 #, c-format | |
4774 msgid "E866: (NFA regexp) Misplaced %c" | |
4775 msgstr "E866: (NFA regexp) Deplatziert %c" | |
4776 | |
18053 | 4777 #, c-format |
16380 | 4778 msgid "E877: (NFA regexp) Invalid character class: %d" |
4779 msgstr "E877: (NFA regexp) Ungültige Zeichenklasse: %d" | |
11704 | 4780 |
4781 #, c-format | |
4782 msgid "E867: (NFA) Unknown operator '\\z%c'" | |
4783 msgstr "E867: (NFA) Unbekannter Operator '\\z%c'" | |
4784 | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4785 msgid "E951: \\% value too large" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4786 msgstr "E951: \\% Wert zu groß" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
4787 |
11704 | 4788 #, c-format |
4789 msgid "E867: (NFA) Unknown operator '\\%%%c'" | |
4790 msgstr "E867: (NFA) Unbekannter Operator '\\%%%c'" | |
4791 | |
4792 msgid "E868: Error building NFA with equivalence class!" | |
4793 msgstr "E868: Fehler beim Erstellen der NFA für Äquivalenzklasse!" | |
4794 | |
4795 #, c-format | |
4796 msgid "E869: (NFA) Unknown operator '\\@%c'" | |
4797 msgstr "E869: (NFA) Unbekannter Operator '\\@%c'" | |
4798 | |
4799 msgid "E870: (NFA regexp) Error reading repetition limits" | |
4800 msgstr "E870: (NFA regexp) Fehler beim Lesen der Wiederholungsbeschränkung." | |
4801 | |
14193 | 4802 msgid "E871: (NFA regexp) Can't have a multi follow a multi" |
11704 | 4803 msgstr "E871: (NFA regexp) Ein Multi darf nicht auf ein Multi folgen!" |
4804 | |
4805 msgid "E872: (NFA regexp) Too many '('" | |
4806 msgstr "E872: (NFA regexp) Zu viele '('" | |
4807 | |
4808 msgid "E879: (NFA regexp) Too many \\z(" | |
4809 msgstr "E879: (NFA regexp) Zu viele \\z(" | |
4810 | |
4811 msgid "E873: (NFA regexp) proper termination error" | |
4812 msgstr "E873: (NFA regexp) geeigneter Abschlussfehler" | |
4813 | |
14193 | 4814 msgid "Could not open temporary log file for writing, displaying on stderr... " |
4815 msgstr "" | |
14999 | 4816 "Konnte temporäre Datei nicht zum Schreiben öffnen, zeige auf Standard " |
14193 | 4817 "Fehlerausgabe... " |
4818 | |
4819 msgid "E874: (NFA) Could not pop the stack!" | |
11704 | 4820 msgstr "E874: (NFA) Konnte nicht vom Stack herausnehmen!" |
4821 | |
4822 msgid "" | |
4823 "E875: (NFA regexp) (While converting from postfix to NFA), too many states " | |
4824 "left on stack" | |
4825 msgstr "" | |
11914 | 4826 "E875: (NFA regexp) (Beim Konvertieren von postfix zu NFA), zu viele Zustände " |
4827 "auf Stack enthalten" | |
11704 | 4828 |
4829 msgid "E876: (NFA regexp) Not enough space to store the whole NFA " | |
4830 msgstr "E876: (NFA regexp) Nicht genug Speicher zum Speichern der NFA" | |
4831 | |
4832 msgid "E878: (NFA) Could not allocate memory for branch traversal!" | |
4833 msgstr "E878: (NFA) Konnte nicht Speicher allokieren um Äste zu durchlaufen!" | |
4834 | |
18456 | 4835 msgid "E748: No previously used register" |
4836 msgstr "E748: Kein bereits verwendetes Register" | |
4837 | |
4838 #, c-format | |
4839 msgid "freeing %ld lines" | |
4840 msgstr "gebe %ld Zeilen frei" | |
4841 | |
4842 #, c-format | |
4843 msgid " into \"%c" | |
4844 msgstr " in \"%c" | |
4845 | |
4846 #, c-format | |
4847 msgid "block of %ld line yanked%s" | |
4848 msgid_plural "block of %ld lines yanked%s" | |
4849 msgstr[0] "Block von %ld Zeile kopiert%s" | |
4850 msgstr[1] "Block von %ld Zeilen kopiert%s" | |
4851 | |
4852 #, c-format | |
4853 msgid "%ld line yanked%s" | |
4854 msgid_plural "%ld lines yanked%s" | |
4855 msgstr[0] "%ld Zeile kopiert%s" | |
4856 msgstr[1] "%ld Zeilen kopiert%s" | |
4857 | |
4858 #, c-format | |
4859 msgid "E353: Nothing in register %s" | |
4860 msgstr "E353: Register %s ist leer" | |
4861 | |
4862 msgid "" | |
4863 "\n" | |
18639 | 4864 "Type Name Content" |
4865 msgstr "" | |
4866 "\n" | |
4867 "Typ Name Inhalt" | |
18456 | 4868 |
4869 msgid "" | |
4870 "E883: search pattern and expression register may not contain two or more " | |
4871 "lines" | |
4872 msgstr "" | |
4873 "E883: Suchmuster- und Ausdrucksregister dürfen nicht mehr als 1 Zeile " | |
4874 "enthalten." | |
4875 | |
7 | 4876 msgid " VREPLACE" |
4877 msgstr " V-ERSETZEN" | |
4878 | |
4879 msgid " REPLACE" | |
4880 msgstr " ERSETZEN" | |
4881 | |
4882 msgid " REVERSE" | |
4883 msgstr " INVERTIERT" | |
4884 | |
4885 msgid " INSERT" | |
4886 msgstr " EINFÜGEN" | |
4887 | |
4888 msgid " (insert)" | |
4889 msgstr " (einfügen)" | |
4890 | |
4891 msgid " (replace)" | |
4892 msgstr " (ersetzen)" | |
4893 | |
4894 msgid " (vreplace)" | |
4895 msgstr " (v-ersetzen)" | |
4896 | |
4897 msgid " Hebrew" | |
4898 msgstr " Hebräisch" | |
4899 | |
819 | 4900 msgid " Arabic" |
4901 msgstr " Arabisch" | |
33 | 4902 |
7 | 4903 msgid " (paste)" |
819 | 4904 msgstr " (paste)" |
7 | 4905 |
4906 msgid " VISUAL" | |
4907 msgstr " VISUELL" | |
4908 | |
819 | 4909 msgid " VISUAL LINE" |
4910 msgstr " VISUELL ZEILE" | |
4911 | |
4912 msgid " VISUAL BLOCK" | |
4913 msgstr " VISUELL BLOCK" | |
33 | 4914 |
4915 msgid " SELECT" | |
4916 msgstr " AUSWAHL" | |
4917 | |
819 | 4918 msgid " SELECT LINE" |
4919 msgstr " AUSWAHL ZEILE" | |
4920 | |
4921 msgid " SELECT BLOCK" | |
4922 msgstr " AUSWAHL BLOCK" | |
33 | 4923 |
7 | 4924 msgid "recording" |
4925 msgstr "aufzeichnen" | |
4926 | |
4927 #, c-format | |
18053 | 4928 msgid "Searching for \"%s\" in \"%s\"" |
4929 msgstr "Suche nach \"%s\" in \"%s\"" | |
4930 | |
4931 #, c-format | |
4932 msgid "Searching for \"%s\"" | |
4933 msgstr "Suche nach \"%s\"" | |
4934 | |
4935 #, c-format | |
4936 msgid "not found in '%s': \"%s\"" | |
4937 msgstr "in '%s' nicht gefunden: \"%s\"" | |
4938 | |
4939 msgid "Source Vim script" | |
4940 msgstr "Lese Vim-Skript" | |
4941 | |
4942 #, c-format | |
4943 msgid "Cannot source a directory: \"%s\"" | |
4944 msgstr "Kann kein Verzeichnis einlesen: \"%s\"" | |
4945 | |
4946 #, c-format | |
4947 msgid "could not source \"%s\"" | |
4948 msgstr "\"%s\" konnte nicht gelesen werden" | |
4949 | |
4950 #, c-format | |
4951 msgid "line %ld: could not source \"%s\"" | |
4952 msgstr "Zeile %ld: \"%s\" konnte nicht gelesen werden" | |
4953 | |
4954 #, c-format | |
4955 msgid "sourcing \"%s\"" | |
4956 msgstr "lese \"%s\"" | |
4957 | |
4958 #, c-format | |
4959 msgid "line %ld: sourcing \"%s\"" | |
4960 msgstr "Zeile %ld: lese \"%s\"" | |
4961 | |
4962 #, c-format | |
4963 msgid "finished sourcing %s" | |
4964 msgstr "Lesen von %s beendet" | |
4965 | |
4966 #, c-format | |
4967 msgid "continuing in %s" | |
4968 msgstr "weiter in %s" | |
4969 | |
4970 msgid "modeline" | |
4971 msgstr "modeline" | |
4972 | |
4973 msgid "--cmd argument" | |
4974 msgstr "--cmd Argument" | |
4975 | |
4976 msgid "-c argument" | |
4977 msgstr "-c Argument" | |
4978 | |
4979 msgid "environment variable" | |
4980 msgstr "Umgebungsvariable" | |
4981 | |
4982 msgid "error handler" | |
4983 msgstr "Error-Handler" | |
4984 | |
4985 msgid "W15: Warning: Wrong line separator, ^M may be missing" | |
4986 msgstr "W15: Achtung: Falscher Zeilentrenner, vielleicht fehlt ein ^M" | |
4987 | |
4988 msgid "E167: :scriptencoding used outside of a sourced file" | |
4989 msgstr "E167: :scriptencoding außerhalb einer eingelesenen Datei" | |
4990 | |
4991 msgid "E984: :scriptversion used outside of a sourced file" | |
4992 msgstr "E984: :scriptversion außerhalb einer eingelesenen Datei" | |
4993 | |
4994 #, c-format | |
4995 msgid "E999: scriptversion not supported: %d" | |
4996 msgstr "E999: scriptversion nicht unterstützt: %d" | |
4997 | |
4998 msgid "E168: :finish used outside of a sourced file" | |
4999 msgstr "E168: :finish außerhalb einer eingelesenen Datei" | |
5000 | |
5001 #, c-format | |
7 | 5002 msgid "E383: Invalid search string: %s" |
5003 msgstr "E383: Unzulässiges Suchmuster: %s" | |
5004 | |
5005 #, c-format | |
5006 msgid "E384: search hit TOP without match for: %s" | |
5007 msgstr "E384: Suche erreichte den ANFANG ohne Treffer für: %s" | |
5008 | |
5009 #, c-format | |
5010 msgid "E385: search hit BOTTOM without match for: %s" | |
5011 msgstr "E385: Suche erreichte das ENDE ohne Treffer für: %s" | |
5012 | |
5013 msgid "E386: Expected '?' or '/' after ';'" | |
5014 msgstr "E386: Erwarte '?' oder '/' nach ';'" | |
5015 | |
5016 msgid " (includes previously listed match)" | |
5017 msgstr " (enthält bereits vorher aufgezählte Treffer)" | |
5018 | |
5019 msgid "--- Included files " | |
5020 msgstr "--- Eingefügte Dateien " | |
5021 | |
5022 msgid "not found " | |
5023 msgstr "nicht gefunden " | |
5024 | |
5025 msgid "in path ---\n" | |
5026 msgstr "im Pfad ---\n" | |
5027 | |
5028 msgid " (Already listed)" | |
5029 msgstr " (Bereits aufgelistet)" | |
5030 | |
5031 msgid " NOT FOUND" | |
5032 msgstr " NICHT GEFUNDEN" | |
5033 | |
5034 #, c-format | |
5035 msgid "Scanning included file: %s" | |
1619 | 5036 msgstr "Durchsuche inkludierte Datei: %s" |
7 | 5037 |
819 | 5038 #, c-format |
5039 msgid "Searching included file %s" | |
1619 | 5040 msgstr "Suche inkludierte Datei %s" |
819 | 5041 |
7 | 5042 msgid "E387: Match is on current line" |
5043 msgstr "E387: Treffer ist auf der momentanen Zeile" | |
5044 | |
5045 msgid "All included files were found" | |
1619 | 5046 msgstr "Alle inkludierten Dateien wurden gefunden" |
7 | 5047 |
5048 msgid "No included files" | |
1619 | 5049 msgstr "Keine inkludierten Dateien" |
7 | 5050 |
5051 msgid "E388: Couldn't find definition" | |
1619 | 5052 msgstr "E388: Konnte Definition nicht finden" |
7 | 5053 |
5054 msgid "E389: Couldn't find pattern" | |
1619 | 5055 msgstr "E389: Konnte Muster nicht finden" |
7 | 5056 |
18053 | 5057 msgid "Save View" |
5058 msgstr "Ansichten Speichern" | |
5059 | |
5060 msgid "Save Session" | |
5061 msgstr "Sitzung Speichern" | |
5062 | |
5063 msgid "Save Setup" | |
5064 msgstr "Einstellungen Speichern" | |
11704 | 5065 |
15729 | 5066 msgid "[Deleted]" |
5067 msgstr "[Gelöscht]" | |
5068 | |
5069 msgid "" | |
5070 "\n" | |
5071 "--- Signs ---" | |
5072 msgstr "" | |
5073 "\n" | |
5074 "--- Zeichen ---" | |
5075 | |
5076 #, c-format | |
5077 msgid "Signs for %s:" | |
5078 msgstr "Zeichen für %s:" | |
5079 | |
5080 #, c-format | |
5081 msgid " group=%s" | |
5082 msgstr " Gruppe=%s" | |
5083 | |
5084 #, c-format | |
5085 msgid " line=%ld id=%d%s name=%s priority=%d" | |
5086 msgstr " Zeile=%ld id=%d%s Name=%s Priorität=%d" | |
5087 | |
5088 msgid "E612: Too many signs defined" | |
5089 msgstr "E612: Zu viele Zeichen definiert" | |
5090 | |
5091 #, c-format | |
5092 msgid "E239: Invalid sign text: %s" | |
5093 msgstr "E239: Ungültiger Text für ein Zeichen: %s" | |
5094 | |
5095 #, c-format | |
5096 msgid "E155: Unknown sign: %s" | |
5097 msgstr "E155: Unbekanntes Zeichen: %s" | |
5098 | |
5099 #, c-format | |
5100 msgid "E885: Not possible to change sign %s" | |
5101 msgstr "E885: Nicht möglich Zeichen %s zu ändern." | |
5102 | |
5103 msgid "E159: Missing sign number" | |
5104 msgstr "E159: Fehlende Zeichennummer" | |
5105 | |
5106 #, c-format | |
5107 msgid "E157: Invalid sign ID: %d" | |
5108 msgstr "E157: Ungültige Zeichen-ID: %d" | |
5109 | |
5110 msgid "E934: Cannot jump to a buffer that does not have a name" | |
5111 msgstr "E934: Kann nicht zu einem Puffer ohne Namen springen." | |
5112 | |
5113 #, c-format | |
5114 msgid "E160: Unknown sign command: %s" | |
5115 msgstr "E160: Unbekannter \"sign\"-Befehl: %s" | |
5116 | |
5117 msgid "E156: Missing sign name" | |
5118 msgstr "E156: Name des Zeichens fehlt" | |
5119 | |
5120 msgid " (NOT FOUND)" | |
5121 msgstr " (NICHT GEFUNDEN)" | |
5122 | |
5123 msgid " (not supported)" | |
5124 msgstr " (nicht unterstützt)" | |
5125 | |
11704 | 5126 msgid "E756: Spell checking is not enabled" |
5127 msgstr "E756: Rechtschreibprüfung ist nicht aktiviert" | |
5128 | |
5129 #, c-format | |
5130 msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\"" | |
5131 msgstr "" | |
5132 "Achtung: Kann Wortliste \"%s_%s.spl\" oder \"%s_ascii.spl\" nicht finden" | |
5133 | |
5134 #, c-format | |
5135 msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\"" | |
5136 msgstr "" | |
5137 "Achtung: Kann Wortliste \"%s.%s.spl\" oder \"%s.ascii.spl\" nicht finden" | |
5138 | |
5139 msgid "E797: SpellFileMissing autocommand deleted buffer" | |
5140 msgstr "E797: SpellFileMissing-Autokommando löschte Puffer" | |
5141 | |
5142 #, c-format | |
5143 msgid "Warning: region %s not supported" | |
5144 msgstr "Achtung: Region %s nicht unterstützt" | |
5145 | |
5146 msgid "E752: No previous spell replacement" | |
5147 msgstr "E752: Keine vorhergehende Ersetzung" | |
5148 | |
5149 #, c-format | |
5150 msgid "E753: Not found: %s" | |
5151 msgstr "E753: Nicht gefunden: %s" | |
819 | 5152 |
5153 msgid "E758: Truncated spell file" | |
1619 | 5154 msgstr "E758: Abgeschnittenes Rechtschreibwörterbuch" |
819 | 5155 |
5156 #, c-format | |
5157 msgid "Trailing text in %s line %d: %s" | |
11914 | 5158 msgstr "Überschüssiger Text in %s Zeile %d: %s" |
819 | 5159 |
5160 #, c-format | |
5161 msgid "Affix name too long in %s line %d: %s" | |
5162 msgstr "Affix Name zu lang in %s Zeile %d: %s" | |
5163 | |
5164 msgid "E761: Format error in affix file FOL, LOW or UPP" | |
5165 msgstr "E761: Format-Fehler in Affix-Datei FOL, LOW oder UPP" | |
5166 | |
5167 msgid "E762: Character in FOL, LOW or UPP is out of range" | |
5168 msgstr "E762: Zeichen in FOL, LOW oder UPP außerhalb des zulässigen Bereichs" | |
5169 | |
5170 msgid "Compressing word tree..." | |
5171 msgstr "Komprimiere Wörter-Baum..." | |
5172 | |
5173 #, c-format | |
5174 msgid "Reading spell file \"%s\"" | |
5175 msgstr "Lese Rechtschreibwörterbuch \"%s\" ein" | |
5176 | |
5177 msgid "E757: This does not look like a spell file" | |
1619 | 5178 msgstr "E757: Das sieht nicht nach einem Rechtschreibwörterbuch aus" |
819 | 5179 |
5180 msgid "E771: Old spell file, needs to be updated" | |
1619 | 5181 msgstr "E771: Altes Rechtschreibwörterbuch, benötigt Aktualisierung" |
819 | 5182 |
5183 msgid "E772: Spell file is for newer version of Vim" | |
1619 | 5184 msgstr "E772: Rechtschreibwörterbuch ist für eine neuere Version von Vim" |
819 | 5185 |
5186 msgid "E770: Unsupported section in spell file" | |
1619 | 5187 msgstr "E770: Nicht unterstützter Abschnitt im Rechtschreibwörterbuch" |
819 | 5188 |
5189 #, c-format | |
11704 | 5190 msgid "E778: This does not look like a .sug file: %s" |
5191 msgstr "E778: Das sieht nicht nach einer .sug Datei aus: %s" | |
5192 | |
5193 #, c-format | |
5194 msgid "E779: Old .sug file, needs to be updated: %s" | |
5195 msgstr "E779: Veraltete .sug Datei; Aktualisierung erforderlich: %s" | |
5196 | |
5197 #, c-format | |
5198 msgid "E780: .sug file is for newer version of Vim: %s" | |
5199 msgstr "E780: .sug Datei ist für eine neuere Version von Vim: %s" | |
5200 | |
5201 #, c-format | |
5202 msgid "E781: .sug file doesn't match .spl file: %s" | |
5203 msgstr "E781: .sug Datei passt nicht zur .spl Datei: %s" | |
5204 | |
5205 #, c-format | |
5206 msgid "E782: error while reading .sug file: %s" | |
5207 msgstr "E782: Fehler beim Lesen der .sug Datei: %s" | |
819 | 5208 |
5209 #, c-format | |
14123 | 5210 msgid "Reading affix file %s..." |
5211 msgstr "Lese Affix-Datei %s..." | |
819 | 5212 |
5213 #, c-format | |
5214 msgid "Conversion failure for word in %s line %d: %s" | |
837 | 5215 msgstr "Umwandlungsfehler beim Wort in %s Zeile %d: %s" |
819 | 5216 |
5217 #, c-format | |
5218 msgid "Conversion in %s not supported: from %s to %s" | |
837 | 5219 msgstr "Umwandlung in %s nicht unterstützt: von %s nach %s" |
819 | 5220 |
5221 #, c-format | |
5222 msgid "Invalid value for FLAG in %s line %d: %s" | |
5223 msgstr "Ungültiger Wert von FLAG in %s Zeile %d: %s" | |
5224 | |
5225 #, c-format | |
5226 msgid "FLAG after using flags in %s line %d: %s" | |
5227 msgstr "FLAG nach dem Gebrauch von Flags in %s Zeile %d: %s" | |
5228 | |
5229 #, c-format | |
11704 | 5230 msgid "" |
5231 "Defining COMPOUNDFORBIDFLAG after PFX item may give wrong results in %s line " | |
5232 "%d" | |
5233 msgstr "" | |
5234 "Die Definition von COMPOUNDFORBIDFLAG nach dem PFX Element kann falsches " | |
5235 "Ergebnis in Zeile %s ergeben %d" | |
5236 | |
5237 #, c-format | |
5238 msgid "" | |
5239 "Defining COMPOUNDPERMITFLAG after PFX item may give wrong results in %s line " | |
5240 "%d" | |
5241 msgstr "" | |
5242 "Die Definition von COMPOUNDPERMITFLAG nach dem PFX Element kann falsches " | |
5243 "Ergebnis in Zeile %s ergeben %d" | |
5244 | |
5245 #, c-format | |
5246 msgid "Wrong COMPOUNDRULES value in %s line %d: %s" | |
5247 msgstr "Falscher COMPOUNDRULES-Wert in %s Zeile %d: %s" | |
5248 | |
5249 #, c-format | |
819 | 5250 msgid "Wrong COMPOUNDWORDMAX value in %s line %d: %s" |
837 | 5251 msgstr "Falscher COMPOUNDWORDMAX-Wert in %s Zeile %d: %s" |
819 | 5252 |
5253 #, c-format | |
5254 msgid "Wrong COMPOUNDMIN value in %s line %d: %s" | |
837 | 5255 msgstr "Falscher COMPOUNDMIN-Wert in %s Zeile %d: %s" |
819 | 5256 |
5257 #, c-format | |
5258 msgid "Wrong COMPOUNDSYLMAX value in %s line %d: %s" | |
837 | 5259 msgstr "Falscher COMPOUNDSYLMAX-Wert in %s Zeile %d: %s" |
819 | 5260 |
5261 #, c-format | |
5262 msgid "Wrong CHECKCOMPOUNDPATTERN value in %s line %d: %s" | |
837 | 5263 msgstr "Falscher CHECKCOMPOUNDPATTERN-Wert in %s Zeile %d: %s" |
819 | 5264 |
5265 #, c-format | |
5266 msgid "Different combining flag in continued affix block in %s line %d: %s" | |
11704 | 5267 msgstr "" |
5268 "Unterschiedliches verknüpfendes Flag im fortgesetzten Affix-Block in %s " | |
5269 "Zeile %d: %s" | |
819 | 5270 |
5271 #, c-format | |
5272 msgid "Duplicate affix in %s line %d: %s" | |
5273 msgstr "Doppeltes Affix in %s Zeile %d: %s" | |
5274 | |
5275 #, c-format | |
5276 msgid "" | |
5277 "Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in %s " | |
5278 "line %d: %s" | |
5279 msgstr "" | |
11704 | 5280 "Affix wird auch für BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST " |
5281 "verwendet in %s Zeile %d: %s" | |
819 | 5282 |
5283 #, c-format | |
5284 msgid "Expected Y or N in %s line %d: %s" | |
5285 msgstr "Y oder N erwartet in %s Zeile %d: %s" | |
5286 | |
5287 #, c-format | |
5288 msgid "Broken condition in %s line %d: %s" | |
5289 msgstr "Bedingung verletzt in %s Zeile %d: %s" | |
5290 | |
5291 #, c-format | |
5292 msgid "Expected REP(SAL) count in %s line %d" | |
5293 msgstr "Erwartetes REP(SAL) gezählt in %s Zeile %d" | |
5294 | |
5295 #, c-format | |
5296 msgid "Expected MAP count in %s line %d" | |
5297 msgstr "Erwartetes MAP gezählt in %s Zeile %d" | |
5298 | |
5299 #, c-format | |
5300 msgid "Duplicate character in MAP in %s line %d" | |
5301 msgstr "Doppeltes Zeichen in MAP in %s Zeile %d" | |
5302 | |
5303 #, c-format | |
5304 msgid "Unrecognized or duplicate item in %s line %d: %s" | |
5305 msgstr "Nicht erkanntes oder doppeltes Element in %s Zeile %d: %s" | |
5306 | |
5307 #, c-format | |
5308 msgid "Missing FOL/LOW/UPP line in %s" | |
5309 msgstr "Fehlende FOL/LOW/UPP Zeile in %s" | |
5310 | |
5311 msgid "COMPOUNDSYLMAX used without SYLLABLE" | |
5312 msgstr "COMPOUNDSYLMAX ohne SYLLABLE verwendet" | |
5313 | |
5314 msgid "Too many postponed prefixes" | |
5315 msgstr "Zu viele zurück gestellte Präfixe" | |
5316 | |
5317 msgid "Too many compound flags" | |
5318 msgstr "Zu viele zusammengesetzte Flags" | |
5319 | |
1698 | 5320 msgid "Too many postponed prefixes and/or compound flags" |
819 | 5321 msgstr "Zu viele zurück gestellte Präfixe und/oder zusammengesetzte Flags" |
5322 | |
5323 #, c-format | |
5324 msgid "Missing SOFO%s line in %s" | |
5325 msgstr "Fehlende SOFO%s Zeile in %s" | |
5326 | |
5327 #, c-format | |
5328 msgid "Both SAL and SOFO lines in %s" | |
5329 msgstr "Sowohl SAL als auch SOFO Zeilen in %s" | |
5330 | |
5331 #, c-format | |
5332 msgid "Flag is not a number in %s line %d: %s" | |
5333 msgstr "Flag ist keine Zahl in %s Zeile %d: %s" | |
5334 | |
5335 #, c-format | |
5336 msgid "Illegal flag in %s line %d: %s" | |
5337 msgstr "Unerlaubtes Flag in %s Zeile %d: %s" | |
5338 | |
5339 #, c-format | |
5340 msgid "%s value differs from what is used in another .aff file" | |
11704 | 5341 msgstr "" |
5342 "%s Wert unterscheidet sich von dem, was in einer anderen .aff Datei " | |
5343 "verwendet wird" | |
819 | 5344 |
5345 #, c-format | |
14123 | 5346 msgid "Reading dictionary file %s..." |
5347 msgstr "Lese Wörterbuch-Datei %s..." | |
819 | 5348 |
5349 #, c-format | |
5350 msgid "E760: No word count in %s" | |
15033 | 5351 msgstr "E760: Kein Wortanzahl in %s" |
819 | 5352 |
14193 | 5353 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5354 msgid "line %6d, word %6ld - %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5355 msgstr "Zeile %6d, Wort %6ld - %s" |
819 | 5356 |
5357 #, c-format | |
5358 msgid "Duplicate word in %s line %d: %s" | |
5359 msgstr "Doppeltes Wort in %s Zeile %d: %s" | |
5360 | |
5361 #, c-format | |
5362 msgid "First duplicate word in %s line %d: %s" | |
5363 msgstr "Erstes doppeltes Wort in %s Zeile %d: %s" | |
5364 | |
5365 #, c-format | |
5366 msgid "%d duplicate word(s) in %s" | |
5367 msgstr "%d doppelte(s) Wort(e) in %s" | |
5368 | |
5369 #, c-format | |
5370 msgid "Ignored %d word(s) with non-ASCII characters in %s" | |
5371 msgstr "%d Wort(e) mit nicht-ASCII Zeichen ignoriert in %s" | |
5372 | |
5373 #, c-format | |
14123 | 5374 msgid "Reading word file %s..." |
5375 msgstr "Lese Wort-Datei %s..." | |
819 | 5376 |
5377 #, c-format | |
5378 msgid "Duplicate /encoding= line ignored in %s line %d: %s" | |
5379 msgstr "Doppelte /encoding= Zeile ignoriert in %s Zeile %d: %s" | |
5380 | |
5381 #, c-format | |
5382 msgid "/encoding= line after word ignored in %s line %d: %s" | |
5383 msgstr "/encoding= Zeile nach Wort ignoriert in %s Zeile %d: %s" | |
5384 | |
5385 #, c-format | |
5386 msgid "Duplicate /regions= line ignored in %s line %d: %s" | |
5387 msgstr "Doppelte /regions= Zeile ignoriert in %s Zeile %d: %s" | |
5388 | |
5389 #, c-format | |
5390 msgid "Too many regions in %s line %d: %s" | |
5391 msgstr "Zu viele Regionen in %s Zeile %d: %s" | |
5392 | |
5393 #, c-format | |
5394 msgid "/ line ignored in %s line %d: %s" | |
5395 msgstr "/ Zeile ignoriert in %s Zeile %d: %s" | |
5396 | |
5397 #, c-format | |
5398 msgid "Invalid region nr in %s line %d: %s" | |
5399 msgstr "Ungültige Regionsnummer in %s Zeile %d: %s" | |
5400 | |
5401 #, c-format | |
5402 msgid "Unrecognized flags in %s line %d: %s" | |
5403 msgstr "Nicht erkanntes Flag in %s Zeile %d: %s" | |
5404 | |
5405 #, c-format | |
5406 msgid "Ignored %d words with non-ASCII characters" | |
5407 msgstr "%d Wörter mit nicht-ASCII Zeichen ignoriert" | |
5408 | |
11704 | 5409 msgid "E845: Insufficient memory, word list will be incomplete" |
15033 | 5410 msgstr "E845: Nicht ausreichend Speicher, Wortliste wird unvollständig sein" |
11704 | 5411 |
819 | 5412 #, c-format |
5413 msgid "Compressed %d of %d nodes; %d (%d%%) remaining" | |
5414 msgstr "%d von %d Knoten komprimiert; %d (%d%%) übrig" | |
5415 | |
5416 msgid "Reading back spell file..." | |
5417 msgstr "Lese Rechtschreibwörterbuch zurück..." | |
5418 | |
5419 msgid "Performing soundfolding..." | |
5420 msgstr "Führe 'Soundfolding' durch..." | |
5421 | |
5422 #, c-format | |
5423 msgid "Number of words after soundfolding: %ld" | |
5424 msgstr "Anzahl der Wörter nach 'Soundfolding': %ld" | |
5425 | |
5426 #, c-format | |
5427 msgid "Total number of words: %d" | |
5428 msgstr "Gesamte Anzahl von Wörtern: %d" | |
5429 | |
5430 #, c-format | |
14123 | 5431 msgid "Writing suggestion file %s..." |
5432 msgstr "Schreibe Datei %s für Vorschläge..." | |
819 | 5433 |
5434 #, c-format | |
5435 msgid "Estimated runtime memory use: %d bytes" | |
5436 msgstr "Geschätzter Speicher zur Laufzeit: %d Bytes" | |
5437 | |
5438 msgid "E751: Output file name must not have region name" | |
5439 msgstr "E751: Ausgabedatei darf keinen Regionsnamen haben" | |
5440 | |
14193 | 5441 #, c-format |
15729 | 5442 msgid "E754: Only up to %d regions supported" |
5443 msgstr "E754: Maximal %d Regionen unterstützt" | |
819 | 5444 |
5445 #, c-format | |
5446 msgid "E755: Invalid region in %s" | |
5447 msgstr "E755: Ungültige Region in %s" | |
5448 | |
5449 msgid "Warning: both compounding and NOBREAK specified" | |
5450 msgstr "Achtung: Sowohl zusammengesetzte Wörter als auch NOBREAK angegeben" | |
5451 | |
5452 #, c-format | |
14123 | 5453 msgid "Writing spell file %s..." |
5454 msgstr "Schreibe Rechtschreibwörterbuch %s..." | |
819 | 5455 |
5456 msgid "Done!" | |
5457 msgstr "Fertig!" | |
5458 | |
5459 #, c-format | |
15729 | 5460 msgid "E765: 'spellfile' does not have %d entries" |
5461 msgstr "E765: 'spellfile' hat nicht %d Einträge" | |
819 | 5462 |
5463 #, c-format | |
11704 | 5464 msgid "Word '%.*s' removed from %s" |
5465 msgstr "Wort '%.*s' entfernt von %s" | |
5466 | |
5467 #, c-format | |
5468 msgid "Word '%.*s' added to %s" | |
5469 msgstr "Wort '%.*s' hinzugefügt zu %s" | |
819 | 5470 |
5471 msgid "E763: Word characters differ between spell files" | |
11704 | 5472 msgstr "" |
5473 "E763: 'Word Characters' unterscheiden sich zwischen Rechtschreibwörterbüchern" | |
819 | 5474 |
5475 msgid "E783: duplicate char in MAP entry" | |
5476 msgstr "E783: Doppeltes Zeichen im MAP Eintrag" | |
5477 | |
18456 | 5478 msgid "Sorry, no suggestions" |
5479 msgstr "Leider keine Vorschläge" | |
5480 | |
5481 #, c-format | |
5482 msgid "Sorry, only %ld suggestions" | |
5483 msgstr "Leider nur %ld Vorschläge" | |
5484 | |
5485 #, c-format | |
5486 msgid "Change \"%.*s\" to:" | |
5487 msgstr "Ändere \"%.*s\" nach:" | |
5488 | |
5489 #, c-format | |
5490 msgid " < \"%.*s\"" | |
5491 msgstr " < \"%.*s\"" | |
5492 | |
11704 | 5493 msgid "No Syntax items defined for this buffer" |
5494 msgstr "Keine Syntax-Elemente für diesen Puffer definiert" | |
5495 | |
14999 | 5496 msgid "'redrawtime' exceeded, syntax highlighting disabled" |
5497 msgstr "'redrawtime' überschritten, Syntaxhighlighting deaktiviert" | |
5498 | |
11704 | 5499 msgid "syntax conceal on" |
5500 msgstr "Syntax conceal aktiviert" | |
5501 | |
5502 msgid "syntax conceal off" | |
5503 msgstr "Syntax conceal deaktiviert" | |
5504 | |
7 | 5505 #, c-format |
5506 msgid "E390: Illegal argument: %s" | |
819 | 5507 msgstr "E390: Unerlaubtes Argument: %s" |
7 | 5508 |
11704 | 5509 msgid "syntax case ignore" |
5510 msgstr "Syntax ignoriere Groß-/Kleinschreibung" | |
5511 | |
5512 msgid "syntax case match" | |
5513 msgstr "Syntax unterscheide Groß-/Kleinschreibung" | |
5514 | |
5515 msgid "syntax spell toplevel" | |
5516 msgstr "Prüfe Rechtschreibung von Text ohne zugehörige Syntaxgruppe" | |
5517 | |
5518 msgid "syntax spell notoplevel" | |
5519 msgstr "Prüfe keine Rechtschreibung von Text ohne zugehörige Syntaxgruppe" | |
5520 | |
5521 msgid "syntax spell default" | |
11914 | 5522 msgstr "" |
5523 "Prüfe Rechtschreibung von Text ohne zugehörige Syntaxgruppen nur bei @Spell/" | |
5524 "@NoSpell Attribut." | |
11704 | 5525 |
5526 msgid "syntax iskeyword " | |
5527 msgstr "syntax iskeyword " | |
5528 | |
14999 | 5529 msgid "syntax iskeyword not set" |
5530 msgstr "syntax iskeyword nicht gesetzt" | |
5531 | |
7 | 5532 #, c-format |
5533 msgid "E391: No such syntax cluster: %s" | |
819 | 5534 msgstr "E391: Kein solcher Syntax Cluster: %s" |
7 | 5535 |
5536 msgid "syncing on C-style comments" | |
5537 msgstr "Synchronisation an C-Stil Kommentaren" | |
5538 | |
5539 msgid "no syncing" | |
5540 msgstr "keine Synchronisation" | |
5541 | |
5542 msgid "syncing starts " | |
5543 msgstr "Synchronisation beginnt " | |
5544 | |
5545 msgid " lines before top line" | |
5546 msgstr " Zeilen vor der obersten Zeile" | |
5547 | |
5548 msgid "" | |
5549 "\n" | |
5550 "--- Syntax sync items ---" | |
5551 msgstr "" | |
5552 "\n" | |
5553 "--- Syntax Synchronisations-Elemente ---" | |
5554 | |
5555 msgid "" | |
5556 "\n" | |
5557 "syncing on items" | |
5558 msgstr "" | |
5559 "\n" | |
5560 "Synchronisation an Elementen" | |
5561 | |
5562 msgid "" | |
5563 "\n" | |
5564 "--- Syntax items ---" | |
5565 msgstr "" | |
5566 "\n" | |
819 | 5567 "--- Syntax-Elemente ---" |
7 | 5568 |
5569 #, c-format | |
5570 msgid "E392: No such syntax cluster: %s" | |
837 | 5571 msgstr "E392: Kein solcher Syntax-Cluster: %s" |
7 | 5572 |
5573 msgid "minimal " | |
5574 msgstr "minimal " | |
5575 | |
5576 msgid "maximal " | |
5577 msgstr "maximal " | |
5578 | |
5579 msgid "; match " | |
5580 msgstr "; Treffer " | |
5581 | |
5582 msgid " line breaks" | |
819 | 5583 msgstr " Zeilenumbrüche" |
7 | 5584 |
11704 | 5585 msgid "E395: contains argument not accepted here" |
5586 msgstr "E395: \"contains\"-Argument ist an dieser Stelle ungültig" | |
5587 | |
5588 msgid "E844: invalid cchar value" | |
5589 msgstr "E844: Ungültiger cchar Wert" | |
5590 | |
7 | 5591 msgid "E393: group[t]here not accepted here" |
5592 msgstr "E393: \"group[t]here\" ist an dieser Stelle ungültig" | |
5593 | |
5594 #, c-format | |
5595 msgid "E394: Didn't find region item for %s" | |
1619 | 5596 msgstr "E394: Konnte kein \"region\"-Element für \"%s\" finden" |
7 | 5597 |
5598 msgid "E397: Filename required" | |
5599 msgstr "E397: Dateiname wird benötigt" | |
5600 | |
11704 | 5601 msgid "E847: Too many syntax includes" |
5602 msgstr "E847: Zu viele Syntax Includedateien" | |
5603 | |
7 | 5604 #, c-format |
838 | 5605 msgid "E789: Missing ']': %s" |
5606 msgstr "E789: Fehlende ']': %s" | |
819 | 5607 |
5608 #, c-format | |
11704 | 5609 msgid "E890: trailing char after ']': %s]%s" |
5610 msgstr "E890: Überschüssige Zeichen nach ']': %s]%s" | |
5611 | |
5612 #, c-format | |
7 | 5613 msgid "E398: Missing '=': %s" |
5614 msgstr "E398: Fehlendes '=': %s" | |
5615 | |
5616 #, c-format | |
5617 msgid "E399: Not enough arguments: syntax region %s" | |
5618 msgstr "E399: Nicht ausreichend viele Argumente: syntax region %s" | |
5619 | |
11704 | 5620 msgid "E848: Too many syntax clusters" |
5621 msgstr "E848: Zu viele Syntax Cluster" | |
5622 | |
7 | 5623 msgid "E400: No cluster specified" |
5624 msgstr "E400: Kein Cluster angegeben" | |
5625 | |
5626 #, c-format | |
5627 msgid "E401: Pattern delimiter not found: %s" | |
11914 | 5628 msgstr "E401: Muster-Begrenzer nicht gefunden: %s" |
7 | 5629 |
5630 #, c-format | |
5631 msgid "E402: Garbage after pattern: %s" | |
5632 msgstr "E402: Schrott nach Muster: %s" | |
5633 | |
5634 msgid "E403: syntax sync: line continuations pattern specified twice" | |
837 | 5635 msgstr "E403: Syntax sync: Zeilen-Fortsetzungsmuster zweifach angegeben" |
7 | 5636 |
5637 #, c-format | |
5638 msgid "E404: Illegal arguments: %s" | |
5639 msgstr "E404: Unzulässige Argumente; %s" | |
5640 | |
5641 #, c-format | |
5642 msgid "E405: Missing equal sign: %s" | |
5643 msgstr "E405: Gleichheitszeichen fehlt: %s" | |
5644 | |
5645 #, c-format | |
5646 msgid "E406: Empty argument: %s" | |
5647 msgstr "E406: Leeres Argument: %s" | |
5648 | |
5649 #, c-format | |
5650 msgid "E407: %s not allowed here" | |
5651 msgstr "E407: %s ist hier nicht erlaubt" | |
5652 | |
5653 #, c-format | |
5654 msgid "E408: %s must be first in contains list" | |
11704 | 5655 msgstr "" |
5656 "E408: %s muss als Erstes in der Liste der enthaltenen Elemente auftreten" | |
7 | 5657 |
5658 #, c-format | |
5659 msgid "E409: Unknown group name: %s" | |
837 | 5660 msgstr "E409: Unbekannter Gruppenname: %s" |
7 | 5661 |
5662 #, c-format | |
5663 msgid "E410: Invalid :syntax subcommand: %s" | |
5664 msgstr "E410: Ungültiger :syntax Befehl: %s" | |
5665 | |
11704 | 5666 msgid "" |
5667 " TOTAL COUNT MATCH SLOWEST AVERAGE NAME PATTERN" | |
5668 msgstr "" | |
5669 " TOTAL ANZAHL MATCH LANGSAMST DURCHSCHN NAME MUSTER" | |
5670 | |
819 | 5671 msgid "E555: at bottom of tag stack" |
5672 msgstr "E555: Am Ende des Tag-Stacks" | |
5673 | |
5674 msgid "E556: at top of tag stack" | |
5675 msgstr "E556: Am Anfang des Tag-Stacks" | |
33 | 5676 |
18053 | 5677 msgid "E986: cannot modify the tag stack within tagfunc" |
18456 | 5678 msgstr "" |
5679 "E986: Kann den Tag-Stack nicht innerhalb der tagfunc Funktion verändern" | |
18053 | 5680 |
5681 msgid "E987: invalid return value from tagfunc" | |
5682 msgstr "E987: Ungültiges Ergebnis der tagfunc Funktion" | |
5683 | |
7 | 5684 msgid "E425: Cannot go before first matching tag" |
5685 msgstr "E425: Kann nicht vor den ersten passenden Tag hinausgehen" | |
5686 | |
5687 #, c-format | |
5688 msgid "E426: tag not found: %s" | |
1619 | 5689 msgstr "E426: Konnte Tag \"%s\" nicht finden" |
7 | 5690 |
5691 msgid "E427: There is only one matching tag" | |
5692 msgstr "E427: Es gibt nur einen passenden Tag" | |
5693 | |
5694 msgid "E428: Cannot go beyond last matching tag" | |
5695 msgstr "E428: Kann nicht über den letzten passenden Tag hinausgehen" | |
5696 | |
5697 #, c-format | |
5698 msgid "File \"%s\" does not exist" | |
5699 msgstr "Die Datei \"%s\" existiert nicht" | |
5700 | |
5701 #, c-format | |
5702 msgid "tag %d of %d%s" | |
5703 msgstr "Tag %d aus %d%s" | |
5704 | |
5705 msgid " or more" | |
5706 msgstr " oder mehr" | |
5707 | |
5708 msgid " Using tag with different case!" | |
837 | 5709 msgstr " Verwendung eines Tags mit abgewandelter Groß-/Klein-Schreibung" |
7 | 5710 |
5711 #, c-format | |
5712 msgid "E429: File \"%s\" does not exist" | |
5713 msgstr "E429: Die Datei \"%s\" existiert nicht" | |
5714 | |
16380 | 5715 msgid " # pri kind tag" |
5716 msgstr " # Prio Art Tag" | |
5717 | |
5718 msgid "file\n" | |
5719 msgstr "Datei\n" | |
5720 | |
7 | 5721 msgid "" |
5722 "\n" | |
5723 " # TO tag FROM line in file/text" | |
5724 msgstr "" | |
5725 "\n" | |
5726 " # NACH TAG VON Zeile in Datei/Text" | |
5727 | |
5728 #, c-format | |
5729 msgid "Searching tags file %s" | |
11914 | 5730 msgstr "Tag-Datei %s wird durchsucht" |
7 | 5731 |
5732 #, c-format | |
5733 msgid "E430: Tag file path truncated for %s\n" | |
5734 msgstr "E430: Tag-Dateipfad wurde abgeschnitten für %s\n" | |
5735 | |
5736 #, c-format | |
5737 msgid "E431: Format error in tags file \"%s\"" | |
5738 msgstr "E431: Format Fehler in Tag-Datei \"%s\"" | |
5739 | |
5740 #, c-format | |
5741 msgid "Before byte %ld" | |
15033 | 5742 msgstr "Vor Byte %ld" |
7 | 5743 |
5744 #, c-format | |
5745 msgid "E432: Tags file not sorted: %s" | |
5746 msgstr "E432: Tag-Datei ist nicht sortiert: %s" | |
5747 | |
5748 msgid "E433: No tags file" | |
5749 msgstr "E433: Keine Tag-Datei" | |
5750 | |
18639 | 5751 msgid "Ignoring long line in tags file" |
5752 msgstr "Ignoriere zu lange Zeile in Tag-Datei" | |
5753 | |
7 | 5754 msgid "E434: Can't find tag pattern" |
1619 | 5755 msgstr "E434: Kann Tag-Muster nicht finden" |
7 | 5756 |
5757 msgid "E435: Couldn't find tag, just guessing!" | |
1619 | 5758 msgstr "E435: Konnte Tag möglicherweise nicht finden!" |
7 | 5759 |
11704 | 5760 #, c-format |
5761 msgid "Duplicate field name: %s" | |
5762 msgstr "Doppelter Feldname: %s" | |
5763 | |
7 | 5764 msgid "' not known. Available builtin terminals are:" |
11704 | 5765 msgstr "" |
5766 "' nicht bekannt. Die folgenden eingebauten Terminals stehen zur Verfügung:" | |
7 | 5767 |
5768 msgid "defaulting to '" | |
5769 msgstr "Voreinstellung '" | |
5770 | |
819 | 5771 msgid "E557: Cannot open termcap file" |
5772 msgstr "E557: Termcap-Datei kann nicht geöffnet werden" | |
5773 | |
5774 msgid "E558: Terminal entry not found in terminfo" | |
1619 | 5775 msgstr "E558: Kein Terminal-Eintrag in der Terminfo-Datenbank gefunden" |
819 | 5776 |
5777 msgid "E559: Terminal entry not found in termcap" | |
1619 | 5778 msgstr "E559: Kein Terminal-Eintrag in der Termcap-Datei gefunden" |
33 | 5779 |
7 | 5780 #, c-format |
5781 msgid "E436: No \"%s\" entry in termcap" | |
1619 | 5782 msgstr "E436: Kein \"%s\" Eintrag in der Termcap-Datei" |
7 | 5783 |
5784 msgid "E437: terminal capability \"cm\" required" | |
837 | 5785 msgstr "E437: Terminalfähigkeit \"cm\" wird benötigt" |
7 | 5786 |
5787 msgid "" | |
5788 "\n" | |
5789 "--- Terminal keys ---" | |
5790 msgstr "" | |
5791 "\n" | |
5792 "--- Terminal Tasten ---" | |
5793 | |
11704 | 5794 msgid "Cannot open $VIMRUNTIME/rgb.txt" |
5795 msgstr "Kann Datei $VIMRUNTIME/rgb.txt nicht öffnen." | |
5796 | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5797 #, c-format |
18053 | 5798 msgid "E181: Invalid attribute: %s" |
5799 msgstr "E181: Ungültiges Attribut: %s" | |
5800 | |
18639 | 5801 msgid "E279: Sorry, ++shell is not supported on this system" |
5802 msgstr "E279: Schade, ++shell wird auf diesem System nicht unterstützt" | |
5803 | |
18053 | 5804 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5805 msgid "Kill job in \"%s\"?" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5806 msgstr "Beende job in \"%s\"?" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5807 |
11914 | 5808 msgid "Terminal" |
5809 msgstr "Terminal" | |
5810 | |
5811 msgid "Terminal-finished" | |
5812 msgstr "Terminal beendet" | |
5813 | |
12756
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
5814 msgid "active" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
5815 msgstr "aktiv" |
3b26420fc639
Long overdue runtime update.
Christian Brabandt <cb@256bit.org>
parents:
11914
diff
changeset
|
5816 |
11914 | 5817 msgid "running" |
15033 | 5818 msgstr "führe aus" |
11914 | 5819 |
5820 msgid "finished" | |
5821 msgstr "beendet" | |
5822 | |
14999 | 5823 msgid "E958: Job already finished" |
5824 msgstr "E958: Job bereits beendet" | |
5825 | |
14193 | 5826 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5827 msgid "E953: File exists: %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5828 msgstr "E953: Datei existiert bereits: %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5829 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5830 msgid "E955: Not a terminal buffer" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5831 msgstr "E955: Kein Terminal Puffer" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
5832 |
16380 | 5833 msgid "E982: ConPTY is not available" |
5834 msgstr "E982: ConPTY ist nicht verfügbar" | |
5835 | |
15729 | 5836 #, c-format |
5837 msgid "E971: Property type %s does not exist" | |
5838 msgstr "E971: Der Eigenschaftstyp %s existiert nicht" | |
5839 | |
5840 #, c-format | |
5841 msgid "E964: Invalid column number: %ld" | |
5842 msgstr "E964: Ungültige Spaltennummer: %ld" | |
5843 | |
5844 #, c-format | |
5845 msgid "E966: Invalid line number: %ld" | |
5846 msgstr "E966: Ungültige Zeilennummer: %ld" | |
5847 | |
5848 msgid "E965: missing property type name" | |
5849 msgstr "E965: Fehlender Eigenschaften Typname" | |
5850 | |
18053 | 5851 msgid "E275: Cannot add text property to unloaded buffer" |
5852 msgstr "E275: Kann Texteigenschaft nicht einem entladenen Puffer hinzufügen" | |
5853 | |
15729 | 5854 msgid "E967: text property info corrupted" |
5855 msgstr "E967: Texteigenschaft-Info beschädigt" | |
5856 | |
5857 msgid "E968: Need at least one of 'id' or 'type'" | |
5858 msgstr "E968: Benötige entweder 'id' oder 'type'" | |
5859 | |
5860 #, c-format | |
5861 msgid "E969: Property type %s already defined" | |
5862 msgstr "E969: Eigenschaftentyp %s bereits definiert" | |
5863 | |
5864 #, c-format | |
5865 msgid "E970: Unknown highlight group name: '%s'" | |
5866 msgstr "E970: Unbekannter Highlighting-Gruppenname: '%s'" | |
5867 | |
7 | 5868 msgid "new shell started\n" |
5869 msgstr "neue Shell gestartet\n" | |
5870 | |
5871 msgid "Vim: Error reading input, exiting...\n" | |
5872 msgstr "Vim: Fehler beim Lesen der Eingabe, Abbruch...\n" | |
5873 | |
11704 | 5874 msgid "Used CUT_BUFFER0 instead of empty selection" |
5875 msgstr "CUT_BUFFER0 anstatt der leeren Auswahl benutzt" | |
5876 | |
5877 msgid "E881: Line count changed unexpectedly" | |
5878 msgstr "E881: Zeilenanzahl änderte sich unerwartet" | |
5879 | |
7 | 5880 msgid "No undo possible; continue anyway" |
1619 | 5881 msgstr "Wiederherstellung nicht möglich; setze trotzdem fort" |
7 | 5882 |
11704 | 5883 #, c-format |
5884 msgid "E828: Cannot open undo file for writing: %s" | |
5885 msgstr "E828: Undo-Datei kann nicht zum Schreiben geöffnet werden: %s" | |
5886 | |
5887 #, c-format | |
5888 msgid "E825: Corrupted undo file (%s): %s" | |
5889 msgstr "E825: Beschädigte Undo-Datei (%s): %s" | |
5890 | |
5891 msgid "Cannot write undo file in any directory in 'undodir'" | |
11914 | 5892 msgstr "" |
15194 | 5893 "Undo-Datei kann in keines der Verzeichnisse aus 'undodir' geschrieben werden." |
11704 | 5894 |
5895 #, c-format | |
5896 msgid "Will not overwrite with undo file, cannot read: %s" | |
5897 msgstr "Überschreibe nicht mit Undo-Datei, nicht lesbar: %s" | |
5898 | |
5899 #, c-format | |
5900 msgid "Will not overwrite, this is not an undo file: %s" | |
5901 msgstr "Überschreibe nicht, dies ist keine Undo-Datei: %s" | |
5902 | |
5903 msgid "Skipping undo file write, nothing to undo" | |
11914 | 5904 msgstr "" |
5905 "Überspringe Schreiben der Undo-Datei, es gibt nichts zum rückgängig machen." | |
11704 | 5906 |
5907 #, c-format | |
5908 msgid "Writing undo file: %s" | |
5909 msgstr "Schreiben der Undo-Datei %s" | |
5910 | |
5911 #, c-format | |
5912 msgid "E829: write error in undo file: %s" | |
5913 msgstr "E829: Fehler beim Schreiben in Undo-Datei: %s" | |
5914 | |
5915 #, c-format | |
5916 msgid "Not reading undo file, owner differs: %s" | |
5917 msgstr "Lese nicht Undo-Datei, Besitzer unterscheidet sich: %s" | |
5918 | |
5919 #, c-format | |
5920 msgid "Reading undo file: %s" | |
5921 msgstr "Lese Undo-Datei: %s" | |
5922 | |
5923 #, c-format | |
5924 msgid "E822: Cannot open undo file for reading: %s" | |
5925 msgstr "E822: Undo-Datei kann nicht zum Lesen geöffnet werden: %s" | |
5926 | |
5927 #, c-format | |
5928 msgid "E823: Not an undo file: %s" | |
5929 msgstr "E823: Keine Undo-Datei: %s" | |
5930 | |
5931 #, c-format | |
5932 msgid "E832: Non-encrypted file has encrypted undo file: %s" | |
5933 msgstr "E832: Unverschlüsselte Datei besitzt verschlüsselte Undo-Datei: %s" | |
5934 | |
5935 #, c-format | |
5936 msgid "E826: Undo file decryption failed: %s" | |
5937 msgstr "E826: Entschlüsselung der Undo-Datei fehlgeschlagen: %s" | |
5938 | |
5939 #, c-format | |
5940 msgid "E827: Undo file is encrypted: %s" | |
5941 msgstr "E827: Undo-Datei ist verschlüsselt: %s" | |
5942 | |
5943 #, c-format | |
5944 msgid "E824: Incompatible undo file: %s" | |
5945 msgstr "E824: Inkompatible Undo-Datei: %s" | |
5946 | |
5947 msgid "File contents changed, cannot use undo info" | |
5948 msgstr "Dateiinhalt hat sich geändert, kann Undo Informationen nicht nutzen." | |
5949 | |
5950 #, c-format | |
5951 msgid "Finished reading undo file %s" | |
5952 msgstr "Lesen der Undo-Datei %s abgeschlossen" | |
5953 | |
819 | 5954 msgid "Already at oldest change" |
5955 msgstr "Bereits bei der ältesten Änderung" | |
5956 | |
5957 msgid "Already at newest change" | |
5958 msgstr "Bereits bei der jüngsten Änderung" | |
5959 | |
5960 #, c-format | |
11704 | 5961 msgid "E830: Undo number %ld not found" |
5962 msgstr "E830: Undo Nummer %ld nicht gefunden" | |
819 | 5963 |
7 | 5964 msgid "E438: u_undo: line numbers wrong" |
5965 msgstr "E438: u_undo: Zeilennummer falsch" | |
5966 | |
819 | 5967 msgid "more line" |
5968 msgstr "Zeile mehr" | |
5969 | |
5970 msgid "more lines" | |
5971 msgstr "Zeilen mehr" | |
5972 | |
5973 msgid "line less" | |
5974 msgstr "Zeile weniger" | |
5975 | |
5976 msgid "fewer lines" | |
5977 msgstr "Zeilen weniger" | |
5978 | |
5979 msgid "change" | |
5980 msgstr "Änderung" | |
5981 | |
5982 msgid "changes" | |
5983 msgstr "Änderungen" | |
5984 | |
5985 #, c-format | |
5986 msgid "%ld %s; %s #%ld %s" | |
5987 msgstr "%ld %s; %s #%ld %s" | |
5988 | |
5989 msgid "before" | |
5990 msgstr "vor" | |
5991 | |
5992 msgid "after" | |
5993 msgstr "nach" | |
5994 | |
5995 msgid "Nothing to undo" | |
11914 | 5996 msgstr "Nichts zum Wiederherstellen" |
819 | 5997 |
11704 | 5998 msgid "number changes when saved" |
5999 msgstr "Nummer Änderung Wann Gesichert" | |
6000 | |
6001 msgid "E790: undojoin is not allowed after undo" | |
6002 msgstr "E790: 'undojoin' ist nicht erlaubt nach 'undo'" | |
7 | 6003 |
6004 msgid "E439: undo list corrupt" | |
837 | 6005 msgstr "E439: Liste der Wiederherstellungen fehlerhaft" |
7 | 6006 |
6007 msgid "E440: undo line missing" | |
837 | 6008 msgstr "E440: Wiederherstellungszeile fehlt" |
7 | 6009 |
18053 | 6010 msgid "" |
6011 "\n" | |
6012 " Name Args Address Complete Definition" | |
6013 msgstr "" | |
6014 "\n" | |
6015 " Name Args Adresse Vervollständigung Definition" | |
6016 | |
6017 msgid "No user-defined commands found" | |
6018 msgstr "Keine vom Benutzer definierten Befehle gefunden" | |
6019 | |
6020 #, c-format | |
6021 msgid "E180: Invalid address type value: %s" | |
6022 msgstr "E180: Ungültiger Adresstyp: %s" | |
6023 | |
6024 #, c-format | |
6025 msgid "E180: Invalid complete value: %s" | |
6026 msgstr "E180: Ungültiger Wert der Vervollständigung: %s" | |
6027 | |
6028 msgid "E468: Completion argument only allowed for custom completion" | |
6029 msgstr "" | |
6030 "E468: Argument für Vervollständigung nur für benutzerdefinierte " | |
6031 "Vervollständigung erlaubt." | |
6032 | |
6033 msgid "E467: Custom completion requires a function argument" | |
6034 msgstr "" | |
6035 "E467: Benutzerdefinierte Vervollständigung benötigt eine Funktion als " | |
6036 "Argument." | |
6037 | |
6038 msgid "E175: No attribute specified" | |
6039 msgstr "E175: Kein Attribut angegeben" | |
6040 | |
6041 msgid "E176: Invalid number of arguments" | |
6042 msgstr "E176: Falsche Anzahl von Argumenten" | |
6043 | |
6044 msgid "E177: Count cannot be specified twice" | |
6045 msgstr "E177: Zähler kann nicht zweimal angegeben werden" | |
6046 | |
6047 msgid "E178: Invalid default value for count" | |
6048 msgstr "E178: Ungültige Voreinstellung für den Zähler" | |
6049 | |
6050 msgid "E179: argument required for -complete" | |
6051 msgstr "E179: Argument benötigt für -complete" | |
6052 | |
6053 msgid "E179: argument required for -addr" | |
6054 msgstr "E179: Argument benötigt für -addr" | |
6055 | |
6056 #, c-format | |
6057 msgid "E174: Command already exists: add ! to replace it: %s" | |
6058 msgstr "E174: Befehl '%s' existiert bereits: ! zum Ersetzen hinzufügen" | |
6059 | |
6060 msgid "E182: Invalid command name" | |
6061 msgstr "E182: Ungültiger Befehls-Name" | |
6062 | |
6063 msgid "E183: User defined commands must start with an uppercase letter" | |
6064 msgstr "E183: Benutzerdefinierte Befehle müssen mit Großbuchstaben beginnen." | |
6065 | |
6066 msgid "E841: Reserved name, cannot be used for user defined command" | |
6067 msgstr "" | |
6068 "E841: Reservierter Name kann nicht für benutzerdefinierten Befehl verwendet " | |
6069 "werden." | |
6070 | |
6071 #, c-format | |
6072 msgid "E184: No such user-defined command: %s" | |
6073 msgstr "E184: Unbekannter benutzerdefinierter Befehl: %s" | |
6074 | |
11704 | 6075 #, c-format |
6076 msgid "E122: Function %s already exists, add ! to replace it" | |
6077 msgstr "E122: Funktion %s existiert bereits; zum Ersetzen ! hinzufügen" | |
6078 | |
6079 msgid "E717: Dictionary entry already exists" | |
6080 msgstr "E717: Dictionary-Eintrag existiert bereits" | |
6081 | |
6082 msgid "E718: Funcref required" | |
6083 msgstr "E718: Funktionsreferenz benötigt" | |
6084 | |
6085 #, c-format | |
6086 msgid "E130: Unknown function: %s" | |
6087 msgstr "E130: Unbekannte Funktion: %s" | |
6088 | |
6089 #, c-format | |
6090 msgid "E125: Illegal argument: %s" | |
6091 msgstr "E125: Unzulässiges Argument: %s" | |
6092 | |
6093 #, c-format | |
6094 msgid "E853: Duplicate argument name: %s" | |
6095 msgstr "E853: Doppelter Argumentname: %s" | |
6096 | |
18053 | 6097 msgid "E989: Non-default argument follows default argument" |
6098 msgstr "E989: Nicht-default Argument folgt auf default Argument" | |
6099 | |
11704 | 6100 #, c-format |
6101 msgid "E740: Too many arguments for function %s" | |
6102 msgstr "E740: Zu viele Argumente für Funktion %s" | |
6103 | |
6104 #, c-format | |
6105 msgid "E116: Invalid arguments for function %s" | |
6106 msgstr "E116: Ungültige Argumente für die Funktion %s" | |
6107 | |
6108 msgid "E132: Function call depth is higher than 'maxfuncdepth'" | |
6109 msgstr "E132: Funktionsaufrufstiefe überschreitet 'maxfuncdepth'" | |
6110 | |
6111 #, c-format | |
6112 msgid "calling %s" | |
6113 msgstr "rufe %s auf" | |
6114 | |
6115 #, c-format | |
6116 msgid "%s aborted" | |
6117 msgstr "%s abgebrochen" | |
6118 | |
6119 #, c-format | |
6120 msgid "%s returning #%ld" | |
6121 msgstr "%s lieferte #%ld zurück" | |
6122 | |
6123 #, c-format | |
6124 msgid "%s returning %s" | |
6125 msgstr "%s lieferte \"%s\" zurück" | |
6126 | |
6127 msgid "E699: Too many arguments" | |
6128 msgstr "E699: Zu viele Argumente" | |
6129 | |
6130 #, c-format | |
6131 msgid "E117: Unknown function: %s" | |
6132 msgstr "E117: Unbekannte Funktion: %s" | |
6133 | |
6134 #, c-format | |
18053 | 6135 msgid "E276: Cannot use function as a method: %s" |
6136 msgstr "E276: Funktion %s kann nicht als Methode genutzt werden" | |
6137 | |
6138 #, c-format | |
11704 | 6139 msgid "E933: Function was deleted: %s" |
6140 msgstr "E933: Funktion wurde gelöscht: %s" | |
6141 | |
6142 #, c-format | |
6143 msgid "E119: Not enough arguments for function: %s" | |
6144 msgstr "E119: Zu wenige Argumente für Funktion: %s" | |
6145 | |
6146 #, c-format | |
6147 msgid "E120: Using <SID> not in a script context: %s" | |
6148 msgstr "E120: <SID> wurde nicht in einer Skript-Umgebung benutzt: %s" | |
6149 | |
6150 #, c-format | |
6151 msgid "E725: Calling dict function without Dictionary: %s" | |
6152 msgstr "E725: Aufruf der 'dict' Funktion ohne Dictionary: %s" | |
6153 | |
6154 msgid "E129: Function name required" | |
11914 | 6155 msgstr "E129: Funktionsname wird benötigt" |
6156 | |
6157 # #msgid "E129: Function name required" | |
6158 # #msgstr "E129: Funktionsname wird verlangt" | |
11704 | 6159 #, c-format |
6160 msgid "E128: Function name must start with a capital or \"s:\": %s" | |
6161 msgstr "" | |
6162 "E128: Funktionsname muss mit einem Großbuchstaben oder \"s:\" beginnen: %s" | |
6163 | |
6164 #, c-format | |
6165 msgid "E884: Function name cannot contain a colon: %s" | |
6166 msgstr "E884: Funktionsname darf keinen Doppelpunkt enthalten: %s" | |
6167 | |
6168 #, c-format | |
6169 msgid "E123: Undefined function: %s" | |
6170 msgstr "E123: Undefinierte Funktion: %s" | |
6171 | |
6172 #, c-format | |
6173 msgid "E124: Missing '(': %s" | |
6174 msgstr "E124: Fehlendes '(': %s" | |
6175 | |
6176 msgid "E862: Cannot use g: here" | |
18053 | 6177 msgstr "E862: g: kann hier nicht genutzt werden" |
11704 | 6178 |
6179 #, c-format | |
6180 msgid "E932: Closure function should not be at top level: %s" | |
11914 | 6181 msgstr "" |
6182 "E932: Closure Funktion kann nicht auf äussersten Level definiert sein: %s" | |
11704 | 6183 |
6184 msgid "E126: Missing :endfunction" | |
6185 msgstr "E126: Fehlendes :endfunction" | |
6186 | |
6187 #, c-format | |
6188 msgid "W22: Text found after :endfunction: %s" | |
6189 msgstr "W22: Überschüssiger Text nach :endfunction: %s" | |
6190 | |
6191 #, c-format | |
6192 msgid "E707: Function name conflicts with variable: %s" | |
6193 msgstr "E707: Funktionsname kollidiert mit Variable: %s" | |
6194 | |
6195 #, c-format | |
6196 msgid "E127: Cannot redefine function %s: It is in use" | |
6197 msgstr "E127: Funktion %s kann nicht umdefiniert werden, da noch in Verwendung" | |
6198 | |
6199 #, c-format | |
6200 msgid "E746: Function name does not match script file name: %s" | |
11914 | 6201 msgstr "" |
6202 "E746: Funktionsname stimmt mit dem Namen der Skript-Datei nicht überein: %s." | |
11704 | 6203 |
6204 #, c-format | |
6205 msgid "E131: Cannot delete function %s: It is in use" | |
6206 msgstr "E131: Funktion %s kann nicht gelöscht werden: sie ist in Verwendung" | |
6207 | |
6208 msgid "E133: :return not inside a function" | |
6209 msgstr "E133: :return außerhalb einer Funktion" | |
6210 | |
6211 #, c-format | |
14193 | 6212 msgid "%s (%s, compiled %s)" |
6213 msgstr "%s (%s kompiliert am %s)" | |
6214 | |
7 | 6215 msgid "" |
6216 "\n" | |
18053 | 6217 "MS-Windows 64-bit GUI/console version" |
6218 msgstr "" | |
6219 "\n" | |
6220 "MS-Windows 64 Bit GUI/Konsolen-Version" | |
6221 | |
6222 msgid "" | |
6223 "\n" | |
6224 "MS-Windows 32-bit GUI/console version" | |
6225 msgstr "" | |
6226 "\n" | |
6227 "MS-Windows 32 Bit GUI/Konsolen-Version" | |
6228 | |
6229 msgid "" | |
6230 "\n" | |
11704 | 6231 "MS-Windows 64-bit GUI version" |
6232 msgstr "" | |
6233 "\n" | |
6234 "MS-Windows 64 Bit GUI Version" | |
7 | 6235 |
6236 msgid "" | |
6237 "\n" | |
1668 | 6238 "MS-Windows 32-bit GUI version" |
7 | 6239 msgstr "" |
6240 "\n" | |
6241 "MS-Windows 32 Bit GUI Version" | |
6242 | |
6243 msgid " with OLE support" | |
837 | 6244 msgstr " mit OLE-Unterstützung" |
7 | 6245 |
6246 msgid "" | |
6247 "\n" | |
11704 | 6248 "MS-Windows 64-bit console version" |
6249 msgstr "" | |
6250 "\n" | |
6251 "MS-Windows 64 Bit Konsolen-Version" | |
6252 | |
6253 msgid "" | |
6254 "\n" | |
1668 | 6255 "MS-Windows 32-bit console version" |
7 | 6256 msgstr "" |
6257 "\n" | |
837 | 6258 "MS-Windows 32 Bit Konsolen-Version" |
7 | 6259 |
6260 msgid "" | |
6261 "\n" | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6262 "macOS version" |
7 | 6263 msgstr "" |
6264 "\n" | |
6265 "MacOS Version" | |
6266 | |
6267 msgid "" | |
6268 "\n" | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6269 "macOS version w/o darwin feat." |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6270 msgstr "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6271 "\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6272 "MacOS Version ohne Darwin" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6273 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6274 msgid "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6275 "\n" |
11704 | 6276 "OpenVMS version" |
6277 msgstr "" | |
6278 "\n" | |
6279 "OpenVMS Version" | |
7 | 6280 |
6281 msgid "" | |
6282 "\n" | |
6283 "Included patches: " | |
6284 msgstr "" | |
6285 "\n" | |
11914 | 6286 "Inklusive der Patches: " |
7 | 6287 |
11704 | 6288 msgid "" |
6289 "\n" | |
6290 "Extra patches: " | |
6291 msgstr "" | |
6292 "\n" | |
6293 "Extra Patches: " | |
6294 | |
7 | 6295 msgid "Modified by " |
6296 msgstr "Verändert von " | |
6297 | |
6298 msgid "" | |
6299 "\n" | |
6300 "Compiled " | |
6301 msgstr "" | |
6302 "\n" | |
6303 "Übersetzt " | |
6304 | |
6305 msgid "by " | |
6306 msgstr "von " | |
6307 | |
6308 msgid "" | |
6309 "\n" | |
6310 "Huge version " | |
6311 msgstr "" | |
6312 "\n" | |
819 | 6313 "Riesige Version " |
7 | 6314 |
6315 msgid "" | |
6316 "\n" | |
6317 "Big version " | |
6318 msgstr "" | |
6319 "\n" | |
6320 "Große Version " | |
6321 | |
6322 msgid "" | |
6323 "\n" | |
6324 "Normal version " | |
6325 msgstr "" | |
6326 "\n" | |
6327 "Normale Version " | |
6328 | |
6329 msgid "" | |
6330 "\n" | |
6331 "Small version " | |
6332 msgstr "" | |
6333 "\n" | |
6334 "Kleine Version " | |
6335 | |
6336 msgid "" | |
6337 "\n" | |
6338 "Tiny version " | |
6339 msgstr "" | |
6340 "\n" | |
6341 "Winzige Version " | |
6342 | |
6343 msgid "without GUI." | |
6344 msgstr "ohne GUI." | |
6345 | |
11704 | 6346 msgid "with GTK3 GUI." |
6347 msgstr "mit GTK3 GUI." | |
6348 | |
819 | 6349 msgid "with GTK2-GNOME GUI." |
6350 msgstr "mit GTK2-GNOME GUI." | |
33 | 6351 |
819 | 6352 msgid "with GTK2 GUI." |
6353 msgstr "mit GTK2 GUI." | |
33 | 6354 |
7 | 6355 msgid "with X11-Motif GUI." |
6356 msgstr "mit X11-Motif GUI." | |
6357 | |
819 | 6358 msgid "with X11-neXtaw GUI." |
6359 msgstr "mit X11-neXtaw GUI." | |
33 | 6360 |
7 | 6361 msgid "with X11-Athena GUI." |
6362 msgstr "mit X11-Athena GUI." | |
6363 | |
6364 msgid "with Photon GUI." | |
6365 msgstr "mit Photon GUI." | |
6366 | |
6367 msgid "with GUI." | |
819 | 6368 msgstr "mit GUI." |
7 | 6369 |
6370 msgid "with Carbon GUI." | |
6371 msgstr "mit Carbon GUI." | |
6372 | |
6373 msgid "with Cocoa GUI." | |
6374 msgstr "mit Cocoa GUI." | |
6375 | |
6376 msgid " Features included (+) or not (-):\n" | |
6377 msgstr " Ein- (+) oder ausschließlich (-) der Eigenschaften:\n" | |
6378 | |
6379 msgid " system vimrc file: \"" | |
6380 msgstr " System-vimrc-Datei: \"" | |
6381 | |
6382 msgid " user vimrc file: \"" | |
6383 msgstr " Benutzer-vimrc-Datei: \"" | |
6384 | |
6385 msgid " 2nd user vimrc file: \"" | |
6386 msgstr " zweite Benutzer-vimrc-Datei: \"" | |
6387 | |
6388 msgid " 3rd user vimrc file: \"" | |
6389 msgstr " dritte Benutzer-vimrc-Datei: \"" | |
6390 | |
6391 msgid " user exrc file: \"" | |
6392 msgstr " Benutzer-exrc-Datei: \"" | |
6393 | |
6394 msgid " 2nd user exrc file: \"" | |
819 | 6395 msgstr " zweite Benutzer-exrc-Datei: \"" |
7 | 6396 |
6397 msgid " system gvimrc file: \"" | |
6398 msgstr " System-gvimrc-Datei: \"" | |
6399 | |
6400 msgid " user gvimrc file: \"" | |
6401 msgstr " Benutzer-gvimrc-Datei: \"" | |
6402 | |
6403 msgid "2nd user gvimrc file: \"" | |
6404 msgstr "zweite Benutzer-gvimrc-Datei: \"" | |
6405 | |
6406 msgid "3rd user gvimrc file: \"" | |
6407 msgstr "dritte Benutzer-gvimrc-Datei: \"" | |
6408 | |
11704 | 6409 msgid " defaults file: \"" |
6410 msgstr " defaults Datei: \"" | |
6411 | |
7 | 6412 msgid " system menu file: \"" |
6413 msgstr " System-Menü-Datei: \"" | |
6414 | |
6415 msgid " fall-back for $VIM: \"" | |
6416 msgstr " Voreinstellung für $VIM: \"" | |
6417 | |
6418 msgid " f-b for $VIMRUNTIME: \"" | |
6419 msgstr " und für $VIMRUNTIME: \"" | |
6420 | |
6421 msgid "Compilation: " | |
6422 msgstr "Übersetzt: " | |
6423 | |
6424 msgid "Compiler: " | |
6425 msgstr "Compiler: " | |
6426 | |
6427 msgid "Linking: " | |
6428 msgstr "Linken: " | |
6429 | |
6430 msgid " DEBUG BUILD" | |
6431 msgstr " DEBUG-VERSION" | |
6432 | |
6433 msgid "VIM - Vi IMproved" | |
6434 msgstr "VIM - verbesserter Vi" | |
6435 | |
6436 msgid "version " | |
6437 msgstr "Version " | |
6438 | |
6439 msgid "by Bram Moolenaar et al." | |
6440 msgstr "von Bram Moolenaar und Anderen" | |
6441 | |
6442 msgid "Vim is open source and freely distributable" | |
6443 msgstr "Vim ist Open Source und kann frei weitergegeben werden" | |
6444 | |
6445 msgid "Help poor children in Uganda!" | |
15033 | 6446 msgstr "Hilf armen Kindern in Uganda!" |
7 | 6447 |
6448 msgid "type :help iccf<Enter> for information " | |
819 | 6449 msgstr "Tippe :help iccf<Enter> für Informationen darüber " |
7 | 6450 |
6451 msgid "type :q<Enter> to exit " | |
819 | 6452 msgstr "Tippe :q<Enter> zum Beenden " |
7 | 6453 |
6454 msgid "type :help<Enter> or <F1> for on-line help" | |
819 | 6455 msgstr "Tippe :help<Enter> oder <F1> für Online Hilfe " |
6456 | |
10204
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6457 msgid "type :help version8<Enter> for version info" |
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
5907
diff
changeset
|
6458 msgstr "Tippe :help version8<Enter> für Versions-Informationen" |
7 | 6459 |
6460 msgid "Running in Vi compatible mode" | |
6461 msgstr "Vi kompatible Einstellung" | |
6462 | |
6463 msgid "type :set nocp<Enter> for Vim defaults" | |
819 | 6464 msgstr "Tippe :set nocp<Enter> für Vim-Voreinstellungen " |
7 | 6465 |
6466 msgid "type :help cp-default<Enter> for info on this" | |
819 | 6467 msgstr "Tippe :help cp-default<Enter> für Informationen darüber " |
7 | 6468 |
6469 msgid "menu Help->Orphans for information " | |
819 | 6470 msgstr "Menü Hilfe->Waisen für Informationen darüber " |
7 | 6471 |
6472 msgid "Running modeless, typed text is inserted" | |
6473 msgstr "Mode-freier Betrieb, getippter Text wird eingefügt" | |
6474 | |
6475 msgid "menu Edit->Global Settings->Toggle Insert Mode " | |
11704 | 6476 msgstr "" |
6477 "Menü Editieren->Globale Einstellung->Einfüge-Modus ein- und ausschalten " | |
33 | 6478 |
7 | 6479 msgid " for two modes " |
6480 msgstr " für zwei Modi " | |
6481 | |
6482 msgid "menu Edit->Global Settings->Toggle Vi Compatible" | |
11704 | 6483 msgstr "" |
6484 "Menü Editieren->Globale Einstellung->Vi-Kompatibilität ein- und ausschalten" | |
33 | 6485 |
7 | 6486 msgid " for Vim defaults " |
6487 msgstr " für Vim Voreinstellungen " | |
6488 | |
819 | 6489 msgid "Sponsor Vim development!" |
6490 msgstr "Unterstützen Sie die Entwicklung von Vim" | |
6491 | |
6492 msgid "Become a registered Vim user!" | |
15033 | 6493 msgstr "Werd ein registrierter Vim-Nutzer!" |
819 | 6494 |
6495 msgid "type :help sponsor<Enter> for information " | |
6496 msgstr "Tippe :help sponsor<Enter> für mehr Informationen " | |
6497 | |
6498 msgid "type :help register<Enter> for information " | |
6499 msgstr "Tippe :help register<Enter> für mehr Informationen " | |
6500 | |
6501 msgid "menu Help->Sponsor/Register for information " | |
6502 msgstr "Menü Hilfe->Sponsor/Register für mehr Informationen " | |
33 | 6503 |
18053 | 6504 msgid "" |
6505 "\n" | |
6506 "# Buffer list:\n" | |
6507 msgstr "" | |
6508 "\n" | |
6509 "# Liste der Puffer:\n" | |
6510 | |
6511 #, c-format | |
6512 msgid "" | |
6513 "\n" | |
6514 "# %s History (newest to oldest):\n" | |
6515 msgstr "" | |
6516 "\n" | |
6517 "# %s Geschichte (neueste bis älteste):\n" | |
6518 | |
6519 msgid "Command Line" | |
6520 msgstr "Befehlszeile" | |
6521 | |
6522 msgid "Search String" | |
6523 msgstr "Suchausdruck" | |
6524 | |
6525 msgid "Expression" | |
6526 msgstr "Ausdruck" | |
6527 | |
6528 msgid "Input Line" | |
6529 msgstr "Eingabe-Zeile" | |
6530 | |
6531 msgid "Debug Line" | |
6532 msgstr "Debug-Zeile" | |
6533 | |
6534 msgid "" | |
6535 "\n" | |
6536 "# Bar lines, copied verbatim:\n" | |
6537 msgstr "" | |
6538 "\n" | |
6539 "# |-Zeilen, wortwörtlich kopiert:\n" | |
6540 | |
6541 #, c-format | |
6542 msgid "%sviminfo: %s in line: " | |
6543 msgstr "%sviminfo: %s in Zeile: " | |
6544 | |
6545 msgid "E136: viminfo: Too many errors, skipping rest of file" | |
6546 msgstr "E136: viminfo: Zu viele Fehler; überspringe Rest der Datei" | |
6547 | |
6548 msgid "" | |
6549 "\n" | |
6550 "# global variables:\n" | |
6551 msgstr "" | |
6552 "\n" | |
6553 "# globale Variablen:\n" | |
6554 | |
6555 msgid "" | |
6556 "\n" | |
6557 "# Last Substitute String:\n" | |
6558 "$" | |
6559 msgstr "" | |
6560 "\n" | |
6561 "# Letzte ersetzte Zeichenkette:\n" | |
6562 "$" | |
6563 | |
6564 #, c-format | |
6565 msgid "" | |
6566 "\n" | |
6567 "# Last %sSearch Pattern:\n" | |
6568 "~" | |
6569 msgstr "" | |
6570 "\n" | |
6571 "# Letztes %sSuchmuster:\n" | |
6572 "~" | |
6573 | |
6574 msgid "Substitute " | |
6575 msgstr "Ersetze" | |
6576 | |
6577 msgid "Illegal register name" | |
6578 msgstr "Unzulässiger Register Name" | |
6579 | |
6580 msgid "" | |
6581 "\n" | |
6582 "# Registers:\n" | |
6583 msgstr "" | |
6584 "\n" | |
6585 "# Register:\n" | |
6586 | |
6587 #, c-format | |
6588 msgid "E574: Unknown register type %d" | |
6589 msgstr "E574: Unbekannter Register Typ %d" | |
6590 | |
6591 msgid "" | |
6592 "\n" | |
6593 "# History of marks within files (newest to oldest):\n" | |
6594 msgstr "" | |
6595 "\n" | |
6596 "# Geschichte der Markierungen innerhalb von Dateien (neueste zuerst):\n" | |
6597 | |
6598 msgid "" | |
6599 "\n" | |
6600 "# File marks:\n" | |
6601 msgstr "" | |
6602 "\n" | |
6603 "# Datei-Markierungen:\n" | |
6604 | |
6605 msgid "" | |
6606 "\n" | |
6607 "# Jumplist (newest first):\n" | |
6608 msgstr "" | |
6609 "\n" | |
6610 "# Jumplist (neueste zuerst):\n" | |
6611 | |
6612 msgid "Missing '>'" | |
6613 msgstr "'>' fehlt" | |
6614 | |
6615 msgid "Illegal starting char" | |
6616 msgstr "Unzulässiges Zeichen am Anfang" | |
6617 | |
6618 #, c-format | |
6619 msgid "# This viminfo file was generated by Vim %s.\n" | |
6620 msgstr "# Diese viminfo-Datei wurde von Vim %s generiert.\n" | |
6621 | |
6622 msgid "" | |
6623 "# You may edit it if you're careful!\n" | |
6624 "\n" | |
6625 msgstr "" | |
6626 "# Sie können sie verändern, wenn Sie vorsichtig vorgehen!\n" | |
6627 "\n" | |
6628 | |
6629 msgid "# Value of 'encoding' when this file was written\n" | |
6630 msgstr "# Wert von 'encoding', als diese Datei geschrieben wurde\n" | |
6631 | |
6632 #, c-format | |
6633 msgid "Reading viminfo file \"%s\"%s%s%s" | |
6634 msgstr "Lesen der viminfo-Datei \"%s\"%s%s%s" | |
6635 | |
6636 msgid " info" | |
6637 msgstr " Information" | |
6638 | |
6639 msgid " marks" | |
6640 msgstr " Markierungen" | |
6641 | |
6642 msgid " oldfiles" | |
6643 msgstr " oldfiles" | |
6644 | |
6645 msgid " FAILED" | |
6646 msgstr " FEHLGESCHLAGEN" | |
6647 | |
6648 #, c-format | |
6649 msgid "E137: Viminfo file is not writable: %s" | |
6650 msgstr "E137: Viminfo-Datei ist nicht schreibbar: %s" | |
6651 | |
6652 #, c-format | |
6653 msgid "E929: Too many viminfo temp files, like %s!" | |
6654 msgstr "E929: Zu viele temporäre viminfo Dateien (wie %s)!" | |
6655 | |
6656 #, c-format | |
6657 msgid "E138: Can't write viminfo file %s!" | |
6658 msgstr "E138: Schreiben der viminfo-Datei %s ist nicht möglich!" | |
6659 | |
6660 #, c-format | |
6661 msgid "Writing viminfo file \"%s\"" | |
6662 msgstr "Schreiben der viminfo-Datei \"%s\"" | |
6663 | |
6664 #, c-format | |
6665 msgid "E886: Can't rename viminfo file to %s!" | |
6666 msgstr "E886: Kann viminfo Datei nicht in %s umbenennen!" | |
6667 | |
6668 msgid "E195: Cannot open viminfo file for reading" | |
6669 msgstr "E195: viminfo kann nicht zum Lesen geöffnet werden." | |
6670 | |
11704 | 6671 msgid "Already only one window" |
6672 msgstr "Bereits nur ein Fenster" | |
7 | 6673 |
15729 | 6674 #, c-format |
6675 msgid "E92: Buffer %ld not found" | |
6676 msgstr "E92: Puffer %ld nicht gefunden." | |
6677 | |
7 | 6678 msgid "E441: There is no preview window" |
11914 | 6679 msgstr "E441: Es gibt kein Vorschaufenster" |
7 | 6680 |
18053 | 6681 msgid "E242: Can't split a window while closing another" |
6682 msgstr "E242: Kann Fenster nicht teilen während anderes geschlossen wird" | |
6683 | |
7 | 6684 # should read: topleft / botright |
6685 msgid "E442: Can't split topleft and botright at the same time" | |
6686 msgstr "E442: topleft und botright können nicht gleichzeitig verwendet werden" | |
6687 | |
6688 msgid "E443: Cannot rotate when another window is split" | |
6689 msgstr "E443: Rotieren nicht möglich wenn ein anderes Fenster geteilt ist" | |
6690 | |
6691 msgid "E444: Cannot close last window" | |
6692 msgstr "E444: Letztes Fenster kann nicht geschlossen werden" | |
6693 | |
18053 | 6694 msgid "E813: Cannot close autocmd or popup window" |
18456 | 6695 msgstr "" |
6696 "E813: Autokommando-Fenster oder Popup-Fenster kann nicht geschlossen werden" | |
11704 | 6697 |
6698 msgid "E814: Cannot close window, only autocmd window would remain" | |
11914 | 6699 msgstr "" |
6700 "E814: Kann Fenster nicht schließen, da nur Autokommando-Fenster übrig " | |
6701 "bleiben würde" | |
7 | 6702 |
6703 msgid "E445: Other window contains changes" | |
6704 msgstr "E445: Anderes Fenster enthält Änderungen" | |
6705 | |
33 | 6706 #, c-format |
6707 msgid "E370: Could not load library %s" | |
1619 | 6708 msgstr "E370: Konnte Bibliothek %s nicht laden" |
33 | 6709 |
819 | 6710 msgid "Sorry, this command is disabled: the Perl library could not be loaded." |
11704 | 6711 msgstr "" |
6712 "Dieser Befehl ist nicht verfügbar, da die Perl-Bibliothek nicht geladen " | |
6713 "werden konnte" | |
819 | 6714 |
6715 msgid "E299: Perl evaluation forbidden in sandbox without the Safe module" | |
6716 msgstr "E299: Perl-Evaluierung in der Sandbox ohne dem 'Safe' Modul" | |
7 | 6717 |
11704 | 6718 msgid "Edit with &multiple Vims" |
6719 msgstr "Editiere mit &mehreren Vims" | |
6720 | |
6721 msgid "Edit with single &Vim" | |
6722 msgstr "Editiere mit einem &Vim" | |
6723 | |
6724 msgid "Diff with Vim" | |
6725 msgstr "Differenz mit Vim" | |
6726 | |
6727 msgid "Edit with &Vim" | |
6728 msgstr "Editiere mit &Vim" | |
6729 | |
14999 | 6730 msgid "Edit with existing Vim" |
6731 msgstr "Editiere mit vorhandenem Vim" | |
6732 | |
11704 | 6733 msgid "Edit with existing Vim - " |
6734 msgstr "Editiere mit vorhandenem Vim - " | |
6735 | |
6736 msgid "Edits the selected file(s) with Vim" | |
6737 msgstr "Editiert die ausgewählte(n) Datei(en) mit Vim" | |
6738 | |
6739 msgid "Error creating process: Check if gvim is in your path!" | |
6740 msgstr "" | |
6741 "Fehler beim Erzeugen des Prozesses: Überprüfen Sie, ob gvim in Ihrem Pfad " | |
6742 "ist!" | |
6743 | |
6744 msgid "gvimext.dll error" | |
6745 msgstr "gvimext.dll Fehler" | |
6746 | |
6747 msgid "Path length too long!" | |
6748 msgstr "Die Länge des Pfads ist zu groß!" | |
6749 | |
7 | 6750 msgid "--No lines in buffer--" |
6751 msgstr "--Keine Zeilen im Puffer--" | |
6752 | |
819 | 6753 msgid "E470: Command aborted" |
6754 msgstr "E470: Befehl abgebrochen" | |
6755 | |
6756 msgid "E471: Argument required" | |
6757 msgstr "E471: Argument benötigt" | |
33 | 6758 |
7 | 6759 msgid "E10: \\ should be followed by /, ? or &" |
15033 | 6760 msgstr "E10: \\ sollte von /, ? oder & gefolgt werden" |
7 | 6761 |
6762 msgid "E11: Invalid in command-line window; <CR> executes, CTRL-C quits" | |
837 | 6763 msgstr "E11: Ungültig im Kommandozeilenfenster; <CR> führt aus, CTRL-C beendet" |
7 | 6764 |
6765 msgid "E12: Command not allowed from exrc/vimrc in current dir or tag search" | |
11704 | 6766 msgstr "" |
6767 "E12: Befehl nicht zulässig vom exrc/vimrc in der momentanen Verzeichnis- " | |
6768 "oder Tag-Suche" | |
7 | 6769 |
33 | 6770 msgid "E171: Missing :endif" |
819 | 6771 msgstr "E171: Fehlendes :endif" |
6772 | |
6773 msgid "E600: Missing :endtry" | |
6774 msgstr "E600: Fehlendes :endtry" | |
33 | 6775 |
6776 msgid "E170: Missing :endwhile" | |
6777 msgstr "E170: fehlendes :endwhile" | |
6778 | |
819 | 6779 msgid "E170: Missing :endfor" |
6780 msgstr "E170: Fehlendes :endfor" | |
6781 | |
6782 msgid "E588: :endwhile without :while" | |
6783 msgstr "E588: :endwhile ohne :while" | |
6784 | |
6785 msgid "E588: :endfor without :for" | |
6786 msgstr "E588: :endfor ohne :for" | |
33 | 6787 |
7 | 6788 msgid "E13: File exists (add ! to override)" |
33 | 6789 msgstr "E13: Datei existiert bereits (erzwinge mit !)" |
6790 | |
819 | 6791 msgid "E472: Command failed" |
6792 msgstr "E472: Befehl fehlgeschlagen" | |
33 | 6793 |
6794 #, c-format | |
6795 msgid "E234: Unknown fontset: %s" | |
6796 msgstr "E234: Unbekannter Fontset: %s" | |
6797 | |
6798 #, c-format | |
6799 msgid "E235: Unknown font: %s" | |
6800 msgstr "E235: Unbekannte Schriftart: %s" | |
6801 | |
6802 #, c-format | |
6803 msgid "E236: Font \"%s\" is not fixed-width" | |
6804 msgstr "E236: Schriftart \"%s\" hat keine feste Breite" | |
6805 | |
819 | 6806 msgid "E473: Internal error" |
6807 msgstr "E473: Interner Fehler" | |
33 | 6808 |
11704 | 6809 #, c-format |
6810 msgid "E685: Internal error: %s" | |
6811 msgstr "E685: Interner Fehler: %s" | |
6812 | |
7 | 6813 msgid "Interrupted" |
6814 msgstr "Unterbrochen" | |
6815 | |
819 | 6816 msgid "E474: Invalid argument" |
6817 msgstr "E474: Ungültiges Argument" | |
6818 | |
6819 #, c-format | |
6820 msgid "E475: Invalid argument: %s" | |
6821 msgstr "E475: Ungültiges Argument: %s" | |
33 | 6822 |
14193 | 6823 #, c-format |
16380 | 6824 msgid "E983: Duplicate argument: %s" |
6825 msgstr "E983: Doppeltes Argument: %s" | |
6826 | |
6827 #, c-format | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6828 msgid "E475: Invalid value for argument %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6829 msgstr "E475: Ungültiger Wert für Argument: %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6830 |
14193 | 6831 #, c-format |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6832 msgid "E475: Invalid value for argument %s: %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6833 msgstr "E475: Ungültiger Wert für Argument %s: %s" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6834 |
7 | 6835 #, c-format |
6836 msgid "E15: Invalid expression: %s" | |
6837 msgstr "E15: ungültiger Ausdruck: %s" | |
6838 | |
6839 msgid "E16: Invalid range" | |
6840 msgstr "E16: Ungültiger Bereich" | |
6841 | |
819 | 6842 msgid "E476: Invalid command" |
6843 msgstr "E476: Ungültiger Befehl" | |
33 | 6844 |
7 | 6845 #, c-format |
6846 msgid "E17: \"%s\" is a directory" | |
6847 msgstr "E17: \"%s\" ist ein Verzeichnis" | |
6848 | |
33 | 6849 #, c-format |
6850 msgid "E364: Library call failed for \"%s()\"" | |
837 | 6851 msgstr "E364: Bibliotheksaufruf für \"%s()\" schlug fehl" |
33 | 6852 |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6853 msgid "E667: Fsync failed" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6854 msgstr "E667: Fsync fehlgeschlagen" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
6855 |
33 | 6856 #, c-format |
6857 msgid "E448: Could not load library function %s" | |
837 | 6858 msgstr "E448: Bibliotheksfunktion %s konnte nicht geladen werden" |
33 | 6859 |
7 | 6860 msgid "E19: Mark has invalid line number" |
15033 | 6861 msgstr "E19: Markierung hat ungültige Zeilennummer" |
7 | 6862 |
6863 msgid "E20: Mark not set" | |
11914 | 6864 msgstr "E20: Markierung nicht gesetzt" |
7 | 6865 |
6866 msgid "E21: Cannot make changes, 'modifiable' is off" | |
6867 msgstr "E21: Kann keine Änderungen machen, 'modifiable' ist aus" | |
6868 | |
6869 msgid "E22: Scripts nested too deep" | |
1619 | 6870 msgstr "E22: Skript ist zu tief verschachtelt" |
7 | 6871 |
6872 msgid "E23: No alternate file" | |
6873 msgstr "E23: Keine alternative Datei" | |
6874 | |
6875 msgid "E24: No such abbreviation" | |
13912 | 6876 msgstr "E24: Diese Kurzform nicht gefunden" |
7 | 6877 |
819 | 6878 msgid "E477: No ! allowed" |
6879 msgstr "E477: Kein ! erlaubt" | |
33 | 6880 |
7 | 6881 msgid "E25: GUI cannot be used: Not enabled at compile time" |
11704 | 6882 msgstr "" |
6883 "E25: GUI kann nicht benutzt werden: wurde zum Zeitpunkt des Übersetzens " | |
6884 "nicht eingeschaltet." | |
7 | 6885 |
6886 msgid "E26: Hebrew cannot be used: Not enabled at compile time\n" | |
11704 | 6887 msgstr "" |
6888 "E26: Hebräisch kann nicht benutzt werden: wurde zum Zeitpunkt des " | |
6889 "Übersetzens nicht eingeschaltet.\n" | |
7 | 6890 |
16380 | 6891 msgid "E27: Farsi support has been removed\n" |
6892 msgstr "E27: Farsi Unterstützung wurde entfernt\n" | |
819 | 6893 |
6894 msgid "E800: Arabic cannot be used: Not enabled at compile time\n" | |
11704 | 6895 msgstr "" |
6896 "E800: Arabisch kann nicht benutzt werden: wurde zum Zeitpunkt des " | |
6897 "Übersetzens nicht eingeschaltet.\n" | |
33 | 6898 |
7 | 6899 #, c-format |
6900 msgid "E28: No such highlight group name: %s" | |
837 | 6901 msgstr "E28: Hervorhebungsgruppe existiert nicht: %s" |
7 | 6902 |
6903 msgid "E29: No inserted text yet" | |
6904 msgstr "E29: Noch kein eingefügter Text" | |
6905 | |
6906 msgid "E30: No previous command line" | |
6907 msgstr "E30: Keine vorherige Befehlszeile" | |
6908 | |
6909 msgid "E31: No such mapping" | |
11914 | 6910 msgstr "E31: Kein Mapping gefunden" |
7 | 6911 |
819 | 6912 msgid "E479: No match" |
6913 msgstr "E479: Kein Treffer" | |
6914 | |
6915 #, c-format | |
6916 msgid "E480: No match: %s" | |
6917 msgstr "E480: Kein Treffer: %s" | |
33 | 6918 |
7 | 6919 msgid "E32: No file name" |
6920 msgstr "E32: Kein Dateiname" | |
6921 | |
6922 msgid "E33: No previous substitute regular expression" | |
837 | 6923 msgstr "E33: Kein vorheriger regulärer Ersetzungsausdruck" |
7 | 6924 |
6925 msgid "E34: No previous command" | |
6926 msgstr "E34: Kein vorheriger Befehl" | |
6927 | |
6928 msgid "E35: No previous regular expression" | |
6929 msgstr "E35: Keine vorheriger regulärer Ausdruck" | |
6930 | |
819 | 6931 msgid "E481: No range allowed" |
6932 msgstr "E481: Kein Bereich erlaubt" | |
33 | 6933 |
7 | 6934 msgid "E36: Not enough room" |
819 | 6935 msgstr "E36: Zu wenig Platz" |
7 | 6936 |
33 | 6937 #, c-format |
6938 msgid "E247: no registered server named \"%s\"" | |
837 | 6939 msgstr "E247: Kein registrierter Servername \"%s\"" |
33 | 6940 |
819 | 6941 #, c-format |
6942 msgid "E482: Can't create file %s" | |
6943 msgstr "E482: Kann Datei %s nicht erzeugen" | |
6944 | |
6945 msgid "E483: Can't get temp file name" | |
6946 msgstr "E483: Kann den Namen der temporären Datei nicht ermitteln" | |
6947 | |
6948 #, c-format | |
6949 msgid "E484: Can't open file %s" | |
6950 msgstr "E484: Kann die Datei %s nicht öffnen" | |
6951 | |
6952 #, c-format | |
6953 msgid "E485: Can't read file %s" | |
6954 msgstr "E485: Kann Datei %s nicht lesen" | |
6955 | |
7 | 6956 msgid "E38: Null argument" |
6957 msgstr "E38: Null-Argument" | |
6958 | |
6959 msgid "E39: Number expected" | |
6960 msgstr "E39: Nummer erwartet" | |
6961 | |
6962 #, c-format | |
6963 msgid "E40: Can't open errorfile %s" | |
837 | 6964 msgstr "E40: Fehlerdatei %s kann nicht geöffnet werden" |
7 | 6965 |
33 | 6966 msgid "E233: cannot open display" |
6967 msgstr "E233: Display kann nicht geöffnet werden" | |
6968 | |
7 | 6969 msgid "E41: Out of memory!" |
6970 msgstr "E41: Speicher erschöpft!" | |
6971 | |
6972 msgid "Pattern not found" | |
6973 msgstr "Muster nicht gefunden" | |
6974 | |
819 | 6975 #, c-format |
6976 msgid "E486: Pattern not found: %s" | |
6977 msgstr "E486: Muster nicht gefunden: %s" | |
6978 | |
6979 msgid "E487: Argument must be positive" | |
6980 msgstr "E487: Argument muss positiv sein" | |
6981 | |
6982 msgid "E459: Cannot go back to previous directory" | |
6983 msgstr "E459: Kann nicht ins vorhergehende Verzeichnis wechseln" | |
33 | 6984 |
7 | 6985 msgid "E42: No Errors" |
15033 | 6986 msgstr "E42: Keine Fehler" |
7 | 6987 |
819 | 6988 msgid "E776: No location list" |
6989 msgstr "E776: Keine Positionsliste" | |
6990 | |
7 | 6991 msgid "E43: Damaged match string" |
6992 msgstr "E43: Beschädigter Suchausdruck" | |
6993 | |
6994 msgid "E44: Corrupted regexp program" | |
6995 msgstr "E44: schadhaftes regexp Programm" | |
6996 | |
819 | 6997 msgid "E45: 'readonly' option is set (add ! to override)" |
6998 msgstr "E45: Die Option 'readonly' ist gesetzt (erzwinge mit !)" | |
33 | 6999 |
7 | 7000 #, c-format |
18053 | 7001 msgid "E121: Undefined variable: %s" |
7002 msgstr "E121: Undefinierte Variable: %s" | |
7003 | |
7004 #, c-format | |
7005 msgid "E734: Wrong variable type for %s=" | |
7006 msgstr "E734: Falscher Variablentyp für %s=" | |
7007 | |
7008 #, c-format | |
7009 msgid "E461: Illegal variable name: %s" | |
7010 msgstr "E461: Unzulässiger Variablenname: %s" | |
7011 | |
7012 msgid "E995: Cannot modify existing variable" | |
7013 msgstr "E995: Kann existierende Variable nicht ändern" | |
7014 | |
7015 #, c-format | |
11704 | 7016 msgid "E46: Cannot change read-only variable \"%s\"" |
7 | 7017 msgstr "E46: Variable \"%s\" kann nur gelesen werden" |
7018 | |
11704 | 7019 #, c-format |
7020 msgid "E794: Cannot set variable in the sandbox: \"%s\"" | |
7021 msgstr "E794: Variable kann nicht in der Sandbox gesetzt werden: \"%s\"" | |
7022 | |
18053 | 7023 msgid "E928: String required" |
7024 msgstr "E928: String wird benötigt." | |
7025 | |
11704 | 7026 msgid "E713: Cannot use empty key for Dictionary" |
7027 msgstr "E713: Der Schlüssel für das Dictionary darf nicht leer sein" | |
7028 | |
7029 msgid "E715: Dictionary required" | |
7030 msgstr "E715: Dictionary benötigt" | |
7031 | |
7032 #, c-format | |
7033 msgid "E684: list index out of range: %ld" | |
15729 | 7034 msgstr "E684: Index der Liste außerhalb des zulässigen Bereichs: %ld" |
7035 | |
7036 #, c-format | |
7037 msgid "E979: Blob index out of range: %ld" | |
7038 msgstr "E979: Blobindex außerhalb des Bereichs: %ld" | |
7039 | |
7040 msgid "E978: Invalid operation for Blob" | |
7041 msgstr "E978: Unzulässige Operation für Blob" | |
11704 | 7042 |
7043 #, c-format | |
7044 msgid "E118: Too many arguments for function: %s" | |
7045 msgstr "E118: Zu viele Argumente für Funktion: %s" | |
7046 | |
7047 #, c-format | |
7048 msgid "E716: Key not present in Dictionary: %s" | |
11914 | 7049 msgstr "E716: Schlüssel %s nicht im Dictionary vorhanden." |
11704 | 7050 |
7051 msgid "E714: List required" | |
7052 msgstr "E714: Liste benötigt" | |
7053 | |
15729 | 7054 msgid "E897: List or Blob required" |
7055 msgstr "E897: Liste oder Blob benötigt" | |
7056 | |
11704 | 7057 #, c-format |
7058 msgid "E712: Argument of %s must be a List or Dictionary" | |
15729 | 7059 msgstr "E712: Argument von %s muss eine Liste oder ein Dictionary sein." |
7060 | |
7061 #, c-format | |
7062 msgid "E896: Argument of %s must be a List, Dictionary or Blob" | |
7063 msgstr "E896: Argument von %s muss eine Liste, Dictionary oder ein Blob sein." | |
11704 | 7064 |
7 | 7065 msgid "E47: Error while reading errorfile" |
837 | 7066 msgstr "E47: Fehler während des Lesens der Fehlerdatei" |
7 | 7067 |
7068 msgid "E48: Not allowed in sandbox" | |
7069 msgstr "E48: In einer Sandbox nicht erlaubt" | |
7070 | |
819 | 7071 msgid "E523: Not allowed here" |
7072 msgstr "E523: Hier nicht erlaubt" | |
33 | 7073 |
7074 msgid "E359: Screen mode setting not supported" | |
1619 | 7075 msgstr "E359: Bildschirm-Modus wird nicht unterstützt" |
33 | 7076 |
7 | 7077 msgid "E49: Invalid scroll size" |
7078 msgstr "E49: Ungültige Scroll-Größe" | |
7079 | |
7080 msgid "E91: 'shell' option is empty" | |
7081 msgstr "E91: Die Option 'shell' ist leer" | |
7082 | |
33 | 7083 msgid "E255: Couldn't read in sign data!" |
11914 | 7084 msgstr "E255: Fehler -- Sign-Daten konnten nicht gelesen werden" |
33 | 7085 |
7 | 7086 msgid "E72: Close error on swap file" |
837 | 7087 msgstr "E72: Fehler beim Schließen der Auslagerungsdatei" |
7 | 7088 |
7089 msgid "E73: tag stack empty" | |
18053 | 7090 msgstr "E73: Tag Stack leer." |
7 | 7091 |
7092 msgid "E74: Command too complex" | |
15033 | 7093 msgstr "E74: Befehl zu komplex" |
7 | 7094 |
7095 msgid "E75: Name too long" | |
7096 msgstr "E75: Name zu lang" | |
7097 | |
7098 msgid "E76: Too many [" | |
819 | 7099 msgstr "E76: Zu viele [" |
7 | 7100 |
7101 msgid "E77: Too many file names" | |
819 | 7102 msgstr "E77: Zu viele Dateinamen" |
7103 | |
7104 msgid "E488: Trailing characters" | |
7105 msgstr "E488: Überschüssige Zeichen" | |
33 | 7106 |
7 | 7107 msgid "E78: Unknown mark" |
11914 | 7108 msgstr "E78: Unbekannte Markierung" |
7 | 7109 |
7110 msgid "E79: Cannot expand wildcards" | |
819 | 7111 msgstr "E79: Kann die Platzhalter nicht erweitern" |
7112 | |
7113 msgid "E591: 'winheight' cannot be smaller than 'winminheight'" | |
7114 msgstr "E591: 'winheight' darf nicht kleiner sein als 'winminheight'" | |
7115 | |
7116 msgid "E592: 'winwidth' cannot be smaller than 'winminwidth'" | |
837 | 7117 msgstr "E592: 'winwidth' darf nicht kleiner sein als 'winminwidth'" |
33 | 7118 |
7 | 7119 msgid "E80: Error while writing" |
7120 msgstr "E80: Fehler während des Schreibens" | |
7121 | |
11704 | 7122 msgid "E939: Positive count required" |
15033 | 7123 msgstr "E939: Positive Zahl benötigt" |
7 | 7124 |
7125 msgid "E81: Using <SID> not in a script context" | |
7126 msgstr "E81: <SID> wurde nicht in einer Skript-Umgebung benutzt" | |
7127 | |
18053 | 7128 #, c-format |
7129 msgid "E107: Missing parentheses: %s" | |
7130 msgstr "E107: Fehlende Klammern: %s" | |
7131 | |
7 | 7132 msgid "E449: Invalid expression received" |
819 | 7133 msgstr "E449: Ungültiger Ausdruck" |
7134 | |
7135 msgid "E463: Region is guarded, cannot modify" | |
7136 msgstr "E463: Region ist geschützt; keine Änderung möglich" | |
7137 | |
7138 msgid "E744: NetBeans does not allow changes in read-only files" | |
7139 msgstr "E744: NetBeans erlaubt keine Änderungen in schreibgeschützten Dateien" | |
7140 | |
7141 msgid "E363: pattern uses more memory than 'maxmempattern'" | |
7142 msgstr "E363: Muster benötigt mehr Speicher als 'maxmempattern'" | |
7143 | |
7144 msgid "E749: empty buffer" | |
7145 msgstr "E749: Leerer Puffer" | |
7146 | |
11704 | 7147 #, c-format |
7148 msgid "E86: Buffer %ld does not exist" | |
11914 | 7149 msgstr "E86: Puffer %ld existiert nicht." |
11704 | 7150 |
819 | 7151 msgid "E682: Invalid search pattern or delimiter" |
7152 msgstr "E682: Ungültiges Suchmuster oder Trennzeichen" | |
7153 | |
7154 msgid "E139: File is loaded in another buffer" | |
7155 msgstr "E139: Datei ist in einem anderen Puffer geladen" | |
7156 | |
7157 #, c-format | |
7158 msgid "E764: Option '%s' is not set" | |
7159 msgstr "E764: Option '%s' ist nicht gesetzt" | |
7160 | |
11704 | 7161 msgid "E850: Invalid register name" |
7162 msgstr "E850: Ungültiger Register Name" | |
7163 | |
7164 #, c-format | |
7165 msgid "E919: Directory not found in '%s': \"%s\"" | |
7166 msgstr "E919: Verzeichnis nicht gefunden in '%s': \"%s\"" | |
7167 | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7168 msgid "E952: Autocommand caused recursive behavior" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7169 msgstr "E952: Autokommando verursachten Rekursion" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7170 |
15729 | 7171 msgid "E328: Menu only exists in another mode" |
7172 msgstr "E328: Menü existiert nur in anderen Modi" | |
7173 | |
18053 | 7174 msgid "E957: Invalid window number" |
7175 msgstr "E957: Ungültige Fensternummer" | |
7176 | |
7177 #, c-format | |
7178 msgid "E686: Argument of %s must be a List" | |
7179 msgstr "E686: Argument von %s muss eine Liste sein." | |
7180 | |
819 | 7181 msgid "search hit TOP, continuing at BOTTOM" |
7182 msgstr "Suche erreichte den ANFANG und wurde am ENDE fortgesetzt" | |
7183 | |
7184 msgid "search hit BOTTOM, continuing at TOP" | |
7185 msgstr "Suche erreichte das ENDE und wurde am ANFANG fortgesetzt" | |
7186 | |
11704 | 7187 #, c-format |
7188 msgid "Need encryption key for \"%s\"" | |
7189 msgstr "Geben Sie bitte den Schlüssel für \"%s\" ein: " | |
7190 | |
7191 msgid "empty keys are not allowed" | |
7192 msgstr "Leerer Schlüssel nicht erlaubt" | |
7193 | |
7194 msgid "dictionary is locked" | |
15033 | 7195 msgstr "Dictionary ist gesperrt" |
11704 | 7196 |
7197 msgid "list is locked" | |
15033 | 7198 msgstr "Liste ist gesperrt" |
11704 | 7199 |
7200 #, c-format | |
7201 msgid "failed to add key '%s' to dictionary" | |
7202 msgstr "Konnte Schlüssel '%s' zu Dictionary nicht hinzufügen." | |
7203 | |
7204 #, c-format | |
7205 msgid "index must be int or slice, not %s" | |
7206 msgstr "Index muss eine Int oder Slice sein, nicht %s" | |
7207 | |
7208 #, c-format | |
7209 msgid "expected str() or unicode() instance, but got %s" | |
7210 msgstr "erwartete str() oder unicode() Instanz, erhielt jedoch %s" | |
7211 | |
7212 #, c-format | |
7213 msgid "expected bytes() or str() instance, but got %s" | |
7214 msgstr "Erwartete bytes() oder str() Instanz, erhielt jedoch %s" | |
857 | 7215 |
7216 #, c-format | |
7217 msgid "" | |
11704 | 7218 "expected int(), long() or something supporting coercing to long(), but got %s" |
7219 msgstr "" | |
11914 | 7220 "erwartete int(), long() or etwas was sich zu long() wandeln lässt, erhielt " |
7221 "jedoch %s" | |
11704 | 7222 |
7223 #, c-format | |
7224 msgid "expected int() or something supporting coercing to int(), but got %s" | |
11914 | 7225 msgstr "" |
7226 "erwartete int() oder etwas was sich zu int() wandeln lässt, erhielt jedoch %s" | |
11704 | 7227 |
7228 msgid "value is too large to fit into C int type" | |
7229 msgstr "Wert zu groß für einen C Integerwert" | |
7230 | |
7231 msgid "value is too small to fit into C int type" | |
7232 msgstr "Wert zu klein für einen C Integerwert" | |
7233 | |
7234 msgid "number must be greater than zero" | |
7235 msgstr "Nummer muss größer als 0 sein" | |
7236 | |
7237 msgid "number must be greater or equal to zero" | |
7238 msgstr "Nummer muss größer gleich 0 sein" | |
7239 | |
7240 msgid "can't delete OutputObject attributes" | |
7241 msgstr "OutputObject-Attribute können nicht gelöscht werden" | |
7242 | |
7243 #, c-format | |
7244 msgid "invalid attribute: %s" | |
7245 msgstr "unzulässiges Attribut: %s" | |
7246 | |
7247 msgid "E264: Python: Error initialising I/O objects" | |
7248 msgstr "E264: Python: Fehler bei der Initialisierung von I/O Objekten" | |
7249 | |
7250 msgid "failed to change directory" | |
7251 msgstr "Verzeichniswechsel fehlgeschlagen" | |
7252 | |
7253 #, c-format | |
7254 msgid "expected 3-tuple as imp.find_module() result, but got %s" | |
11914 | 7255 msgstr "" |
7256 "erwartete 3 Tuple als Ergebnis von imp.find_module(), erhielt jedoch %s" | |
11704 | 7257 |
7258 #, c-format | |
7259 msgid "expected 3-tuple as imp.find_module() result, but got tuple of size %d" | |
11914 | 7260 msgstr "" |
7261 "erwartete 3 Tuple als Ergebnis von find_module(), but erhielt Tuple der " | |
7262 "Größe %d" | |
11704 | 7263 |
7264 msgid "internal error: imp.find_module returned tuple with NULL" | |
7265 msgstr "interner Fehler: imp.find_module gab Tuple mit NULL zurück" | |
7266 | |
7267 msgid "cannot delete vim.Dictionary attributes" | |
7268 msgstr "kann vim.Dictionary Attribute nicht löschen" | |
7269 | |
7270 msgid "cannot modify fixed dictionary" | |
7271 msgstr "Kann festes Dictionary nicht ändern" | |
7272 | |
7273 #, c-format | |
7274 msgid "cannot set attribute %s" | |
7275 msgstr "Kann nicht Attribut %s setzen" | |
7276 | |
7277 msgid "hashtab changed during iteration" | |
7278 msgstr "Hashtab veränderte sich während der Initialisierung" | |
7279 | |
7280 #, c-format | |
7281 msgid "expected sequence element of size 2, but got sequence of size %d" | |
11914 | 7282 msgstr "" |
15033 | 7283 "erwartete Sequenz Element der Größe 2, erhielt jedoch Sequenz der Größe %d" |
11704 | 7284 |
7285 msgid "list constructor does not accept keyword arguments" | |
7286 msgstr "Listen Konstruktor akzeptiert keine Keyword Argumente" | |
7287 | |
7288 msgid "list index out of range" | |
7289 msgstr "Listen Index außerhalb des gültigen Bereichs" | |
7290 | |
7291 #, c-format | |
7292 msgid "internal error: failed to get vim list item %d" | |
7293 msgstr "interner Fehler: Zugriff auf Vim Listobjekt %d fehlgeschlagen" | |
7294 | |
7295 msgid "slice step cannot be zero" | |
7296 msgstr "Slice Schritt kann nicht Null sein" | |
7297 | |
7298 #, c-format | |
7299 msgid "attempt to assign sequence of size greater than %d to extended slice" | |
11914 | 7300 msgstr "" |
7301 "Versuch der Zuweisung von Sequenzgröße größer als %d zu erweiterten Slice" | |
11704 | 7302 |
7303 #, c-format | |
7304 msgid "internal error: no vim list item %d" | |
15033 | 7305 msgstr "interner Fehler: Kein Vim Listobjekt %d" |
11704 | 7306 |
7307 msgid "internal error: not enough list items" | |
7308 msgstr "interner Fehler: nicht genügend Listobjekte" | |
7309 | |
7310 msgid "internal error: failed to add item to list" | |
7311 msgstr "interner Fehler: konnte Objekt nicht Liste hinzufügen" | |
7312 | |
7313 #, c-format | |
7314 msgid "attempt to assign sequence of size %d to extended slice of size %d" | |
11914 | 7315 msgstr "" |
7316 "Versuch der Zuweisung von Sequenzgröße %d zu erweiterten Slice der Größe %d" | |
11704 | 7317 |
7318 msgid "failed to add item to list" | |
7319 msgstr "Hinzufügen von Objekt zu Liste fehlgeschlagen" | |
7320 | |
7321 msgid "cannot delete vim.List attributes" | |
7322 msgstr "kann vim.List Attribute nicht löschen" | |
7323 | |
7324 msgid "cannot modify fixed list" | |
7325 msgstr "kann feste Liste nicht modifizieren" | |
7326 | |
7327 #, c-format | |
7328 msgid "unnamed function %s does not exist" | |
7329 msgstr "Unbenannte Funktion %s existiert nicht" | |
7330 | |
7331 #, c-format | |
7332 msgid "function %s does not exist" | |
7333 msgstr "Funktion %s existiert nicht" | |
7334 | |
7335 #, c-format | |
7336 msgid "failed to run function %s" | |
7337 msgstr "Fehler beim Ausführen der Funktion %s" | |
7338 | |
7339 msgid "unable to get option value" | |
7340 msgstr "konnte Optionswert nicht erhalten" | |
7341 | |
7342 msgid "internal error: unknown option type" | |
7343 msgstr "interner Fehler: unbekannter Optionstyp" | |
7344 | |
7345 msgid "problem while switching windows" | |
7346 msgstr "Problem beim Wechseln der Fenster" | |
7347 | |
7348 #, c-format | |
7349 msgid "unable to unset global option %s" | |
7350 msgstr "Konnte globale Option %s nicht aufheben" | |
7351 | |
7352 #, c-format | |
7353 msgid "unable to unset option %s which does not have global value" | |
15033 | 7354 msgstr "konnte Option %s nicht aufheben, da sie keinen globalen Wert hat" |
11704 | 7355 |
7356 msgid "attempt to refer to deleted tab page" | |
14193 | 7357 msgstr "Versuch, Bezug auf einen gelöschten Reiter zu nehmen" |
11704 | 7358 |
7359 msgid "no such tab page" | |
14193 | 7360 msgstr "kein solcher Reiter vorhanden" |
11704 | 7361 |
7362 msgid "attempt to refer to deleted window" | |
7363 msgstr "Versuch, Bezug auf eine gelöschtes Fenster zu nehmen" | |
7364 | |
7365 msgid "readonly attribute: buffer" | |
7366 msgstr "nur-Lesen Attribut: Puffer" | |
7367 | |
7368 msgid "cursor position outside buffer" | |
7369 msgstr "Cursor Position außerhalb des Puffers" | |
7370 | |
7371 msgid "no such window" | |
7372 msgstr "ungültiges Fenster" | |
7373 | |
7374 msgid "attempt to refer to deleted buffer" | |
7375 msgstr "Versuch, Bezug auf einen gelöschten Puffer zu nehmen" | |
7376 | |
7377 msgid "failed to rename buffer" | |
7378 msgstr "Umbenennen des Puffers fehlgeschlagen" | |
7379 | |
7380 msgid "mark name must be a single character" | |
7381 msgstr "Markierung muss ein einzelner Buchstabe sein" | |
7382 | |
7383 #, c-format | |
7384 msgid "expected vim.Buffer object, but got %s" | |
7385 msgstr "erwartete vim.Puffer Objekt, erhielt jedoch %s" | |
7386 | |
7387 #, c-format | |
7388 msgid "failed to switch to buffer %d" | |
7389 msgstr "Wechsel zu Puffer %d fehlgeschlagen" | |
7390 | |
7391 #, c-format | |
7392 msgid "expected vim.Window object, but got %s" | |
7393 msgstr "erwartete vim.Window Objekt, erhielt jedoch %s" | |
7394 | |
7395 msgid "failed to find window in the current tab page" | |
14193 | 7396 msgstr "konnte Fenster im aktuellen Reiter nicht finden" |
11704 | 7397 |
7398 msgid "did not switch to the specified window" | |
7399 msgstr "konnte nicht zu spezifizierten Fenster wechseln" | |
7400 | |
7401 #, c-format | |
7402 msgid "expected vim.TabPage object, but got %s" | |
7403 msgstr "erwartete vim.TabPage Objekt, erhielt jedoch %s" | |
7404 | |
7405 msgid "did not switch to the specified tab page" | |
14193 | 7406 msgstr "konnte nicht zu spezifiziertem Reiter wechseln" |
11704 | 7407 |
7408 msgid "failed to run the code" | |
7409 msgstr "Ausführen des Codes fehlgeschlagen." | |
7410 | |
7411 msgid "E858: Eval did not return a valid python object" | |
7412 msgstr "E858: Eval hat kein gültiges Pythonobjekt zurückgegeben" | |
7413 | |
7414 msgid "E859: Failed to convert returned python object to vim value" | |
11914 | 7415 msgstr "" |
7416 "E859: Konvertierung von zurückgegebenen Pythonobjekt zu Vim Wert " | |
7417 "fehlgeschlagen" | |
11704 | 7418 |
7419 #, c-format | |
7420 msgid "unable to convert %s to vim dictionary" | |
7421 msgstr "konnte nicht %s zu Vim Dictionary konvertieren" | |
7422 | |
7423 #, c-format | |
7424 msgid "unable to convert %s to vim list" | |
7425 msgstr "konnte %s nicht zu Vim Liste konvertieren" | |
7426 | |
7427 #, c-format | |
7428 msgid "unable to convert %s to vim structure" | |
7429 msgstr "konnte %s nicht zu Vim Struktur konvertieren" | |
7430 | |
7431 msgid "internal error: NULL reference passed" | |
7432 msgstr "interner Fehler: NULL Referenz übermittelt" | |
7433 | |
7434 msgid "internal error: invalid value type" | |
7435 msgstr "interner Fehler: ungültiger Werttyp" | |
7436 | |
7437 msgid "" | |
7438 "Failed to set path hook: sys.path_hooks is not a list\n" | |
7439 "You should now do the following:\n" | |
7440 "- append vim.path_hook to sys.path_hooks\n" | |
7441 "- append vim.VIM_SPECIAL_PATH to sys.path\n" | |
7442 msgstr "" | |
7443 "Fehler beim setzen des Path hooks: sys.path_hooks ist keine Liste\n" | |
7444 "Sie sollten jetzt eine der folgenden Alternativen tun:\n" | |
7445 "- vim.path_hook zu sys.path_hooks hinzufügen\n" | |
7446 "- vim.VIM_SPECIAL_PATH zu sys.path hinzufügen\n" | |
7447 | |
857 | 7448 msgid "" |
11704 | 7449 "Failed to set path: sys.path is not a list\n" |
7450 "You should now append vim.VIM_SPECIAL_PATH to sys.path" | |
7451 msgstr "" | |
7452 "Fehler beim setzen des Pfades: sys.path ist keine Liste\n" | |
7453 "Fügen Sie vim.VIM_SPECIAL_PATH zu sys.path hinzu" | |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7454 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7455 msgid "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7456 "Vim macro files (*.vim)\t*.vim\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7457 "All Files (*.*)\t*.*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7458 msgstr "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7459 "Vim Dateien (*.vim)\t*.vim\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7460 "Alle Dateien (*.*)\t*.*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7461 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7462 msgid "All Files (*.*)\t*.*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7463 msgstr "Alle Dateien (*.*)\t*.*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7464 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7465 msgid "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7466 "All Files (*.*)\t*.*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7467 "C source (*.c, *.h)\t*.c;*.h\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7468 "C++ source (*.cpp, *.hpp)\t*.cpp;*.hpp\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7469 "VB code (*.bas, *.frm)\t*.bas;*.frm\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7470 "Vim files (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7471 msgstr "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7472 "Alle Dateien (*.*)\t*.*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7473 "C Quellcode (*.c, *.h)\t*.c;*.h\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7474 "C++ Quellcode (*.cpp, *.hpp)\t*.cpp;*.hpp\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7475 "VB Quellcode (*.bas, *.frm)\t*.bas;*.frm\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7476 "Vim Dateien (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7477 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7478 msgid "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7479 "Vim macro files (*.vim)\t*.vim\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7480 "All Files (*)\t*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7481 msgstr "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7482 "Vim Dateien (*.vim)\t*.vim\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7483 "Alle Dateien (*)\t*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7484 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7485 msgid "All Files (*)\t*\n" |
14193 | 7486 msgstr "Alle Dateien (*)\t*\n" |
13818
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7487 |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7488 msgid "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7489 "All Files (*)\t*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7490 "C source (*.c, *.h)\t*.c;*.h\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7491 "C++ source (*.cpp, *.hpp)\t*.cpp;*.hpp\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7492 "Vim files (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7493 msgstr "" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7494 "Alle Dateien (*)\t*\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7495 "C Quellcode (*.c, *.h)\t*.c;*.h\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7496 "C++ Quellcode (*.cpp, *.hpp)\t*.cpp;*.hpp\n" |
28ac7914b2b6
Update runtime files and translations
Christian Brabandt <cb@256bit.org>
parents:
12756
diff
changeset
|
7497 "Vim Dateien (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n" |
16380 | 7498 |
7499 msgid "GVim" | |
7500 msgstr "GVim" | |
7501 | |
7502 msgid "Text Editor" | |
7503 msgstr "Texteditor" | |
7504 | |
7505 msgid "Edit text files" | |
7506 msgstr "Textdateien bearbeiten" | |
7507 | |
7508 msgid "Text;editor;" | |
7509 msgstr "Text;Editor;" | |
7510 | |
7511 msgid "gvim" | |
7512 msgstr "gvim" | |
7513 | |
7514 msgid "Vim" | |
7515 msgstr "Vim" |