summaryrefslogtreecommitdiff
path: root/po/ru.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-03-19 08:02:10 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-03-19 08:02:10 +0100
commit0d49ffd0536997858596d9c70a235c18c3295632 (patch)
tree31603644af04fc0bf30c5e918cc0d585bee768ba /po/ru.po
parent2e82c41c1a88d53ea13cbe9a82d81c7835203803 (diff)
downloadweechat-0d49ffd0536997858596d9c70a235c18c3295632.zip
core: add command `/reset` to reset options to their default values
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po48
1 files changed, 36 insertions, 12 deletions
diff --git a/po/ru.po b/po/ru.po
index 55170e8e8..ba0ecf1b3 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: 2023-03-18 09:18+0100\n"
+"POT-Creation-Date: 2023-03-19 07:53+0100\n"
"PO-Revision-Date: 2022-10-15 22:51+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -853,6 +853,22 @@ msgid "%sInvalid number: \"%s\""
msgstr "Не могу записать лог-файл \"%s\"\n"
#, fuzzy, c-format
+msgid "%sFailed to reset option \"%s\""
+msgstr "%s не могу сохранить конфигурационный файл pluginов\n"
+
+#, fuzzy
+msgid "Option reset: "
+msgstr "Настройки pluginов сохранены\n"
+
+#, c-format
+msgid "%sReset of all options is not allowed"
+msgstr "%sСброс всех опций запрещён"
+
+#, fuzzy, c-format
+msgid "%d option(s) reset"
+msgstr "Настройки pluginов сохранены\n"
+
+#, fuzzy, c-format
msgid "Options saved to %s"
msgstr "Настройки pluginов сохранены\n"
@@ -999,19 +1015,11 @@ msgstr "не на канале"
msgid "%sFailed to unset option \"%s\""
msgstr "%s не могу сохранить конфигурационный файл pluginов\n"
-#, fuzzy
-msgid "Option reset: "
-msgstr "Настройки pluginов сохранены\n"
-
#, fuzzy, c-format
msgid "Option removed: %s"
msgstr "не на канале"
#, c-format
-msgid "%sReset of all options is not allowed"
-msgstr "%sСброс всех опций запрещён"
-
-#, c-format
msgid "%d option(s) reset, %d option(s) removed"
msgstr "%d опция сброшено, %d опций удалено"
@@ -2251,6 +2259,25 @@ msgstr ""
"команды)\n"
#, fuzzy
+msgid "reset config options"
+msgstr "настроить параметры конфигурации"
+
+msgid "<option> || -mask <option>"
+msgstr ""
+
+msgid ""
+"option: name of an option\n"
+" -mask: use a mask in option (wildcard \"*\" is allowed to mass-reset "
+"options, use carefully!)\n"
+"\n"
+"Examples:\n"
+" reset one option:\n"
+" /reset weechat.look.item_time_format\n"
+" reset all color options:\n"
+" /reset -mask weechat.color.*"
+msgstr ""
+
+#, fuzzy
msgid "save configuration files to disk"
msgstr "сохранять конфигурационный файл при выходе"
@@ -2404,9 +2431,6 @@ msgstr ""
msgid "unset/reset config options"
msgstr "настроить параметры конфигурации"
-msgid "<option> || -mask <option>"
-msgstr ""
-
msgid ""
"option: name of an option\n"
" -mask: use a mask in option (wildcard \"*\" is allowed to mass-reset "