summaryrefslogtreecommitdiff
path: root/po/ru.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-10-17 20:43:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-10-17 20:43:40 +0200
commit1d56e17b2f0e8f8ce71651729aeb2cab3340a0ad (patch)
tree62d0d41a52b19c35776b91877adbdf0993e72659 /po/ru.po
parent5233160d823a10e1a9b2c852a1f68844fa4711d3 (diff)
downloadweechat-1d56e17b2f0e8f8ce71651729aeb2cab3340a0ad.zip
core: allow floating point and hexadecimal numbers in comparison of evaluated values
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po23
1 files changed, 9 insertions, 14 deletions
diff --git a/po/ru.po b/po/ru.po
index 24e2d6bf1..d347e5873 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2017-10-14 07:47+0200\n"
-"PO-Revision-Date: 2017-06-26 23:33+0200\n"
+"POT-Creation-Date: 2017-10-17 16:39+0200\n"
+"PO-Revision-Date: 2017-10-17 20:14+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: ru\n"
@@ -1415,10 +1415,13 @@ msgid ""
"\n"
"An expression is considered as \"true\" if it is not NULL, not empty, and "
"different from \"0\".\n"
-"The comparison is made using integers if the two expressions are valid "
-"integers.\n"
-"To force a string comparison, add double quotes around each expression, for "
-"example:\n"
+"The comparison is made using floating point numbers if the two expressions "
+"are valid numbers, with one of the following formats:\n"
+" - integer (examples: 5, -7)\n"
+" - floating point number (examples: 5.2, -7.5, 2.83e-2)\n"
+" - hexadecimal number (examples: 0xA3, -0xA3)\n"
+"To force a string comparison, you can add double quotes around each "
+"expression, for example:\n"
" 50 > 100 ==> 0\n"
" \"50\" > \"100\" ==> 1\n"
"\n"
@@ -11636,11 +11639,3 @@ msgstr "%s нет аргумента для параметра \"%s\"\n"
#, fuzzy, c-format
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s DCC: не могу соединиться с отправителем\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "max number of lines for paste without asking user (-1 = disable this "
-#~ "feature)"
-#~ msgstr ""
-#~ "максимальное количество строк, вставляемых без подтверждения (0 = "
-#~ "отключить подтверждение)"