rhymix/modules/comment/lang/jp.lang.php
2009-03-25 13:52:15 +00:00

32 lines
1.2 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/comment/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ、liahona
* @brief コメント(comment) モジュールの基本言語パッケージ
**/
$lang->cmd_comment_do = 'このコメントを..';
$lang->comment_list = 'コメントリスト';
$lang->cmd_toggle_checked_comment = '選択項目の反転';
$lang->cmd_delete_checked_comment = '選択項目削除';
$lang->comment_count = 'コメント数';
$lang->about_comment_count = 'コメントを指定した数だけ表示し、それ以上はリスト化します。';
$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' => 'ニックネーム',
'member_srl' => '会員番号',
'email_address' => 'メールアドレス',
'homepage' => 'ホームページURL',
'regdate' => '登録日',
'last_update' => '最終更新日 ',
'ipaddress' => 'IPアドレス',
);
?>