git-svn-id: http://xe-core.googlecode.com/svn/trunk@1865 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-07-04 08:54:56 +00:00
parent b376053c1c
commit 74374604a0
27 changed files with 730 additions and 46 deletions

View file

@ -0,0 +1,23 @@
<?php
/**
* @file modules/comment/lang/ko.lang.php
* @author zero <zero@nzeo.com> 翻訳keinicht
* @brief コメント(comment) モジュールの基本言語パッケージ
**/
$lang->cmd_delete_checked_comment = '選択項目削除';
$lang->msg_cart_is_null = '削除するものを選択して下さい';
$lang->msg_checked_comment_is_deleted = '%d個のコメントが削除されました';
$lang->search_target_list = array(
'content' => '内容',
'user_id' => 'ID',
'user_name' => '名前',
'nick_name' => 'ニック',
'email_address' => 'メールアドレス',
'homepage' => 'ホームページ',
'regdate' => '登録日',
'last_update' => '最終更新日 ',
'ipaddress' => 'IP アドレス',
);
?>