diff options
Diffstat (limited to 'src/po/ko.po')
-rw-r--r-- | src/po/ko.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/po/ko.po b/src/po/ko.po index 79a4bcaa36..8889297427 100644 --- a/src/po/ko.po +++ b/src/po/ko.po @@ -3918,12 +3918,12 @@ 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 "" #, 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 "" @@ -3935,8 +3935,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\"" |