shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

openbay.php (5839B)


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