mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
settings load from database and i18n from config files
This commit is contained in:
@@ -676,6 +676,12 @@ $lang_settings = array
|
||||
'text_email_notification_note' => "是否允许用户在收取新短讯、评论等时候收到邮件提示。",
|
||||
'text_users_get' => "首次升级至此等级的用户将获得",
|
||||
'text_invitations_default' => "个邀请名额。默认",
|
||||
'row_use_cron_trigger_cleanup' => '使用定时器进行清理',
|
||||
'text_use_cron_trigger_cleanup_note' => '确保已经配置好定时任务',
|
||||
'row_display_errors' => '显示错误',
|
||||
'text_display_errors_note' => '在网页上展示错误信息',
|
||||
'row_logging' => '运行日志路径',
|
||||
'text_logging_note' => '请填写你的运行时日志路径',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user