일본어 적용. by 리사파파님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2011 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 07:09:09 +00:00
parent f4be53df87
commit e3a483040e
18 changed files with 58 additions and 30 deletions

View file

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