summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/cs.po38
-rw-r--r--po/de.po39
-rw-r--r--po/es.po38
-rw-r--r--po/fr.po76
-rw-r--r--po/hu.po38
-rw-r--r--po/it.po38
-rw-r--r--po/ja.po38
-rw-r--r--po/pl.po38
-rw-r--r--po/pt.po38
-rw-r--r--po/pt_BR.po38
-rw-r--r--po/ru.po38
-rw-r--r--po/tr.po38
-rw-r--r--po/weechat.pot38
13 files changed, 281 insertions, 252 deletions
diff --git a/po/cs.po b/po/cs.po
index b74c0c074..82d965cd9 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1591,30 +1591,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1633,6 +1634,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/de.po b/po/de.po
index af80f5e9f..3e5fd2322 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-10-16 16:30+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -1682,6 +1682,7 @@ msgstr ""
"[-n|-s] [-d] <expression> || [-n] [-d] -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 "
@@ -1732,30 +1733,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1774,6 +1776,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/es.po b/po/es.po
index f52538d55..af495752e 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1621,30 +1621,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1663,6 +1664,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/fr.po b/po/fr.po
index 798b47975..3f63469df 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: 2020-10-11 16:22+0200\n"
-"PO-Revision-Date: 2020-10-11 16:24+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
+"PO-Revision-Date: 2020-11-14 09:22+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1704,30 +1704,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1746,6 +1747,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
@@ -1830,33 +1832,34 @@ msgstr ""
"Des variables sont remplacées dans l'expression, en utilisant le format "
"${variable}, la variable pouvant être, par ordre de priorité :\n"
" 1. une sous-chaîne évaluée (format : \"eval:xxx\")\n"
-" 2. une chaîne avec les caractères échappés (format : \"esc:xxx\" ou \"\\xxx"
+" 2. une condition évaluée (format : \"eval_cond:xxx\")\n"
+" 3. une chaîne avec les caractères échappés (format : \"esc:xxx\" ou \"\\xxx"
"\")\n"
-" 3. une chaîne avec des caractères à cacher (format : \"hide:caractère,"
+" 4. une chaîne avec des caractères à cacher (format : \"hide:caractère,"
"chaîne\")\n"
-" 4. une chaîne avec un maximum de caractères (format : \"cut:max,suffixe,"
+" 5. une chaîne avec un maximum de caractères (format : \"cut:max,suffixe,"
"chaîne\" ou \"cut:+max,suffixe,chaîne\")\n"
" ou un maximum de caractères affichés à l'écran (format : \"cutscr:max,"
"suffixe,chaîne\" ou \"cutscr:+max,suffixe,chaîne\")\n"
-" 5. une chaîne inversée (format : \"rev:xxx\" ou \"revscr:xxx\")\n"
-" 6. une chaîne répétée (format : \"repeat:nombre,chaîne\")\n"
-" 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"
+" 6. une chaîne inversée (format : \"rev:xxx\" ou \"revscr:xxx\")\n"
+" 7. une chaîne répétée (format : \"repeat:nombre,chaîne\")\n"
+" 8. longueur d'une chaîne (format : \"length:xxx\" ou \"lengthscr:xxx\")\n"
+" 9. une couleur (format : \"color:xxx\", voir la \"Référence API extension"
"\", fonction \"color\")\n"
-" 9. un modificateur (format : \"modifier:nom,données,chaîne\")\n"
-" 10. une info (format : \"info:nom,paramètres\", les paramètres sont "
+" 10. un modificateur (format : \"modifier:nom,données,chaîne\")\n"
+" 11. une info (format : \"info:nom,paramètres\", les paramètres sont "
"optionnels)\n"
-" 11. une chaîne encodée/decodée en base 16, 32 ou 64 (format : "
+" 12. une chaîne encodée/decodée en base 16, 32 ou 64 (format : "
"\"base_encode:base,xxx\" ou \"base_decode:base,xxx\")\n"
-" 12. la date/heure courante (format : \"date\" ou \"date:format\")\n"
-" 13. une variable d'environnement (format : \"env:XXX\")\n"
-" 14. un opérateur ternaire (format : \"if:condition?valeur_si_vrai:"
+" 13. la date/heure courante (format : \"date\" ou \"date:format\")\n"
+" 14. une variable d'environnement (format : \"env:XXX\")\n"
+" 15. un opérateur ternaire (format : \"if:condition?valeur_si_vrai:"
"valeur_si_faux\")\n"
-" 15. le résultat d'une expression avec parenthèses et les opérateurs + - "
+" 16. le résultat d'une expression avec parenthèses et les opérateurs + - "
"* / // % ** (format: \"calc:xxx\")\n"
-" 16. une option (format : \"fichier.section.option\")\n"
-" 17. une variable locale du tampon\n"
-" 18. un hdata/variable (la valeur est automatiquement convertie en chaîne), "
+" 17. une option (format : \"fichier.section.option\")\n"
+" 18. une variable locale du tampon\n"
+" 19. 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"
@@ -1877,6 +1880,7 @@ msgstr ""
"fonction \"weechat_hdata_get\".\n"
"\n"
"Exemples (chaînes simples) :\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/hu.po b/po/hu.po
index 76b35806b..784d7a8fa 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1509,30 +1509,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1551,6 +1552,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/it.po b/po/it.po
index 484dbc0a0..3a44a8164 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1604,30 +1604,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1646,6 +1647,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/ja.po b/po/ja.po
index bab42f1d8..10b92cbca 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -1661,30 +1661,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1703,6 +1704,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/pl.po b/po/pl.po
index 177288044..11fc51ced 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@@ -1697,30 +1697,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1739,6 +1740,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/pt.po b/po/pt.po
index e8de5bae6..08f0103a2 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -1663,30 +1663,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1705,6 +1706,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 56df20c3d..6b4fbbc12 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-18 11:34+0200\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1667,30 +1667,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1709,6 +1710,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/ru.po b/po/ru.po
index 524b5a498..082f3e488 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1531,30 +1531,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1573,6 +1574,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/tr.po b/po/tr.po
index dc8d27794..54ae58ca3 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\n"
"PO-Revision-Date: 2019-11-03 08:38+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1362,30 +1362,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1404,6 +1405,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
diff --git a/po/weechat.pot b/po/weechat.pot
index 7c9855e52..49cd18503 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: 2020-10-11 16:22+0200\n"
+"POT-Creation-Date: 2020-11-14 09:19+0100\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"
@@ -1364,30 +1364,31 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
-" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 3. a string with chars to hide (format: \"hide:char,string\")\n"
-" 4. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
+" 2. an evaluated condition (format: \"eval_cond:xxx\")\n"
+" 3. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 4. a string with chars to hide (format: \"hide:char,string\")\n"
+" 5. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:"
"+max,suffix,string\")\n"
" or max chars displayed on screen (format: \"cutscr:max,suffix,string\" "
"or \"cutscr:+max,suffix,string\")\n"
-" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
-" 6. a repeated string (format: \"repeat:count,string\")\n"
-" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
-" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
+" 6. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n"
+" 7. a repeated string (format: \"repeat:count,string\")\n"
+" 8. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n"
+" 9. a color (format: \"color:xxx\", see \"Plugin API reference\", function "
"\"color\")\n"
-" 9. a modifier (format: \"modifier:name,data,string\")\n"
-" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+" 10. a modifier (format: \"modifier:name,data,string\")\n"
+" 11. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 12. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
"\" or \"base_decode:base,xxx\")\n"
-" 12. current date/time (format: \"date\" or \"date:format\")\n"
-" 13. an environment variable (format: \"env:XXX\")\n"
-" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 13. current date/time (format: \"date\" or \"date:format\")\n"
+" 14. an environment variable (format: \"env:XXX\")\n"
+" 15. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 15. result of an expression with parentheses and operators + - * / // % ** "
+" 16. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 16. an option (format: \"file.section.option\")\n"
-" 17. a local variable in buffer\n"
-" 18. a hdata name/variable (the value is automatically converted to "
+" 17. an option (format: \"file.section.option\")\n"
+" 18. a local variable in buffer\n"
+" 19. 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"
@@ -1406,6 +1407,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples (simple strings):\n"
+" /eval -n ${eval_cond:${window.win_width}>100} ==> 1\n"
" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"