[l10n] Update pot file.

This commit is contained in:
gdrooid 2014-11-25 22:51:33 +01:00
parent f218c644ab
commit 47652747c3
2 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Tomb \n"
"PO-Revision-Date: Sun Nov 23 22:50:06 CET 2014\n"
"PO-Revision-Date: Tue Nov 25 22:48:08 CET 2014\n"
"Last-Translator: Denis Roio <jaromil@dyne.org>\n"
"Language: English\n"
"Language-Team: Tomb developers <crypto@lists.dyne.org>\n"
@ -62,6 +62,14 @@ msgstr ""
msgid "Operation aborted."
msgstr ""
#: warning
msgid "Pinentry error: ::1 error::"
msgstr ""
#: warning
msgid "Empty password"
msgstr ""
#: failure
msgid "Tomb file is missing from arguments."
msgstr ""
@ -514,7 +522,7 @@ msgstr ""
msgid "Commanded to forge key ::1 key::"
msgstr ""
#: warning
#: failure
msgid "Forging this key would overwrite an existing file. Operation aborted."
msgstr ""

2
tomb
View File

@ -364,7 +364,7 @@ EOF`
# parse the pinentry output
for i in ${(f)_output}; do
[[ "$i" =~ "^ERR.*" ]] && {
_warning "Pinentry error: ${i[(w)3]};"
_warning "Pinentry error: ::1 error::" ${i[(w)3]}
print "canceled"
return 1 }