mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +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' => "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',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user