diff options
Diffstat (limited to 'src/po/ca.po')
-rw-r--r-- | src/po/ca.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/po/ca.po b/src/po/ca.po index ac8317e74a..ef964cf5d7 100644 --- a/src/po/ca.po +++ b/src/po/ca.po @@ -3795,17 +3795,17 @@ msgstr "ERROR: " #, 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" -"[octets] total assignat-alliberat %lu-%lu, en ús %lu, màxim ús %lu\n" +"[octets] total assignat-alliberat %<PRIu64>-%<PRIu64>, en ús %<PRIu64>, màxim ús %<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 "" -"[crides] total re/malloc() %lu, total free() %lu\n" +"[crides] total re/malloc() %<PRIu64>, total free() %<PRIu64>\n" "\n" msgid "E340: Line is becoming too long" @@ -3816,8 +3816,8 @@ msgid "E341: Internal error: lalloc(%<PRId64>, )" msgstr "E341: Error intern: lalloc(%<PRId64>, )" #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: Memòria exhaurida! (assignant %lu octets)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: Memòria exhaurida! (assignant %<PRIu64> octets)" #, c-format msgid "Calling shell to execute: \"%s\"" |