summaryrefslogtreecommitdiff
path: root/po/pt_BR.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-06-02 15:48:31 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-06-02 16:01:14 +0200
commit1abf4040f11ecf626dc79a3d0fb810b8efd6252e (patch)
treed561ec2e482eef9b8b9981edf2231e3a1b03486c /po/pt_BR.po
parentab9a0ec2e63d47a3663b08690848ec7b87d3d4fe (diff)
downloadweechat-1abf4040f11ecf626dc79a3d0fb810b8efd6252e.zip
core: add reverse of string in evaluation of expressions with "rev:" (closes #1200)
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r--po/pt_BR.po19
1 files changed, 10 insertions, 9 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 1e5a59c3c..b14264313 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-05-21 08:47+0200\n"
+"POT-Creation-Date: 2018-06-02 15:41+0200\n"
"PO-Revision-Date: 2018-03-31 15:37+0200\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1592,16 +1592,17 @@ msgid ""
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 5. a reversed string (format: \"rev:xxx\")\n"
+" 6. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 6. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 7. current date/time (format: \"date\" or \"date:format\")\n"
-" 8. an environment variable (format: \"env:XXX\")\n"
-" 9. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 7. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 8. current date/time (format: \"date\" or \"date:format\")\n"
+" 9. an environment variable (format: \"env:XXX\")\n"
+" 10. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 10. an option (format: \"file.section.option\")\n"
-" 11. a local variable in buffer\n"
-" 12. a hdata name/variable (the value is automatically converted to "
+" 11. an option (format: \"file.section.option\")\n"
+" 12. a local variable in buffer\n"
+" 13. 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"