aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-10-06 09:13:35 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-10-06 09:13:35 +0200
commit88aa82d67256f95051c77acf2ce6e0f3bb4edbac (patch)
tree13afb4c751f96d08824356ef3acd5c0d6826f492 /po
parentapi: add modifier "eval_path_home" (issue #60) (diff)
downloadweechat-88aa82d67256f95051c77acf2ce6e0f3bb4edbac.tar.xz
weechat-88aa82d67256f95051c77acf2ce6e0f3bb4edbac.zip
core: add support of modifiers in evaluation of expressions with "modifier:name,data,string" (issue #60)
Diffstat (limited to 'po')
-rw-r--r--po/cs.po19
-rw-r--r--po/de.po20
-rw-r--r--po/es.po19
-rw-r--r--po/fr.po38
-rw-r--r--po/hu.po19
-rw-r--r--po/it.po19
-rw-r--r--po/ja.po19
-rw-r--r--po/pl.po19
-rw-r--r--po/pt.po19
-rw-r--r--po/pt_BR.po19
-rw-r--r--po/ru.po19
-rw-r--r--po/tr.po19
-rw-r--r--po/weechat.pot19
13 files changed, 141 insertions, 126 deletions
diff --git a/po/cs.po b/po/cs.po
index e9dc7799c..5648de8cc 100644
--- a/po/cs.po
+++ b/po/cs.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 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"
diff --git a/po/de.po b/po/de.po
index 77bfc699a..39691038f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,7 +24,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-10-03 15:25+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -1661,6 +1661,7 @@ msgstr "evaluierter Ausdruck"
msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>"
+#, fuzzy
msgid ""
" -n: display result without sending it to buffer (debug mode)\n"
" -s: split expression before evaluating it (many commands can be "
@@ -1711,16 +1712,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"
diff --git a/po/es.po b/po/es.po
index f36a0e7d8..1fbdeb7bf 100644
--- a/po/es.po
+++ b/po/es.po
@@ -22,7 +22,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: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1606,16 +1606,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"
diff --git a/po/fr.po b/po/fr.po
index ee44b3978..c6fb01178 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ 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"
-"PO-Revision-Date: 2019-10-05 18:02+0200\n"
+"POT-Creation-Date: 2019-10-06 08:58+0200\n"
+"PO-Revision-Date: 2019-10-06 08:59+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1680,16 +1680,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"
@@ -1793,17 +1794,18 @@ msgstr ""
" 7. longueur d'une chaîne (format : \"length:xxx\" ou \"lengthscr:xxx\")\n"
" 8. une couleur (format : \"color:xxx\", voir la \"Référence API extension"
"\", fonction \"color\")\n"
-" 9. une info (format : \"info:nom,paramètres\", les paramètres sont "
+" 9. un modificateur (format : \"modifier:nom,données,chaîne\")\n"
+" 10. une info (format : \"info:nom,paramètres\", les paramètres sont "
"optionnels)\n"
-" 10. la date/heure courante (format : \"date\" ou \"date:format\")\n"
-" 11. une variable d'environnement (format : \"env:XXX\")\n"
-" 12. un opérateur ternaire (format : \"if:condition?valeur_si_vrai:"
+" 11. la date/heure courante (format : \"date\" ou \"date:format\")\n"
+" 12. une variable d'environnement (format : \"env:XXX\")\n"
+" 13. un opérateur ternaire (format : \"if:condition?valeur_si_vrai:"
"valeur_si_faux\")\n"
-" 13. le résultat d'une expression avec parenthèses et les opérateurs + - "
+" 14. le résultat d'une expression avec parenthèses et les opérateurs + - "
"* / // % ** (format: \"calc:xxx\")\n"
-" 14. une option (format : \"fichier.section.option\")\n"
-" 15. une variable locale du tampon\n"
-" 16. un hdata/variable (la valeur est automatiquement convertie en chaîne), "
+" 15. une option (format : \"fichier.section.option\")\n"
+" 16. une variable locale du tampon\n"
+" 17. un hdata/variable (la valeur est automatiquement convertie en chaîne), "
"par défaut \"window\" et \"buffer\" pointent vers la fenêtre et le tampon "
"courants.\n"
"Le format du hdata peut être le suivant :\n"
diff --git a/po/hu.po b/po/hu.po
index ebb370712..a2fb20d6b 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20,7 +20,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: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1494,16 +1494,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"
diff --git a/po/it.po b/po/it.po
index f99fe78bf..95b5b24aa 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20,7 +20,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: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1589,16 +1589,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"
diff --git a/po/ja.po b/po/ja.po
index f98447d4f..4ea972d1e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -20,7 +20,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-09-22 18:54+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -1643,16 +1643,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"
diff --git a/po/pl.po b/po/pl.po
index 80aff2059..d33e8f65a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -22,7 +22,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-09-22 18:54+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@@ -1678,16 +1678,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"
diff --git a/po/pt.po b/po/pt.po
index 358bb4933..26c606064 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -20,7 +20,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-09-22 18:54+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -1647,16 +1647,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"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c159b59a7..22d592695 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 08:58+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"
diff --git a/po/ru.po b/po/ru.po
index e47345da9..53e1cd4cf 100644
--- a/po/ru.po
+++ b/po/ru.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 08:58+0200\n"
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1516,16 +1516,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"
diff --git a/po/tr.po b/po/tr.po
index d01f231e9..eaafe7f3e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -20,7 +20,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:32+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1347,16 +1347,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"
diff --git a/po/weechat.pot b/po/weechat.pot
index 5f2de5a9e..655695824 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -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: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1349,16 +1349,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"