diff options
Diffstat (limited to 'src/po/it.po')
-rw-r--r-- | src/po/it.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/po/it.po b/src/po/it.po index d25807df8e..6802b994c3 100644 --- a/src/po/it.po +++ b/src/po/it.po @@ -4001,17 +4001,17 @@ msgstr "ERRORE: " #, 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" -"[byte] totali alloc-rilasc %lu-%lu, in uso %lu, max uso %lu\n" +"[byte] totali alloc-rilasc %<PRIu64>-%<PRIu64>, in uso %<PRIu64>, max uso %<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 "" -"[chiamate] totale re/malloc() %lu, totale free() %lu\n" +"[chiamate] totale re/malloc() %<PRIu64>, totale free() %<PRIu64>\n" "\n" msgid "E340: Line is becoming too long" @@ -4022,8 +4022,8 @@ msgid "E341: Internal error: lalloc(%<PRId64>, )" msgstr "E341: Errore interno: lalloc(%<PRId64>, )" #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: Non c'č pių memoria! (stavo allocando %lu byte)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: Non c'č pių memoria! (stavo allocando %<PRIu64> byte)" #, c-format msgid "Calling shell to execute: \"%s\"" |