mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2473 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0a99c23f1c
commit
85f7dd9153
2 changed files with 22 additions and 22 deletions
|
|
@ -1,20 +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="en">Attachment</title>
|
||||
<title xml:lang="es">Ajuntar archivo</title>
|
||||
<title xml:lang="jp">添付ファイル</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>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<description xml:lang="ko">첨부 파일 관리하는 모듈입니다.</description>
|
||||
<description xml:lang="zh-CN">管理附件的模块。</description>
|
||||
<description xml:lang="en">Module for managing attachments.</description>
|
||||
<description xml:lang="es">Es el módulo maneja archivo ajuntado.</description>
|
||||
<description xml:lang="jp">添付ファイルを管理するモジュールです。</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="en">Attachment</title>
|
||||
<title xml:lang="es">Ajuntar archivos</title>
|
||||
<title xml:lang="jp">添付ファイル</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>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<description xml:lang="ko">첨부 파일 관리하는 모듈입니다.</description>
|
||||
<description xml:lang="zh-CN">管理附件的模块。</description>
|
||||
<description xml:lang="en">Module for managing attachments.</description>
|
||||
<description xml:lang="es">Módulo para manejar los archivos adjuntos.</description>
|
||||
<description xml:lang="jp">添付ファイルを管理するモジュールです。</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
/**
|
||||
* @archivo modules/file/lang/es.lang.php
|
||||
* @autor zero <zero@nzeo.com>
|
||||
* @sumario Paquete del idioma español para archivos adjuntos
|
||||
* @sumario Paquete del idioma español para los archivos adjuntos
|
||||
**/
|
||||
|
||||
$lang->file = 'Archivo adjunto';
|
||||
$lang->file = 'Adjuntar archivos';
|
||||
$lang->file_name = 'Nombre del archivo';
|
||||
$lang->file_size = 'Tamaño del archivo';
|
||||
$lang->download_count = 'Cantidad Bajado';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue