mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +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-CN.lang.php
|
|
* @author NHN (developers@xpressengine.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 = "查看缩略图il";
|
|
?>
|