diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/cs.po | 20 | ||||
-rw-r--r-- | po/de.po | 21 | ||||
-rw-r--r-- | po/es.po | 20 | ||||
-rw-r--r-- | po/fr.po | 40 | ||||
-rw-r--r-- | po/hu.po | 20 | ||||
-rw-r--r-- | po/it.po | 20 | ||||
-rw-r--r-- | po/ja.po | 20 | ||||
-rw-r--r-- | po/pl.po | 20 | ||||
-rw-r--r-- | po/pt.po | 20 | ||||
-rw-r--r-- | po/pt_BR.po | 20 | ||||
-rw-r--r-- | po/ru.po | 20 | ||||
-rw-r--r-- | po/tr.po | 20 | ||||
-rw-r--r-- | po/weechat.pot | 20 |
13 files changed, 169 insertions, 112 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1604,15 +1604,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1649,6 +1651,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\n" "PO-Revision-Date: 2020-05-08 19:58+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -1684,6 +1684,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 " @@ -1747,15 +1748,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1792,6 +1795,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1634,15 +1634,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1679,6 +1681,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" -"PO-Revision-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\n" +"PO-Revision-Date: 2020-05-21 09:19+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -1717,15 +1717,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1762,6 +1764,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -1842,15 +1846,17 @@ msgstr "" " 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" -" 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:" +" 11. 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:" "valeur_si_faux\")\n" -" 14. le résultat d'une expression avec parenthèses et les opérateurs + - " +" 15. le résultat d'une expression avec parenthèses et les opérateurs + - " "* / // % ** (format: \"calc:xxx\")\n" -" 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), " +" 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), " "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" @@ -1889,6 +1895,8 @@ msgstr "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Exemples (conditions) :\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1522,15 +1522,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1567,6 +1569,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1617,15 +1617,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1662,6 +1664,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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/" @@ -1674,15 +1674,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1719,6 +1721,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1710,15 +1710,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1755,6 +1757,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -1676,15 +1676,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1721,6 +1723,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index ffdf68845..7081391a7 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-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1680,15 +1680,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1725,6 +1727,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1544,15 +1544,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1589,6 +1591,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+0200\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" @@ -1375,15 +1375,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1420,6 +1422,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" diff --git a/po/weechat.pot b/po/weechat.pot index 6fbaae2ef..b448bfe5d 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-05-16 14:36+0200\n" +"POT-Creation-Date: 2020-05-21 09:18+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" @@ -1377,15 +1377,17 @@ msgid "" "\"color\")\n" " 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" +" 11. 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" "\")\n" -" 14. result of an expression with parentheses and operators + - * / // % ** " +" 15. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 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 " +" 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 " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1422,6 +1424,8 @@ msgid "" " /eval -n ${repeat:5,-} ==> -----\n" " /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" +" /eval -n ${base_encode:64,test} ==> dGVzdA==\n" +" /eval -n ${base_decode:64,dGVzdA==} ==> test\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" |