rhymix/modules/addon/lang/jp.lang.php
2007-07-10 08:42:29 +00:00

15 lines
600 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_history = '変更事項';
$lang->about_addon = '機能拡張は、HTMLの出力をコントロールするというより動作を制御する役割をします。<br />お好みの機能拡張を「 オン/オフ」するだけでサイトの運営に有用な機能が利用できます。';
?>