Convert all module lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 16:01:17 +09:00
parent 9b621d9c8c
commit 615416ab7f
297 changed files with 13745 additions and 17656 deletions

View file

@ -0,0 +1,13 @@
<?php
$lang->addon = '插件';
$lang->addon_info = '插件信息';
$lang->addon_maker = '插件作者';
$lang->addon_license = '版权';
$lang->addon_history = '更新纪录 ';
$lang->about_addon_mid = '可以指定使用插件的对象。(全部解除表示可用在所有对象。)';
$lang->about_addon = '插件就是对动作(Action)的有效控制来给核心程序提供扩展功能的一种组件。<br />只需启用/禁用操作,即可为网站提供强大的扩展功能。';
$lang->installed_addons = '已安装插件';
$lang->about_installed_addon = '选择PC和Mobile的可使用的插件';
$lang->fixed = '固定';
$lang->about_fixed = '选择此项后,网站管理员将无法更改设置。';
$lang->msg_not_exist_option = '此插件不存在设置。';