openbay.php (5632B)
1 <?php 2 //TODO 3 // Heading 4 $_['heading_title'] = 'OpenBay Pro'; 5 6 // Buttons 7 $_['button_retry'] = 'Retry'; 8 $_['button_update'] = 'Update'; 9 $_['button_patch'] = 'Patch'; 10 $_['button_faq'] = 'View FAQ topic'; 11 12 // Tab 13 $_['tab_setting'] = 'Settings'; 14 $_['tab_update'] = 'Software updates'; 15 $_['tab_update_v1'] = 'Easy updater'; 16 $_['tab_patch'] = 'Patch'; 17 $_['tab_developer'] = 'Developer'; 18 19 // Text 20 $_['text_dashboard'] = 'Dashboard'; 21 $_['text_success'] = 'Success: Settings have been saved'; 22 $_['text_products'] = 'Items'; 23 $_['text_orders'] = 'Orders'; 24 $_['text_manage'] = 'Manage'; 25 $_['text_help'] = 'Help'; 26 $_['text_tutorials'] = 'Tutorials'; 27 $_['text_suggestions'] = 'Ideas'; 28 $_['text_version_latest'] = 'You are running the latest version'; 29 $_['text_version_check'] = 'Checking software version'; 30 $_['text_version_installed'] = 'Installed version of OpenBay Pro: v'; 31 $_['text_version_current'] = 'Your version is'; 32 $_['text_version_available'] = 'the latest is'; 33 $_['text_language'] = 'API response language'; 34 $_['text_getting_messages'] = 'Getting OpenBay Pro messages'; 35 $_['text_complete'] = 'Complete'; 36 $_['text_patch_complete'] = 'Patch has been applied'; 37 $_['text_connection_ok'] = 'Connected to server OK. OpenCart folders found'; 38 $_['text_updated'] = 'Module has been updated (v.%s)'; 39 $_['text_update_description'] = 'The update tool will make changes to your shop file system. Make sure you have a complete file and database backup before updating.'; 40 $_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update'; 41 $_['text_clear_faq'] = 'Clear hidden FAQ popups'; 42 $_['text_clear_faq_complete'] = 'Notifications will now show again'; 43 $_['text_install_success'] = 'Marketplace has been installed'; 44 $_['text_uninstall_success'] = 'Marketplace has been removed'; 45 $_['text_title_messages'] = 'Messages & notifications'; 46 $_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace'; 47 $_['text_action_warning'] = 'This action is dangerous so is password protected.'; 48 $_['text_check_new'] = 'Checking for newer version'; 49 $_['text_downloading'] = 'Downloading update files'; 50 $_['text_extracting'] = 'Extracting files'; 51 $_['text_running_patch'] = 'Running patch files'; 52 $_['text_fail_patch'] = 'Unable to extract update files'; 53 $_['text_updated_ok'] = 'Update complete, installed version is now '; 54 $_['text_check_server'] = 'Checking server requirements'; 55 $_['text_version_ok'] = 'Software is already up to date, installed version is '; 56 $_['text_remove_files'] = 'Removing files no longer required'; 57 $_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing'; 58 59 // Column 60 $_['column_name'] = 'Plugin name'; 61 $_['column_status'] = 'Status'; 62 $_['column_action'] = 'Action'; 63 64 // Entry 65 $_['entry_patch'] = 'Manual update patch'; 66 $_['entry_courier'] = 'Courier'; 67 $_['entry_courier_other'] = 'Other courier'; 68 $_['entry_tracking'] = 'Tracking #'; 69 $_['entry_empty_data'] = 'Empty store data?'; 70 $_['entry_password_prompt'] = 'Please enter the data wipe password'; 71 $_['entry_update'] = 'Easy 1 click update'; 72 $_['entry_beta'] = 'Use beta version'; 73 74 // Error 75 $_['error_admin'] = 'Admin directory expected'; 76 $_['error_no_admin'] = 'Connection OK but your OpenCart admin directory was not found'; 77 $_['error_no_files'] = 'Connection OK but OpenCart folders were not found! Is your root path correct?'; 78 $_['error_failed'] = 'Failed to load, retry?'; 79 $_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <'; 80 $_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID'; 81 $_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier'; 82 $_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension'; 83 $_['error_mkdir'] = 'PHP mkdir function is disabled, contact your host'; 84 $_['error_file_delete'] = 'Unable to remove these files, you should delete them manually'; 85 $_['error_mcrypt'] = 'PHP function "mcrypt_encrypt" is not enabled. Contact your hosting provider.'; 86 $_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.'; 87 $_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.'; 88 $_['error_fopen'] = 'PHP function "fopen" is disabled by your host - you will be unable to import images when importing products'; 89 $_['lang_error_vqmod'] = 'Your vqmod folder contains older OpenBay Pro files - these need to be removed!'; 90 91 // Help 92 $_['help_clear_faq'] = 'Show all of the help notifications again'; 93 $_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!'; 94 $_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically'; 95 $_['help_patch'] = 'Click to run the patch scripts'; 96 $_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.';