mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
796 B
PHP
21 lines
796 B
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/image_link/lang/zh-CN.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @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 = "URL";
|
|
|
|
$lang->about_url_link_open_window = "将在新窗口中打开链接。";
|
|
$lang->cmd_get_scale = "获得图片大小";
|
|
?>
|