rhymix/modules/editor/components/image_link/lang/zh-TW.lang.php
2011-04-01 06:51:30 +00:00

22 lines
816 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/image_link/lang/zh-TW.lang.php
* @author NHN (developers@xpressengine.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 = "取得圖片大小";
?>