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,138 @@
<?php
// Heading
$_['heading_title'] = 'Orders';
// Text
$_['text_success'] = 'Success: You have modified orders!';
$_['text_list'] = 'Order List';
$_['text_add'] = 'Add Order';
$_['text_edit'] = 'Order (#%s)';
$_['text_filter'] = 'Filter';
$_['text_store'] = 'Store';
$_['text_date_added'] = 'Date Added';
$_['text_customer'] = 'Customer';
$_['text_cart_add'] = 'Add Item';
$_['text_product_add'] = 'Add Product';
$_['text_voucher_add'] = 'Add Voucher';
$_['text_points'] = 'Points';
$_['text_reward'] = 'Reward Points';
$_['text_reward_add'] = 'Success: Reward points added!';
$_['text_reward_remove'] = 'Success: Reward points removed!';
$_['text_affiliate'] = 'Affiliate';
$_['text_commission'] = 'Commission';
$_['text_commission_add'] = 'Success: Commission added!';
$_['text_commission_remove'] = 'Success: Commission removed!';
$_['text_restock'] = 'Success: Products have been restocked!';
$_['text_upload'] = 'Your file was successfully uploaded!';
$_['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_more'] = 'More..';
$_['text_less'] = 'Less..';
$_['text_payment_address'] = 'Payment Address';
$_['text_payment_method'] = 'Payment Method';
$_['text_payment'] = 'Please select the preferred payment method to use for this order.';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_shipping_method'] = 'Shipping Method';
$_['text_shipping'] = 'Please select the preferred shipping method to use for this order.';
$_['text_comment'] = 'Comment';
$_['text_history'] = 'History';
$_['text_history_add'] = 'Add History';
$_['text_browser'] = 'Browser';
$_['text_ip'] = 'IP Address';
$_['text_forwarded_ip'] = 'Forwarded IP';
$_['text_user_agent'] = 'User Agent';
$_['text_accept_language'] = 'Accept Language';
$_['text_order_id'] = 'Order ID';
$_['text_website'] = 'Web Site';
$_['text_invoice'] = 'Invoice';
$_['text_invoice_no'] = 'Invoice No.';
$_['text_store_address'] = 'Store Address';
$_['text_store_telephone'] = 'Store Telephone';
$_['text_store_email'] = 'Store E-Mail';
$_['text_customer_email'] = 'Customer E-Mail';
$_['text_customer_telephone'] = 'Customer Telephone';
$_['text_missing'] = 'Missing Orders';
$_['text_default'] = 'Default';
$_['text_picklist'] = 'Dispatch Note';
// Column
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_store'] = 'Store';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_date_modified'] = 'Date Modified';
$_['column_total'] = 'Total';
$_['column_product'] = 'Product';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_price'] = 'Unit Price';
$_['column_comment'] = 'Comment';
$_['column_notify'] = 'Customer Notified';
$_['column_location'] = 'Location';
$_['column_reference'] = 'Reference';
$_['column_weight'] = 'Product Weight';
$_['column_action'] = 'Action';
// Entry
$_['entry_store'] = 'Store';
$_['entry_customer'] = 'Customer';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_email'] = 'E-Mail';
$_['entry_telephone'] = 'Telephone';
$_['entry_address'] = 'Choose Address';
$_['entry_company'] = 'Company';
$_['entry_address_1'] = 'Address 1';
$_['entry_address_2'] = 'Address 2';
$_['entry_city'] = 'City';
$_['entry_postcode'] = 'Postcode';
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
$_['entry_product'] = 'Choose Product';
$_['entry_option'] = 'Choose Option(s)';
$_['entry_subscription'] = 'Choose Subscription';
$_['entry_quantity'] = 'Quantity';
$_['entry_to_name'] = 'Recipient\'s Name';
$_['entry_to_email'] = 'Recipient\'s E-mail';
$_['entry_from_name'] = 'Sender\'s Name';
$_['entry_from_email'] = 'Sender\'s E-mail';
$_['entry_theme'] = 'Gift Certificate Theme';
$_['entry_message'] = 'Message';
$_['entry_amount'] = 'Amount';
$_['entry_order_status'] = 'Order Status';
$_['entry_notify'] = 'Notify Customer';
$_['entry_override'] = 'Override';
$_['entry_comment'] = 'Comment';
$_['entry_language'] = 'Language';
$_['entry_currency'] = 'Currency';
$_['entry_affiliate'] = 'Affiliate';
$_['entry_coupon'] = 'Coupon';
$_['entry_voucher'] = 'Voucher';
$_['entry_reward'] = 'Use Reward Points';
$_['entry_shipping_method'] = 'Shipping Method';
$_['entry_payment_method'] = 'Payment Method';
$_['entry_order_id'] = 'Order ID';
$_['entry_total'] = 'Total';
$_['entry_date_from'] = 'Date From';
$_['entry_date_to'] = 'Date To';
// Help
$_['help_override'] = 'If the customers order is being blocked from changing the order status due to an anti-fraud extension enable override.';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify orders!';
$_['error_invoice_no'] = 'Warning: Invoice No. has already been created!';
$_['error_order'] = 'Warning: Order does not exist!';
$_['error_affiliate'] = 'Warning: Affiliate does not exist!';
$_['error_reward_add'] = 'Warning: Reward points for this order has already been added!';
$_['error_commission_add'] = 'Warning: Affiliate commission for this order has already been added!';

View File

@ -0,0 +1,65 @@
<?php
// Heading
$_['heading_title'] = 'Product Returns';
// Text
$_['text_success'] = 'Success: You have modified returns!';
$_['text_list'] = 'Product Return List';
$_['text_add'] = 'Add Product Return';
$_['text_edit'] = 'Edit Product Return';
$_['text_opened'] = 'Opened';
$_['text_unopened'] = 'Unopened';
$_['text_order'] = 'Order Information';
$_['text_product'] = 'Product Information &amp; Reason for Return';
$_['text_history'] = 'History';
$_['text_history_add'] = 'Add History';
$_['text_filter'] = 'Filter';
// Column
$_['column_return_id'] = 'Return ID';
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_product'] = 'Product';
$_['column_model'] = 'Model';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_date_modified'] = 'Date Modified';
$_['column_comment'] = 'Comment';
$_['column_notify'] = 'Customer Notified';
$_['column_action'] = 'Action';
// Entry
$_['entry_customer'] = 'Customer';
$_['entry_order_id'] = 'Order ID';
$_['entry_date_ordered'] = 'Order Date';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_email'] = 'E-Mail';
$_['entry_telephone'] = 'Telephone';
$_['entry_product'] = 'Product';
$_['entry_model'] = 'Model';
$_['entry_quantity'] = 'Quantity';
$_['entry_opened'] = 'Opened';
$_['entry_comment'] = 'Comment';
$_['entry_return_reason'] = 'Return Reason';
$_['entry_return_action'] = 'Return Action';
$_['entry_return_status'] = 'Return Status';
$_['entry_notify'] = 'Notify Customer';
$_['entry_return_id'] = 'Return ID';
$_['entry_date_from'] = 'Date From';
$_['entry_date_to'] = 'Date To';
// Help
$_['help_product'] = '(Autocomplete)';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify returns!';
$_['error_return'] = 'Warning could not find selected return!';
$_['error_order_id'] = 'Order ID required!';
$_['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_product'] = 'Product Name must be greater than 1 and less than 255 characters!';
$_['error_model'] = 'Product Model must be greater than 1 and less than 64 characters!';

View File

@ -0,0 +1,95 @@
<?php
// Heading
$_['heading_title'] = 'Subscriptions';
// Text
$_['text_success'] = 'Success: You have modified subscriptions!';
$_['text_list'] = 'Subscription List';
$_['text_add'] = 'Add Subscription';
$_['text_edit'] = 'Subscription (#%s)';
$_['text_filter'] = 'Filter';
$_['text_date_added'] = 'Date Added';
$_['text_order'] = 'Order ID';
$_['text_customer'] = 'Customer';
$_['text_subscription_plan'] = 'Subscription Plan';
$_['text_product'] = 'Product Details';
$_['text_quantity'] = 'Quantity';
$_['text_trial'] = 'Trial';
$_['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_cancel'] = 'Until Canceled';
$_['text_day'] = 'Day';
$_['text_week'] = 'Week';
$_['text_semi_month'] = 'Half-Month';
$_['text_month'] = 'Month';
$_['text_year'] = 'Year';
$_['text_date_next'] = 'Date Next';
$_['text_remaining'] = 'Remaining';
$_['text_payment_address'] = 'Payment Address';
$_['text_payment_method'] = 'Payment Method';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_shipping_method'] = 'Shipping Method';
$_['text_history'] = 'History';
$_['text_history_add'] = 'Add History';
// Column
$_['column_subscription_id'] = 'Subscription ID';
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_comment'] = 'Comment';
$_['column_description'] = 'Description';
$_['column_amount'] = 'Amount';
$_['column_notify'] = 'Customer Notified';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_product'] = 'Product Details';
$_['column_quantity'] = 'Quantity';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_customer'] = 'Customer';
$_['entry_subscription_id'] = 'Subscription ID';
$_['entry_order_id'] = 'Order ID';
$_['entry_subscription_plan'] = 'Subscription Plan';
$_['entry_trial_price'] = 'Trial Price';
$_['entry_trial_duration'] = 'Trial Duration';
$_['entry_trial_remaining'] = 'Trial Remaining';
$_['entry_trial_cycle'] = 'Trial Cycle';
$_['entry_trial_frequency'] = 'Trial Frequency';
$_['entry_trial_status'] = 'Trial Status';
$_['entry_price'] = 'Price';
$_['entry_duration'] = 'Duration';
$_['entry_remaining'] = 'Remaining';
$_['entry_cycle'] = 'Cycle';
$_['entry_frequency'] = 'Frequency';
$_['entry_date_next'] = 'Date Next';
$_['entry_comment'] = 'Comment';
$_['entry_amount'] = 'Amount';
$_['entry_notify'] = 'Notify Customer';
$_['entry_override'] = 'Override';
$_['entry_date_from'] = 'Date From';
$_['entry_date_to'] = 'Date To';
$_['entry_subscription_status'] = 'Subscription Status';
// Help
$_['help_trial_duration'] = 'The duration is the number of times the user will make a payment.';
$_['help_trial_cycle'] = 'Subscription amounts are calculated by the frequency and cycles.';
$_['help_trial_frequency'] = 'If you use a frequency of "week" and a cycle of "2", then the user will be billed every 2 weeks.';
$_['help_duration'] = 'The duration is the number of times the user will make a payment, set this to 0 if you want payments until they are cancelled.';
$_['help_cycle'] = 'Subscription amounts are calculated by the frequency and cycles.';
$_['help_frequency'] = 'If you use a frequency of "week" and a cycle of "2", then the user will be billed every 2 weeks.';
// Tab
$_['tab_order'] = 'Orders';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify subscriptions!';
$_['error_status'] = 'Error: The subscription status does not match with the store status!';
$_['error_subscription'] = 'Warning: Subscription does not exist!';
$_['error_subscription_plan'] = 'Warning: Subscription plan does not exist!';
$_['error_subscription_status'] = 'Warning: Subscription status needs to be selected!';
$_['error_payment_method'] = 'Warning: Payment method does not exist!';
$_['error_service_type'] = 'The service status has not been included with this transaction. If you see this error message, please contact your extension developer that handles the subscription services to resolve this issue!';

View File

@ -0,0 +1,48 @@
<?php
// Heading
$_['heading_title'] = 'Gift Vouchers';
// Text
$_['text_success'] = 'Success: You have modified vouchers!';
$_['text_list'] = 'Gift Voucher List';
$_['text_add'] = 'Add Gift Voucher';
$_['text_edit'] = 'Edit Gift Voucher';
$_['text_sent'] = 'Success: Gift Voucher e-mail has been sent!';
$_['text_history'] = 'History';
// Column
$_['column_name'] = 'Voucher Name';
$_['column_code'] = 'Code';
$_['column_from'] = 'From';
$_['column_to'] = 'To';
$_['column_theme'] = 'Theme';
$_['column_amount'] = 'Amount';
$_['column_status'] = 'Status';
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_code'] = 'Code';
$_['entry_from_name'] = 'From Name';
$_['entry_from_email'] = 'From E-Mail';
$_['entry_to_name'] = 'To Name';
$_['entry_to_email'] = 'To E-Mail';
$_['entry_theme'] = 'Theme';
$_['entry_message'] = 'Message';
$_['entry_amount'] = 'Amount';
$_['entry_status'] = 'Status';
// Help
$_['help_code'] = 'The code the customer enters to activate the voucher.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify vouchers!';
$_['error_exists'] = 'Warning: Voucher code is already in use!';
$_['error_code'] = 'Code must be between 3 and 10 characters!';
$_['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_amount'] = 'Amount must be greater than or equal to 1!';
$_['error_order'] = 'Warning: This voucher cannot be deleted as it is part of an <a href="%s">order</a>!';

View File

@ -0,0 +1,24 @@
<?php
// Heading
$_['heading_title'] = 'Voucher Themes';
// Text
$_['text_success'] = 'Success: You have modified voucher themes!';
$_['text_list'] = 'Voucher Theme List';
$_['text_add'] = 'Add Voucher Theme';
$_['text_edit'] = 'Edit Voucher Theme';
// Column
$_['column_name'] = 'Voucher Theme Name';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Voucher Theme Name';
$_['entry_description'] = 'Voucher Theme Description';
$_['entry_image'] = 'Image';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify voucher themes!';
$_['error_name'] = 'Voucher Theme Name must be between 3 and 32 characters!';
$_['error_image'] = 'Image required!';
$_['error_voucher'] = 'Warning: This voucher theme cannot be deleted as it is currently assigned to %s vouchers!';