mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
이미지링크 에디터컴포넌트 다시 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6112 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
251ab8a928
commit
3086366c0c
17 changed files with 542 additions and 0 deletions
22
modules/editor/components/image_link/lang/ru.lang.php
Normal file
22
modules/editor/components/image_link/lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/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 image_link component
|
||||
**/
|
||||
|
||||
$lang->image_url = "Путь изображения";
|
||||
$lang->image_alt = "Введите описание";
|
||||
$lang->image_scale = "Размер изображения";
|
||||
$lang->image_align = "Стиль выравнивания";
|
||||
$lang->image_align_normal = "Занять параграф";
|
||||
$lang->image_align_left = "Лево";
|
||||
$lang->image_align_middle = "Центр";
|
||||
$lang->image_align_right = "Право";
|
||||
$lang->image_border = "Толщина рамки";
|
||||
$lang->urllink_url = "URL";
|
||||
$lang->image_margin = 'Image Margin';
|
||||
|
||||
$lang->about_url_link_open_window = "Создайте ссылку для открытия в новом окне";
|
||||
$lang->cmd_get_scale = "Получить размер изображения";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue