2.9.2
[platform/upstream/glib.git] / po / de.po
1 # German glib translation.
2 # Copyright (C) 2001-2004 Free Software Foundation, Inc.
3 # Christian Meyer <chrisime@gnome.org>, 2001, 2002.
4 # Christian Neumair <chris@gnome-de.org>, 2002-2004.
5 # Hendrik Richter <hendrik@gnome-de.org>, 2004.
6 # Hendrik Brandt <heb@gnome-de.org>, 2004.
7 # Hendrik Richter <hendrik@gnome-de.org>, 2004.
8
9
10 msgid ""
11 msgstr ""
12 "Project-Id-Version: glib HEAD\n"
13 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2006-01-05 22:21-0500\n"
15 "PO-Revision-Date: 2005-07-26 17:39+0200\n"
16 "Last-Translator: Hendrik Brandt <heb@gnome-de.org>\n"
17 "Language-Team: German <gnome-de@gnome.org>\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21
22 #: glib/gconvert.c:408 glib/gconvert.c:486 glib/giochannel.c:1150
23 #, c-format
24 msgid "Conversion from character set '%s' to '%s' is not supported"
25 msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
26
27 #: glib/gconvert.c:412 glib/gconvert.c:490
28 #, c-format
29 msgid "Could not open converter from '%s' to '%s'"
30 msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden"
31
32 #: glib/gconvert.c:606 glib/gconvert.c:995 glib/giochannel.c:1322
33 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
34 #: glib/gutf8.c:1392
35 #, c-format
36 msgid "Invalid byte sequence in conversion input"
37 msgstr "Ungültige Bytefolge in Konvertierungseingabe"
38
39 #: glib/gconvert.c:612 glib/gconvert.c:922 glib/giochannel.c:1329
40 #: glib/giochannel.c:2218
41 #, c-format
42 msgid "Error during conversion: %s"
43 msgstr "Fehler bei der Umwandlung: %s"
44
45 #: glib/gconvert.c:647 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
46 #: glib/gutf8.c:1388
47 #, c-format
48 msgid "Partial character sequence at end of input"
49 msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
50
51 #: glib/gconvert.c:897
52 #, c-format
53 msgid "Cannot convert fallback '%s' to codeset '%s'"
54 msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden"
55
56 #: glib/gconvert.c:1706
57 #, c-format
58 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
59 msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet"
60
61 #: glib/gconvert.c:1716
62 #, c-format
63 msgid "The local file URI '%s' may not include a '#'"
64 msgstr "Der lokale URI »%s« darf kein »#« enthalten"
65
66 #: glib/gconvert.c:1733
67 #, c-format
68 msgid "The URI '%s' is invalid"
69 msgstr "Der URI »%s« ist ungültig"
70
71 #: glib/gconvert.c:1745
72 #, c-format
73 msgid "The hostname of the URI '%s' is invalid"
74 msgstr "Der Rechnername der URI »%s« ist ungültig"
75
76 # CHECK
77 #: glib/gconvert.c:1761
78 #, c-format
79 msgid "The URI '%s' contains invalidly escaped characters"
80 msgstr "Der URI »%s« enthält ungültige Escape-Zeichen"
81
82 #: glib/gconvert.c:1855
83 #, c-format
84 msgid "The pathname '%s' is not an absolute path"
85 msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
86
87 #: glib/gconvert.c:1865
88 #, c-format
89 msgid "Invalid hostname"
90 msgstr "Ungültiger Rechnername"
91
92 #: glib/gdir.c:121 glib/gdir.c:141
93 #, c-format
94 msgid "Error opening directory '%s': %s"
95 msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
96
97 #: glib/gfileutils.c:576 glib/gfileutils.c:649
98 #, c-format
99 msgid "Could not allocate %lu bytes to read file \"%s\""
100 msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen"
101
102 #: glib/gfileutils.c:591
103 #, c-format
104 msgid "Error reading file '%s': %s"
105 msgstr "Fehler beim Lesen der Datei »%s«: %s"
106
107 #: glib/gfileutils.c:673
108 #, c-format
109 msgid "Failed to read from file '%s': %s"
110 msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
111
112 #: glib/gfileutils.c:724 glib/gfileutils.c:811
113 #, c-format
114 msgid "Failed to open file '%s': %s"
115 msgstr "Datei »%s« konnte nicht geöffnet werden: %s"
116
117 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
118 #, c-format
119 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
120 msgstr ""
121 "Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() "
122 "fehlgeschlagen: %s"
123
124 #: glib/gfileutils.c:775
125 #, c-format
126 msgid "Failed to open file '%s': fdopen() failed: %s"
127 msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s"
128
129 #: glib/gfileutils.c:909
130 #, c-format
131 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
132 msgstr ""
133 "Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist "
134 "fehlgeschlagen: %s"
135
136 #: glib/gfileutils.c:950 glib/gfileutils.c:1415
137 #, c-format
138 msgid "Failed to create file '%s': %s"
139 msgstr "Datei »%s« konnte nicht angelegt werden: %s"
140
141 #: glib/gfileutils.c:964
142 #, c-format
143 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
144 msgstr ""
145 "Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist "
146 "fehlgeschlagen: %s"
147
148 #: glib/gfileutils.c:989
149 #, c-format
150 msgid "Failed to write file '%s': fwrite() failed: %s"
151 msgstr ""
152 "Datei »%s« konnte nicht geschrieben werden: fwrite() ist fehlgeschlagen: %s"
153
154 #: glib/gfileutils.c:1008
155 #, c-format
156 msgid "Failed to close file '%s': fclose() failed: %s"
157 msgstr ""
158 "Datei »%s« konnte nicht geschlossen werden: fclose() ist fehlgeschlagen: %s"
159
160 #: glib/gfileutils.c:1126
161 #, c-format
162 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
163 msgstr ""
164 "Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist "
165 "fehlgeschlagen: %s"
166
167 #: glib/gfileutils.c:1376
168 #, c-format
169 msgid "Template '%s' invalid, should not contain a '%s'"
170 msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
171
172 #: glib/gfileutils.c:1390
173 #, c-format
174 msgid "Template '%s' doesn't end with XXXXXX"
175 msgstr "Vorlage »%s« endet nicht auf XXXXXX"
176
177 #: glib/gfileutils.c:1865
178 #, c-format
179 msgid "Failed to read the symbolic link '%s': %s"
180 msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s"
181
182 #: glib/gfileutils.c:1886
183 #, c-format
184 msgid "Symbolic links not supported"
185 msgstr "Symbolische Verknüpfungen nicht unterstützt"
186
187 #: glib/giochannel.c:1154
188 #, fuzzy, c-format
189 msgid "Could not open converter from '%s' to '%s': %s"
190 msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
191
192 #: glib/giochannel.c:1499
193 #, c-format
194 msgid "Can't do a raw read in g_io_channel_read_line_string"
195 msgstr "Raw-read in g_io_channel_read_line_string nicht möglich"
196
197 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
198 #, c-format
199 msgid "Leftover unconverted data in read buffer"
200 msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer "
201
202 #: glib/giochannel.c:1626 glib/giochannel.c:1703
203 #, c-format
204 msgid "Channel terminates in a partial character"
205 msgstr "Kanal endet mit einem Teilzeichen"
206
207 #: glib/giochannel.c:1689
208 #, c-format
209 msgid "Can't do a raw read in g_io_channel_read_to_end"
210 msgstr "Raw-read in g_io_channel_read_to_end nicht möglich"
211
212 #: glib/gmappedfile.c:116
213 #, c-format
214 msgid "Failed to open file '%s': open() failed: %s"
215 msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %s"
216
217 #: glib/gmappedfile.c:193
218 #, c-format
219 msgid "Failed to map file '%s': mmap() failed: %s"
220 msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s"
221
222 #: glib/gmarkup.c:232
223 #, c-format
224 msgid "Error on line %d char %d: %s"
225 msgstr "Fehler in Zeile %d, Zeichen %d: %s"
226
227 #: glib/gmarkup.c:330
228 #, c-format
229 msgid "Error on line %d: %s"
230 msgstr "Fehler in Zeile %d: %s"
231
232 #: glib/gmarkup.c:434
233 msgid ""
234 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
235 msgstr ""
236 "Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
237 "&apos;"
238
239 #: glib/gmarkup.c:444
240 #, c-format
241 msgid ""
242 "Character '%s' is not valid at the start of an entity name; the & character "
243 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
244 "it as &amp;"
245 msgstr ""
246 "Zeichen »%s« ist am Anfang eines Entitätsnamens ungültig; eine Entität "
247 "beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
248 "umschreiben"
249
250 #: glib/gmarkup.c:478
251 #, c-format
252 msgid "Character '%s' is not valid inside an entity name"
253 msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
254
255 #: glib/gmarkup.c:515
256 #, c-format
257 msgid "Entity name '%s' is not known"
258 msgstr "Entitätsname »%s« ist unbekannt"
259
260 # CHECK
261 #: glib/gmarkup.c:526
262 msgid ""
263 "Entity did not end with a semicolon; most likely you used an ampersand "
264 "character without intending to start an entity - escape ampersand as &amp;"
265 msgstr ""
266 "Entität endete nicht mit einem Semikolon; wahrscheinlich haben Sie ein Et "
267 "benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
268 "&amp;"
269
270 #: glib/gmarkup.c:579
271 #, c-format
272 msgid ""
273 "Failed to parse '%-.*s', which should have been a digit inside a character "
274 "reference (&#234; for example) - perhaps the digit is too large"
275 msgstr ""
276 "»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, "
277 "konnte nicht analysiert werden - vielleicht ist die Zahl zu groß"
278
279 #: glib/gmarkup.c:604
280 #, c-format
281 msgid "Character reference '%-.*s' does not encode a permitted character"
282 msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
283
284 #: glib/gmarkup.c:619
285 msgid "Empty character reference; should include a digit such as &#454;"
286 msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
287
288 #: glib/gmarkup.c:629
289 msgid ""
290 "Character reference did not end with a semicolon; most likely you used an "
291 "ampersand character without intending to start an entity - escape ampersand "
292 "as &amp;"
293 msgstr ""
294 "Zeichenangabe endete nicht mit einem Semikolon; wahrscheinlich haben Sie ein "
295 "Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
296 "das Et als &amp;"
297
298 #: glib/gmarkup.c:715
299 msgid "Unfinished entity reference"
300 msgstr "Unvollendete Entitätsreferenz"
301
302 #: glib/gmarkup.c:721
303 msgid "Unfinished character reference"
304 msgstr "Unvollendete Zeichenreferenz"
305
306 #: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023
307 msgid "Invalid UTF-8 encoded text"
308 msgstr "Ungültiger UTF-8-kodierter Text"
309
310 #: glib/gmarkup.c:1059
311 msgid "Document must begin with an element (e.g. <book>)"
312 msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
313
314 #: glib/gmarkup.c:1099
315 #, c-format
316 msgid ""
317 "'%s' is not a valid character following a '<' character; it may not begin an "
318 "element name"
319 msgstr ""
320 "»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
321 "Elementnamen beginnen"
322
323 #: glib/gmarkup.c:1163
324 #, c-format
325 msgid ""
326 "Odd character '%s', expected a '>' character to end the start tag of element "
327 "'%s'"
328 msgstr ""
329 "Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« "
330 "abzuschließen"
331
332 #: glib/gmarkup.c:1252
333 #, c-format
334 msgid ""
335 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
336 msgstr ""
337 "Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
338
339 #: glib/gmarkup.c:1294
340 #, c-format
341 msgid ""
342 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
343 "element '%s', or optionally an attribute; perhaps you used an invalid "
344 "character in an attribute name"
345 msgstr ""
346 "Seltsames Zeichen »%s«, es wurde entweder ein Attribut oder aber »>« oder "
347 "»/« erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht "
348 "haben Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
349
350 #: glib/gmarkup.c:1383
351 #, c-format
352 msgid ""
353 "Odd character '%s', expected an open quote mark after the equals sign when "
354 "giving value for attribute '%s' of element '%s'"
355 msgstr ""
356 "Seltsames Zeichen »%s«; bei der Wertangabe für das Attribut »%s« des "
357 "Elemente »%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen "
358 "erwartet"
359
360 #: glib/gmarkup.c:1528
361 #, c-format
362 msgid ""
363 "'%s' is not a valid character following the characters '</'; '%s' may not "
364 "begin an element name"
365 msgstr ""
366 "»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« "
367 "darf keinen Elementnamen beginnen"
368
369 #: glib/gmarkup.c:1568
370 #, c-format
371 msgid ""
372 "'%s' is not a valid character following the close element name '%s'; the "
373 "allowed character is '>'"
374 msgstr ""
375 "»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%"
376 "s« folgt; das erlaubte Zeichen ist »>«"
377
378 #: glib/gmarkup.c:1579
379 #, c-format
380 msgid "Element '%s' was closed, no element is currently open"
381 msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
382
383 #: glib/gmarkup.c:1588
384 #, c-format
385 msgid "Element '%s' was closed, but the currently open element is '%s'"
386 msgstr ""
387 "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
388
389 #: glib/gmarkup.c:1735
390 msgid "Document was empty or contained only whitespace"
391 msgstr "Dokument ist leer oder enthält nur Leerraum"
392
393 #: glib/gmarkup.c:1749
394 msgid "Document ended unexpectedly just after an open angle bracket '<'"
395 msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
396
397 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
398 #, c-format
399 msgid ""
400 "Document ended unexpectedly with elements still open - '%s' was the last "
401 "element opened"
402 msgstr ""
403 "Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
404 "offene Element"
405
406 #: glib/gmarkup.c:1765
407 #, c-format
408 msgid ""
409 "Document ended unexpectedly, expected to see a close angle bracket ending "
410 "the tag <%s/>"
411 msgstr ""
412 "Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%"
413 "s/> schließt, erwartet"
414
415 #: glib/gmarkup.c:1771
416 msgid "Document ended unexpectedly inside an element name"
417 msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
418
419 #: glib/gmarkup.c:1776
420 msgid "Document ended unexpectedly inside an attribute name"
421 msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
422
423 #: glib/gmarkup.c:1781
424 msgid "Document ended unexpectedly inside an element-opening tag."
425 msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
426
427 #: glib/gmarkup.c:1787
428 msgid ""
429 "Document ended unexpectedly after the equals sign following an attribute "
430 "name; no attribute value"
431 msgstr ""
432 "Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
433 "Attributnamen folgt; kein Attributwert"
434
435 #: glib/gmarkup.c:1794
436 msgid "Document ended unexpectedly while inside an attribute value"
437 msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
438
439 #: glib/gmarkup.c:1809
440 #, c-format
441 msgid "Document ended unexpectedly inside the close tag for element '%s'"
442 msgstr ""
443 "Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
444 "»%s«"
445
446 #: glib/gmarkup.c:1815
447 msgid "Document ended unexpectedly inside a comment or processing instruction"
448 msgstr ""
449 "Dokument endete unerwartet innerhalb eines Kommentars oder "
450 "Verarbeitungsanweisung"
451
452 #: glib/gshell.c:73
453 #, c-format
454 msgid "Quoted text doesn't begin with a quotation mark"
455 msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen"
456
457 #: glib/gshell.c:163
458 #, c-format
459 msgid "Unmatched quotation mark in command line or other shell-quoted text"
460 msgstr ""
461 "Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in "
462 "Shellquotes"
463
464 #: glib/gshell.c:541
465 #, c-format
466 msgid "Text ended just after a '\\' character. (The text was '%s')"
467 msgstr "Text endete nach einem »\\«-Zeichen. (Der Text war »%s«)"
468
469 #: glib/gshell.c:548
470 #, c-format
471 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
472 msgstr ""
473 "Text endete, bevor ein passendes Anführungszeichen für %c gefunden wurde. "
474 "(Der Text war »%s«)"
475
476 #: glib/gshell.c:560
477 #, c-format
478 msgid "Text was empty (or contained only whitespace)"
479 msgstr "Text war leer (oder enthielt nur Leerraum)"
480
481 #: glib/gspawn-win32.c:276
482 #, c-format
483 msgid "Failed to read data from child process"
484 msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
485
486 #: glib/gspawn-win32.c:291 glib/gspawn.c:1364
487 #, c-format
488 msgid "Failed to create pipe for communicating with child process (%s)"
489 msgstr ""
490 "Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt "
491 "werden"
492
493 #: glib/gspawn-win32.c:329 glib/gspawn.c:1028
494 #, c-format
495 msgid "Failed to read from child pipe (%s)"
496 msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen"
497
498 #: glib/gspawn-win32.c:355 glib/gspawn.c:1233
499 #, c-format
500 msgid "Failed to change to directory '%s' (%s)"
501 msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
502
503 #: glib/gspawn-win32.c:361 glib/gspawn-win32.c:581
504 #, c-format
505 msgid "Failed to execute child process (%s)"
506 msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
507
508 #: glib/gspawn-win32.c:471 glib/gspawn-win32.c:527
509 #, fuzzy, c-format
510 msgid "Invalid program name: %s"
511 msgstr "Ungültiger Rechnername"
512
513 #: glib/gspawn-win32.c:481 glib/gspawn-win32.c:537 glib/gspawn-win32.c:780
514 #: glib/gspawn-win32.c:835 glib/gspawn-win32.c:1370
515 #, fuzzy, c-format
516 msgid "Invalid string in argument vector at %d: %s"
517 msgstr "Für %s wird ein Argument benötigt"
518
519 #: glib/gspawn-win32.c:492 glib/gspawn-win32.c:548 glib/gspawn-win32.c:794
520 #: glib/gspawn-win32.c:848 glib/gspawn-win32.c:1403
521 #, fuzzy, c-format
522 msgid "Invalid string in environment: %s"
523 msgstr "Ungültige Folge in Umwandlungseingabe"
524
525 #: glib/gspawn-win32.c:776 glib/gspawn-win32.c:831 glib/gspawn-win32.c:1351
526 #, fuzzy, c-format
527 msgid "Invalid working directory: %s"
528 msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
529
530 #: glib/gspawn-win32.c:890
531 #, fuzzy, c-format
532 msgid "Failed to execute helper program (%s)"
533 msgstr "Hilfsprogramm konnte nicht ausgeführt werden"
534
535 #: glib/gspawn-win32.c:1090
536 #, c-format
537 msgid ""
538 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
539 "process"
540 msgstr ""
541 "Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
542 "Kindprozess"
543
544 #: glib/gspawn.c:168
545 #, c-format
546 msgid "Failed to read data from child process (%s)"
547 msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)"
548
549 #: glib/gspawn.c:300
550 #, c-format
551 msgid "Unexpected error in select() reading data from a child process (%s)"
552 msgstr ""
553 "Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)"
554
555 #: glib/gspawn.c:383
556 #, c-format
557 msgid "Unexpected error in waitpid() (%s)"
558 msgstr "Unerwarteter Fehler in waitpid() (%s)"
559
560 #: glib/gspawn.c:1093
561 #, c-format
562 msgid "Failed to fork (%s)"
563 msgstr "Abspalten fehlgeschlagen (%s)"
564
565 #: glib/gspawn.c:1243
566 #, c-format
567 msgid "Failed to execute child process \"%s\" (%s)"
568 msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)"
569
570 #: glib/gspawn.c:1253
571 #, c-format
572 msgid "Failed to redirect output or input of child process (%s)"
573 msgstr ""
574 "Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen"
575
576 #: glib/gspawn.c:1262
577 #, c-format
578 msgid "Failed to fork child process (%s)"
579 msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
580
581 #: glib/gspawn.c:1270
582 #, c-format
583 msgid "Unknown error executing child process \"%s\""
584 msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«"
585
586 #: glib/gspawn.c:1292
587 #, c-format
588 msgid "Failed to read enough data from child pid pipe (%s)"
589 msgstr ""
590 "Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) "
591 "gelesen werden"
592
593 #: glib/gutf8.c:1017
594 #, c-format
595 msgid "Character out of range for UTF-8"
596 msgstr "Zeichen außerhalb des Bereiches für UTF-8"
597
598 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
599 #: glib/gutf8.c:1402 glib/gutf8.c:1498
600 #, c-format
601 msgid "Invalid sequence in conversion input"
602 msgstr "Ungültige Folge in Umwandlungseingabe"
603
604 #: glib/gutf8.c:1413 glib/gutf8.c:1509
605 #, c-format
606 msgid "Character out of range for UTF-16"
607 msgstr "Zeichen außerhalb des Bereiches für UTF-16"
608
609 #: glib/goption.c:468
610 msgid "Usage:"
611 msgstr "Aufruf:"
612
613 #: glib/goption.c:468
614 msgid "[OPTION...]"
615 msgstr "[OPTION...]"
616
617 #: glib/goption.c:556
618 msgid "Help Options:"
619 msgstr "Hilfeoptionen"
620
621 #: glib/goption.c:557
622 msgid "Show help options"
623 msgstr "Hilfeoptionen anzeigen"
624
625 #: glib/goption.c:562
626 msgid "Show all help options"
627 msgstr "Alle Hilfeoptionen anzeigen"
628
629 #: glib/goption.c:612
630 msgid "Application Options:"
631 msgstr "Anwendungsoptionen"
632
633 #: glib/goption.c:653
634 #, c-format
635 msgid "Cannot parse integer value '%s' for %s"
636 msgstr "»%s« konnte nicht als ganzzahliger Wert für %s interpretiert werden"
637
638 #: glib/goption.c:663
639 #, c-format
640 msgid "Integer value '%s' for %s out of range"
641 msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches."
642
643 #: glib/goption.c:926
644 #, fuzzy, c-format
645 msgid "Error parsing option %s"
646 msgstr "Fehler bei der Umwandlung: %s"
647
648 #: glib/goption.c:959 glib/goption.c:1070
649 #, c-format
650 msgid "Missing argument for %s"
651 msgstr "Für %s wird ein Argument benötigt"
652
653 #: glib/goption.c:1474
654 #, c-format
655 msgid "Unknown option %s"
656 msgstr "Unbekannte Option %s"
657
658 #: glib/gkeyfile.c:339
659 #, c-format
660 msgid "Valid key file could not be found in data dirs"
661 msgstr ""
662 "Die Schlüsselwertedatei wurde nicht in den Datenverzeichnissen gefunden"
663
664 #: glib/gkeyfile.c:374
665 #, c-format
666 msgid "Not a regular file"
667 msgstr "Keine reguläre Datei"
668
669 #: glib/gkeyfile.c:382
670 #, c-format
671 msgid "File is empty"
672 msgstr "Datei ist leer"
673
674 #: glib/gkeyfile.c:697
675 #, c-format
676 msgid ""
677 "Key file contains line '%s' which is not a key-value pair, group, or comment"
678 msgstr ""
679 "Die Schlüsselwertedatei enthält die Zeile »%s«, welche kein zulässiges "
680 "Schlüssel-Wert-Paar, keine Gruppe und kein Kommentar ist."
681
682 #: glib/gkeyfile.c:765
683 #, c-format
684 msgid "Key file does not start with a group"
685 msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe"
686
687 #: glib/gkeyfile.c:808
688 #, c-format
689 msgid "Key file contains unsupported encoding '%s'"
690 msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«"
691
692 #: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177
693 #: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
694 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
695 #, c-format
696 msgid "Key file does not have group '%s'"
697 msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«"
698
699 #: glib/gkeyfile.c:1188
700 #, c-format
701 msgid "Key file does not have key '%s'"
702 msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«"
703
704 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
705 #, c-format
706 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
707 msgstr ""
708 "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der "
709 "nicht in UTF-8 kodiert ist"
710
711 #: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788
712 #, c-format
713 msgid "Key file contains key '%s' which has value that cannot be interpreted."
714 msgstr ""
715 "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht "
716 "interüretoert werden konnte."
717
718 #: glib/gkeyfile.c:2004
719 #, c-format
720 msgid ""
721 "Key file contains key '%s' in group '%s' which has value that cannot be "
722 "interpreted."
723 msgstr ""
724 "Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit "
725 "einem Wert der nicht interüretoert werden konnte."
726
727 #: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891
728 #, c-format
729 msgid "Key file does not have key '%s' in group '%s'"
730 msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«"
731
732 #: glib/gkeyfile.c:3067
733 #, c-format
734 msgid "Key file contains escape character at end of line"
735 msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende"
736
737 # CHECK
738 #: glib/gkeyfile.c:3089
739 #, c-format
740 msgid "Key file contains invalid escape sequence '%s'"
741 msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«"
742
743 #: glib/gkeyfile.c:3230
744 #, c-format
745 msgid "Value '%s' cannot be interpreted as a number."
746 msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden."
747
748 #: glib/gkeyfile.c:3240
749 #, c-format
750 msgid "Integer value '%s' out of range"
751 msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches."
752
753 #: glib/gkeyfile.c:3270
754 #, c-format
755 msgid "Value '%s' cannot be interpreted as a boolean."
756 msgstr ""
757 "Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden."
758
759 #~ msgid "Could not change file mode: fork() failed: %s"
760 #~ msgstr ""
761 #~ "Dateimodus konnte nicht geändert werden: fork() ist fehlgeschlagen: %s"
762
763 #~ msgid "Could not change file mode: waitpid() failed: %s"
764 #~ msgstr ""
765 #~ "Dateimodus konnte nicht geändert werden: waitpid() ist fehlgeschlagen: %s"
766
767 #~ msgid "Could not change file mode: chmod() failed: %s"
768 #~ msgstr ""
769 #~ "Dateimodus konnte nicht geändert werden: chmod() ist fehlgeschlagen: %s"
770
771 #~ msgid "Could not change file mode: Child terminated by signal: %s"
772 #~ msgstr ""
773 #~ "Dateimodus konnte nicht geändert werden: Kindprozess mit Signal "
774 #~ "abgebrochen: %s"
775
776 #~ msgid "Could not change file mode: Child terminated abnormally"
777 #~ msgstr ""
778 #~ "Dateimodus konnte nicht geändert werden: Kindprozess unerwartet "
779 #~ "abgebrochen"
780
781 #~ msgid "Conversion from character set `%s' to `%s' is not supported"
782 #~ msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"