rhymix/modules/addon/lang/jp.lang.php
2009-04-15 23:50:10 +00:00

17 lines
814 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 jp.lang.php
* @author zero (zero@nzeo.com) 翻訳RisaPapa、ミニミ
* @brief 日本語言語パッケージ
**/
$lang->addon = 'アドオン';
$lang->addon_info = 'アドオン情報';
$lang->addon_maker = 'アドオン制作者';
$lang->addon_license = 'ライセンス';
$lang->addon_history = '変更内容';
$lang->about_addon_mid = "アドオンが使われる対象を指定します。<br />(選択なしの場合、全ての対象で利用可能)";
$lang->about_addon = 'アドオンは、HTMLの出力をコントロールするというより動作を制御する役割をします。お好みのアドオンを「使用/未使用」に設定するだけでサイトの運営に有用な機能が利用出来ます。';
?>