settings load from database and i18n from config files

This commit is contained in:
xiaomlove
2021-01-12 21:14:02 +08:00
parent f763eeac98
commit 9934c312b7
16 changed files with 374 additions and 360 deletions
+6
View File
@@ -676,6 +676,12 @@ $lang_settings = array
'text_email_notification_note' => "Allow users to receive email notification when he gets new pm, comment, etc.",
'text_users_get' => "Users would get ",
'text_invitations_default' => " invitations the first time he is promoted to this class. Default ",
'row_use_cron_trigger_cleanup' => 'Use cron trigger cleanup',
'text_use_cron_trigger_cleanup_note' => 'Make sure have configure crontab job',
'row_display_errors' => 'Display errors',
'text_display_errors_note' => 'Display errors message on page',
'row_logging' => 'Runtime log path',
'text_logging_note' => 'Please enter your runtime log path',
);
?>