mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +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
|
|
@ -1,17 +1,20 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<module version="0.1">
|
<module version="0.1">
|
||||||
<title xml:lang="ko">RSS</title>
|
<title xml:lang="ko">RSS</title>
|
||||||
<title xml:lang="zh-CN">RSS</title>
|
<title xml:lang="zh-CN">RSS</title>
|
||||||
<title xml:lang="jp">RSS</title>
|
<title xml:lang="jp">RSS</title>
|
||||||
<title xml:lang="en">RSS</title>
|
<title xml:lang="en">RSS</title>
|
||||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
<title xml:lang="es">RSS</title>
|
||||||
<name xml:lang="ko">제로</name>
|
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||||
<name xml:lang="zh-CN">zero</name>
|
<name xml:lang="ko">제로</name>
|
||||||
<name xml:lang="jp">Zero</name>
|
<name xml:lang="zh-CN">zero</name>
|
||||||
<name xml:lang="en">zero</name>
|
<name xml:lang="jp">Zero</name>
|
||||||
<description xml:lang="ko">RSS 출력을 담당하는 모듈</description>
|
<name xml:lang="en">zero</name>
|
||||||
<description xml:lang="zh-CN">负责输出RSS的模块。</description>
|
<name xml:lang="en">zero</name>
|
||||||
<description xml:lang="jp">RSS出力を担うモジュールです。</description>
|
<description xml:lang="ko">RSS 출력을 담당하는 모듈</description>
|
||||||
<description xml:lang="en">This modules is for printing RSS.</description>
|
<description xml:lang="zh-CN">负责输出RSS的模块。</description>
|
||||||
</author>
|
<description xml:lang="jp">RSS出力を担うモジュールです。</description>
|
||||||
</module>
|
<description xml:lang="en">This modules is for printing RSS.</description>
|
||||||
|
<description xml:lang="en">Este módulo es para imprimir RSS.</description>
|
||||||
|
</author>
|
||||||
|
</module>
|
||||||
|
|
|
||||||
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