add contents
This commit is contained in:
15
lib/plugins/nspages/lang/ru/lang.php
Normal file
15
lib/plugins/nspages/lang/ru/lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Alexey Markov <redrat@mail.ru>
|
||||
*/
|
||||
$lang['encoding'] = 'utf-8';
|
||||
$lang['direction'] = 'ltr';
|
||||
$lang['doesntexist'] = 'Этот раздел не существует: ';
|
||||
$lang['subcats'] = 'Подразделы:';
|
||||
$lang['pagesinthiscat'] = 'Страницы в этом разделе:';
|
||||
$lang['continued'] = ' (продолжение)';
|
||||
$lang['nopages'] = 'Нет страниц в этом разделе.';
|
||||
$lang['nosubns'] = 'Нет подразделов.';
|
Reference in New Issue
Block a user