스페인어(에스파냐어) 추가번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3710 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
sspa3141 2008-02-19 09:31:56 +00:00
parent 68913531e1
commit 05c2051593
11 changed files with 250 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<?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";
?>