diff options
Diffstat (limited to 'plugins/55/addnewpage/lang/ru/lang.php')
-rw-r--r-- | plugins/55/addnewpage/lang/ru/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/55/addnewpage/lang/ru/lang.php b/plugins/55/addnewpage/lang/ru/lang.php new file mode 100644 index 0000000..cd8ec30 --- /dev/null +++ b/plugins/55/addnewpage/lang/ru/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Aleksandr Selivanov <alexgearbox@yandex.ru> + */ +$lang['namespaceRoot'] = 'Корневой уровень'; +$lang['name'] = 'Имя страницы'; +$lang['okbutton'] = 'Добавить страницу'; +$lang['nooption'] = 'Вы не можете добавлять страницы'; |