summaryrefslogtreecommitdiff
path: root/po/hu.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/hu.po')
-rw-r--r--po/hu.po12
1 files changed, 7 insertions, 5 deletions
diff --git a/po/hu.po b/po/hu.po
index 02bdd8a44..109b4349f 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: 2021-08-01 10:24+0200\n"
+"POT-Creation-Date: 2021-08-03 19:41+0200\n"
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1532,10 +1532,11 @@ msgid ""
"\")\n"
" 17. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 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 "
+" 18. a random integer number (format: \"random:min,max\")\n"
+" 19. a translated string (format: \"translate:xxx\")\n"
+" 20. an option (format: \"file.section.option\")\n"
+" 21. a local variable in buffer\n"
+" 22. 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"
@@ -1577,6 +1578,7 @@ msgid ""
" /eval -n ${repeat:5,-} ==> -----\n"
" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
+" /eval -n ${random:0,10} ==> 3\n"
" /eval -n ${base_encode:64,test} ==> dGVzdA==\n"
" /eval -n ${base_decode:64,dGVzdA==} ==> test\n"
" /eval -n ${translate:Plugin} ==> Extension\n"