diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 09:49:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 10:01:03 +0200 |
commit | 5bce484c018760188fc9c18cc17553135dc4dfd8 (patch) | |
tree | 8cc6426f62da7c8e046def72fcf3f95867883b4e /po/fr.po | |
parent | 7e10038f4bdd949d1132a1ff45a7ee5b0bd2c511 (diff) | |
download | weechat-5bce484c018760188fc9c18cc17553135dc4dfd8.zip |
api: add translated string in evaluation of expressions with "translate:xxx" (issue #1622)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-05-16 08:35+0200\n" -"PO-Revision-Date: 2021-05-16 08:36+0200\n" +"POT-Creation-Date: 2021-05-16 09:47+0200\n" +"PO-Revision-Date: 2021-05-16 09:47+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -1723,9 +1723,10 @@ msgid "" "\")\n" " 17. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 18. an option (format: \"file.section.option\")\n" -" 19. a local variable in buffer\n" -" 20. a hdata name/variable (the value is automatically converted to " +" 18. a translated string (format: \"translate:xxx\")\n" +" 19. an option (format: \"file.section.option\")\n" +" 20. a local variable in buffer\n" +" 21. 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" @@ -1769,6 +1770,7 @@ msgid "" " /eval -n ${calc:(5+2)*3} ==> 21\n" " /eval -n ${base_encode:64,test} ==> dGVzdA==\n" " /eval -n ${base_decode:64,dGVzdA==} ==> test\n" +" /eval -n ${translate:Plugin} ==> Extension\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" @@ -1860,9 +1862,10 @@ msgstr "" "valeur_si_faux\")\n" " 17. le résultat d'une expression avec parenthèses et les opérateurs + - " "* / // % ** (format: \"calc:xxx\")\n" -" 18. une option (format : \"fichier.section.option\")\n" -" 19. une variable locale du tampon\n" -" 20. un hdata/variable (la valeur est automatiquement convertie en chaîne), " +" 18. une chaîne traduite (format : \"translate:xxx\")\n" +" 19. une option (format : \"fichier.section.option\")\n" +" 20. une variable locale du tampon\n" +" 21. 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" @@ -1907,6 +1910,7 @@ msgstr "" " /eval -n ${calc:(5+2)*3} ==> 21\n" " /eval -n ${base_encode:64,test} ==> dGVzdA==\n" " /eval -n ${base_decode:64,dGVzdA==} ==> test\n" +" /eval -n ${translate:Plugin} ==> Extension\n" "\n" "Exemples (conditions) :\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" |