diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-12-22 09:36:45 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-12-22 09:37:25 +0100 |
commit | f3db256ce4166fa7e7ac9bf6640986a487007e78 (patch) | |
tree | d9861c81b8c7df66981e26e731036383e373cb8b /po/pt.po | |
parent | 237bf8092053318e418718051c76254ee43b1014 (diff) | |
download | weechat-f3db256ce4166fa7e7ac9bf6640986a487007e78.zip |
core: add note about option sec.crypt.passphrase_file in /help secure (issue #1286)
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-11-29 23:17+0100\n" +"POT-Creation-Date: 2018-12-22 09:33+0100\n" "PO-Revision-Date: 2018-11-17 10:36+0100\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -2635,6 +2635,7 @@ msgstr "" "passphrase <fase de acesso>|-delete || decrypt <frase de acesso>|-discard || " "set <nome> <valor> || del <nome>" +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2653,7 +2654,9 @@ msgid "" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " -"the prompt (this same variable is used by WeeChat on /upgrade).\n" +"the prompt (this same variable is used by WeeChat on /upgrade), or to set " +"option sec.crypt.passphrase_file to read the passphrase from a file (see /" +"help sec.crypt.passphrase_file).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" " - command /eval\n" |