diff options
author | NIIBE Yutaka <[email protected]> | 2017-12-18 05:09:53 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-12-18 05:34:56 +0000 |
commit | cdbb19e9e6afdd0dd251b2fb0965945ded45d51a (patch) | |
tree | b809b6f6541473f6fc9861304cdeeb05d4724352 | |
parent | g10: Fix regexp sanitization. (diff) | |
download | gnupg-cdbb19e9e6afdd0dd251b2fb0965945ded45d51a.tar.gz gnupg-cdbb19e9e6afdd0dd251b2fb0965945ded45d51a.zip |
po: Update Japanese translation.
* po/ja.po: Fix message with no "%s".
--
Backport of master commit from: 77e2fcb4ffbad8577a2cf41f17bf92dec6a93ad8
The wrong message caused segmentation fault for key generation when
no expiration is specified.
GnuPG-bug-id: 3619
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | po/ja.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,9 +7,9 @@ # msgid "" msgstr "" -"Project-Id-Version: GNU gnupg 2.0.29\n" +"Project-Id-Version: GNU gnupg 2.0.30\n" "Report-Msgid-Bugs-To: [email protected]\n" -"PO-Revision-Date: 2015-09-15 15:14+0900\n" +"PO-Revision-Date: 2017-12-18 14:34+0900\n" "Last-Translator: NIIBE Yutaka <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" "Language: ja\n" @@ -3504,10 +3504,10 @@ msgid "invalid value\n" msgstr "無効な値\n" msgid "Key does not expire at all\n" -msgstr "%sは無期限です\n" +msgstr "鍵は無期限です\n" msgid "Signature does not expire at all\n" -msgstr "%署名は無期限です\n" +msgstr "署名は無期限です\n" #, c-format msgid "Key expires at %s\n" |