rhymix/modules/editor/components/table_maker/lang/en.lang.php
zero 8326004cb2 삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-08-12 03:59:52 +00:00

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";
?>