diff options
Diffstat (limited to 'src/po/uk.po')
-rw-r--r-- | src/po/uk.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/po/uk.po b/src/po/uk.po index dd02a11859..cdb0c06ef2 100644 --- a/src/po/uk.po +++ b/src/po/uk.po @@ -4084,17 +4084,17 @@ msgstr "ПОМИЛКА: " #, 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" -"[байт] всього розм/знищ. %lu/%lu, викор. %lu, макс. %lu\n" +"[байт] всього розм/знищ. %<PRIu64>/%<PRIu64>, викор. %<PRIu64>, макс. %<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 "" -"[виклики] усього re/malloc() - %lu, усього free() - %lu\n" +"[виклики] усього re/malloc() - %<PRIu64>, усього free() - %<PRIu64>\n" "\n" msgid "E340: Line is becoming too long" @@ -4107,8 +4107,8 @@ msgstr "E341: Внутрішня помилка: lalloc(%<PRId64>, )" # msgstr "E341: " #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: Забракло пам'яті! (потрібно було %lu байтів)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: Забракло пам'яті! (потрібно було %<PRIu64> байтів)" # msgstr "E342: " #, c-format |