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/en.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief editor module > language pack of table_maker component
|
|
**/
|
|
|
|
$lang->table_attribute = "Change Table Attibution";
|
|
$lang->cell_attribute = "Change Cell Attribution";
|
|
|
|
$lang->table_width = "Width";
|
|
$lang->table_cols_count = "Number of Columns";
|
|
$lang->table_rows_count = "Number of Rows";
|
|
$lang->table_cellspacing = "Cellspacing";
|
|
$lang->table_cellpadding = "Cellpadding";
|
|
$lang->table_border = "Border Thicknes";
|
|
$lang->table_inner_border = "Inner Line Thickness";
|
|
|
|
$lang->cell_width = "Width";
|
|
$lang->cell_height = "Height";
|
|
|
|
$lang->table_border_color = "Border Color";
|
|
$lang->table_bg_color = "Background Color";
|
|
?>
|