mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
16
modules/addon/lang/ja.php
Normal file
16
modules/addon/lang/ja.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
$lang->addon = 'アドオン';
|
||||
$lang->addon_info = 'アドオン情報';
|
||||
$lang->addon_maker = 'アドオン制作者';
|
||||
$lang->addon_license = 'ライセンス';
|
||||
$lang->addon_history = '変更履歴';
|
||||
$lang->about_addon_mid = 'アドオンを使用する対象を指定します。(選択しない場合、すべてのモジュールで利用可能になります。)';
|
||||
$lang->about_addon = 'アドオンは、HTMLの出力をコントロールするというより、動作を制御する役割をします。アドオンを「使用/未使用」に設定するだけで、サイトの運営に有用な機能を利用できます。';
|
||||
$lang->installed_addons = 'インストールされたアドオン';
|
||||
$lang->about_installed_addon = 'PC、Mobileを選択するとアドオンを使用できます。';
|
||||
$lang->fixed = '固定';
|
||||
$lang->about_fixed = '選択すると、サイト管理者がこの設定を変更することができません。';
|
||||
$lang->msg_not_exist_option = 'このアドオンは、設定がありません。';
|
||||
$lang->run_method = '動作方式';
|
||||
$lang->run_selected_module = '選択したモジュールで使用する。';
|
||||
$lang->no_run_selected_module = '選択したモジュールで使用しない。';
|
||||
Loading…
Add table
Add a link
Reference in a new issue