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

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,21 @@
<?php
/**
* @file /modules/editor/components/urllink/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor module > language pack of url_link component
**/
$ Lang-> urllink_title = "Titulo";
$ Lang-> urllink_url = "URL";
$ Lang-> urllink_open_window = "Abrir Nueva Ventana";
$ Lang-> urllink_bold = "Texto en negrita";
$ Lang-> urllink_color = "Color de los vinculos";
$ Lang-> urllink_color_blue = "Azul";
$ Lang-> urllink_color_red = "Rojo";
$ Lang-> urllink_color_yellow = "Amarillo";
$ Lang-> urllink_color_green = "Verde";
$ Lang-> about_url_link_open_window = "Hacer el vinculo para abrir una nueva ventana";
$ Lang-> about_url_link_bold = "Hacer el link de texto en negrita";
?>