diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 13:38:50 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 13:38:50 +0100 |
commit | a02a2fbaaea197df68630fefb2e6d1d2003de8dc (patch) | |
tree | 40fd09fbecad82998caa0edf498adcfad1e94380 /po/pt_BR.po | |
parent | e37f2569f968fa39cd260ccf8a29abc87a17b4b1 (diff) | |
download | weechat-a02a2fbaaea197df68630fefb2e6d1d2003de8dc.zip |
doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_command
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index c0fe66db9..ef0950764 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-02-25 18:40+0100\n" +"POT-Creation-Date: 2021-03-14 13:34+0100\n" "PO-Revision-Date: 2021-03-05 20:43+0100\n" "Last-Translator: Érico Nogueira <ericonr@disroot.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -211,10 +211,10 @@ msgstr "" " -c, --colors exibe as cores padrões no terminal\n" " -d, --dir <path> configura diretório do WeeChat (padrão: ~/." "weechat)\n" -" (a variável de ambiente WEECHAT_HOME é lida se" -"essa opção não for dada)\n" -" -t, --temp-dir cria um diretório temporário para o WeeChat e o" -"deleta na saída\n" +" (a variável de ambiente WEECHAT_HOME é lida " +"seessa opção não for dada)\n" +" -t, --temp-dir cria um diretório temporário para o WeeChat e " +"odeleta na saída\n" " -h, --help mostra esta ajuda\n" " -l, --license mostra a licença do WeeChat\n" " -p, --no-plugin não carrega nenhum plugin durante a " @@ -222,7 +222,8 @@ msgstr "" " -P, --plugins <plugins> carregue apenas esses plugins na inicialização\n" " (veja /help weechat.plugin.autoload)\n" " -r, --run-command <cmd> executa comandos após a inicialização;\n" -" vários comandos podem ser separados por ponto-e-vírgula,\n" +" vários comandos podem ser separados por ponto-e-" +"vírgula,\n" " essa opção pode ser utilizada mais de uma vez\n" " -s, --no-script não carrega nenhum script durante a " "inicialização\n" @@ -2589,7 +2590,8 @@ msgid "" " set a passphrase:\n" " /secure passphrase this is my passphrase\n" " use program \"pass\" to read the passphrase on startup:\n" -" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n" +" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase" +"\"\n" " encrypt freenode SASL password:\n" " /secure set freenode mypassword\n" " /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n" @@ -4596,7 +4598,8 @@ msgid "" "line is used and it must not contain any extra character); this option is " "used only when reading file sec.conf and if the environment variable " "\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher " -"priority); example with password-store: \"pass show weechat/passphrase\"" +"priority); example with password-store: \"/usr/bin/pass show weechat/" +"passphrase\"" msgstr "" msgid "" |