2.6.1
[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: 2005-01-07 11:51-0500\n"
15 "PO-Revision-Date: 2004-12-18 14:51+0100\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:403
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:407
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:605 glib/gconvert.c:892 glib/giochannel.c:1318
33 #: glib/giochannel.c:1360 glib/giochannel.c:2202 glib/gutf8.c:911
34 #: glib/gutf8.c:1361
35 msgid "Invalid byte sequence in conversion input"
36 msgstr "Ungültige Bytefolge in Konvertierungseingabe"
37
38 #: glib/gconvert.c:610 glib/gconvert.c:825 glib/giochannel.c:1325
39 #: glib/giochannel.c:2214
40 #, c-format
41 msgid "Error during conversion: %s"
42 msgstr "Fehler bei der Umwandlung: %s"
43
44 #: glib/gconvert.c:628 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
45 #: glib/gutf8.c:1357
46 msgid "Partial character sequence at end of input"
47 msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
48
49 #: glib/gconvert.c:801
50 #, c-format
51 msgid "Cannot convert fallback '%s' to codeset '%s'"
52 msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden"
53
54 #: glib/gconvert.c:1601
55 #, c-format
56 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
57 msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet"
58
59 #: glib/gconvert.c:1611
60 #, c-format
61 msgid "The local file URI '%s' may not include a '#'"
62 msgstr "Der lokale URI »%s« darf kein »#« enthalten"
63
64 #: glib/gconvert.c:1628
65 #, c-format
66 msgid "The URI '%s' is invalid"
67 msgstr "Der URI »%s« ist ungültig"
68
69 #: glib/gconvert.c:1640
70 #, c-format
71 msgid "The hostname of the URI '%s' is invalid"
72 msgstr "Der Rechnername der URI »%s« ist ungültig"
73
74 # CHECK
75 #: glib/gconvert.c:1656
76 #, c-format
77 msgid "The URI '%s' contains invalidly escaped characters"
78 msgstr "Der URI »%s« enthält ungültige Escape-Zeichen"
79
80 #: glib/gconvert.c:1750
81 #, c-format
82 msgid "The pathname '%s' is not an absolute path"
83 msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
84
85 #: glib/gconvert.c:1760
86 msgid "Invalid hostname"
87 msgstr "Ungültiger Rechnername"
88
89 #: glib/gdir.c:120 glib/gdir.c:140
90 #, c-format
91 msgid "Error opening directory '%s': %s"
92 msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
93
94 #: glib/gfileutils.c:490 glib/gfileutils.c:558
95 #, c-format
96 msgid "Could not allocate %lu bytes to read file \"%s\""
97 msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen"
98
99 #: glib/gfileutils.c:503
100 #, c-format
101 msgid "Error reading file '%s': %s"
102 msgstr "Fehler beim Lesen der Datei »%s«: %s"
103
104 #: glib/gfileutils.c:580
105 #, c-format
106 msgid "Failed to read from file '%s': %s"
107 msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
108
109 #: glib/gfileutils.c:629 glib/gfileutils.c:712
110 #, c-format
111 msgid "Failed to open file '%s': %s"
112 msgstr "Datei »%s« konnte nicht geöffnet werden: %s"
113
114 #: glib/gfileutils.c:644
115 #, c-format
116 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
117 msgstr ""
118 "Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() "
119 "fehlgeschlagen: %s"
120
121 #: glib/gfileutils.c:676
122 #, c-format
123 msgid "Failed to open file '%s': fdopen() failed: %s"
124 msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s"
125
126 #: glib/gfileutils.c:1003
127 #, c-format
128 msgid "Template '%s' invalid, should not contain a '%s'"
129 msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
130
131 #: glib/gfileutils.c:1017
132 #, c-format
133 msgid "Template '%s' doesn't end with XXXXXX"
134 msgstr "Vorlage »%s« endet nicht auf XXXXXX"
135
136 #: glib/gfileutils.c:1040
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:1416
142 #, c-format
143 msgid "Failed to read the symbolic link '%s': %s"
144 msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s"
145
146 #: glib/gfileutils.c:1437
147 msgid "Symbolic links not supported"
148 msgstr "Symbolische Verknüpfungen nicht unterstützt"
149
150 #: glib/giochannel.c:1146
151 #, c-format
152 msgid "Conversion from character set `%s' to `%s' is not supported"
153 msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
154
155 #: glib/giochannel.c:1150
156 #, c-format
157 msgid "Could not open converter from `%s' to `%s': %s"
158 msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
159
160 #: glib/giochannel.c:1495
161 msgid "Can't do a raw read in g_io_channel_read_line_string"
162 msgstr "Raw-read in g_io_channel_read_line_string nicht möglich"
163
164 #: glib/giochannel.c:1542 glib/giochannel.c:1799 glib/giochannel.c:1885
165 msgid "Leftover unconverted data in read buffer"
166 msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer "
167
168 #: glib/giochannel.c:1622 glib/giochannel.c:1699
169 msgid "Channel terminates in a partial character"
170 msgstr "Kanal endet mit einem Teilzeichen"
171
172 #: glib/giochannel.c:1685
173 msgid "Can't do a raw read in g_io_channel_read_to_end"
174 msgstr "Raw-read in g_io_channel_read_to_end nicht möglich"
175
176 #: glib/gmarkup.c:226
177 #, c-format
178 msgid "Error on line %d char %d: %s"
179 msgstr "Fehler in Zeile %d, Zeichen %d: %s"
180
181 #: glib/gmarkup.c:324
182 #, c-format
183 msgid "Error on line %d: %s"
184 msgstr "Fehler in Zeile %d: %s"
185
186 #: glib/gmarkup.c:428
187 msgid ""
188 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
189 msgstr ""
190 "Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
191 "&apos;"
192
193 #: glib/gmarkup.c:438
194 #, c-format
195 msgid ""
196 "Character '%s' is not valid at the start of an entity name; the & character "
197 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
198 "it as &amp;"
199 msgstr ""
200 "Zeichen »%s« ist am Anfang eines Entitätsnamens ungültig; eine Entität "
201 "beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
202 "umschreiben"
203
204 #: glib/gmarkup.c:478
205 #, c-format
206 msgid "Character '%s' is not valid inside an entity name"
207 msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
208
209 #: glib/gmarkup.c:521
210 #, c-format
211 msgid "Entity name '%s' is not known"
212 msgstr "Entitätsname »%s« ist unbekannt"
213
214 # CHECK
215 #: glib/gmarkup.c:531
216 msgid ""
217 "Entity did not end with a semicolon; most likely you used an ampersand "
218 "character without intending to start an entity - escape ampersand as &amp;"
219 msgstr ""
220 "Entität endete nicht mit einem Semikolon; wahrscheinlich haben Sie ein Et "
221 "benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
222 "&amp;"
223
224 #: glib/gmarkup.c:584
225 #, c-format
226 msgid ""
227 "Failed to parse '%-.*s', which should have been a digit inside a character "
228 "reference (&#234; for example) - perhaps the digit is too large"
229 msgstr ""
230 "»%s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, "
231 "konnte nicht analysiert werden - vielleicht ist die Zahl zu groß"
232
233 #: glib/gmarkup.c:609
234 #, c-format
235 msgid "Character reference '%-.*s' does not encode a permitted character"
236 msgstr "Zeichenreferenz »%s« kodiert kein zulässiges Zeichen"
237
238 #: glib/gmarkup.c:624
239 msgid "Empty character reference; should include a digit such as &#454;"
240 msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
241
242 #: glib/gmarkup.c:634
243 msgid ""
244 "Character reference did not end with a semicolon; most likely you used an "
245 "ampersand character without intending to start an entity - escape ampersand "
246 "as &amp;"
247 msgstr ""
248 "Zeichenangabe endete nicht mit einem Semikolon; wahrscheinlich haben Sie ein "
249 "Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
250 "das Et als &amp;"
251
252 #: glib/gmarkup.c:720
253 msgid "Unfinished entity reference"
254 msgstr "Unvollendete Entitätsreferenz"
255
256 #: glib/gmarkup.c:726
257 msgid "Unfinished character reference"
258 msgstr "Unvollendete Zeichenreferenz"
259
260 #: glib/gmarkup.c:969 glib/gmarkup.c:997 glib/gmarkup.c:1028
261 msgid "Invalid UTF-8 encoded text"
262 msgstr "Ungültiger UTF-8-kodierter Text"
263
264 #: glib/gmarkup.c:1064
265 msgid "Document must begin with an element (e.g. <book>)"
266 msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
267
268 #: glib/gmarkup.c:1104
269 #, c-format
270 msgid ""
271 "'%s' is not a valid character following a '<' character; it may not begin an "
272 "element name"
273 msgstr ""
274 "»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
275 "Elementnamen beginnen"
276
277 #: glib/gmarkup.c:1168
278 #, c-format
279 msgid ""
280 "Odd character '%s', expected a '>' character to end the start tag of element "
281 "'%s'"
282 msgstr ""
283 "Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« "
284 "abzuschließen"
285
286 #: glib/gmarkup.c:1257
287 #, c-format
288 msgid ""
289 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
290 msgstr ""
291 "Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
292
293 #: glib/gmarkup.c:1299
294 #, c-format
295 msgid ""
296 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
297 "element '%s', or optionally an attribute; perhaps you used an invalid "
298 "character in an attribute name"
299 msgstr ""
300 "Seltsames Zeichen »%s«, es wurde entweder ein Attribut oder aber »>« oder "
301 "»/« erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht "
302 "haben Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
303
304 #: glib/gmarkup.c:1388
305 #, c-format
306 msgid ""
307 "Odd character '%s', expected an open quote mark after the equals sign when "
308 "giving value for attribute '%s' of element '%s'"
309 msgstr ""
310 "Seltsames Zeichen »%s«; bei der Wertangabe für das Attribut »%s« des "
311 "Elemente »%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen "
312 "erwartet"
313
314 #: glib/gmarkup.c:1533
315 #, c-format
316 msgid ""
317 "'%s' is not a valid character following the characters '</'; '%s' may not "
318 "begin an element name"
319 msgstr ""
320 "»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« "
321 "darf keinen Elementnamen beginnen"
322
323 #: glib/gmarkup.c:1573
324 #, c-format
325 msgid ""
326 "'%s' is not a valid character following the close element name '%s'; the "
327 "allowed character is '>'"
328 msgstr ""
329 "»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%"
330 "s« folgt; das erlaubte Zeichen ist »>«"
331
332 #: glib/gmarkup.c:1584
333 #, c-format
334 msgid "Element '%s' was closed, no element is currently open"
335 msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
336
337 #: glib/gmarkup.c:1593
338 #, c-format
339 msgid "Element '%s' was closed, but the currently open element is '%s'"
340 msgstr ""
341 "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
342
343 #: glib/gmarkup.c:1740
344 msgid "Document was empty or contained only whitespace"
345 msgstr "Dokument ist leer oder enthält nur Leerraum"
346
347 #: glib/gmarkup.c:1754
348 msgid "Document ended unexpectedly just after an open angle bracket '<'"
349 msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
350
351 #: glib/gmarkup.c:1762 glib/gmarkup.c:1806
352 #, c-format
353 msgid ""
354 "Document ended unexpectedly with elements still open - '%s' was the last "
355 "element opened"
356 msgstr ""
357 "Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
358 "offene Element"
359
360 #: glib/gmarkup.c:1770
361 #, c-format
362 msgid ""
363 "Document ended unexpectedly, expected to see a close angle bracket ending "
364 "the tag <%s/>"
365 msgstr ""
366 "Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%"
367 "s/> schließt, erwartet"
368
369 #: glib/gmarkup.c:1776
370 msgid "Document ended unexpectedly inside an element name"
371 msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
372
373 #: glib/gmarkup.c:1781
374 msgid "Document ended unexpectedly inside an attribute name"
375 msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
376
377 #: glib/gmarkup.c:1786
378 msgid "Document ended unexpectedly inside an element-opening tag."
379 msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
380
381 #: glib/gmarkup.c:1792
382 msgid ""
383 "Document ended unexpectedly after the equals sign following an attribute "
384 "name; no attribute value"
385 msgstr ""
386 "Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
387 "Attributnamen folgt; kein Attributwert"
388
389 #: glib/gmarkup.c:1799
390 msgid "Document ended unexpectedly while inside an attribute value"
391 msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
392
393 #: glib/gmarkup.c:1814
394 #, c-format
395 msgid "Document ended unexpectedly inside the close tag for element '%s'"
396 msgstr ""
397 "Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
398 "»%s«"
399
400 #: glib/gmarkup.c:1820
401 msgid "Document ended unexpectedly inside a comment or processing instruction"
402 msgstr ""
403 "Dokument endete unerwartet innerhalb eines Kommentars oder "
404 "Verarbeitungsanweisung"
405
406 #: glib/gshell.c:73
407 msgid "Quoted text doesn't begin with a quotation mark"
408 msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen"
409
410 #: glib/gshell.c:163
411 msgid "Unmatched quotation mark in command line or other shell-quoted text"
412 msgstr ""
413 "Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in "
414 "Shellquotes"
415
416 #: glib/gshell.c:541
417 #, c-format
418 msgid "Text ended just after a '\\' character. (The text was '%s')"
419 msgstr "Text endete nach einem »\\«-Zeichen. (Der Text war »%s«)"
420
421 #: glib/gshell.c:548
422 #, c-format
423 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
424 msgstr ""
425 "Text endete, bevor ein passendes Anführungszeichen für %c gefunden wurde. "
426 "(Der Text war »%s«)"
427
428 #: glib/gshell.c:560
429 msgid "Text was empty (or contained only whitespace)"
430 msgstr "Text war leer (oder enthielt nur Leerraum)"
431
432 #: glib/gspawn-win32.c:264
433 msgid "Failed to read data from child process"
434 msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
435
436 #: glib/gspawn-win32.c:281 glib/gspawn.c:1350
437 #, c-format
438 msgid "Failed to create pipe for communicating with child process (%s)"
439 msgstr ""
440 "Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt "
441 "werden"
442
443 #: glib/gspawn-win32.c:321 glib/gspawn.c:1014
444 #, c-format
445 msgid "Failed to read from child pipe (%s)"
446 msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen"
447
448 #: glib/gspawn-win32.c:349 glib/gspawn.c:1219
449 #, c-format
450 msgid "Failed to change to directory '%s' (%s)"
451 msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
452
453 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
454 #, c-format
455 msgid "Failed to execute child process (%s)"
456 msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
457
458 #: glib/gspawn-win32.c:590
459 msgid "Failed to execute helper program"
460 msgstr "Hilfsprogramm konnte nicht ausgeführt werden"
461
462 #: glib/gspawn-win32.c:789
463 msgid ""
464 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
465 "process"
466 msgstr ""
467 "Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
468 "Kindprozess"
469
470 #: glib/gspawn.c:179
471 #, c-format
472 msgid "Failed to read data from child process (%s)"
473 msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)"
474
475 #: glib/gspawn.c:310
476 #, c-format
477 msgid "Unexpected error in select() reading data from a child process (%s)"
478 msgstr ""
479 "Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)"
480
481 #: glib/gspawn.c:393
482 #, c-format
483 msgid "Unexpected error in waitpid() (%s)"
484 msgstr "Unerwarteter Fehler in waitpid() (%s)"
485
486 #: glib/gspawn.c:1079
487 #, c-format
488 msgid "Failed to fork (%s)"
489 msgstr "Abspalten fehlgeschlagen (%s)"
490
491 #: glib/gspawn.c:1229
492 #, c-format
493 msgid "Failed to execute child process \"%s\" (%s)"
494 msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)"
495
496 #: glib/gspawn.c:1239
497 #, c-format
498 msgid "Failed to redirect output or input of child process (%s)"
499 msgstr ""
500 "Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen"
501
502 #: glib/gspawn.c:1248
503 #, c-format
504 msgid "Failed to fork child process (%s)"
505 msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
506
507 #: glib/gspawn.c:1256
508 #, c-format
509 msgid "Unknown error executing child process \"%s\""
510 msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«"
511
512 #: glib/gspawn.c:1278
513 #, c-format
514 msgid "Failed to read enough data from child pid pipe (%s)"
515 msgstr ""
516 "Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) "
517 "gelesen werden"
518
519 #: glib/gutf8.c:986
520 msgid "Character out of range for UTF-8"
521 msgstr "Zeichen außerhalb des Bereiches für UTF-8"
522
523 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
524 #: glib/gutf8.c:1371 glib/gutf8.c:1467
525 msgid "Invalid sequence in conversion input"
526 msgstr "Ungültige Folge in Umwandlungseingabe"
527
528 #: glib/gutf8.c:1382 glib/gutf8.c:1478
529 msgid "Character out of range for UTF-16"
530 msgstr "Zeichen außerhalb des Bereiches für UTF-16"
531
532 #: glib/goption.c:405
533 msgid "Usage:"
534 msgstr "Aufruf:"
535
536 #: glib/goption.c:405
537 msgid "[OPTION...]"
538 msgstr "[OPTION...]"
539
540 #: glib/goption.c:494
541 msgid "Help Options:"
542 msgstr "Hilfeoptionen"
543
544 #: glib/goption.c:494
545 msgid "Show help options"
546 msgstr "Hilfeoptionen anzeigen"
547
548 #: glib/goption.c:498
549 msgid "Show all help options"
550 msgstr "Alle Hilfeoptionen anzeigen"
551
552 #: glib/goption.c:547
553 msgid "Application Options:"
554 msgstr "Anwendungsoptionen"
555
556 #: glib/goption.c:586
557 #, c-format
558 msgid "Cannot parse integer value '%s' for --%s"
559 msgstr "»%s« konnte nicht als ganzzahliger Wert für --%s interpretiert werden"
560
561 #: glib/goption.c:596
562 #, c-format
563 msgid "Integer value '%s' for %s out of range"
564 msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches."
565
566 #: glib/goption.c:1323
567 #, c-format
568 msgid "Unknown option %s"
569 msgstr "Unbekannte Option %s"
570
571 #: glib/gkeyfile.c:338
572 msgid "Valid key file could not be found in data dirs"
573 msgstr ""
574 "Die Schlüsselwertedatei wurde nicht in den Datenverzeichnissen gefunden"
575
576 #: glib/gkeyfile.c:371
577 msgid "Not a regular file"
578 msgstr "Keine reguläre Datei"
579
580 #: glib/gkeyfile.c:379
581 msgid "File is empty"
582 msgstr "Datei ist leer"
583
584 #: glib/gkeyfile.c:685
585 #, c-format
586 msgid ""
587 "Key file contains line '%s' which is not a key-value pair, group, or comment"
588 msgstr ""
589 "Die Schlüsselwertedatei enthält die Zeile »%s«, welche kein zulässiges "
590 "Schlüssel-Wert-Paar, keine Gruppe und kein Kommentar ist."
591
592 #: glib/gkeyfile.c:753
593 msgid "Key file does not start with a group"
594 msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe"
595
596 #: glib/gkeyfile.c:796
597 #, c-format
598 msgid "Key file contains unsupported encoding '%s'"
599 msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«"
600
601 #: glib/gkeyfile.c:1000 glib/gkeyfile.c:1146 glib/gkeyfile.c:2151
602 #: glib/gkeyfile.c:2216 glib/gkeyfile.c:2334 glib/gkeyfile.c:2402
603 #: glib/gkeyfile.c:2587 glib/gkeyfile.c:2760 glib/gkeyfile.c:2815
604 #, c-format
605 msgid "Key file does not have group '%s'"
606 msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«"
607
608 #: glib/gkeyfile.c:1158
609 #, c-format
610 msgid "Key file does not have key '%s'"
611 msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«"
612
613 #: glib/gkeyfile.c:1259 glib/gkeyfile.c:1368
614 #, c-format
615 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
616 msgstr ""
617 "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der "
618 "nicht in UTF-8 kodiert ist"
619
620 #: glib/gkeyfile.c:1277 glib/gkeyfile.c:1386 glib/gkeyfile.c:1759
621 #, c-format
622 msgid "Key file contains key '%s' which has value that cannot be interpreted."
623 msgstr ""
624 "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht "
625 "interüretoert werden konnte."
626
627 #: glib/gkeyfile.c:1976
628 #, c-format
629 msgid ""
630 "Key file contains key '%s' in group '%s' which has value that cannot be "
631 "interpreted."
632 msgstr ""
633 "Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit "
634 "einem Wert der nicht interüretoert werden konnte."
635
636 #: glib/gkeyfile.c:2166 glib/gkeyfile.c:2349 glib/gkeyfile.c:2827
637 #, c-format
638 msgid "Key file does not have key '%s' in group '%s'"
639 msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«"
640
641 # CHECK
642 #: glib/gkeyfile.c:3023
643 #, c-format
644 msgid "Key file contains invalid escape sequence '%s'"
645 msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«"
646
647 #: glib/gkeyfile.c:3047
648 msgid "Key file contains escape character at end of line"
649 msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende"
650
651 #: glib/gkeyfile.c:3163
652 #, c-format
653 msgid "Value '%s' cannot be interpreted as a number."
654 msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden."
655
656 #: glib/gkeyfile.c:3191
657 #, c-format
658 msgid "Value '%s' cannot be interpreted as a boolean."
659 msgstr ""
660 "Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden."