mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
set svn property - svn:eol-style LF
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9802eaa60a
commit
620b03d184
763 changed files with 114595 additions and 114595 deletions
|
|
@ -1,33 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* @archivo modules/comment/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @sumario Paquete del idioma español para el módulo de comentarios.
|
||||
**/
|
||||
|
||||
$lang->cmd_comment_do = 'Usted ...';
|
||||
|
||||
$lang->comment_list = 'Comentarios Lista';
|
||||
$lang->cmd_delete_checked_comment = 'Eliminar lo seleccionado' ;
|
||||
|
||||
$lang->comment_count = '댓글 수';
|
||||
$lang->about_comment_count = '댓글을 정해진 수 만큼만 표시하고 그 이상일 경우 목록으로 이동할 수 있게 합니다.';
|
||||
|
||||
$lang->msg_cart_is_null = 'Selecciona el commentario que desea eliminar';
|
||||
$lang->msg_checked_comment_is_deleted = '%d comentario eliminado correctamente.';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'content' => 'Contenido',
|
||||
'user_id' => 'ID',
|
||||
'user_name' => 'Nombre',
|
||||
'nick_name' => 'Apodo',
|
||||
'member_srl' => 'Member Serial',
|
||||
'email_address' => 'Correo Electrónico',
|
||||
'homepage' => 'Página web',
|
||||
'regdate' => 'Fecha del registro',
|
||||
'last_update' => 'Ultima actualización',
|
||||
'ipaddress' => 'Dirección IP',
|
||||
);
|
||||
|
||||
$lang->no_text_comment = 'No text in this comment.';
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @archivo modules/comment/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @sumario Paquete del idioma español para el módulo de comentarios.
|
||||
**/
|
||||
|
||||
$lang->cmd_comment_do = 'Usted ...';
|
||||
|
||||
$lang->comment_list = 'Comentarios Lista';
|
||||
$lang->cmd_delete_checked_comment = 'Eliminar lo seleccionado' ;
|
||||
|
||||
$lang->comment_count = '댓글 수';
|
||||
$lang->about_comment_count = '댓글을 정해진 수 만큼만 표시하고 그 이상일 경우 목록으로 이동할 수 있게 합니다.';
|
||||
|
||||
$lang->msg_cart_is_null = 'Selecciona el commentario que desea eliminar';
|
||||
$lang->msg_checked_comment_is_deleted = '%d comentario eliminado correctamente.';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'content' => 'Contenido',
|
||||
'user_id' => 'ID',
|
||||
'user_name' => 'Nombre',
|
||||
'nick_name' => 'Apodo',
|
||||
'member_srl' => 'Member Serial',
|
||||
'email_address' => 'Correo Electrónico',
|
||||
'homepage' => 'Página web',
|
||||
'regdate' => 'Fecha del registro',
|
||||
'last_update' => 'Ultima actualización',
|
||||
'ipaddress' => 'Dirección IP',
|
||||
);
|
||||
|
||||
$lang->no_text_comment = 'No text in this comment.';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue