mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
13
modules/editor/components/multimedia_link/lang/en.lang.php
Normal file
13
modules/editor/components/multimedia_link/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/multimedia_link/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief editor module > language pack of multimedia_link component
|
||||
**/
|
||||
|
||||
$lang->multimedia_url = "Multimedia Path";
|
||||
$lang->multimedia_caption = "Input Description";
|
||||
$lang->multimedia_width = "Width";
|
||||
$lang->multimedia_height = "Height";
|
||||
$lang->multimedia_auto_start = "Auto Start";
|
||||
?>
|
||||
13
modules/editor/components/multimedia_link/lang/jp.lang.php
Normal file
13
modules/editor/components/multimedia_link/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/multimedia_link/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief ウィジウィグエディター(editor)モジュール > マルチメディアリンク((multimedia_link)コンポネント言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->multimedia_url = "マルチメディアのパス";
|
||||
$lang->multimedia_caption = "説明入力";
|
||||
$lang->multimedia_width = "横幅サイズ";
|
||||
$lang->multimedia_height = "縦幅サイズ";
|
||||
$lang->multimedia_auto_start = "自動再生";
|
||||
?>
|
||||
13
modules/editor/components/multimedia_link/lang/ko.lang.php
Normal file
13
modules/editor/components/multimedia_link/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/multimedia_link/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 위지윅에디터(editor) 모듈 > 멀티미디어 링크 (multimedia_link) 컴포넌트의 언어팩
|
||||
**/
|
||||
|
||||
$lang->multimedia_url = "멀티미디어 경로";
|
||||
$lang->multimedia_caption = "설명 입력";
|
||||
$lang->multimedia_width = "가로크기";
|
||||
$lang->multimedia_height = "세로크기";
|
||||
$lang->multimedia_auto_start = "자동시작";
|
||||
?>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/multimedia_link/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 网页编辑器(editor) 模块 > 媒体链接 (multimedia_link) 组件的语言包
|
||||
**/
|
||||
|
||||
$lang->multimedia_url = "媒体路径";
|
||||
$lang->multimedia_caption = "输入说明";
|
||||
$lang->multimedia_width = "宽度";
|
||||
$lang->multimedia_height = "高度";
|
||||
$lang->multimedia_auto_start = "自动播放";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue