mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +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
19
modules/editor/components/poll_maker/lang/es.lang.php
Normal file
19
modules/editor/components/poll_maker/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/poll_maker/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief editor module > language pack of poll_maker component
|
||||
**/
|
||||
|
||||
$ Lang-> poll_title = "Titulo";
|
||||
$ Lang-> poll_item = "Temas";
|
||||
$ Lang-> poll_stop_date = "Fecha de Expiracion";
|
||||
$ Lang-> poll_chk_count = "Numero de Comprobacion de Partida";
|
||||
|
||||
$ Lang-> cmd_add_poll = "Anadir Encuesta";
|
||||
$ Lang-> cmd_del_poll = "Borrar encuesta";
|
||||
$ Lang-> cmd_add_item = "Anadir Tema";
|
||||
|
||||
$ Lang-> msg_poll_cannot_modify = "No se puede modificar la encuesta. Por lo que debe suprimirse para crear una nueva encuesta";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue