스페인어 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2486 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
sanghunjun 2007-09-04 00:13:30 +00:00
parent 0a43028d09
commit 4afac90158
2 changed files with 31 additions and 17 deletions

View file

@ -1,17 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">페이지</title>
<title xml:lang="zh-CN">页面</title>>
<title xml:lang="jp">ページ</title>
<title xml:lang="en">Page</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">페이지를 제작하여 컨텐츠로 연결할 수 있는 모듈</description>
<description xml:lang="zh-CN">制作页面并能连接到内容区的模块。</description>
<description xml:lang="jp">ページを作成してコンテンツとしてリンクできるようにするためのモジュールです。</description>
<description xml:lang="en">This module is for creating pages to link with contents.</description>
</author>
</module>
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">페이지</title>
<title xml:lang="zh-CN">页面</title>>
<title xml:lang="jp">ページ</title>
<title xml:lang="en">Page</title>
<title xml:lang="es">Página</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="es">zero</name>
<description xml:lang="ko">페이지를 제작하여 컨텐츠로 연결할 수 있는 모듈</description>
<description xml:lang="zh-CN">制作页面并能连接到内容区的模块。</description>
<description xml:lang="jp">ページを作成してコンテンツとしてリンクできるようにするためのモジュールです。</description>
<description xml:lang="en">This module is for creating pages to link with contents.</description>
<description xml:lang="es">Este módulo is para crear página para enlazar con contenidos.</description>
</author>
</module>

View file

@ -0,0 +1,11 @@
<?php
/**
* @archivo modules/page/lang/es.lang.php
* @autor zero (zero@nzeo.com)
* @sumario Paquete del idioma espanol para la pagina de modulo (basico)
**/
$lang->page = "Pagina";
$lang->about_page = "Esto es un modulo de blog, lo cual usted puede crear una pagina completa.\nUsando los ultimos u otros widgets, Usted puede crear una pagina dinamica. A traves del componente del editor, tambien puede crear paginas de gran variedad.\nURL de coneccion es el mismo que de los otros modulos como mid=Nombre del modulo.\n Si selcciona como predefinido esta pagina sera la pagina principal del sitio.";
$lang->cmd_page_modify = "Modificar";
?>