mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
NHN developers@xpressengine.com http://xpressengine.com/ git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7676 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
682 B
PHP
17 lines
682 B
PHP
<?php
|
||
/**
|
||
* @file /modules/editor/components/multimedia_link/lang/zh-TW.lang.php
|
||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||
* @brief 網頁編輯器(editor) 模組 > 多媒體連結 (multimedia_link) 組件的語言
|
||
**/
|
||
|
||
$lang->multimedia_url = "多媒體路徑";
|
||
$lang->multimedia_caption = "輸入說明";
|
||
$lang->multimedia_width = "寬度";
|
||
$lang->multimedia_height = "高度";
|
||
$lang->multimedia_auto_start = "自動播放";
|
||
|
||
$lang->multimedia_wmode_window = '總是在上';
|
||
$lang->multimedia_wmode_opaque = '背景不透明';
|
||
$lang->multimedia_wmode_transparent = '透明背景';
|
||
?>
|