mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +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/en.lang.php
Normal file
22
modules/editor/components/image_link/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief editor Module > language pack of image_link component
|
||||
**/
|
||||
|
||||
$lang->image_url = "Image Path";
|
||||
$lang->image_alt = "Input Description";
|
||||
$lang->image_scale = "Image Size";
|
||||
$lang->image_align = "Align Style";
|
||||
$lang->image_align_normal = "Occupy a Paragraph";
|
||||
$lang->image_align_left = "Left of Article";
|
||||
$lang->image_align_middle = "Center";
|
||||
$lang->image_align_right = "Right of Article";
|
||||
$lang->image_border = "Border Thickness";
|
||||
$lang->urllink_url = "URL";
|
||||
$lang->image_margin = 'Image Margin';
|
||||
|
||||
$lang->about_url_link_open_window = "Make the link to open as a new window";
|
||||
$lang->cmd_get_scale = "Get Image Size";
|
||||
?>
|
||||
22
modules/editor/components/image_link/lang/es.lang.php
Normal file
22
modules/editor/components/image_link/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief editor Module > language pack of image_link component
|
||||
**/
|
||||
|
||||
$lang->image_url = "Ruta de la imagen";
|
||||
$lang->image_alt = "Descripcion de Entrada";
|
||||
$lang->image_scale = "Tamano de la Imagen";
|
||||
$lang->image_align = "Alinear Estilo";
|
||||
$lang->image_align_normal = "Occupy un parrafo";
|
||||
$lang->image_align_left = "Izquierda del articulo";
|
||||
$lang->image_align_middle = "Centro";
|
||||
$lang->image_align_right = "Derecho de articulo";
|
||||
$lang->image_border = "Grosor de Fronteras";
|
||||
$lang->urllink_url = "URL";
|
||||
$lang->image_margin = 'Image Margin';
|
||||
|
||||
$lang->about_url_link_open_window = "Hacer el vinculo para abrir una nueva ventana";
|
||||
$lang->cmd_get_scale = "Obtener tamano de la imagen";
|
||||
?>
|
||||
23
modules/editor/components/image_link/lang/jp.lang.php
Normal file
23
modules/editor/components/image_link/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa、ミニミ
|
||||
* @brief ウィジウィグエディター(editor)モジュール > イメージリンク(image_link)コンポネント言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->image_url = "イメージパス";
|
||||
$lang->image_alt = "説明(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->image_margin = '外側の空白(Margin)';
|
||||
|
||||
$lang->urllink_open_window = "新しいウィンドウで開く";
|
||||
$lang->about_url_link_open_window = "チェックすると、リンクをクリックする際、新しいウィンドウで開きます。";
|
||||
|
||||
$lang->cmd_get_scale = "イメージサイズを計算";
|
||||
?>
|
||||
23
modules/editor/components/image_link/lang/ko.lang.php
Normal file
23
modules/editor/components/image_link/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 위지윅에디터(editor) 모듈 > 이미지링크(image_link) 컴포넌트의 언어팩
|
||||
**/
|
||||
|
||||
$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->image_margin = '바깥 여백';
|
||||
|
||||
$lang->urllink_open_window = '새창열기';
|
||||
$lang->about_url_link_open_window = '선택하시면 링크 선택시 새창으로 열립니다';
|
||||
|
||||
$lang->cmd_get_scale = '크기 구하기';
|
||||
?>
|
||||
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 = "Получить размер изображения";
|
||||
?>
|
||||
23
modules/editor/components/image_link/lang/zh-CN.lang.php
Normal file
23
modules/editor/components/image_link/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 网页编辑器(editor) 模块 > 图像链接(image_link) 组件的语言包
|
||||
**/
|
||||
|
||||
$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->image_margin = '外边距';
|
||||
|
||||
$lang->urllink_open_window = '新窗口打开';
|
||||
$lang->about_url_link_open_window = "将在新窗口中打开链接。";
|
||||
|
||||
$lang->cmd_get_scale = "获得图片大小";
|
||||
?>
|
||||
22
modules/editor/components/image_link/lang/zh-TW.lang.php
Normal file
22
modules/editor/components/image_link/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻譯:royallin
|
||||
* @brief 網頁編輯器(editor)模組 > 圖片連結(image_link)組件語言
|
||||
**/
|
||||
|
||||
$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 = "網址";
|
||||
$lang->image_margin = '圖片邊距';
|
||||
|
||||
$lang->about_url_link_open_window = "開啟連結於新視窗。";
|
||||
$lang->cmd_get_scale = "取得圖片大小";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue