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

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,27 @@
<?php
/**
* @file /modules/editor/components/image_gallery/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor module > language pack of image_gallery component.
**/
$ Lang-> image_gallery = "Haga Galeria de Imagenes";
$ Lang-> width = "Ancho";
$ Lang-> altura = "Altura";
$ Lang-> image_list = "Lista de imagenes";
$ Lang-> gallery_style = "Galeria de Estilo";
$ Lang-> gallery_slide_style = "Estilo de diapositivas";
$ Lang-> gallery_slide_align = "Alinear Estilo";
$ Lang-> gallery_slide_center = "Centro";
$ Lang-> gallery_slide_left = "Izquierda";
$ Lang-> gallery_slide_right = "Derecho";
$ Lang-> gallery_list_style = "Mostrar todos";
$ Lang-> gallery_border_color = "Color del borde";
$ Lang-> gallery_border_thickness = "Grosor de Fronteras";
$ Lang-> gallery_bg_color = "Color de fondo";
$ Lang-> about_image_list = "Seleccione archivo para anadir a la galeria de imagenes. Puede arrastrar despues de la seleccion o cambio + clic (para seleccionar ampliamente), ctrl + clic (para seleccionar individualmente)";
$ Lang-> cmd_gallery_prev = "Imagen anterior";
$ Lang-> cmd_gallery_next = "Imagen siguiente";
$ Lang-> cmd_gallery_thumbnail = "Miniatura";
?>