mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +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
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<?php
|
||
/**
|
||
* @file /modules/editor/components/image_gallery/lang/zh-TW.lang.php
|
||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||
* @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 = "檢視縮圖";
|
||
?>
|