git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

View file

@ -0,0 +1,23 @@
<?php
/**
* @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->search_target_list = array(
'content' => '内容',
'user_id' => 'ユーザID',
'user_name' => '名前',
'nick_name' => 'ニックネーム',
'email_address' => 'メールアドレス',
'homepage' => 'ホームページ',
'regdate' => '登録日',
'last_update' => '最終更新日 ',
'ipaddress' => 'IPアドレス',
);
?>