aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-09-21 07:56:21 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-09-21 07:56:21 +0200
commitdcfc4e8ed59e015d0d83944bdadf39e8b83298ea (patch)
tree124e81991dc639ef7a208c22653f89e29adb4eb6 /po
parentcore: update German translations (diff)
downloadweechat-dcfc4e8ed59e015d0d83944bdadf39e8b83298ea.tar.xz
weechat-dcfc4e8ed59e015d0d83944bdadf39e8b83298ea.zip
core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressions
Diffstat (limited to 'po')
-rw-r--r--po/cs.po22
-rw-r--r--po/de.po23
-rw-r--r--po/es.po22
-rw-r--r--po/fr.po44
-rw-r--r--po/hu.po22
-rw-r--r--po/it.po22
-rw-r--r--po/ja.po22
-rw-r--r--po/pl.po22
-rw-r--r--po/pt.po22
-rw-r--r--po/pt_BR.po22
-rw-r--r--po/ru.po22
-rw-r--r--po/tr.po22
-rw-r--r--po/weechat.pot22
13 files changed, 169 insertions, 140 deletions
diff --git a/po/cs.po b/po/cs.po
index 6375c9f9a..df81d3dd3 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1572,18 +1572,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1618,6 +1619,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/de.po b/po/de.po
index 3741fd56b..c7360e224 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+0200\n"
"PO-Revision-Date: 2019-09-20 23:09+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 "
@@ -1708,18 +1709,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1754,6 +1756,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/es.po b/po/es.po
index fa951f724..ce2e695e5 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1603,18 +1603,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1649,6 +1650,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/fr.po b/po/fr.po
index 0491a7839..a048d1ef0 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-09-20 21:31+0200\n"
-"PO-Revision-Date: 2019-09-20 21:32+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+0200\n"
+"PO-Revision-Date: 2019-09-21 07:54+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1677,18 +1677,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1723,6 +1724,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
@@ -1788,19 +1790,20 @@ msgstr ""
"suffixe,chaîne\" ou \"cutscr:+max,suffixe,chaîne\")\n"
" 5. une chaîne inversée (format : \"rev:xxx\")\n"
" 6. une chaîne répétée (format : \"repeat:nombre,chaîne\")\n"
-" 7. une couleur (format : \"color:xxx\", voir la \"Référence API extension"
+" 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"
-" 8. une info (format : \"info:nom,paramètres\", les paramètres sont "
+" 9. une info (format : \"info:nom,paramètres\", les paramètres sont "
"optionnels)\n"
-" 9. la date/heure courante (format : \"date\" ou \"date:format\")\n"
-" 10. une variable d'environnement (format : \"env:XXX\")\n"
-" 11. un opérateur ternaire (format : \"if:condition?valeur_si_vrai:"
+" 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:"
"valeur_si_faux\")\n"
-" 12. le résultat d'une expression avec parenthèses et les opérateurs + - "
+" 13. le résultat d'une expression avec parenthèses et les opérateurs + - "
"* / // % (format: \"calc:xxx\")\n"
-" 13. une option (format : \"fichier.section.option\")\n"
-" 14. une variable locale du tampon\n"
-" 15. un hdata/variable (la valeur est automatiquement convertie en chaîne), "
+" 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), "
"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"
@@ -1837,6 +1840,7 @@ msgstr ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Exemples (conditions) :\n"
diff --git a/po/hu.po b/po/hu.po
index b68812891..18b61c8c2 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1491,18 +1491,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1537,6 +1538,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/it.po b/po/it.po
index 84b520900..1697d8c14 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1586,18 +1586,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1632,6 +1633,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/ja.po b/po/ja.po
index df75bbb66..201744a6c 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+0200\n"
"PO-Revision-Date: 2019-06-22 08:40+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -1640,18 +1640,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1686,6 +1687,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/pl.po b/po/pl.po
index d8c252585..48323d901 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+0200\n"
"PO-Revision-Date: 2019-09-07 15:45+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@@ -1675,18 +1675,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1721,6 +1722,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/pt.po b/po/pt.po
index f10038ea7..cec414be9 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+0200\n"
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -1644,18 +1644,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1690,6 +1691,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 85ad42c6e..a191fb3a5 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1648,18 +1648,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1694,6 +1695,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/ru.po b/po/ru.po
index 5cb6cd347..b0c25eb3b 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1513,18 +1513,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1559,6 +1560,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/tr.po b/po/tr.po
index 15864b93d..02668053e 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1344,18 +1344,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1390,6 +1391,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"
diff --git a/po/weechat.pot b/po/weechat.pot
index ef514054a..0fc2cbbc9 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-09-20 21:31+0200\n"
+"POT-Creation-Date: 2019-09-21 07:54+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"
@@ -1346,18 +1346,19 @@ msgid ""
"or \"cutscr:+max,suffix,string\")\n"
" 5. a reversed string (format: \"rev:xxx\")\n"
" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 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"
-" 8. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 9. current date/time (format: \"date\" or \"date:format\")\n"
-" 10. an environment variable (format: \"env:XXX\")\n"
-" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 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"
"\")\n"
-" 12. result of an expression with parentheses and operators + - * / // % "
+" 13. result of an expression with parentheses and operators + - * / // % "
"(format: \"calc:xxx\")\n"
-" 13. an option (format: \"file.section.option\")\n"
-" 14. a local variable in buffer\n"
-" 15. a hdata name/variable (the value is automatically converted to "
+" 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 "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1392,6 +1393,7 @@ msgid ""
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
" /eval -n ${rev:Hello} ==> olleH\n"
" /eval -n ${repeat:5,-} ==> -----\n"
+" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
"\n"
"Examples (conditions):\n"