mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
스페인어 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2514 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c3a5f937a7
commit
6fb03a1ef6
14 changed files with 64 additions and 64 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<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="es">Adjuntar 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>
|
||||
|
|
|
|||
|
|
@ -10,20 +10,20 @@
|
|||
$lang->file_size = 'Tamaño del archivo';
|
||||
$lang->download_count = 'Cantidad Bajado';
|
||||
$lang->status = 'Estado';
|
||||
$lang->is_valid = 'Valido';
|
||||
$lang->is_valid = 'Válido';
|
||||
$lang->is_stand_by = 'En espera';
|
||||
$lang->file_list = 'Lista de archivos adjuntos';
|
||||
$lang->allowed_filesize = 'Límite del tamaño del archivo adjunto';
|
||||
$lang->allowed_attach_size = 'Límite del tamaño total de los archivos adjuntos por documento';
|
||||
$lang->allowed_filetypes = 'Tipos de archivos permitidos';
|
||||
|
||||
$lang->about_allowed_filesize = 'Puede definir el límite deltamaño del archivo adjunto. (exceptuando el administrador)';
|
||||
$lang->about_allowed_attach_size = 'Pueude definir el límite del tamaño total de los archivos adjuntos por documento. (exceptuando el administrador)';
|
||||
$lang->about_allowed_filesize = 'Puede definir el límite del tamaño del archivo adjunto. (exceptuando el administrador)';
|
||||
$lang->about_allowed_attach_size = 'Puede definir el límite del tamaño total de los archivos adjuntos por documento. (exceptuando el administrador)';
|
||||
$lang->about_allowed_filetypes = 'Puede definir las extensiones de los archivos permitidos. Para permitir una extensión use "*.extensión". Para permitir más de una extensión use ";".<br />ej) *.* o *.jpg;*.gif;etc.<br />(exceptuando el administrador)';
|
||||
|
||||
$lang->cmd_delete_checked_file = 'Eliminar el archivo seleccionado';
|
||||
$lang->cmd_move_to_document = 'Moverse a doncumento';
|
||||
$lang->cmd_download = 'Bajar';
|
||||
$lang->cmd_move_to_document = 'Mover hacia el doncumento';
|
||||
$lang->cmd_download = 'Descargar';
|
||||
|
||||
$lang->msg_cart_is_null = 'Seleccione el archivo a eliminar';
|
||||
$lang->msg_checked_file_is_deleted = 'Total de %d archivos eliminados';
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
$lang->search_target_list = array(
|
||||
'filename' => 'Nombre del archivo',
|
||||
'filesize' => 'Tamaño del archivo (Byte, sobre)',
|
||||
'download_count' => 'Bajados (Sobre)',
|
||||
'download_count' => 'Descargados (Sobre)',
|
||||
'regdate' => 'La fecha registrada',
|
||||
'ipaddress' => 'Dirección IP',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue