rhymix/modules/trackback/lang/jp.lang.php

24 lines
938 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 = "체크를 해제하시면 사이트내에 모든 글의 엮인글 접수를 중지합니다";
?>