first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

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,28 @@
<?php
// Heading
$_['heading_title'] = 'Cron Jobs';
// Text
$_['text_success'] = 'Success: You have modified cron jobs!';
$_['text_instruction'] = 'CRON Instructions';
$_['text_list'] = 'Cron List';
$_['text_cron_1'] = 'Cron Job\'s are scheduled tasks that are run periodically. To setup your servers to use cron job you can read the <a href="http://docs.opencart.com/extension/cron/" target="_blank" class="alert-link">opencart documentation</a> page.';
$_['text_cron_2'] = 'You need to set your Cron task to run every hour.';
$_['text_info'] = 'CRON Information';
$_['text_hour'] = 'Hour';
$_['text_day'] = 'Day';
$_['text_month'] = 'Month';
// Column
$_['column_code'] = 'Cron Code';
$_['column_cycle'] = 'Cycle';
$_['column_date_added'] = 'Date Added';
$_['column_date_modified'] = 'Date Modified';
$_['column_action'] = 'Action';
// entry
$_['entry_cron'] = 'Cron URL';
$_['entry_description'] = 'Description';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify cron jobs!';

View File

@ -0,0 +1,22 @@
<?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';
// Column
$_['column_code'] = 'Event Code';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Entry
$_['entry_description'] = 'Description';
$_['entry_trigger'] = 'Trigger';
$_['entry_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify the events!';

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,39 @@
<?php
// Heading
$_['heading_title'] = 'Extension Installer';
// Text
$_['text_upload'] = 'Success: The extension has been uploaded!';
$_['text_success'] = 'Success: You have modified extensions!';
$_['text_progress'] = 'Install Progress';
$_['text_installed'] = 'Installed Extensions';
// Column
$_['column_image'] = 'Image';
$_['column_name'] = 'Extension Name';
$_['column_version'] = 'Version';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_progress'] = 'Progress';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
$_['error_install'] = 'Warning: Could not find install.json!';
$_['error_default'] = 'Default extension could not be uninstalled or deleted!';
$_['error_extension'] = 'Installed extension could not be found!';
$_['error_installed'] = 'Extension already installed!';
$_['error_uninstall'] = 'There are %s extensions that need to be uninstalled before this extension can be safely removed!';
$_['error_name'] = 'Name must be between 3 and 128 characters!';
$_['error_version'] = 'Version must be between 3 and 128 characters!';
$_['error_author'] = 'Author must be between 3 and 128 characters!';
$_['error_link'] = 'Link must be between 3 and 128 characters!';
$_['error_filename'] = 'Filename must be between 3 and 128 characters!';
$_['error_file'] = 'Install file %s could not be found!';
$_['error_file_exists'] = 'File already exist!';
$_['error_file_type'] = 'Invalid file type!';
$_['error_directory'] = 'Install directory %s could not be found!';
$_['error_directory_exists'] = 'Path %s already exists!';
$_['error_unzip'] = 'Zip file could not be opened!';
$_['error_upload'] = 'File could not be uploaded!';

View File

@ -0,0 +1,78 @@
<?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!';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_recommended'] = 'Recommended';
$_['text_install'] = 'Install';
$_['text_uninstall'] = 'Uninstall';
$_['text_delete'] = 'Delete';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Startup';
// Text
$_['text_success'] = 'Success: You have modified startup!';
$_['text_list'] = 'Startup List';
// Column
$_['column_code'] = 'Startup Code';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify startup!';