mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
스페인어(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:
parent
554a7ddced
commit
7083aa37e4
26 changed files with 395 additions and 3 deletions
|
|
@ -3,12 +3,15 @@
|
|||
<title xml:lang="ko">게시판</title>
|
||||
<title xml:lang="zh-CN">Board</title>
|
||||
<title xml:lang="en">board</title>
|
||||
<title xml:lang="es">Boletín</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="en">zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<description xml:lang="ko">게시판의 기능을 담당하는 모듈. 게시판의 생성/추가 관리등의 관리자 기능도 포함합니다.</description>
|
||||
<description xml:lang="zh-CN">担当Board功能的模块。管理员功能包含Board生成/添加管理等。</description>
|
||||
<description xml:lang="en">Module of the board''s function. Also includes administrator functions such as creating/managing boards.</description>
|
||||
<description xml:lang="es">Es el módulo para funciónar a boletín. Incluye funciónes de administración como crear/ agregar o manejar boletín.</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
17
modules/board/lang/es.lang.php
Normal file
17
modules/board/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* @file es.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Paquete lingual para Módulo de boletín
|
||||
**/
|
||||
|
||||
$lang->board = "Boletín";
|
||||
|
||||
// Palabras utiliza en botónes
|
||||
$lang->cmd_board_list = 'Lista de boletín';
|
||||
$lang->cmd_module_config = 'configuración comun de boletínes';
|
||||
$lang->cmd_view_info = 'ver información de boletín';
|
||||
$lang->move_target_module = "Módulo para mover";
|
||||
|
||||
$lang->about_board = "Es el módulo para crear y manejar boletínes.\nDespues de crear un boletín, haga clic en nombre de módulos para configuración mas detallado.\nEl nombre de módulo es nombre de URL, sea cuidoso deseando el nombre. (ej : http://dominio/zb/?mid=nombre de módulo)";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue