Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtterratio Aeternus <attterratio@gmail.com>2015-11-04 12:18:53 +0300
committerAtterratio Aeternus <attterratio@gmail.com>2015-11-04 12:41:34 +0300
commitaf347080aba4806aa6257bd4fa95017ebfb3507e (patch)
treea36c302fb9a53b9c25e72ac7dc0420d387562f47
parent10c32676db6c105a411de140cd0e5a9793710f33 (diff)
fix: translation
-rw-r--r--data/locales/ru.txt4
-rw-r--r--plugins/main.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/data/locales/ru.txt b/data/locales/ru.txt
index a2c8949..901a748 100644
--- a/data/locales/ru.txt
+++ b/data/locales/ru.txt
@@ -1744,6 +1744,7 @@ Troll. Delay between messages for troll command Troll. Задержка отпр
Karma. Minimal karma for allow krama change for participants Karma. Минимальная карма при которой изменение кармы доступно не постоянным участникам
Iq. Allow answer to service discovery Iq. Разрешение отвечать на запрос обзора сервисов
Msgtoadmin. Time limit for next message for msgtoadmin Msgtoadmin. Лимит времени следующей посылки сообщения для команды msgtoadmin
+Logger. Enable logins and logouts logging Logger. Запись в логи входов и выходов
Muc-filter. A kind words count Muc-filter. Счётчик одинаковых слов
Whereis. Frequency for answer check for whereis command Whereis. Частота проверки ответа для команды whereis
Kernel. Bot status. Show different status for bot loading Kernel. Bot status. Особый статус при загрузке
@@ -1858,5 +1859,6 @@ API settings Настройки API
World of Tanks settings Настройки плагина World of Tanks
# write locale file: ru.txt
-# total: 1435
+# total: 1436
# regenarated without mistakes!
+
diff --git a/plugins/main.py b/plugins/main.py
index 8b5ee34..f65300c 100644
--- a/plugins/main.py
+++ b/plugins/main.py
@@ -1754,7 +1754,7 @@ config_groups = [config_group_mucfilter,config_group_mucfilter_newbie,config_gro
# XXe - execute latest field by eval
owner_prefs = {'syslogs_enable': ['Logger. Enable system logs','b',True],
- 'movement_logs_enable':['Logger. Enable logging ins and outs of the conference','b',True],
+ 'movement_logs_enable':['Logger. Enable logins and logouts logging','b',True],
'status_logs_enable':['Logger. Enable status change logging','b',True],
'aff_role_logs_enable':['Logger. Enable role and affiliation logging','b',True],
'html_logs_enable':['Logger. Html logs. Otherwize in text','b',True],