diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index c159b59a7..9d92eb611 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: 2019-10-05 18:01+0200\n" +"POT-Creation-Date: 2019-10-06 09:20+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1651,16 +1651,17 @@ msgid "" " 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n" " 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function " "\"color\")\n" -" 9. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 10. current date/time (format: \"date\" or \"date:format\")\n" -" 11. an environment variable (format: \"env:XXX\")\n" -" 12. a ternary operator (format: \"if:condition?value_if_true:value_if_false" +" 9. a modifier (format: \"modifier:name,data,string\")\n" +" 10. an info (format: \"info:name,arguments\", arguments are optional)\n" +" 11. current date/time (format: \"date\" or \"date:format\")\n" +" 12. an environment variable (format: \"env:XXX\")\n" +" 13. a ternary operator (format: \"if:condition?value_if_true:value_if_false" "\")\n" -" 13. result of an expression with parentheses and operators + - * / // % ** " +" 14. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 14. an option (format: \"file.section.option\")\n" -" 15. a local variable in buffer\n" -" 16. a hdata name/variable (the value is automatically converted to " +" 15. an option (format: \"file.section.option\")\n" +" 16. a local variable in buffer\n" +" 17. a hdata name/variable (the value is automatically converted to " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -2996,8 +2997,8 @@ msgstr "cores da palheta" msgid "configuration files" msgstr "arquivos de configuração" -msgid "filename" -msgstr "nome de arquivo" +msgid "filename; optional argument: default path (evaluated, see /help eval)" +msgstr "" msgid "names of filters" msgstr "nomes dos filtros" @@ -12657,6 +12658,9 @@ msgstr "%s%s: tempo esgotado para \"%s\" com %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: não foi possível conectar ao remetente" +#~ msgid "filename" +#~ msgstr "nome de arquivo" + #, fuzzy #~ msgid "color for backlog lines" #~ msgstr "cor de texto para valores" |