rhymix/modules/editor/components/image_gallery/lang/zh-TW.lang.php
royallin 6b1a5b5a89 Modified All about zh-TW Translations.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4613 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-10-12 09:07:06 +00:00

27 lines
1.1 KiB
PHP

<?php
/**
* @file /modules/editor/components/image_gallery/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com>
* @brief 網頁編輯器(editor) 模組 > 圖片(image_gallery) 組件的語言
**/
$lang->image_gallery = "圖片編輯";
$lang->width = "寬度";
$lang->height = "高度";
$lang->image_list = "圖片列表";
$lang->gallery_style = "風格";
$lang->gallery_slide_style = "幻燈片";
$lang->gallery_slide_align = "對齊方式";
$lang->gallery_slide_center = "置中";
$lang->gallery_slide_left = "靠左";
$lang->gallery_slide_right = "靠右";
$lang->gallery_list_style = "全部展開";
$lang->gallery_border_color = "邊框顏色";
$lang->gallery_border_thickness = "邊框粗細";
$lang->gallery_bg_color = "背景顏色";
$lang->about_image_list = "請選擇要新增的圖片檔案。選擇後可以拖曳或按 shift+左鍵(範圍選擇), ctrl+左鍵(個別選擇)";
$lang->cmd_gallery_prev = "上一個";
$lang->cmd_gallery_next = "下一個";
$lang->cmd_gallery_thumbnail = "檢視縮圖";
?>