mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +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/image_link/lang/es.lang.php
Normal file
21
modules/editor/components/image_link/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief editor Module > language pack of image_link component
|
||||
**/
|
||||
|
||||
$ Lang-> image_url = "Ruta de la imagen";
|
||||
$ Lang-> image_alt = "Descripcion de Entrada";
|
||||
$ Lang-> image_scale = "Tamano de la Imagen";
|
||||
$ Lang-> image_align = "Alinear Estilo";
|
||||
$ Lang-> image_align_normal = "Occupy un parrafo";
|
||||
$ Lang-> image_align_left = "Izquierda del articulo";
|
||||
$ Lang-> image_align_middle = "Centro";
|
||||
$ Lang-> image_align_right = "Derecho de articulo";
|
||||
$ Lang-> image_border = "Grosor de Fronteras";
|
||||
$ Lang-> urllink_url = "URL";
|
||||
|
||||
$ Lang-> about_url_link_open_window = "Hacer el vinculo para abrir una nueva ventana";
|
||||
$ Lang-> cmd_get_scale = "Obtener tamano de la imagen";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue