rhymix/modules/editor/components/table_maker/lang/en.lang.php
2007-07-20 00:38:13 +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";
?>