rhymix/modules/comment/lang/jp.lang.php
2007-11-07 00:09:28 +00:00

27 lines
971 B
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
* @brief コメント(comment) モジュールの基本言語パッケージ
**/
$lang->cmd_comment_do = 'このコメントを..';
$lang->comment_list = 'コメントリスト';
$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アドレス',
);
?>