diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 09:13:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 09:13:35 +0200 |
commit | 88aa82d67256f95051c77acf2ce6e0f3bb4edbac (patch) | |
tree | 13afb4c751f96d08824356ef3acd5c0d6826f492 /po/cs.po | |
parent | 1a0ba4a9dc56c0de9655390b13d91d2cdddf37a3 (diff) | |
download | weechat-88aa82d67256f95051c77acf2ce6e0f3bb4edbac.zip |
core: add support of modifiers in evaluation of expressions with "modifier:name,data,string" (issue #60)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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 08:58+0200\n" "PO-Revision-Date: 2019-05-13 21:31+0200\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1575,16 +1575,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" |