mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Fix inconsistent capitalization of Rhymix
This commit is contained in:
parent
f58d8f7d06
commit
a499aa0d1f
29 changed files with 113 additions and 118 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$lang->introduce_title = 'RhymiX Installation';
|
||||
$lang->introduce_title = 'Rhymix Installation';
|
||||
$lang->enviroment_gather = 'Agreement on gathering installation environment information';
|
||||
$lang->input_dbinfo_by_dbtype = 'Input %s info';
|
||||
$lang->install_progress_menu['language'] = 'Select language';
|
||||
|
|
@ -10,8 +10,8 @@ $lang->install_progress_menu['dbSelect'] = 'Choose database type';
|
|||
$lang->install_progress_menu['dbInfo'] = 'DB Setup';
|
||||
$lang->install_progress_menu['configInfo'] = 'Configuration';
|
||||
$lang->install_progress_menu['adminInfo'] = 'Create Administrator Account';
|
||||
$lang->install_condition_enable = 'Your server is compatible with RhymiX.';
|
||||
$lang->install_condition_disable = 'Your server does not support RhymiX.';
|
||||
$lang->install_condition_enable = 'Your server is compatible with Rhymix.';
|
||||
$lang->install_condition_disable = 'Your server does not support Rhymix.';
|
||||
$lang->install_details = 'Details';
|
||||
$lang->install_simply = 'Simply';
|
||||
$lang->advanced_setup = 'Advanced Setup';
|
||||
|
|
@ -26,11 +26,11 @@ $lang->install_checklist_title['gd'] = 'gd';
|
|||
$lang->install_checklist_title['mcrypt'] = 'mcrypt / openssl';
|
||||
$lang->install_checklist_title['session'] = 'session.auto_start setting';
|
||||
$lang->install_checklist_title['db_support'] = 'DB support';
|
||||
$lang->install_checklist_desc['php_version'] = '[Required] RhymiX supports only PHP Version %s or higher';
|
||||
$lang->install_checklist_desc['php_version_warning'] = '[Recommend] RhymiX recommends only PHP Version %s or higher';
|
||||
$lang->install_checklist_desc['permission'] = '[Required] RhymiX installation path or ./files directory\'s permission must be 777';
|
||||
$lang->install_checklist_desc['php_version'] = '[Required] Rhymix supports only PHP Version %s or higher';
|
||||
$lang->install_checklist_desc['php_version_warning'] = '[Recommend] Rhymix recommends only PHP Version %s or higher';
|
||||
$lang->install_checklist_desc['permission'] = '[Required] Rhymix installation path or ./files directory\'s permission must be 777';
|
||||
$lang->install_checklist_desc['xml'] = '[Required] XML Library is needed for XML communication';
|
||||
$lang->install_checklist_desc['session'] = '[Required] PHP setting file\'s (php.ini) \'Session.auto_start\' must equal to zero in order for RhymiX to use the session';
|
||||
$lang->install_checklist_desc['session'] = '[Required] PHP setting file\'s (php.ini) \'Session.auto_start\' must equal to zero in order for Rhymix to use the session';
|
||||
$lang->install_checklist_desc['iconv'] = 'Iconv should be installed in order to convert between UTF-8 and other language sets';
|
||||
$lang->install_checklist_desc['gd'] = 'GD Library should be installed in order to use functions to convert images';
|
||||
$lang->install_checklist_xml = 'Install XML Library';
|
||||
|
|
@ -72,7 +72,7 @@ $lang->use_sso = '<abbr title="Single Sign On">SSO</abbr>';
|
|||
$lang->about_rewrite = 'If web server provides mod_rewrite, long URL such as <em>http://blah/</em><strong>?document_srl=123</strong> can be shortened like <em>http://blah/</em><strong>123</strong>';
|
||||
$lang->checking_rewrite = 'Checking whether "Friendly URL" feature is available...';
|
||||
$lang->disable_rewrite = '"Friendly URL" feature is not available. Please check with the server administrator about mod_rewrite module support.';
|
||||
$lang->disable_rewrite_can_proceed = 'It is OK to continue to install and use RhymiX without the "Friendly URL" feature.';
|
||||
$lang->disable_rewrite_can_proceed = 'It is OK to continue to install and use Rhymix without the "Friendly URL" feature.';
|
||||
$lang->about_nginx_rewrite = 'To use this feature at nginx, you need to configure rewrite. See <a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank">here</a>.';
|
||||
$lang->time_zone = 'Time Zone';
|
||||
$lang->about_time_zone = 'If the server time is different from your time zone, you can use this option to display times in your time zone.';
|
||||
|
|
@ -84,10 +84,10 @@ $lang->about_database_file = 'Sqlite saves data in a file. Location of the datab
|
|||
$lang->success_installed = 'Installation has been completed.';
|
||||
$lang->msg_installing = 'Installing...';
|
||||
$lang->msg_cannot_proc = 'Installation environment is not proper to proceed.';
|
||||
$lang->msg_already_installed = 'RhymiX is already installed.';
|
||||
$lang->msg_already_installed = 'Rhymix is already installed.';
|
||||
$lang->msg_dbconnect_failed = 'An error has occurred while connecting to DB. Please check DB information again.';
|
||||
$lang->msg_table_is_exists = 'Table is already created in the DB. Config file is recreated.';
|
||||
$lang->msg_install_completed = 'Installation has been completed. Thank you for choosing RhymiX.';
|
||||
$lang->msg_install_completed = 'Installation has been completed. Thank you for choosing Rhymix.';
|
||||
$lang->msg_install_failed = 'An error has occurred while creating installation file.';
|
||||
$lang->msg_create_table_failed = 'Failed to create database tables.';
|
||||
$lang->msg_table_already_exists = 'Database tables already exist. Try using a different prefix.';
|
||||
|
|
@ -98,7 +98,7 @@ $lang->ftp_host = 'FTP hostname';
|
|||
$lang->ftp_port = 'FTP server port';
|
||||
$lang->about_ftp_password = 'FTP password will not be stored.';
|
||||
$lang->cmd_check_ftp_connect = 'Check FTP Connection';
|
||||
$lang->msg_safe_mode_ftp_needed = 'When safe_mode setting of PHP is On, you should enter FTP account information to install RhymiX.';
|
||||
$lang->msg_safe_mode_ftp_needed = 'When safe_mode setting of PHP is On, you should enter FTP account information to install Rhymix.';
|
||||
$lang->msg_safe_mode_ftp_needed2 = 'Easy installation or update of module is enabled.';
|
||||
$lang->msg_safe_mode_ftp_config = 'This information is stored in <strong>files/config/ftp.config.php</strong>. You can add, change or delete this on the Settings page after the installation.';
|
||||
$lang->msg_ftp_not_connected = 'Connection to the localhost via FTP failed. Please check the port number and whether the FTP service is available.';
|
||||
|
|
@ -107,7 +107,7 @@ $lang->msg_ftp_mkdir_fail = 'Failed to create a directory using FTP. Please chec
|
|||
$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->msg_ftp_installed_realpath = 'Absolute Path of RhymiX';
|
||||
$lang->msg_ftp_installed_ftp_realpath = 'RhymiX installation path';
|
||||
$lang->msg_ftp_installed_realpath = 'Absolute Path of Rhymix';
|
||||
$lang->msg_ftp_installed_ftp_realpath = 'Rhymix installation path';
|
||||
$lang->db_config_php_validation = 'Validation of db.config.php';
|
||||
$lang->msg_possible_only_file = 'You can upload files only.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue