mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
24 lines
830 B
PHP
24 lines
830 B
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/emoticon/lang/zh-CN.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 网页编辑器(editor) 模块 > 表格生成(table_maker) 组件的语言包
|
|
**/
|
|
|
|
$lang->table_attribute = "修改表格属性";
|
|
$lang->cell_attribute = "修改单元格属性";
|
|
|
|
$lang->table_width = "宽度";
|
|
$lang->table_cols_count = "行数";
|
|
$lang->table_rows_count = "列数";
|
|
$lang->table_cellspacing = "单元格间距";
|
|
$lang->table_cellpadding = "单元格边距";
|
|
$lang->table_border = "边框粗细";
|
|
$lang->table_inner_border = "区分线粗细";
|
|
|
|
$lang->cell_width = "宽度 ";
|
|
$lang->cell_height = "高度 ";
|
|
|
|
$lang->table_border_color = "边框颜色";
|
|
$lang->table_bg_color = "背景颜色";
|
|
?>
|