mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
스페인어(에스파냐어) 추가번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3710 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68913531e1
commit
05c2051593
11 changed files with 250 additions and 0 deletions
21
modules/editor/components/url_link/lang/es.lang.php
Normal file
21
modules/editor/components/url_link/lang/es.lang.php
Normal 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";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue