mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +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
|
|
@ -4,14 +4,17 @@
|
|||
<title xml:lang="jp">引用文作成</title>
|
||||
<title xml:lang="zh-CN">引用</title>
|
||||
<title xml:lang="en">Quotations</title>
|
||||
<title xml:lang="ru">Цитаты</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<name xml:lang="ru">zero</name>
|
||||
<description xml:lang="ko">특정 범위를 인용문으로 꾸밀 수 있습니다. 외곽선의 종류나 색상, 굵기를 수정할 수 있으며 열기/닫기 기능을 가진 폴더기능을 만들 수 있습니다.</description>
|
||||
<description xml:lang="jp">特定範囲を引用文として表示できます。ボーダーの種類、色、太さを修正することができ、「展開・折りたたみ」の機能も可能です。</description>
|
||||
<description xml:lang="zh-CN">可以把要发表的主题特定范围用引用布置。可以修改外围线的种类或粗细,还支持展开/折叠功能。</description>
|
||||
<description xml:lang="en">You can decorate specific range as quotation. The style, color or thickness of outline can be modified and folder system which has open/close function can be made.</description>
|
||||
<description xml:lang="ru">Вы можете украсить определенную область цитаты. Стиль, цвет или толщина внешней линии может быть изменена, и система папок, которая имеет функцию открыть/закрыть может быть создана.</description>
|
||||
</author>
|
||||
</component>
|
||||
|
|
|
|||
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