diff options
author | Aleksandr Selivanov <alexgearbox@yandex.ru> | 2019-10-10 18:36:38 +0200 |
---|---|---|
committer | DokuWiki Translation Interface <translate@dokuwiki.org> | 2019-10-10 18:36:38 +0200 |
commit | d0c72da09277012017cd71b512a720f515833a90 (patch) | |
tree | 2bc293ffa9cc3fc3fd20bf54e771613edbffe02e | |
parent | b31dd271afe1f704e013e190b4f8acd512346b40 (diff) | |
download | dokuwiki-d0c72da09277012017cd71b512a720f515833a90.tar.gz dokuwiki-d0c72da09277012017cd71b512a720f515833a90.zip |
translation update
-rw-r--r-- | inc/lang/ru/index.txt | 2 | ||||
-rw-r--r-- | lib/plugins/config/lang/ru/lang.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/inc/lang/ru/index.txt b/inc/lang/ru/index.txt index 4702e4899..e234f971b 100644 --- a/inc/lang/ru/index.txt +++ b/inc/lang/ru/index.txt @@ -1,3 +1,3 @@ -====== Содержание ====== +====== Карта сайта ====== Перед вами список доступных страниц, упорядоченный по [[doku>ru:namespaces|пространствам имён]]. diff --git a/lib/plugins/config/lang/ru/lang.php b/lib/plugins/config/lang/ru/lang.php index 1396799d3..6be33f5ca 100644 --- a/lib/plugins/config/lang/ru/lang.php +++ b/lib/plugins/config/lang/ru/lang.php @@ -48,6 +48,7 @@ $lang['_advanced'] = 'Тонкая настройка'; $lang['_network'] = 'Параметры сети'; $lang['_msg_setting_undefined'] = 'Не найдены метаданные настроек.'; $lang['_msg_setting_no_class'] = 'Не найден класс настроек.'; +$lang['_msg_setting_no_known_class'] = 'Класс настроек недоступен.'; $lang['_msg_setting_no_default'] = 'Не задано значение по умолчанию.'; $lang['title'] = 'Название (заголовок) вики'; $lang['start'] = 'Имя страницы, используемой как стартовой в каждом пространства имён'; |