diff options
author | NIIBE Yutaka <[email protected]> | 2017-12-18 05:09:53 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-12-18 05:29:11 +0000 |
commit | 1338bce5f66a95b53f18c4b54f0e9ac79604500a (patch) | |
tree | 79babdf19de9200831229d6b4732d50cfd504a28 | |
parent | g10: Fix regexp sanitization. (diff) | |
download | gnupg-1338bce5f66a95b53f18c4b54f0e9ac79604500a.tar.gz gnupg-1338bce5f66a95b53f18c4b54f0e9ac79604500a.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: gnupg 1.4.20\n" +"Project-Id-Version: gnupg 1.4.22\n" "Report-Msgid-Bugs-To: [email protected]\n" -"PO-Revision-Date: 2015-12-21 21:25+0900\n" +"PO-Revision-Date: 2017-12-18 14:27+0900\n" "Last-Translator: NIIBE Yutaka <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" "Language: ja\n" @@ -3156,10 +3156,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" |