rhymix/modules/trackback/lang/jp.lang.php
zero 8326004cb2 삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-08-12 03:59:52 +00:00

24 lines
975 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

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/trackback/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @brief トラックバックtrackbackモジュール基本言語パッケージ
**/
$lang->cmd_delete_checked_trackback = '選択トラックバック削除';
$lang->msg_cart_is_null = '削除する書き込みを選択してください。';
$lang->msg_checked_trackback_is_deleted = '%d個のトラックバックが削除されました。';
$lang->search_target_list = array(
'url' => 'URL',
'blog_name' => 'サイト名',
'title' => 'ブログ名',
'excerpt' => '要約内容',
'regdate' => '登録日',
'ipaddress' => 'IPアドレス',
);
$lang->enable_trackback = "トラックバック使用";
$lang->about_enable_trackback = "チェックを外すと、すべてのコンテンツに対してトラックバックの受信を中止します。";
?>