mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add Russian (by X-[Vr]bL1s5)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3027 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
69c15ee1f0
commit
e5c4395eb5
32 changed files with 1736 additions and 19 deletions
50
modules/document/lang/ru.lang.php
Normal file
50
modules/document/lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ru.lang.php
|
||||
* @author zero <zero@nzeo.com> | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
* @brief Russian basic language pack for Zeroboard XE
|
||||
**/
|
||||
|
||||
$lang->document_list = 'Список Документов';
|
||||
$lang->thumbnail_type = 'Тип Миниатюры';
|
||||
$lang->thumbnail_crop = 'Обрезать';
|
||||
$lang->thumbnail_ratio = 'Отношение';
|
||||
$lang->cmd_delete_all_thumbnail = 'Удалить все миниарюры';
|
||||
$lang->move_target_module = "Переместить в";
|
||||
$lang->title_bold = 'Жирное Название';
|
||||
$lang->title_color = 'Цвет Названия';
|
||||
|
||||
$lang->cmd_temp_save = 'Сохранить временно';
|
||||
|
||||
$lang->cmd_toggle_checked_document = 'Перевернуть выбранные объекты';
|
||||
$lang->cmd_delete_checked_document = 'Удалить выбранные';
|
||||
$lang->cmd_document_do = 'Вы бы...';
|
||||
|
||||
$lang->msg_cart_is_null = 'Выберите статьи, которые Вы хотите удалить';
|
||||
$lang->msg_category_not_moved = 'Невозможно переместить';
|
||||
$lang->msg_is_secret = 'Эта статья секретна';
|
||||
$lang->msg_checked_document_is_deleted = 'Всего %d статей было удалено';
|
||||
|
||||
// Search targets in admin page
|
||||
$lang->search_target_list = array(
|
||||
'title' => 'Тема',
|
||||
'content' => 'Содержание',
|
||||
'user_id' => 'Юзер ID',
|
||||
'member_srl' => 'Членский No.',
|
||||
'user_name' => 'Имя',
|
||||
'nick_name' => 'Ник',
|
||||
'email_address' => 'Email',
|
||||
'homepage' => 'Домашняя страница',
|
||||
'is_notice' => 'Уведомление',
|
||||
'is_secret' => 'Секрет',
|
||||
'tags' => 'Тег',
|
||||
'readed_count' => 'Кол-во Просмотров (Выше)',
|
||||
'voted_count' => 'Кол-во Голосов (Выше)',
|
||||
'comment_count ' => 'Кол-во Комментариев (Выше)',
|
||||
'trackback_count ' => 'Кол-во Трекбеков (Выше)',
|
||||
'uploaded_count ' => 'Кол-во Вложений (Выше)',
|
||||
'regdate' => 'Дата',
|
||||
'last_update' => 'Последнее Обновление',
|
||||
'ipaddress' => 'IP-Адрес',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue