영어 - 기존 번역본 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2106 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-08-01 04:40:20 +00:00
parent 12af1fdf18
commit f09e7107f9
9 changed files with 39 additions and 37 deletions

View file

@ -14,7 +14,7 @@
<description xml:lang="ko">게시판이나 블로그등의 댓글을 관리하는 모듈입니다.</description>
<description xml:lang="jp">掲示板やブログなどのコメントを管理するモジュールです。</description>
<description xml:lang="zh-CN">管理版面或博客评论的模块。</description>
<description xml:lang="en">Module for managing board/blog''s comments</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

@ -4,10 +4,10 @@
* @author zero <zero@nzeo.com>
* @brief comment module's basic language pack
**/
$lang->cmd_delete_checked_comment = 'Delete selected';
$lang->cmd_delete_checked_comment = 'Delete selected item';
$lang->msg_cart_is_null = 'Choose the entry you want to delete';
$lang->msg_checked_comment_is_deleted = 'Total of %d comments were deleted';
$lang->msg_cart_is_null = 'Please select an article to delete';
$lang->msg_checked_comment_is_deleted = '%d comments were deleted successfully';
$lang->search_target_list = array(
'content' => 'Content',
@ -17,7 +17,7 @@
'email_address' => 'Email',
'homepage' => 'Homepage',
'regdate' => 'Date',
'last_update' => 'Last updated ',
'last_update' => 'Last update',
'ipaddress' => 'IP Address',
);
?>