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

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,40 @@
<?php
/**
* @file /modules/editor/components/quotation/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor module > language pack of quotation component
**/
$ Lang-> quotation_use_folder = "Usar Folding Funcion";
$ Lang-> quotation_opener = "Nombre del boton Abrir";
$ Lang-> quotation_closer = "Nombre del boton Cerrar";
$ Lang-> quotation_padding = "Relleno";
$ Lang-> quotation_margin = "Margen";
$ Lang-> quotation_border_color = "Color del borde";
$ Lang-> quotation_border_thickness = "Grosor de Fronteras";
$ Lang-> folder_text_bold = "Texto audacia";
$ Lang-> about_folder_text_bold = "Hacer Link Text Bold";
$ Lang-> folder_text_color = "Color de los vinculos";
$ Lang-> folder_text_color_blue = "Azul";
$ Lang-> folder_text_color_red = "Rojo";
$ Lang-> folder_text_color_yellow = "Amarillo";
$ Lang-> folder_text_color_green = "Verde";
$ Lang-> quotation_border_style = "Estilo de Fronteras";
$ Lang-> quotation_border_style_list = array (
"Ninguno",
"Solidos",
"Salpicando",
"Solidos de la izquierda",
"Solidos de Derecho",
);
$ Lang-> quotation_bg_color = "Color de fondo";
$ Lang-> quotation_opener = "Nombre de Open Link";
$ Lang-> quotation_opener = "Nombre del Link Cerrar";
$ Lang-> quotation_cmd_opener = "Mas ...";
$ Lang-> quotation_cmd_closer = "Cerrar";
?>