diff options
Diffstat (limited to 'src/po/vi.po')
-rw-r--r-- | src/po/vi.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/po/vi.po b/src/po/vi.po index 08d502ba2d..1db2d6b718 100644 --- a/src/po/vi.po +++ b/src/po/vi.po @@ -3316,17 +3316,17 @@ msgstr "LỖI: " #, 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] tổng phân phối-còn trống %lu-%lu, sử dụng %lu, píc sử dụng %lu\n" +"[byte] tổng phân phối-còn trống %<PRIu64>-%<PRIu64>, sử dụng %<PRIu64>, píc sử dụng %<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 "" -"[gọi] tổng re/malloc() %lu, tổng free() %lu\n" +"[gọi] tổng re/malloc() %<PRIu64>, tổng free() %<PRIu64>\n" "\n" msgid "E340: Line is becoming too long" @@ -3337,8 +3337,8 @@ msgid "E341: Internal error: lalloc(%<PRId64>, )" msgstr "E341: Lỗi nội bộ: lalloc(%<PRId64>, )" #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: Không đủ bộ nhớ! (phân chia %lu byte)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: Không đủ bộ nhớ! (phân chia %<PRIu64> byte)" #, c-format msgid "Calling shell to execute: \"%s\"" |