mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Clean up admin footer and adjust lang codes
This commit is contained in:
parent
30493947d8
commit
ab757d0b8a
5 changed files with 14 additions and 11 deletions
|
|
@ -96,7 +96,7 @@ $lang->follow_default_lang = 'System Default';
|
|||
$lang->lang_select = 'Supported Languages';
|
||||
$lang->auto_select_lang = 'Auto-select Language';
|
||||
$lang->about_auto_select_lang = 'Automatically select the language based on the language of each visitor\'s browser.';
|
||||
$lang->about_recompile_cache = 'Delete useless or invalid cache files?';
|
||||
$lang->about_recompile_cache = 'Delete old cache files?';
|
||||
$lang->confirm_run = 'It may take a long time. Do you want to run?';
|
||||
$lang->use_ssl = 'Use HTTPS';
|
||||
$lang->ssl_options['none'] = 'No';
|
||||
|
|
@ -318,8 +318,8 @@ $lang->site_default_color_scheme_options = array(
|
|||
);
|
||||
$lang->use_sso = 'Use <abbr title="Single Sign On">SSO</abbr>?';
|
||||
$lang->about_use_sso = 'Logging into one domain will automatically log the user into all domains.';
|
||||
$lang->about_arrange_session = 'Do you want to clean up session?';
|
||||
$lang->cmd_clear_session = 'Clean up session';
|
||||
$lang->about_arrange_session = 'Do you want to clean up old session data?';
|
||||
$lang->cmd_clear_session = 'Session cleanup';
|
||||
$lang->save = 'Save';
|
||||
$lang->view = 'View';
|
||||
$lang->select = 'Select';
|
||||
|
|
@ -336,7 +336,7 @@ $lang->no_select = 'No Select';
|
|||
$lang->admin_logo = 'Admin Page Logo';
|
||||
$lang->admin_title = 'Admin Page Title';
|
||||
$lang->admin_menu_add = 'Add Admin Menu';
|
||||
$lang->bug_report = 'Bug Report';
|
||||
$lang->bug_report = 'Report bugs';
|
||||
$lang->theme_setting = 'Theme Setting';
|
||||
$lang->skin_setting = 'Skin Setting';
|
||||
$lang->msg_thumbnail_not_exist = 'Thumbnail does not exist';
|
||||
|
|
@ -353,9 +353,9 @@ $lang->need_update = 'Complete configuration';
|
|||
$lang->need_table = 'Create DB table';
|
||||
$lang->admin_menu_setup = 'Admin Menu Setup';
|
||||
$lang->no_data = 'There is no data submitted.';
|
||||
$lang->cmd_admin_menu_reset = 'Initialize admin menu';
|
||||
$lang->confirm_reset_admin_menu = 'Are you sure initialize the admin menu?';
|
||||
$lang->cmd_view_server_env = 'View Server Env.';
|
||||
$lang->cmd_admin_menu_reset = 'Reset admin menu';
|
||||
$lang->confirm_reset_admin_menu = 'Are you sure reset the admin menu?';
|
||||
$lang->cmd_view_server_env = 'View server env.';
|
||||
$lang->server_env = 'Server Environment';
|
||||
$lang->ftp_deprecated = 'FTP functionality is deprecated in Rhymix.<br>If you are having difficulty installing and updating third-party software, please check your server permissions.';
|
||||
$lang->ftp_form_title = 'FTP Account Information';
|
||||
|
|
@ -413,6 +413,7 @@ $lang->unsupported_php_version_required = 'Requirement: minimum PHP 7.2 or highe
|
|||
$lang->unsupported_php_version_current = 'Your version: PHP %s';
|
||||
$lang->admin_cleanup_unnecessary_core_files = 'Clean up unnecessary core files';
|
||||
$lang->about_cleanup_unnecessary_core_files = 'Your site map contain unnecessary files from older versions of Rhymix or XE.<br>This feature will help you clean them up.<br>All of the following files and directories are safe to delete if you have updated to the current version in the normal way.';
|
||||
$lang->cmd_cleanup_core_files = 'Core files cleanup';
|
||||
$lang->msg_cleanup_notice_title = 'Unnecessary core files found';
|
||||
$lang->msg_cleanup_notice_content = 'Rhymix has found %s unnecessary core files. <a href="%s">Click here to clean them up.</a>';
|
||||
$lang->cmd_cleanup_filename = 'Filename to delete';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue