diff options
Diffstat (limited to 'src/po/pl.po')
-rw-r--r-- | src/po/pl.po | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/po/pl.po b/src/po/pl.po index 6a413a9e12..fb7806aa8e 100644 --- a/src/po/pl.po +++ b/src/po/pl.po @@ -3988,18 +3988,18 @@ msgstr "BŁĄD: " #, 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" -"[bajtów] totalne alokacje-zwolnienia %lu-%lu, w użytku %lu, maksymalne " -"użycie %lu\n" +"[bajtów] totalne alokacje-zwolnienia %<PRIu64>-%<PRIu64>, w użytku %<PRIu64>, maksymalne " +"użycie %<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 "" -"[wywołania] wszystkich re/malloc()-ów %lu, wszystkich free()-ów %lu\n" +"[wywołania] wszystkich re/malloc()-ów %<PRIu64>, wszystkich free()-ów %<PRIu64>\n" "\n" msgid "E340: Line is becoming too long" @@ -4010,8 +4010,8 @@ msgid "E341: Internal error: lalloc(%<PRId64>, )" msgstr "E341: Wewnętrzny błąd: lalloc(%<PRId64>, )" #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: Brak pamięci! (rezerwacja %lu bajtów)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: Brak pamięci! (rezerwacja %<PRIu64> bajtów)" #, c-format msgid "Calling shell to execute: \"%s\"" |