diff options
Diffstat (limited to 'src/po/ja.po')
-rw-r--r-- | src/po/ja.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/po/ja.po b/src/po/ja.po index 312cb235e3..0b0d1e4aa1 100644 --- a/src/po/ja.po +++ b/src/po/ja.po @@ -3980,17 +3980,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" @@ -4001,8 +4001,8 @@ msgid "E341: Internal error: lalloc(%<PRId64>, )" msgstr "E341: 内部エラー: lalloc(%<PRId64>,)" #, c-format -msgid "E342: Out of memory! (allocating %lu bytes)" -msgstr "E342: メモリが足りません! (%lu バイトを割当要求)" +msgid "E342: Out of memory! (allocating %<PRIu64> bytes)" +msgstr "E342: メモリが足りません! (%<PRIu64> バイトを割当要求)" #, c-format msgid "Calling shell to execute: \"%s\"" |