mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
827 B
PHP
13 lines
827 B
PHP
<?php
|
|
$lang->addon = 'Addon';
|
|
$lang->addon_info = 'Summary of this Addon';
|
|
$lang->addon_maker = 'Author of this Addon';
|
|
$lang->addon_license = 'License';
|
|
$lang->addon_history = 'Addon History';
|
|
$lang->about_addon_mid = 'Select a target where the added is used. (If you select none, the addon will be used on all targets.)';
|
|
$lang->about_addon = 'Addons control many actions performed in your site rather than display HTML results.<br />You can control useful functions simply by switching ON/OFF of addons.';
|
|
$lang->installed_addons = 'Installed Add-ons';
|
|
$lang->about_installed_addon = 'Check PC and Mobile to switch on the addon.';
|
|
$lang->fixed = 'Fixed';
|
|
$lang->about_fixed = 'Check this, and the site administrator cannot change this setting.';
|
|
$lang->msg_not_exist_option = 'Configuration for this addon does not exist.';
|