스페인어(by 이코님) 7월 9일 16시분까지 적용

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1881 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-09 07:12:25 +00:00
parent 554a7ddced
commit 7083aa37e4
26 changed files with 395 additions and 3 deletions

View file

@ -4,14 +4,17 @@
<title xml:lang="jp">コメント</title>
<title xml:lang="zh-CN">评论</title>
<title xml:lang="en">Comment</title>
<title xml:lang="es">Commentarios</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">ゼロ</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="es">zero</name>
<description xml:lang="ko">게시판이나 블로그등의 댓글을 관리하는 모듈입니다.</description>
<description xml:lang="jp">掲示板やブログなどのコメントを管理するモジュールです</description>
<description xml:lang="zh-CN">管理Board或博客评论的模块。</description>
<description xml:lang="en">Module for managing board/blog''s comments</description>
<description xml:lang="es">Es el módulo para manejar commentarios en blog o boletínes.</description>
</author>
</module>

View file

@ -0,0 +1,23 @@
<?php
/**
* @file modules/comment/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief Paquete lingual de módulo commentario.
**/
$lang->cmd_delete_checked_comment = 'Eliminar la selección';
$lang->msg_cart_is_null = 'Seleccióna el commentario desea eliminar';
$lang->msg_checked_comment_is_deleted = '%d commentarios ha eliminado.';
$lang->search_target_list = array(
'content' => 'Contenido',
'user_id' => 'ID',
'user_name' => 'Nombre',
'nick_name' => 'Apodo',
'email_address' => 'Correo Electrónico',
'homepage' => 'Pagina de web',
'regdate' => 'Fecha de registro',
'last_update' => 'Ultima actualización',
'ipaddress' => 'Dirección IP',
);
?>