1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

16
admin/marketplace/api.php Normal file
View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'OpenCart Marketplace API';
// Text
$_['text_success'] = 'Success: You have modified your API information!';
$_['text_signup'] = 'Please enter your OpenCart API information which you can obtain <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">here</a>.';
// Entry
$_['entry_username'] = 'Username';
$_['entry_secret'] = 'Secret';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!';
$_['error_username'] = 'Username required!';
$_['error_secret'] = 'Secret required!';

View File

@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'Events';
// Text
$_['text_success'] = 'Success: You have modified events!';
$_['text_list'] = 'Event List';
$_['text_event'] = 'Events are used by extensions to override the default functionality of your store. If you have issues you can disable or enable the events here.';
$_['text_info'] = 'Event Information';
$_['text_trigger'] = 'Trigger';
$_['text_action'] = 'Action';
// Column
$_['column_code'] = 'Event Code';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';

View File

@ -0,0 +1,9 @@
<?php
// Heading
$_['heading_title'] = 'Extensions';
// Text
$_['text_success'] = 'Success: You have modified extensions!';
$_['text_list'] = 'Extension List';
$_['text_type'] = 'Choose the extension type';
$_['text_filter'] = 'Filter';

View File

@ -0,0 +1,18 @@
<?php
// Text
$_['text_success'] = 'Success: You have modified extensions!';
$_['text_unzip'] = 'Extracting files!';
$_['text_move'] = 'Copying files!';
$_['text_xml'] = 'Applying modifications!';
$_['text_remove'] = 'Removing temporary files!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!';
$_['error_unzip'] = 'Zip file could not be opened!';
$_['error_file'] = 'Install file could not be found!';
$_['error_directory'] = 'Install directory could not be found!';
$_['error_code'] = 'Unique code is required for modification XML!';
$_['error_xml'] = 'Modification %s is already being used!';
$_['error_exists'] = 'The file %s already exists!';
$_['error_allowed'] = 'The directory %s is not allowed to be written to!';

View File

@ -0,0 +1,29 @@
<?php
// Heading
$_['heading_title'] = 'Extension Installer';
// Text
$_['text_progress'] = 'Install Progress';
$_['text_upload'] = 'Upload your extensions';
$_['text_history'] = 'Install History';
$_['text_success'] = 'Success: The extension has been installed!';
$_['text_install'] = 'Installing';
// Column
$_['column_filename'] = 'Filename';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_upload'] = 'Upload File';
$_['entry_progress'] = 'Progress';
// Help
$_['help_upload'] = 'Requires a modification file with extension \'.ocmod.zip\'.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!';
$_['error_upload'] = 'File could not be uploaded!';
$_['error_filetype'] = 'Invalid file type!';
$_['error_file'] = 'File could not be found!';

View File

@ -0,0 +1,72 @@
<?php
// Heading
$_['heading_title'] = 'Extension Marketplace';
// Text
$_['text_success'] = 'Success: You have modified extensions!';
$_['text_list'] = 'Extension List';
$_['text_filter'] = 'Filter';
$_['text_search'] = 'Search for extensions and themes';
$_['text_category'] = 'Categories';
$_['text_all'] = 'All';
$_['text_theme'] = 'Themes';
$_['text_marketplace'] = 'Marketplaces';
$_['text_language'] = 'Languages';
$_['text_payment'] = 'Payment';
$_['text_shipping'] = 'Shipping';
$_['text_module'] = 'Modules';
$_['text_total'] = 'Order Totals';
$_['text_feed'] = 'Feeds';
$_['text_report'] = 'Reports';
$_['text_other'] = 'Other';
$_['text_free'] = 'Free';
$_['text_paid'] = 'Paid';
$_['text_purchased'] = 'Purchased';
$_['text_date_modified'] = 'Date Modified';
$_['text_date_added'] = 'Date Added';
$_['text_rating'] = 'Rating';
$_['text_reviews'] = 'reviews';
$_['text_compatibility'] = 'Compatibility';
$_['text_downloaded'] = 'Downloaded';
$_['text_member_since'] = 'Member since:';
$_['text_price'] = 'Price';
$_['text_partner'] = 'Developed by OpenCart Partner';
$_['text_support'] = '12 Months free support';
$_['text_documentation'] = 'Documentation Included';
$_['text_sales'] = 'Sales';
$_['text_comment'] = 'Comments';
$_['text_download'] = 'Downloading';
$_['text_install'] = 'Installing';
$_['text_comment_add'] = 'Leave your comment';
$_['text_write'] = 'Write your comment here..';
$_['text_purchase'] = 'Please confirm who you are!';
$_['text_pin'] = 'Please enter your 4 digit PIN number. This PIN number is to protect your account.';
$_['text_secure'] = 'Do not give your PIN to any one including developers. If you require an extension seller to install an extension for you then you should email them the required extension.';
$_['text_name'] = 'Download Name';
$_['text_progress'] = 'Progress';
$_['text_available'] = 'Available Installs';
$_['text_action'] = 'Action';
// Entry
$_['entry_pin'] = 'PIN';
// Tab
$_['tab_description'] = 'Description';
$_['tab_documentation'] = 'Documentation';
$_['tab_download'] = 'Download';
$_['tab_comment'] = 'Comment';
// Button
$_['button_opencart'] = 'Marketplace API';
$_['button_purchase'] = 'Purchase';
$_['button_view_all'] = 'View all extensions';
$_['button_get_support'] = 'Get Support';
$_['button_comment'] = 'Comment';
$_['button_reply'] = 'Reply';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
$_['error_opencart'] = 'Warning: You must enter your OpenCart API information before you can make any purchases!';
$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!';
$_['error_purchase'] = 'Extension could not be purchased!';
$_['error_download'] = 'Extension could not be downloaded!';

View File

@ -0,0 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Modifications';
// Text
$_['text_success'] = 'Success: You have modified modifications!';
$_['text_refresh'] = 'Whenever you enable / disable or delete a modification you need to click the refresh button to rebuild your modification cache!';
$_['text_list'] = 'Modification List';
// Column
$_['column_name'] = 'Modification Name';
$_['column_author'] = 'Author';
$_['column_version'] = 'Version';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify modifications!';

View File

@ -0,0 +1,95 @@
<?php
// Heading
$_['heading_title'] = 'OpenBay Pro';
// Buttons
$_['button_retry'] = 'Retry';
$_['button_update'] = 'Update';
$_['button_patch'] = 'Patch';
$_['button_faq'] = 'View FAQ topic';
// Tab
$_['tab_setting'] = 'Settings';
$_['tab_update'] = 'Software updates';
$_['tab_developer'] = 'Developer';
// Text
$_['text_dashboard'] = 'Dashboard';
$_['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_patch_complete'] = 'Patch has been applied';
$_['text_updated'] = 'Module has been updated (v.%s)';
$_['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.';
$_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update';
$_['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 &amp; notifications';
$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace';
$_['text_action_warning'] = 'This action is dangerous so is password protected.';
$_['text_check_new'] = 'Checking for newer version';
$_['text_downloading'] = 'Downloading update files';
$_['text_extracting'] = 'Extracting files';
$_['text_running_patch'] = 'Running patch files';
$_['text_fail_patch'] = 'Unable to extract update files';
$_['text_updated_ok'] = 'Update complete, installed version is now ';
$_['text_check_server'] = 'Checking server requirements';
$_['text_version_ok'] = 'Software is already up to date, installed version is ';
$_['text_remove_files'] = 'Removing files no longer required';
$_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing';
$_['text_software_update'] = 'OpenBay Pro software update';
$_['text_patch_option'] = 'Manual patching';
// Column
$_['column_name'] = 'Plugin name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_patch'] = 'Manual update patch';
$_['entry_courier'] = 'Courier';
$_['entry_courier_other'] = 'Other courier';
$_['entry_tracking'] = 'Tracking #';
$_['entry_empty_data'] = 'Empty store data?';
$_['entry_password_prompt'] = 'Please enter the data wipe password';
$_['entry_update'] = 'Easy 1 click update';
$_['entry_beta'] = 'Use beta version';
// Error
$_['error_admin'] = 'Admin directory expected';
$_['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';
$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually';
$_['error_mkdir'] = 'PHP function "mkdir" is disabled, contact your host';
$_['error_openssl_encrypt'] = 'PHP function "openssl_encrypt" is not enabled. Contact your hosting provider.';
$_['error_openssl_decrypt'] = 'PHP function "openssl_decrypt" is not enabled. Contact your hosting provider.';
$_['error_fopen'] = 'PHP function "fopen" is not enabled. Contact your hosting provider.';
$_['error_url_fopen'] = '"allow_url_fopen" directive is disabled by your host - you will be unable to import images when importing products from eBay';
$_['error_curl'] = 'PHP library "CURL" is not enabled. Contact your hosting provider.';
$_['error_zip'] = 'ZIP extension needs to be loaded. Contact your hosting provider.';
$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.';
$_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.';
// Help
$_['help_clear_faq'] = 'Show all of the help notifications again';
$_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!';
$_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically';
$_['help_patch'] = 'Click to run the patch scripts';
$_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.';