mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
스페인어 번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2489 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
89dcad5218
commit
85ead10900
2 changed files with 38 additions and 17 deletions
18
modules/rss/lang/es.lang.php
Normal file
18
modules/rss/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @archivo modules/rss/lang/es.lang.php
|
||||
* @autor zero <zero@nzeo.com>
|
||||
* @sumario Paquete del idioma espanol (basico)
|
||||
**/
|
||||
|
||||
// palabras generales
|
||||
$lang->rss_disable = "Desactivar RSS";
|
||||
$lang->rss_type = "Tipo de RSS a imprimir";
|
||||
|
||||
// para la descripcion
|
||||
$lang->about_rss_disable = "Si selecciona esta option, RSS sera desactivado.";
|
||||
$lang->about_rss_type = "Usted puede asignar el tipo de RSS a imprimir.";
|
||||
|
||||
// mensajes de error
|
||||
$lang->msg_rss_is_disabled = "Funcion de RSS esta desactivada.";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue