Ekdant-Online-Store/admininistrator/language/en-gb/marketplace/marketplace.php

79 lines
3.3 KiB
PHP
Raw Normal View History

2024-08-06 12:21:00 +00:00
<?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_recommended'] = 'Recommended';
$_['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_featured'] = 'Featured';
$_['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 anyone (including developers). If you require assistance, please send an email to the extension seller in regards to the specific extension package.';
$_['text_name'] = 'Download Name';
$_['text_available'] = 'Available Installs';
$_['text_action'] = 'Action';
$_['text_install'] = 'Install';
$_['text_uninstall'] = 'Uninstall';
$_['text_delete'] = 'Delete';
$_['text_more'] = 'see more replies...';
$_['text_refresh'] = 'refresh';
// Entry
$_['entry_pin'] = 'PIN';
// Tab
$_['tab_description'] = 'Description';
$_['tab_documentation'] = 'Documentation';
$_['tab_download'] = 'Download';
$_['tab_comment'] = 'Comment';
// Button
$_['button_api'] = 'Marketplace API';
$_['button_purchase'] = 'Purchase';
$_['button_view_all'] = 'View all extensions';
$_['button_support'] = 'Get Support';
$_['button_comment'] = 'Comment';
$_['button_reply'] = 'Reply';
$_['button_forgot_pin'] = 'Forgot PIN?';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
$_['error_api'] = 'Warning: You must enter your OpenCart API information by clicking the <i class="fa-solid fa-triangle-exclamation"></i> before you can download extensions or make any purchases!';
$_['error_purchase'] = 'The extension could not be purchased!';
$_['error_download'] = 'The extension could not be downloaded!';