From 3a356f109f0804a0731da3546edaf20cca86e694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 24 Sep 2019 21:03:56 +0200 Subject: core: add power operator "**" in calc expressions (issue #997) --- po/ru.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po/ru.po') diff --git a/po/ru.po b/po/ru.po index fc9a21ad8..c5c92346d 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-23 08:04+0200\n" +"POT-Creation-Date: 2019-09-24 20:55+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -1521,7 +1521,7 @@ msgid "" " 11. an environment variable (format: \"env:XXX\")\n" " 12. a ternary operator (format: \"if:condition?value_if_true:value_if_false" "\")\n" -" 13. result of an expression with parentheses and operators + - * / // % " +" 13. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" " 14. an option (format: \"file.section.option\")\n" " 15. a local variable in buffer\n" -- cgit v1.2.3