rhymix/modules/editor/components/multimedia_link/lang/zh-TW.lang.php
royallin 24e95aa472 Chinese traditional translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6887 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-10-24 03:30:50 +00:00

17 lines
669 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 zero <zero@nzeo.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 = '透明背景';
?>