mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 03:27:08 +00:00
89 lines
4.6 KiB
PHP
Executable File
89 lines
4.6 KiB
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'OpenBay Pro';
|
|
|
|
// Buttons
|
|
$_['button_retry'] = 'Retry';
|
|
$_['button_faq_clear'] = 'Clear';
|
|
$_['button_update'] = 'Update';
|
|
$_['button_patch'] = 'Patch';
|
|
$_['button_ftp_test'] = 'Test connection';
|
|
$_['button_faq'] = 'View FAQ topic';
|
|
|
|
// Tab
|
|
$_['tab_setting'] = 'Settings';
|
|
$_['tab_update'] = 'Updates';
|
|
$_['tab_patch'] = 'Patch';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: Settings have been saved';
|
|
$_['text_products'] = 'Items';
|
|
$_['text_orders'] = 'Orders';
|
|
$_['text_manage'] = 'Manage';
|
|
$_['text_help'] = 'Help';
|
|
$_['text_tutorials'] = 'Tutorials';
|
|
$_['text_suggestions'] = 'Ideas';
|
|
$_['text_version_latest'] = 'You are running the latest version';
|
|
$_['text_version_check'] = 'Checking software version';
|
|
$_['text_version_installed'] = 'Installed version of OpenBay Pro: v';
|
|
$_['text_version_current'] = 'Your version is';
|
|
$_['text_version_available'] = 'the latest is';
|
|
$_['text_language'] = 'API response language';
|
|
$_['text_getting_messages'] = 'Getting OpenBay Pro messages';
|
|
$_['text_complete'] = 'Complete';
|
|
$_['text_test_connection'] = 'Test FTP connection';
|
|
$_['text_run_update'] = 'Run update';
|
|
$_['text_patch'] = 'Post update patch';
|
|
$_['text_patch_complete'] = 'Patch has been applied';
|
|
$_['text_connection_ok'] = 'Connected to server OK. OpenCart folders found';
|
|
$_['text_updated'] = 'Module has been updated (v.%s)';
|
|
$_['text_update_description'] = "The update tool will make changes to your shop's file system. Make sure you have a backup before using this tool.";
|
|
$_['text_clear_faq'] = 'Clear hidden FAQ popups';
|
|
$_['text_clear_faq_complete'] = 'Notifications will now show again';
|
|
$_['text_install_success'] = 'Marketplace has been installed';
|
|
$_['text_uninstall_success'] = 'Marketplace has been removed';
|
|
$_['text_title_messages'] = 'Messages & notifications';
|
|
$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace';
|
|
|
|
// Column
|
|
$_['column_name'] = 'Plugin name';
|
|
$_['column_status'] = 'Status';
|
|
$_['column_action'] = 'Action';
|
|
|
|
// Entry
|
|
$_['entry_ftp_username'] = 'FTP Username';
|
|
$_['entry_ftp_password'] = 'FTP Password';
|
|
$_['entry_ftp_server'] = 'FTP server address';
|
|
$_['entry_ftp_root'] = 'FTP path on server';
|
|
$_['entry_ftp_admin'] = 'Admin directory';
|
|
$_['entry_ftp_pasv'] = 'PASV mode';
|
|
$_['entry_ftp_beta'] = 'Use beta version';
|
|
$_['entry_courier'] = 'Courier';
|
|
$_['entry_courier_other'] = 'Other courier';
|
|
$_['entry_tracking'] = 'Tracking #';
|
|
|
|
// Error
|
|
$_['error_username'] = 'FTP username required';
|
|
$_['error_password'] = 'FTP password required';
|
|
$_['error_server'] = 'FTP server required';
|
|
$_['error_admin'] = 'Admin directory expected';
|
|
$_['error_no_admin'] = 'Connection OK but your OpenCart admin directory was not found';
|
|
$_['error_no_files'] = 'Connection OK but OpenCart folders were not found! Is your root path correct?';
|
|
$_['error_ftp_login'] = 'Could not login with that user';
|
|
$_['error_ftp_connect'] = 'Could not connect to server';
|
|
$_['error_failed'] = 'Failed to load, retry?';
|
|
$_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <';
|
|
$_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID';
|
|
$_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier';
|
|
$_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension';
|
|
|
|
// Help
|
|
$_['help_ftp_username'] = 'Use the FTP username from your host';
|
|
$_['help_ftp_password'] = 'Use the FTP password from your host';
|
|
$_['help_ftp_server'] = 'IP address or domain name for your FTP server';
|
|
$_['help_ftp_root'] = '(No trailing slash e.g. httpdocs/www)';
|
|
$_['help_ftp_admin'] = 'If you have changed your admin directory update it to the new location';
|
|
$_['help_ftp_pasv'] = 'Change your FTP connection to passive mode';
|
|
$_['help_ftp_beta'] = 'Caution! The beta version may not work correctly';
|
|
$_['help_patch'] = 'If you update your files through FTP you need to run the patch to complete the update';
|
|
$_['help_clear_faq'] = 'Show all of the help notifications again'; |