diff options
Diffstat (limited to 'src/po/de.po')
-rw-r--r-- | src/po/de.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/po/de.po b/src/po/de.po index 9027d3e1f9..ac035509a6 100644 --- a/src/po/de.po +++ b/src/po/de.po @@ -3671,17 +3671,17 @@ msgstr "FEHLER: " #, c-format msgid "" "\n" -"[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n" +"[bytes] total alloc-freed %<PRIu64>-%<PRIu64>, in use %<PRIu64>, peak use %<PRIu64>\n" msgstr "" "\n" -"[Bytes] gesamt alloc-frei %lu-%lu, in Verwendung %lu, maximale Verwendung %lu\n" +"[Bytes] gesamt alloc-frei %<PRIu64>-%<PRIu64>, in Verwendung %<PRIu64>, maximale Verwendung %<PRIu64>\n" #, c-format msgid "" -"[calls] total re/malloc()'s %lu, total free()'s %lu\n" +"[calls] total re/malloc()'s %<PRIu64>, total free()'s %<PRIu64>\n" "\n" msgstr "" -"[Aufrufe] gesamt re/malloc()s %lu, gesamt free()s %lu\n" +"[Aufrufe] gesamt re/malloc()s %<PRIu64>, gesamt free()s %<PRIu64>\n" "\n" msgid "E340: Line is becoming too long" @@ -3692,8 +3692,8 @@ msgid "E341: Internal error: lalloc(%<PRId64>, )" msgstr "E341: Interner Fehler: lalloc(%<PRId64>, )" #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: Kein Speicherplatz mehr vorhanden (%lu Bytes reserviert)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: Kein Speicherplatz mehr vorhanden (%<PRIu64> Bytes reserviert)" #, c-format msgid "Calling shell to execute: \"%s\"" |