rhymix/modules/comment/lang/jp.lang.php

23 lines
835 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/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 アドレス',
);
?>