rhymix/modules/autoinstall/lang/en.php
Min-Soo Kim a3cc3a9781
Update Rhymix English Language Translations
Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
2024-12-31 10:41:06 -05:00

63 lines
3.8 KiB
PHP

<?php
$lang->autoinstall = 'EasyInstall';
$lang->package_update = 'Recent Update';
$lang->package_downloaded_count = 'Download Count';
$lang->order_newest = 'Newest';
$lang->order_popular = 'Popular';
$lang->order_download = 'Download';
$lang->success_installed = 'Successfully Installed';
$lang->description_ftp_note = 'If the %s is not set, the installation or update will not work. Please configure the FTP information.';
$lang->ftp_setup = 'FTP configuration';
$lang->description_update = 'Click %s before using EasyInstall.';
$lang->status_update = 'update button';
$lang->install = 'Install';
$lang->update = 'Update';
$lang->current_version = 'Version';
$lang->require_update = 'Update is required.';
$lang->require_installation = 'Installation is required.';
$lang->description_install = 'EasyInstall will also install/update all other programs which this program depends on.';
$lang->description_download = 'If permission change is not possible, you should manually download and extract it into the target path. (If the target path is ./modules/board, extract it to ./modules)';
$lang->path = 'Path';
$lang->cmd_download = 'Download';
$lang->description_uninstall = 'Package will be uninstalled. All data will be deleted.';
$lang->distribute_version = 'Distribute version';
$lang->run = 'Run';
$lang->rate = '%s points';
$lang->thumbnail = 'Thumbnail';
$lang->name = 'Name';
$lang->about_depending_programs = 'To use this package, the following program should have been installed.';
$lang->ftp_password = 'FTP password';
$lang->msg_dependency_package = 'Cannot remove this package because there exists another packages dependent on this.';
$lang->dependant_list = 'Dependant package list of the current package';
$lang->msg_avail_easy_update = 'There is new version for this item.';
$lang->msg_do_you_like_update = 'Would you like to update?';
$lang->msg_connection_fail = 'Failed to connect to server.';
$lang->msg_not_match_server = 'Server settings are incorrect.';
$lang->msg_ftp_invalid_auth_info = 'Cannot log in with the FTP password you entered. Please check if it is correct.';
$lang->msg_ftp_not_connected = 'Connection to the %s via FTP failed. Please check the port number and whether the FTP service is available.';
$lang->msg_delete_file_failed = 'Failed to delete the file. %s.';
$lang->msg_delete_dir_failed = 'Failed to delete the directory. %s';
$lang->msg_ftp_password_input = 'No password entered.';
$lang->msg_sftp_not_supported = 'SFTP is not supported.';
$lang->msg_no_permission_to_install = 'Your web server does not have permission to update the installation path. Please check server permissions.';
$lang->msg_direct_install_not_supported = 'Cannot proceed due to write permission missing to the directories listed in the list below.';
$lang->msg_does_not_support_delete = 'Cannot delete this package (no moduleUninstall() in the module class).';
$lang->msg_update_core_title = 'Rhymix Core is updateing.';
$lang->msg_update_core = 'Prior to updating Rhymix Core, please check the compatibility of the installed packages (e.g., modules, widgets, layouts, skins, etc.).';
$lang->installed = 'Installed';
$lang->typename['core'] = 'Core';
$lang->typename['m.layout'] = 'Mobile layout';
$lang->typename['module'] = 'Module';
$lang->typename['addon'] = 'Addon';
$lang->typename['layout'] = 'Layout';
$lang->typename['widget'] = 'Widget';
$lang->typename['component'] = 'Editor component';
$lang->typename['m.skin'] = 'Mobile Skin';
$lang->typename['skin'] = 'Skin';
$lang->typename['widgetstyle'] = 'Widget style';
$lang->typename['style'] = 'Document style';
$lang->location_site = 'Download Homepage';
$lang->about_location_site = 'Please type your download homepage. ex)https://xe1.xpressengine.com/';
$lang->download_server = 'Download Server';
$lang->about_download_server = 'Please type your download server. ex)https://download.xpressengine.com/';