mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
15 lines
532 B
PHP
15 lines
532 B
PHP
<?php
|
|
/**
|
|
* @file en.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief English Language Pack
|
|
**/
|
|
|
|
$lang->addon = "Addon";
|
|
|
|
$lang->addon_info = 'Summary of this Addon';
|
|
$lang->addon_maker = 'Author of this Addon';
|
|
$lang->addon_history = 'Addon History';
|
|
|
|
$lang->about_addon = 'Addon serves to control behaviors rather than to display the HTML results.<br />Simply toggling any addon you want on and off allows you to interoperate with features that are useful to maintain your site';
|
|
?>
|