mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
이미지링크 에디터컴포넌트 다시 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6112 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
251ab8a928
commit
3086366c0c
17 changed files with 542 additions and 0 deletions
22
modules/editor/components/image_link/lang/es.lang.php
Normal file
22
modules/editor/components/image_link/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?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->image_margin = 'Image Margin';
|
||||
|
||||
$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