mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
399 lines
No EOL
28 KiB
PHP
399 lines
No EOL
28 KiB
PHP
<?php
|
|
$lang->admin = 'Admin';
|
|
$lang->cmd_configure = 'Configure';
|
|
$lang->subtitle_primary = 'Basic Settings';
|
|
$lang->subtitle_site_info = 'Site';
|
|
$lang->subtitle_notification = 'Notifications';
|
|
$lang->subtitle_security = 'Security';
|
|
$lang->subtitle_advanced = 'Advanced';
|
|
$lang->subtitle_domains = 'Domains';
|
|
$lang->subtitle_debug = 'Debug';
|
|
$lang->subtitle_seo = 'SEO Settings';
|
|
$lang->subtitle_etc = 'Other Settings';
|
|
$lang->current_state = 'Current state';
|
|
$lang->latest_documents = 'Latest Documents';
|
|
$lang->latest_comments = 'Latest Comments';
|
|
$lang->latest_trackbacks = 'Latest Trackbacks';
|
|
$lang->notices = 'Notices';
|
|
$lang->favorites = 'Favorites';
|
|
$lang->admin_info = 'Administrator Info';
|
|
$lang->admin_index = 'Index Admin Page';
|
|
$lang->control_panel = 'Dashboard';
|
|
$lang->site_title = 'Site Title';
|
|
$lang->site_subtitle = 'Site Subtitle';
|
|
$lang->start_module = 'Homepage';
|
|
$lang->select_site = 'Site';
|
|
$lang->select_module_type = 'Module Type';
|
|
$lang->select_module_instance = 'Select Page';
|
|
$lang->module_category_title['service'] = 'Services';
|
|
$lang->module_category_title['member'] = 'Members';
|
|
$lang->module_category_title['content'] = 'Contents';
|
|
$lang->module_category_title['statistics'] = 'Statistics';
|
|
$lang->module_category_title['construction'] = 'Construction';
|
|
$lang->module_category_title['utility'] = 'Utilities';
|
|
$lang->module_category_title['interlock'] = 'Embedded';
|
|
$lang->module_category_title['accessory'] = 'Accessories';
|
|
$lang->module_category_title['migration'] = 'Data Migration';
|
|
$lang->module_category_title['system'] = 'System Setting';
|
|
$lang->menu_gnb['dashboard'] = 'Dashboard';
|
|
$lang->menu_gnb['menu'] = 'Menu';
|
|
$lang->menu_gnb['user'] = 'Member';
|
|
$lang->menu_gnb['content'] = 'Content';
|
|
$lang->menu_gnb['configuration'] = 'Settings';
|
|
$lang->menu_gnb['advanced'] = 'Advanced';
|
|
$lang->advanced_settings = 'Advanced Settings';
|
|
$lang->newest_news = 'Latest News';
|
|
$lang->env_setup = 'Settings';
|
|
$lang->default_url = 'Default URL';
|
|
$lang->about_default_url = 'Enter a default URL to be used to control multiple websites, including Rhymix installation path. E.g.) http://domain/installation path';
|
|
$lang->env_information = 'Environment Information';
|
|
$lang->current_version = 'Current Version';
|
|
$lang->current_path = 'Installed Path';
|
|
$lang->released_version = 'Latest Version';
|
|
$lang->about_download_link = 'New version of Rhymix is now available! Please click the download link to get the latest version.';
|
|
$lang->item_addon = 'Addon List';
|
|
$lang->item_widget = 'Widget List';
|
|
$lang->item_layout = 'Layout List';
|
|
$lang->module_name = 'Module Name';
|
|
$lang->addon_name = 'Addon Name';
|
|
$lang->version = 'Version';
|
|
$lang->table_count = 'The Number of Tables';
|
|
$lang->installed_path = 'Installed Path';
|
|
$lang->cmd_shortcut_management = 'Edit Menu';
|
|
$lang->msg_is_not_administrator = 'Only administrator can access this page.';
|
|
$lang->msg_manage_module_cannot_delete = 'Shortcuts of module, addon, layout, widget cannot be removed.';
|
|
$lang->msg_default_act_is_null = 'Shortcut cannot be registered because the default admin Action is not set.';
|
|
$lang->msg_blacklisted_plugin = 'This plugin has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.';
|
|
$lang->msg_blacklisted_module = 'This module has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.';
|
|
$lang->msg_blacklisted_addon = 'This addon has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.';
|
|
$lang->msg_blacklisted_widget = 'This widget has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.';
|
|
$lang->msg_blacklisted_layout = 'This layout has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.';
|
|
$lang->msg_blacklisted_reason['autolang'] = 'Similar functionality can be configured in the <a href="./index.php?module=admin&act=dispAdminConfigGeneral">System Settings</a> page.';
|
|
$lang->msg_blacklisted_reason['auto_login'] = 'The functionality that this module used to provide is included by default in Rhymix.';
|
|
$lang->msg_blacklisted_reason['errorlogger'] = 'Similar functionality can be configured in the <a href="./index.php?module=admin&act=dispAdminConfigDebug">Debug Settings</a> page.';
|
|
$lang->msg_blacklisted_reason['fix_mysql_utf8'] = 'The functionality that this addon used to provide is included by default in Rhymix.';
|
|
$lang->msg_blacklisted_reason['homepage'] = 'The functionality that this module used to provide must be reimplemented using the multidomain feature of Rhymix.';
|
|
$lang->msg_blacklisted_reason['jquerycdn'] = 'This addon is known to cause errors in Rhymix.';
|
|
$lang->msg_blacklisted_reason['member_communication'] = 'The functionality that this addon used to provide has been moved to the member and ncenterlite modules.';
|
|
$lang->msg_blacklisted_reason['multidomain'] = 'The functionality that this module used to provide is included by default in Rhymix.';
|
|
$lang->msg_blacklisted_reason['seo'] = 'Similar functionality can be configured in the <a href="./index.php?module=admin&act=dispAdminConfigSEO">SEO Settings</a> page.';
|
|
$lang->msg_blacklisted_reason['session_shield'] = 'The functionality that this addon used to provide is included by default in Rhymix.';
|
|
$lang->msg_blacklisted_reason['smartphone'] = 'This module was disabled in XE long before Rhymix even existed.';
|
|
$lang->msg_blacklisted_reason['zipperupper'] = 'Similar functionality can be configured in the <a href="./index.php?module=admin&act=dispAdminConfigAdvanced">Advanced Settings</a> page.';
|
|
$lang->msg_warning = 'Warning';
|
|
$lang->msg_failed_to_save_config = 'Failed to save configuration. Please check permissions on files/config.';
|
|
$lang->welcome_to_xe = 'Welcome to the Rhymix admin page.';
|
|
$lang->about_lang_env = 'If you want to make the language setting same for first-time visitors, change the language setting to what you want and click [Save] button below.';
|
|
$lang->xe_license = 'Rhymix complies with the GPL.';
|
|
$lang->yesterday = 'Yesterday';
|
|
$lang->today = 'Today';
|
|
$lang->cmd_admin_default_from_name = 'Default Sender Name';
|
|
$lang->cmd_admin_default_from_email = 'Default Sender E-mail';
|
|
$lang->cmd_admin_default_from_phone = 'Default Sender Number';
|
|
$lang->cmd_admin_default_reply_to = 'Reply-To';
|
|
$lang->cmd_admin_force_default_sender = 'Apply to All';
|
|
$lang->cmd_admin_sending_method = 'Sending Method';
|
|
$lang->cmd_admin_allow_split_sms = 'Split long SMS';
|
|
$lang->cmd_admin_allow_split_lms = 'Split long LMS/MMS';
|
|
$lang->cmd_admin_default_from_name_help = 'This name will be used in all outgoing emails, such as welcome e-mails, authentication e-mails, and other e-mail notifications.';
|
|
$lang->cmd_admin_default_from_email_help = 'This e-mail address will be used in all outgoing e-mails.<br>If you are using SMTP or an external API, please check "Apply to All" to avoid having your e-mails treated as spam.';
|
|
$lang->cmd_admin_default_reply_to_help = 'This e-mail will receive replies. Please leave it empty if it is the same as the address above.<br>Some sending methods may not support a separate Reply-To address.';
|
|
$lang->cmd_admin_default_from_phone_help = 'This number will be used in all outgoing SMS notifications.<br>Some SMS gateways may require that you pre-register your phone number. In that case, you should also check "Apply to All".';
|
|
$lang->cmd_admin_sms_dummy_driver_help = 'Select "Dummy" if you are not going to send any SMS.';
|
|
$lang->cmd_admin_sms_sender_key_help = 'The sender key is used for Alimtalk. Please leave it empty if you do not use Alimtalk.';
|
|
$lang->cmd_admin_allow_split_sms_help = 'Split long texts into multiple SMS in order to prevent clipping.<br>This only applies to gateways that cannot send LMS/MMS. Otherwise, long texts will be automatically converted to LMS/MMS.';
|
|
$lang->cmd_admin_allow_split_lms_help = 'Split very long texts into multiple LMS/MMS in order to prevent clipping.<br>This may increase your LMS/MMS cost significantly.';
|
|
$lang->default_lang = 'Default Language';
|
|
$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->confirm_run = 'It may take a long time. Do you want to run?';
|
|
$lang->use_ssl = 'Use HTTPS';
|
|
$lang->ssl_options['none'] = 'No';
|
|
$lang->ssl_options['always'] = 'Yes (recommended)';
|
|
$lang->cmd_http_port = 'HTTP Port';
|
|
$lang->cmd_https_port = 'HTTPS Port';
|
|
$lang->cmd_index_module_srl = 'Main Module';
|
|
$lang->cmd_index_document_srl = 'Main Document';
|
|
$lang->cmd_default_language = 'Default Language';
|
|
$lang->cmd_new_domain = 'Add New Domain';
|
|
$lang->cmd_edit_domain = 'Edit Domain';
|
|
$lang->cmd_is_default_domain = 'Default Domain';
|
|
$lang->cmd_multidomain_configuration = 'Multidomain Configuration';
|
|
$lang->cmd_unregistered_domain_action = 'Unregistered Domains';
|
|
$lang->cmd_unregistered_domain_redirect_301 = '301 Redirect to Default Domain (Recommended)';
|
|
$lang->cmd_unregistered_domain_redirect_302 = '302 Redirect to Default Domain';
|
|
$lang->cmd_unregistered_domain_display = 'Display Main Screen as Usual';
|
|
$lang->cmd_unregistered_domain_block = '404 Not Found';
|
|
$lang->cmd_delete_domain = 'Would you like to delete this domain?';
|
|
$lang->about_use_ssl = 'Selecting \'Optional\' is to use SSL for the specified actions such as signing up and changing information.<br />Selecting \'Always\' is to use SSL for the entire pages, generated by Rhymix.<br>Please be careful! You may not be able to access to the site, before installing SSL certificate.';
|
|
$lang->server_ports = 'Server Port';
|
|
$lang->about_server_ports = 'If your web server does not use 80 for HTTP or 443 for HTTPS port, you should specify server ports.';
|
|
$lang->msg_site_title_is_empty = 'Please enter a title for the domain.';
|
|
$lang->msg_invalid_domain = 'Invalid domain.';
|
|
$lang->msg_domain_already_exists = 'The domain already exists.';
|
|
$lang->msg_invalid_http_port = 'Invalid HTTP port.';
|
|
$lang->msg_invalid_https_port = 'Invalid HTTPS port.';
|
|
$lang->msg_invalid_index_module_srl = 'The main module does not exist.';
|
|
$lang->msg_invalid_index_document_srl = 'The main document number does not exist.';
|
|
$lang->msg_invalid_index_document_srl_module_srl = 'The main module does not match the main document number.';
|
|
$lang->msg_lang_is_not_enabled = 'The language you selected is not enabled in this site.';
|
|
$lang->msg_invalid_timezone = 'The selected time zone is not usable on this server.';
|
|
$lang->use_db_session = 'Store Session in DB';
|
|
$lang->about_db_session = 'Store PHP sessions in the database. This setting must be turned on if you want to see current users or get detailed statistics.<br>Unnecessary use may decrease server performance.';
|
|
$lang->qmail_compatibility = 'Enable Qmail';
|
|
$lang->manager_layout = 'Module Setting Screen';
|
|
$lang->cmd_manager_layout_module = 'Use module layout';
|
|
$lang->cmd_manager_layout_admin = 'Use admin layout';
|
|
$lang->view_in_manager_layout = 'View in admin screen';
|
|
$lang->about_manager_layout = 'Force module setting screen to use the admin layout instead of the module\'s own layout.';
|
|
$lang->minify_scripts = 'Minify scripts';
|
|
$lang->cmd_minify_all = 'All files';
|
|
$lang->cmd_minify_common = 'Common files only';
|
|
$lang->cmd_minify_none = 'None';
|
|
$lang->about_minify_scripts = 'Automatically minify all CSS and JS scripts in the Core and all modules.';
|
|
$lang->concat_scripts = 'Combine scripts';
|
|
$lang->cmd_concat_none = 'Do not combine';
|
|
$lang->cmd_concat_css_only = 'Combine all CSS';
|
|
$lang->cmd_concat_js_only = 'Combine all JS';
|
|
$lang->cmd_concat_css_js = 'Combine both CSS and JS';
|
|
$lang->about_concat_scripts = 'Automatically combine CSS and JS scripts into as few files as possible. External scripts are not combined.';
|
|
$lang->use_server_push = 'Use HTTP/2 Server Push';
|
|
$lang->use_gzip = 'gzip Compression';
|
|
$lang->delay_session = 'Delay session start';
|
|
$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.<br>Selecting this option may interfere with autologin, and visitor counts may become inaccurate.';
|
|
$lang->use_samesite = 'SameSite attribute';
|
|
$lang->use_samesite_empty = 'Do not use';
|
|
$lang->about_use_samesite = 'Set the SameSite attribute for session cookies and session keys.<br>Lax is the recommended setting for most sites. You may need to use None if you are having difficulties integrating with external services such as payment gateways.<br>However, None is only valid when used with SSL-only sessions.';
|
|
$lang->use_session_keys = 'Use session security keys';
|
|
$lang->about_use_session_keys = 'Use additional security keys to guard against session theft. This setting is highly recommended if you don\'t use SSL-only sessions.<br>This setting may cause some users to become logged out.';
|
|
$lang->use_session_ssl = 'Use SSL-only session';
|
|
$lang->about_use_session_ssl = 'Force the session to be SSL-only.<br>This helps improve security if your site always uses SSL.';
|
|
$lang->use_cookies_ssl = 'Use SSL-only cookies';
|
|
$lang->about_use_cookies_ssl = 'Force all cookies to be SSL-only.';
|
|
$lang->check_csrf_token = 'Use CSRF tokens';
|
|
$lang->about_check_csrf_token = 'Use CSRF tokens to validate requests. This is more secure but may break some functionality.<br>If not selected, Rhymix will use only the Referer header to defend against CSRF attacks.';
|
|
$lang->use_nofollow = 'Use nofollow attribute';
|
|
$lang->about_use_nofollow = 'Add rel="nofollow" to all links submitted by users in order to reduce the effectiveness of spamming.<br>This does not apply to content submitted by the administrator.';
|
|
$lang->use_object_cache = 'Use Cache';
|
|
$lang->cache_default_ttl = 'Cache default TTL';
|
|
$lang->cache_host = 'Host';
|
|
$lang->cache_port = 'Port';
|
|
$lang->cache_dbnum = 'DB Number';
|
|
$lang->cache_truncate_method = 'Cache Truncate Method';
|
|
$lang->cache_truncate_method_delete = 'Delete cache folder itself';
|
|
$lang->cache_truncate_method_empty = 'Delete content of cache folder';
|
|
$lang->about_cache_truncate_method = 'It is faster and more reliable to delete the cache folder itself.<br />Choose the option to delete content only if the cache folder cannot be deleted, e.g. it is a mountpoint.';
|
|
$lang->msg_cache_handler_not_supported = 'Your server does not support the selected cache method, or Rhymix is unable to use the cache with the given settings.';
|
|
$lang->msg_invalid_default_url = 'The default URL is invalid.';
|
|
$lang->msg_default_url_ssl_inconsistent = 'In order to use SSL always, the default URL must also begin with https://';
|
|
$lang->msg_default_url_http_port_inconsistent = 'In order to change the HTTP port, the default URL must also include the port number.';
|
|
$lang->msg_default_url_https_port_inconsistent = 'In order to change the HTTPS port, the default URL must also include the port number.';
|
|
$lang->msg_dummy_or_do_not_use = 'disabled';
|
|
$lang->sftp = 'Use SFTP';
|
|
$lang->ftp_get_list = 'Get List';
|
|
$lang->ftp_remove_info = 'Remove FTP Info.';
|
|
$lang->msg_find_xe_path_fail = 'Failed to search Rhymix installed path automatically. Please set manually.';
|
|
$lang->msg_ftp_not_connected = 'Failed to connect to FTP server. Please check the hostname and port.';
|
|
$lang->msg_ftp_invalid_auth_info = 'Failed to log in to FTP server. Please check your username and password.';
|
|
$lang->msg_ftp_cannot_set_passive_mode = 'Failed to set passive mode. Please change your settings and try again.';
|
|
$lang->msg_ftp_invalid_path = 'Failed to read the specified FTP Path.';
|
|
$lang->msg_ftp_sftp_error = 'Failed to initialize SFTP mode after connecting to SSH server.';
|
|
$lang->use_ftp_passive_mode = 'Use FTP Passive Mode';
|
|
$lang->use_sftp_support = 'Use SFTP';
|
|
$lang->disable_sftp_support = 'You should install ssh2 PHP module to use SFTP.';
|
|
$lang->msg_self_restart_cache_engine = 'Please restart Memcached or cache daemon.';
|
|
$lang->debug_enabled = 'Enable Debugging';
|
|
$lang->debug_log_errors = 'Log Errors';
|
|
$lang->debug_log_queries = 'Log Queries';
|
|
$lang->debug_log_slow_queries = 'Log Slow Queries';
|
|
$lang->debug_log_slow_triggers = 'Log Slow Triggers';
|
|
$lang->debug_log_slow_widgets = 'Log Slow Widgets';
|
|
$lang->debug_log_slow_remote_requests = 'Log Slow Remote Requests';
|
|
$lang->debug_seconds = 'seconds or longer';
|
|
$lang->debug_display_type = 'Display Debug Info As';
|
|
$lang->debug_display_type_comment = 'HTML source comment';
|
|
$lang->debug_display_type_panel = 'On-screen panel';
|
|
$lang->debug_display_type_file = 'Write to file';
|
|
$lang->debug_display_content = 'Display Debug Content';
|
|
$lang->debug_display_content_request_info = 'Request/Response information';
|
|
$lang->debug_display_content_entries = 'Debug messages';
|
|
$lang->debug_display_content_errors = 'Errors';
|
|
$lang->debug_display_content_queries = 'Queries';
|
|
$lang->debug_display_content_slow_queries = 'Slow queries';
|
|
$lang->debug_display_content_slow_triggers = 'Slow triggers';
|
|
$lang->debug_display_content_slow_widgets = 'Slow widgets';
|
|
$lang->debug_display_content_slow_remote_requests = 'Slow remote requests';
|
|
$lang->debug_display_to = 'Display Debug Info To';
|
|
$lang->debug_display_to_admin = 'Administrator only';
|
|
$lang->debug_display_to_ip = 'Visitors from IP adresses listed below';
|
|
$lang->debug_display_to_everyone = 'Everyone';
|
|
$lang->debug_log_filename = 'Log filename';
|
|
$lang->debug_query_comment = 'Add Comment to Queries';
|
|
$lang->debug_write_error_log = 'Write to Error Log';
|
|
$lang->debug_write_error_log_all = 'All errors and warnings';
|
|
$lang->debug_write_error_log_fatal = 'Fatal errors only';
|
|
$lang->debug_write_error_log_none = 'None';
|
|
$lang->about_debug_log_filename = 'YYYYMMDD in the filename will be replaced with the current date.<br>It is recommended to split the log file by date to prevent it from getting too large.';
|
|
$lang->about_debug_write_error_log = 'Select how much information will be recorded in the PHP error log.<br>Error logs are recorded even if debugging is disabled in Rhymix.';
|
|
$lang->about_debug_error_log_path = 'The PHP error log is currently located at: %s';
|
|
$lang->about_debug_query_comment = 'Add a comment containing the query name and IP address to every SQL statement. This may help you determine where slow queries are coming from.';
|
|
$lang->msg_debug_log_filename_not_writable = 'Rhymix cannot write log files in the specified path.';
|
|
$lang->debug_allowed_ip = 'Allowed IP addresses';
|
|
$lang->seo_main_title = 'Main Page Title';
|
|
$lang->about_seo_main_title = 'This format will be used for the title of the main page.<br>The following variables are available: <b>$SITE_TITLE</b>, <b>$SITE_SUBTITLE</b>, <b>$SUBPAGE_TITLE</b>.';
|
|
$lang->seo_subpage_title = 'Subpage Title';
|
|
$lang->about_seo_subpage_title = 'This format will be used for the title of lists and other major components of your website.<br>In additions to the variables above, you can use <b>$PAGE</b>.';
|
|
$lang->seo_document_title = 'Document Page Title';
|
|
$lang->about_seo_document_title = 'This format will be used for the title of individual documents.<br>In additions to the variables above, you can use <b>$DOCUMENT_TITLE</b>.';
|
|
$lang->site_meta_keywords = 'SEO Keywords';
|
|
$lang->about_site_meta_keywords = 'These keywords will be used on pages that do not have their own keywords.';
|
|
$lang->site_meta_description = 'SEO Description';
|
|
$lang->about_site_meta_description = 'This description will be used on pages that do not have their own description.';
|
|
$lang->twitter_enabled = 'Add Twitter Meta Tags';
|
|
$lang->og_enabled = 'Add OpenGraph Tags';
|
|
$lang->og_extract_description = 'Extract Description from Document';
|
|
$lang->og_extract_description_fallback = 'Use general description only';
|
|
$lang->og_extract_images = 'Extract Images from Document';
|
|
$lang->og_extract_images_fallback = 'Use site default image only';
|
|
$lang->og_extract_hashtags = 'Extract Hashtags from Document';
|
|
$lang->og_use_timestamps = 'Include Timestamps';
|
|
$lang->autoinstall = 'EasyInstall';
|
|
$lang->last_week = 'Last Week';
|
|
$lang->this_week = 'This Week';
|
|
$lang->trash = 'Recycle Bin';
|
|
$lang->accusation = 'Report';
|
|
$lang->status = 'Status';
|
|
$lang->action = 'Execute';
|
|
$lang->use_rewrite = 'Use Short URLs';
|
|
$lang->use_rewrite_0 = 'None';
|
|
$lang->use_rewrite_1 = 'XE-compatible URLs only';
|
|
$lang->use_rewrite_2 = 'All supported URLs';
|
|
$lang->about_use_rewrite = 'Your web server must support mod_rewrite in order for short URLs to work. Apache usually detects the .htaccess file automatically.<br />nginx users should configure rewrite rules according to <a href="https://github.com/rhymix/rhymix-docs/blob/master/ko/introduction/nginx.md> target="_blank">the manual</a>. Outdated versions of nginx rewrite rules only support XE-compatible short URLs.';
|
|
$lang->timezone = 'Time Zone';
|
|
$lang->use_mobile_view = 'Enable Mobile View';
|
|
$lang->about_use_mobile_view = 'Show mobile page when visitors access with mobile devices.';
|
|
$lang->tablets_as_mobile = 'Treat Tablets as Mobile';
|
|
$lang->mobile_viewport = 'Mobile viewport Setting';
|
|
$lang->about_mobile_viewport = 'The settings entered above will be output in a <meta name="viewport"> tag for mobile visitors.';
|
|
$lang->restore_default_viewport = 'Restore Default';
|
|
$lang->thumbnail_target = 'Extract Thumbnail From';
|
|
$lang->thumbnail_target_all = 'All images';
|
|
$lang->thumbnail_target_attachment = 'Attached images only';
|
|
$lang->thumbnail_type = 'Thumbnail Type';
|
|
$lang->input_header_script = 'Header Script';
|
|
$lang->detail_input_header_script = 'Content added here will be printed at the top of every page, except the admin module.';
|
|
$lang->input_footer_script = 'Footer Script';
|
|
$lang->detail_input_footer_script = 'Content added here will be printed at the bottom of every page, except the admin module.';
|
|
$lang->thumbnail_crop = 'Crop';
|
|
$lang->thumbnail_ratio = 'Keep aspect ratio (may result in spaces)';
|
|
$lang->thumbnail_none = 'Do not create thumbnails';
|
|
$lang->admin_ip_allow = 'IP addresses allowed to log in as administrator';
|
|
$lang->admin_ip_deny = 'IP addresses forbidden to log in as administrator';
|
|
$lang->local_ip_address = 'Local IP address';
|
|
$lang->about_admin_ip_allow = 'If this list is not empty, the administrator will only be able to log in from one of the listed IP addresses.';
|
|
$lang->about_admin_ip_deny = 'This list can be used to designate IP addresses that are not allowed to log in as administrator.';
|
|
$lang->msg_current_ip_will_be_denied = 'The given IP list cannot be applied, as they would block your own IP address.';
|
|
$lang->allow_use_favicon = 'Favicon';
|
|
$lang->about_use_favicon = 'The favicon should be 16x16 or 32x32, either ico or png format.';
|
|
$lang->allow_use_mobile_icon = 'Home Screen Icon';
|
|
$lang->detail_use_mobile_icon = 'The mobile icon should be 57x57 or 114x114, only png format.';
|
|
$lang->cmd_site_default_image = 'Default Image';
|
|
$lang->about_site_default_image = 'This image will be shown when your site is linked to in various social networks. It should be 200x200, either jpg or png format.';
|
|
$lang->cmd_site_default_color_scheme = 'Color scheme';
|
|
$lang->about_site_default_color_scheme = 'Control how your site responds to dark mode settings in user devices.';
|
|
$lang->site_default_color_scheme_options = array(
|
|
'auto' => 'Automatic detection',
|
|
'light' => 'Light mode only',
|
|
'dark' => 'Dark mode only',
|
|
);
|
|
$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->save = 'Save';
|
|
$lang->view = 'View';
|
|
$lang->select = 'Select';
|
|
$lang->move = 'Move';
|
|
$lang->modify = 'Update';
|
|
$lang->restore = 'Restore';
|
|
$lang->delete = 'Delete';
|
|
$lang->add = 'Add';
|
|
$lang->selected_layout = 'Selected Layout';
|
|
$lang->selected_skin = 'Selected %s Skin';
|
|
$lang->no_selected_skin = 'No Selected %s Skin';
|
|
$lang->no_selected_skin_desc = 'The selected theme has no skin information for this item. Please select a skin by yourself.';
|
|
$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->theme_setting = 'Theme Setting';
|
|
$lang->skin_setting = 'Skin Setting';
|
|
$lang->msg_thumbnail_not_exist = 'Thumbnail does not exist';
|
|
$lang->user_theme = 'User Theme';
|
|
$lang->user_define = 'User Defined';
|
|
$lang->by_you = 'User setting';
|
|
$lang->update_available = 'Update Available';
|
|
$lang->need_complete_configuration = 'Please complete configuration of recently updated modules.';
|
|
$lang->need_complete_configuration_details = 'New features may not function properly until their configuration has been completed.';
|
|
$lang->need_update_and_table = 'Need to Create DB Table and Update Module';
|
|
$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->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';
|
|
$lang->ftp = 'FTP';
|
|
$lang->ftp_host = 'FTP hostname';
|
|
$lang->ftp_port = 'FTP port';
|
|
$lang->about_ftp_password = 'Password is required during access to FTP for checking FTP directories. FTP password will not be stored after this.';
|
|
$lang->cmd_check_ftp_connect = 'Check FTP Connection';
|
|
$lang->msg_ftp_no_directory = 'Succeed to connect to the host via FTP, but cannot read any directory list informaiton. Please check the server configurations.';
|
|
$lang->msg_ftp_mkdir_fail = 'Failed to create a directory using FTP. Please check the permission of FTP account.';
|
|
$lang->msg_ftp_chmod_fail = 'Chmod failed. Please check the permission and configuration of the FTP server.';
|
|
$lang->msg_ftp_connect_success = 'Successfully connected to FTP server and authenticated.';
|
|
$lang->ftp_path_title = 'FTP Path Information';
|
|
$lang->ftp_installed_realpath = 'Absolute Path of Rhymix';
|
|
$lang->msg_ftp_installed_ftp_realpath = 'Absolute FTP Path of Rhymix installed';
|
|
$lang->msg_ftp_autodetected_ftp_realpath = 'Auto-detected path';
|
|
$lang->msg_php_warning_title = 'Warning unsafe PHP version';
|
|
$lang->msg_php_warning_notice = 'The server is using a unsafe version of PHP, it is recommended to upgrade to the latest stable version.';
|
|
$lang->msg_php_warning_notice_explain = '<li>PHP version of this server can be exposed to serious security problems and attacks.</li><li>Latest version of Rhymix is not available.</li><li>You can not use extensions that are supported by the latest version of Rhymix.</li><li>Some extensions may not work properly. It can cause problems.</li>';
|
|
$lang->msg_php_warning_now_version = 'PHP version of this server';
|
|
$lang->msg_php_warning_latest_version_check = 'Check the latest stable version of PHP';
|
|
$lang->admin_setup = 'Admin Setup';
|
|
$lang->open_all = 'Open All';
|
|
$lang->close_all = 'Collapse All';
|
|
$lang->desktop_settings = 'PC Settings';
|
|
$lang->mobile_settings = 'Mobile Settings';
|
|
$lang->details = 'Details';
|
|
$lang->available_new_version = 'New versions are available.';
|
|
$lang->available_new_version_details = 'New versions of the following items have been released.';
|
|
$lang->uv = 'Unique Visitors';
|
|
$lang->pv = 'Page Views';
|
|
$lang->next_week = 'Next Week';
|
|
$lang->mon = 'Mon';
|
|
$lang->tue = 'Tue';
|
|
$lang->wed = 'Wed';
|
|
$lang->thu = 'Thu';
|
|
$lang->fri = 'Fri';
|
|
$lang->sat = 'Sat';
|
|
$lang->sun = 'Sun';
|
|
$lang->checkBrowserIE8 = 'If you use a browser under IE8, admin page will not function normally.';
|
|
$lang->subtitle_sitelock = 'Site Lock';
|
|
$lang->use_sitelock = 'Use Site Lock';
|
|
$lang->sitelock_whitelist = 'IPs allowed to access';
|
|
$lang->sitelock_title = 'Sign Title';
|
|
$lang->sitelock_message = 'Sign Contents';
|
|
$lang->sitelock_message_help = 'You can use HTML tags.';
|
|
$lang->your_ip = 'Your IP';
|
|
$lang->sitelock_in_use = 'This site is locked.';
|
|
$lang->about_sitelock_in_use = 'Only the administrator and visitors from specified IP addresses can access this site.';
|
|
$lang->module_exists_in_wrong_path = 'Module(s) installed in incorrect path';
|
|
$lang->about_module_exists_in_wrong_path = 'The following module(s) appear to be installed in incorrect directories.<br />Please ignore this message if you have intentionally renamed a module for testing or debugging purposes.'; |