mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
Russian editor components translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3266 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e9389482dc
commit
8de9e73f1e
22 changed files with 250 additions and 0 deletions
40
modules/editor/components/quotation/lang/ru.lang.php
Normal file
40
modules/editor/components/quotation/lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/quotation/lang/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 editor module > language pack of quotation component
|
||||
**/
|
||||
|
||||
$lang->quotation_use_folder = "Использовать раскрытие";
|
||||
$lang->quotation_opener = "Имя кнопки открытия";
|
||||
$lang->quotation_closer = "Имя кнопки закрытия";
|
||||
$lang->quotation_padding = "Отступы (Padding)";
|
||||
$lang->quotation_margin = "Поля (Margin)";
|
||||
$lang->quotation_border_color = "Цвет рамки";
|
||||
$lang->quotation_border_thickness = "Толщина рамки";
|
||||
|
||||
$lang->folder_text_bold = "Жирность шрифта";
|
||||
$lang->about_folder_text_bold = "Сделать шрифт ссылки жирным";
|
||||
|
||||
$lang->folder_text_color = "Цвет ссылки";
|
||||
$lang->folder_text_color_blue = "Синий";
|
||||
$lang->folder_text_color_red = "Красный";
|
||||
$lang->folder_text_color_yellow = "Желтый";
|
||||
$lang->folder_text_color_green = "Зеленый";
|
||||
|
||||
$lang->quotation_border_style = "Стиль рамки";
|
||||
$lang->quotation_border_style_list = array(
|
||||
"Нет",
|
||||
"Цельная",
|
||||
"Точками",
|
||||
"Цельная слева",
|
||||
"Цельная справа",
|
||||
);
|
||||
|
||||
$lang->quotation_bg_color = "Цвет фона";
|
||||
|
||||
$lang->quotation_opener = "Имя ссылки открытия";
|
||||
$lang->quotation_opener = "Имя ссылки закрытия";
|
||||
$lang->quotation_cmd_opener = "Больше...";
|
||||
$lang->quotation_cmd_closer = "Закрыть";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue