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,8 @@
<?php
// Text
$_['text_success'] = 'Success: API session successfully started!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['error_key'] = 'Warning: Incorrect API Key!';
$_['error_ip'] = 'Warning: Your IP %s is not allowed to access this API!';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_success'] = 'Success: Your currency has been changed!';
// Error
$_['error_currency'] = 'Warning: Currency could not be found!';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_success'] = 'Success: Store has been changed!';
// Error
$_['error_store'] = 'Warning: Store could not be found!';

View File

@ -0,0 +1,7 @@
<?php
// Text
$_['text_success'] = 'Success: Affiliate commission will be appliyed to this order!';
$_['text_remove'] = 'Success: Your affiliate commission has been removed!';
// Error
$_['error_affiliate'] = 'Warning: Affiliate could not be found!';

View File

@ -0,0 +1,21 @@
<?php
// Text
$_['text_success'] = 'Success: You have modified your shopping cart!';
$_['text_subscription'] = 'Subscription';
$_['text_subscription_trial'] = '%s every %d %s(s) for %d payment(s) then ';
$_['text_subscription_duration'] = '%s every %d %s(s) for %d payment(s)';
$_['text_subscription_cancel'] = '%s every %d %s(s) until canceled';
$_['text_day'] = 'day';
$_['text_week'] = 'week';
$_['text_semi_month'] = 'half-month';
$_['text_month'] = 'month';
$_['text_year'] = 'year';
$_['text_for'] = '%s Gift certificate for %s';
// Error
$_['error_stock'] = 'Products marked with *** are not available in the desired quantity or not in stock!';
$_['error_minimum'] = 'Minimum order amount for %s is %s!';
$_['error_store'] = 'Product cannot be bought from the store you have chosen!';
$_['error_required'] = '%s required!';
$_['error_product'] = 'Warning: Product could not be found!';
$_['error_subscription'] = 'Please select a subscription plan!';

View File

@ -0,0 +1,7 @@
<?php
// Text
$_['text_success'] = 'Success: Your coupon discount has been applied!';
$_['text_remove'] = 'Success: Your coupon discount has been removed!';
// Error
$_['error_coupon'] = 'Warning: Coupon is either invalid, expired or reached it\'s usage limit!';

View File

@ -0,0 +1,13 @@
<?php
// Text
$_['text_success'] = 'You have successfully modified customers';
// Error
$_['error_customer'] = 'Warning: Customer could not be found!';
$_['error_customer_group'] = 'Customer Group does not appear to be valid!';
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
$_['error_custom_field'] = '%s required!';
$_['error_regex'] = '%s is not a valid input!';

View File

@ -0,0 +1,17 @@
<?php
// Text
$_['text_success'] = 'Success: You have modified orders!';
// Error
$_['error_order'] = 'Warning: Order could not be found!';
$_['error_customer'] = 'Warning: Customer details required!';
$_['error_payment_address'] = 'Warning: Payment address required!';
$_['error_payment_method'] = 'Warning: Payment method required!';
$_['error_no_payment'] = 'Warning: No Payment options are available!';
$_['error_shipping_address'] = 'Warning: Shipping address required!';
$_['error_shipping_method'] = 'Warning: Shipping method required!';
$_['error_no_shipping'] = 'Warning: No Shipping options are available!';
$_['error_stock'] = 'Warning: Products marked with *** are not available in the desired quantity or not in stock!';
$_['error_minimum'] = 'Warning: Minimum order amount for %s is %s!';
$_['error_product'] = 'Warning: Products required!';
$_['error_comment'] = 'Warning: Comment required!';

View File

@ -0,0 +1,14 @@
<?php
// Text
$_['text_success'] = 'Success: Payment address has been set!';
// Error
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
$_['error_address_1'] = 'Address 1 must be between 3 and 128 characters!';
$_['error_city'] = 'City must be between 3 and 128 characters!';
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters for this country!';
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_custom_field'] = '%s required!';
$_['error_regex'] = '%s is not a valid input!';

View File

@ -0,0 +1,9 @@
<?php
// Text
$_['text_success'] = 'Success: Payment method has been set!';
// Error
$_['error_payment_address'] = 'Warning: Payment address required!';
$_['error_payment_method'] = 'Warning: Payment method required!';
$_['error_no_payment'] = 'Warning: No payment options are available!';
$_['error_product'] = 'Warning: Products required!';

View File

@ -0,0 +1,9 @@
<?php
// Text
$_['text_success'] = 'Success: Your reward points discount has been applied!';
$_['text_remove'] = 'Success: Your reward points discount has been removed!';
// Error
$_['error_reward'] = 'Warning: Please enter the amount of reward points to use!';
$_['error_points'] = 'Warning: You don\'t have %s reward points!';
$_['error_maximum'] = 'Warning: The maximum number of points that can be applied is %s!';

View File

@ -0,0 +1,15 @@
<?php
// Text
$_['text_success'] = 'Success: Shipping address has been set!';
// Error
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
$_['error_address_1'] = 'Address 1 must be between 3 and 128 characters!';
$_['error_city'] = 'City must be between 3 and 128 characters!';
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters for this country!';
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_custom_field'] = '%s required!';
$_['error_regex'] = '%s is not a valid input!';
$_['error_shipping'] = 'Warning: There are no products that require shipping';

View File

@ -0,0 +1,9 @@
<?php
// Text
$_['text_success'] = 'Success: Shipping method has been set!';
// Error
$_['error_shipping_address'] = 'Warning: Shipping address required!';
$_['error_shipping_method'] = 'Warning: Shipping method required!';
$_['error_no_shipping'] = 'Warning: No Shipping options are available!';
$_['error_shipping'] = 'Warning: There are no products that require shipping';

View File

@ -0,0 +1,14 @@
<?php
// Text
$_['text_cart'] = 'Success: You have modified your shopping cart!';
$_['text_for'] = '%s Gift certificate for %s';
$_['text_success'] = 'Success: Your gift voucher discount has been applied!';
$_['text_remove'] = 'Success: Your gift voucher discount has been removed!';
// Error
$_['error_voucher'] = 'Warning: Gift voucher is either invalid or the balance has been used up!';
$_['error_to_name'] = 'Recipient\'s Name must be between 1 and 64 characters!';
$_['error_from_name'] = 'Your Name must be between 1 and 64 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_theme'] = 'You must select a theme!';
$_['error_amount'] = 'Amount must be between %s and %s!';