summaryrefslogtreecommitdiff
path: root/po/ru.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-10-01 22:55:38 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-10-01 22:55:38 +0200
commitad5fa7c99faf8a1c0b6b9b1f7f6e4b42a03a5c2c (patch)
tree34dca4da20d04e00dc5548d31bf6de73c6c7fc0e /po/ru.po
parent9548a4cf747c54aac641544049a24fb1f270c14f (diff)
downloadweechat-ad5fa7c99faf8a1c0b6b9b1f7f6e4b42a03a5c2c.zip
core: add command /toggle
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po40
1 files changed, 39 insertions, 1 deletions
diff --git a/po/ru.po b/po/ru.po
index 4319365be..b7f5cb1a9 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: 2021-09-20 21:12+0200\n"
+"POT-Creation-Date: 2021-10-01 22:52+0200\n"
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2284,6 +2284,44 @@ msgid ""
msgstr ""
#, fuzzy
+msgid "toggle value of a config option"
+msgstr "Не найден параметр\n"
+
+msgid "<option> [<value> [<value>...]]"
+msgstr ""
+
+msgid ""
+"option: name of an option\n"
+" value: possible values for the option (values are split like the shell "
+"command arguments: quotes can be used to preserve spaces at the beginning/"
+"end of values)\n"
+"\n"
+"Behavior:\n"
+" - only an option of type boolean or string can be toggled without a "
+"value:\n"
+" - boolean: toggle between on/off according to current value\n"
+" - string: toggle between empty string and default value (works only if "
+"empty string is allowed for the option)\n"
+" - with a single value given, toggle between this value and the default "
+"value of option\n"
+" - with multiple values given, toggle between these values: the value used "
+"is the one following the current value of option; if the current value of "
+"option is not in list, the first value in the list is used\n"
+" - the special value \"null\" can be given, but only as first value in the "
+"list and without quotes around.\n"
+"\n"
+"Examples:\n"
+" toggle display of time in chat area (without displaying the new value "
+"used):\n"
+" /mute /toggle weechat.look.buffer_time_format\n"
+" switch format of time in chat area (with seconds, without seconds, "
+"disabled):\n"
+" /toggle weechat.look.buffer_time_format \"%H:%M:%S\" \"%H:%M\" \"\"\n"
+" toggle autojoin of #weechat channel on libera server:\n"
+" /toggle irc.server.libera.autojoin null #weechat"
+msgstr ""
+
+#, fuzzy
msgid "unset/reset config options"
msgstr "настроить параметры конфигурации"