mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3710 201d5d3c-b55e-5fd7-737f-ddc643e51545
24 lines
No EOL
881 B
PHP
24 lines
No EOL
881 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 = "Cambiar el cuadro Attibution";
|
|
$ Lang-> cell_attribute = "Cambio de celda Atribucion";
|
|
|
|
$ Lang-> table_width = "Ancho";
|
|
$ Lang-> table_cols_count = "Numero de columnas";
|
|
$ Lang-> table_rows_count = "Numero de filas";
|
|
$ Lang-> table_cellspacing = "Cellspacing";
|
|
$ Lang-> table_cellpadding = "Cellpadding";
|
|
$ Lang-> table_border = "Thicknes Frontera";
|
|
$ Lang-> table_inner_border = "Inner Grosor de linea";
|
|
|
|
$ Lang-> cell_width = "Ancho";
|
|
$ Lang-> cell_height = "Altura";
|
|
|
|
$ Lang-> table_border_color = "Color del borde";
|
|
$ Lang-> table_bg_color = "Color de fondo";
|
|
?>
|