mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fee1779c50
commit
0a4a9f04a7
36 changed files with 1672 additions and 0 deletions
27
modules/editor/components/image_gallery/lang/zh-TW.lang.php
Normal file
27
modules/editor/components/image_gallery/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?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 = "檢視縮圖";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue