summaryrefslogtreecommitdiff
path: root/lib/plugins/extension
diff options
context:
space:
mode:
authorTakumo <9206984@mail.ru>2015-06-29 12:46:05 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-06-29 12:46:05 +0200
commitf4b12de73d07db2a5a0549309329486d7a9e0fdf (patch)
tree640ceff94bd7112616fc92a0da06fee1801f4379 /lib/plugins/extension
parent71c46303d9cd8a321e58a7e7255d13f0d5a5c4eb (diff)
downloadrpg-f4b12de73d07db2a5a0549309329486d7a9e0fdf.tar.gz
rpg-f4b12de73d07db2a5a0549309329486d7a9e0fdf.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/extension')
-rw-r--r--lib/plugins/extension/lang/ru/lang.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/ru/lang.php b/lib/plugins/extension/lang/ru/lang.php
index 4b2542420..c7ef52b42 100644
--- a/lib/plugins/extension/lang/ru/lang.php
+++ b/lib/plugins/extension/lang/ru/lang.php
@@ -8,6 +8,7 @@
* @author Type-kun <workwork-1@yandex.ru>
* @author Vitaly Filatenko <kot@hacktest.net>
* @author Alex P <alexander@lanos.co.uk>
+ * @author Takumo <9206984@mail.ru>
*/
$lang['menu'] = 'Управление дополнениями';
$lang['tab_plugins'] = 'Установленные плагины';
@@ -29,6 +30,10 @@ $lang['btn_disable'] = 'Отключить';
$lang['btn_install'] = 'Установить';
$lang['btn_reinstall'] = 'Переустановить';
$lang['js']['reallydel'] = 'Действительно удалить это дополнение?';
+$lang['js']['display_viewoptions'] = 'Показать как:';
+$lang['js']['display_enabled'] = 'включено';
+$lang['js']['display_disabled'] = 'отключено';
+$lang['js']['display_updatable'] = 'обновление';
$lang['search_for'] = 'Поиск дополнения:';
$lang['search'] = 'Найти';
$lang['extensionby'] = '<strong>%s</strong> — %s';