PageRenderTime 38ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/admin/language/english/extension/openbay.php

https://gitlab.com/hazelnuts23/unitedfoodstuff
PHP | 116 lines | 101 code | 7 blank | 8 comment | 0 complexity | e9cf24009dc077f811d688e9e01ed6ef MD5 | raw file
  1. <?php
  2. // Heading
  3. $_['heading_title'] = 'OpenBay Pro';
  4. // Buttons
  5. $_['button_retry'] = 'Retry';
  6. $_['button_update'] = 'Update';
  7. $_['button_patch'] = 'Patch';
  8. $_['button_ftp_test'] = 'Test connection';
  9. $_['button_faq'] = 'View FAQ topic';
  10. // Tab
  11. $_['tab_setting'] = 'Settings';
  12. $_['tab_update'] = 'Software updates';
  13. $_['tab_update_v1'] = 'Easy updater';
  14. $_['tab_update_v2'] = 'Legacy updater';
  15. $_['tab_patch'] = 'Patch';
  16. $_['tab_developer'] = 'Developer';
  17. // Text
  18. $_['text_dashboard'] = 'Dashboard';
  19. $_['text_success'] = 'Success: Settings have been saved';
  20. $_['text_products'] = 'Items';
  21. $_['text_orders'] = 'Orders';
  22. $_['text_manage'] = 'Manage';
  23. $_['text_help'] = 'Help';
  24. $_['text_tutorials'] = 'Tutorials';
  25. $_['text_suggestions'] = 'Ideas';
  26. $_['text_version_latest'] = 'You are running the latest version';
  27. $_['text_version_check'] = 'Checking software version';
  28. $_['text_version_installed'] = 'Installed version of OpenBay Pro: v';
  29. $_['text_version_current'] = 'Your version is';
  30. $_['text_version_available'] = 'the latest is';
  31. $_['text_language'] = 'API response language';
  32. $_['text_getting_messages'] = 'Getting OpenBay Pro messages';
  33. $_['text_complete'] = 'Complete';
  34. $_['text_test_connection'] = 'Test FTP connection';
  35. $_['text_run_update'] = 'Run update';
  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 &amp; 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. // Column
  59. $_['column_name'] = 'Plugin name';
  60. $_['column_status'] = 'Status';
  61. $_['column_action'] = 'Action';
  62. // Entry
  63. $_['entry_patch'] = 'Manual update patch';
  64. $_['entry_ftp_username'] = 'FTP Username';
  65. $_['entry_ftp_password'] = 'FTP Password';
  66. $_['entry_ftp_server'] = 'FTP server address';
  67. $_['entry_ftp_root'] = 'FTP path on server';
  68. $_['entry_ftp_admin'] = 'Admin directory';
  69. $_['entry_ftp_pasv'] = 'PASV mode';
  70. $_['entry_ftp_beta'] = 'Use beta version';
  71. $_['entry_courier'] = 'Courier';
  72. $_['entry_courier_other'] = 'Other courier';
  73. $_['entry_tracking'] = 'Tracking #';
  74. $_['entry_empty_data'] = 'Empty store data?';
  75. $_['entry_password_prompt'] = 'Please enter the data wipe password';
  76. $_['entry_update'] = 'Easy 1 click update';
  77. // Error
  78. $_['error_username'] = 'FTP username required';
  79. $_['error_password'] = 'FTP password required';
  80. $_['error_server'] = 'FTP server required';
  81. $_['error_admin'] = 'Admin directory expected';
  82. $_['error_no_admin'] = 'Connection OK but your OpenCart admin directory was not found';
  83. $_['error_no_files'] = 'Connection OK but OpenCart folders were not found! Is your root path correct?';
  84. $_['error_ftp_login'] = 'Could not login with that user';
  85. $_['error_ftp_connect'] = 'Could not connect to server';
  86. $_['error_failed'] = 'Failed to load, retry?';
  87. $_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <';
  88. $_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID';
  89. $_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier';
  90. $_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension';
  91. $_['error_mkdir'] = 'PHP mkdir function is disabled, contact your host';
  92. $_['error_file_delete'] = 'Unable to remove these files, you should delete them manually';
  93. $_['error_mcrypt'] = 'PHP function "mcrypt_encrypt" is not enabled. Contact your hosting provider.';
  94. $_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.';
  95. $_['error_ftpconnect'] = 'PHP FTP functions are not enabled. Contact your hosting provider.';
  96. $_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.';
  97. $_['error_fopen'] = 'PHP function "fopen" is disabled by your host - you will be unable to import images when importing products';
  98. // Help
  99. $_['help_ftp_username'] = 'Use the FTP username from your host';
  100. $_['help_ftp_password'] = 'Use the FTP password from your host';
  101. $_['help_ftp_server'] = 'IP address or domain name for your FTP server';
  102. $_['help_ftp_root'] = '(No trailing slash e.g. httpdocs/www)';
  103. $_['help_ftp_admin'] = 'If you have changed your admin directory update it to the new location';
  104. $_['help_ftp_pasv'] = 'Change your FTP connection to passive mode';
  105. $_['help_ftp_beta'] = 'Caution! The beta version may not work correctly';
  106. $_['help_clear_faq'] = 'Show all of the help notifications again';
  107. $_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!';
  108. $_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically';
  109. $_['help_patch'] = 'Click to run the patch scripts';