rhymix/modules/editor/components/multimedia_link/lang/zh-TW.lang.php
2010-09-06 06:35:20 +00:00

17 lines
682 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 = '透明背景';
?>