diff options
Diffstat (limited to 'src/po/nb.po')
-rw-r--r-- | src/po/nb.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/po/nb.po b/src/po/nb.po index 1b644e67db..ace954ca51 100644 --- a/src/po/nb.po +++ b/src/po/nb.po @@ -3829,17 +3829,17 @@ msgstr "FEIL: " #, 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] totalt alloc-frigjort %lu-%lu, i bruk %lu, topp-bruk %lu\n" +"[bytes] totalt alloc-frigjort %<PRIu64>-%<PRIu64>, i bruk %<PRIu64>, topp-bruk %<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 "" -"[kall] totale \"re/malloc()\"-er %lu, totale \"free()\"-er %lu\n" +"[kall] totale \"re/malloc()\"-er %<PRIu64>, totale \"free()\"-er %<PRIu64>\n" "\n" msgid "E340: Line is becoming too long" @@ -3850,8 +3850,8 @@ msgid "E341: Internal error: lalloc(%<PRId64>, )" msgstr "E341: Intern feil: lalloc(%<PRId64>, )" #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: Ikke mer ledig hukommelse! (Reserverer %lu bytes)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: Ikke mer ledig hukommelse! (Reserverer %<PRIu64> bytes)" #, c-format msgid "Calling shell to execute: \"%s\"" |