diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 09:59:39 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 09:59:39 +0100 |
commit | 805717e9ec3f66c960928bca607eceb871438fae (patch) | |
tree | c1832f0815bd8ade4530ed3948f55f0672103184 /po/pt_BR.po | |
parent | 0126b03f47db7f7842aff497cdbb0e41a0a5be0a (diff) | |
download | weechat-805717e9ec3f66c960928bca607eceb871438fae.zip |
core: add binary weechat-headless to run WeeChat without interface (closes #1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index e8834f4c7..218b45813 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: 2018-02-19 21:27+0100\n" +"POT-Creation-Date: 2018-03-10 19:09+0100\n" "PO-Revision-Date: 2018-02-05 21:30+0100\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -208,6 +208,19 @@ msgstr "" " -v, --version mostra a versão do WeeChat\n" " plugin:option opção para o plugin (veja o manual do WeeChat)\n" +msgid "Extra options in headless mode:\n" +msgstr "" + +msgid "" +" --daemon run WeeChat as a daemon (fork, new process group, " +"file descriptors closed);\n" +msgstr "" + +msgid "" +" (by default in headless mode WeeChat is blocking " +"and does not run in background)\n" +msgstr "" + #, c-format msgid "Error: missing argument for \"%s\" option\n" msgstr "Erro: faltando argumento para opção \"%s\"\n" @@ -230,6 +243,9 @@ msgstr "Erro: (%s) não é um diretório\n" msgid "Error: cannot create directory \"%s\"\n" msgstr "Erro: não foi possível criar o diretório \"%s\"\n" +msgid "WeeChat is running in headless mode." +msgstr "" + msgid "" "Welcome to WeeChat!\n" "\n" @@ -4599,6 +4615,18 @@ msgid " TERM='%s', size: %dx%d" msgstr " TERM='%s', tamanho: %dx%d" #, c-format +msgid "Running WeeChat in background..." +msgstr "" + +#, fuzzy, c-format +msgid "fork error" +msgstr "%s%s: erro: %s" + +#, c-format +msgid "OK" +msgstr "OK" + +#, c-format msgid "" "%sUnable to change bar type: you must delete bar and create another to do " "that" @@ -11818,9 +11846,6 @@ msgstr "enviado para" msgid "received from" msgstr "recebido de" -msgid "OK" -msgstr "OK" - msgid "FAILED" msgstr "FALHOU" |