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,26 @@
<?php
// Heading
$_['heading_title'] = 'My Account';
// Text
$_['text_account'] = 'Account';
$_['text_my_account'] = 'My Account';
$_['text_my_orders'] = 'My Orders';
$_['text_my_affiliate'] = 'My Affiliate Account';
$_['text_my_newsletter'] = 'Newsletter';
$_['text_edit'] = 'Edit your account information';
$_['text_password'] = 'Change your password';
$_['text_address'] = 'Modify your address book entries';
$_['text_payment_method'] = 'Payment Methods';
$_['text_wishlist'] = 'Modify your wish list';
$_['text_order'] = 'View your order history';
$_['text_subscription'] = 'Subscriptions';
$_['text_download'] = 'Downloads';
$_['text_reward'] = 'Your Reward Points';
$_['text_return'] = 'View your return requests';
$_['text_transaction'] = 'Your Transactions';
$_['text_newsletter'] = 'Subscribe / unsubscribe to newsletter';
$_['text_transactions'] = 'Transactions';
$_['text_affiliate_add'] = 'Register for an affiliate account';
$_['text_affiliate_edit'] = 'Edit your affiliate information';
$_['text_tracking'] = 'Custom Affiliate Tracking Code';

View File

@ -0,0 +1,40 @@
<?php
// Heading
$_['heading_title'] = 'Address Book';
// Text
$_['text_account'] = 'Account';
$_['text_address_book'] = 'Address Book Entries';
$_['text_address_add'] = 'Add Address';
$_['text_address_edit'] = 'Edit Address';
$_['text_add'] = 'Your address has been successfully added';
$_['text_edit'] = 'Your address has been successfully updated';
$_['text_delete'] = 'Your address has been successfully deleted';
$_['text_no_results'] = 'You have no addresses in your account.';
// Entry
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_company'] = 'Company';
$_['entry_address_1'] = 'Address 1';
$_['entry_address_2'] = 'Address 2';
$_['entry_postcode'] = 'Post Code';
$_['entry_city'] = 'City';
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
$_['entry_default'] = 'Default Address';
// Error
$_['error_token'] = 'Warning: Address token invalid!';
$_['error_subscription'] = 'Warning: Address is still being used by %s active subscriptions!';
$_['error_default'] = 'Warning: Default address required!';
$_['error_delete'] = 'Warning: You must have at least one address!';
$_['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 must be between 3 and 128 characters!';
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
$_['error_city'] = 'City must be between 2 and 128 characters!';
$_['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,38 @@
<?php
// Heading
$_['heading_title'] = 'Your Affiliate Information';
// Text
$_['text_account'] = 'Account';
$_['text_affiliate'] = 'Affiliate';
$_['text_my_affiliate'] = 'My Affiliate Account';
$_['text_payment'] = 'Payment Information';
$_['text_cheque'] = 'Cheque';
$_['text_paypal'] = 'PayPal';
$_['text_bank'] = 'Bank Transfer';
$_['text_success'] = 'Success: Your affiliate account has been successfully updated.';
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="modal-link"><b>%s</b></a>';
// Entry
$_['entry_company'] = 'Company';
$_['entry_website'] = 'Web Site';
$_['entry_tax'] = 'Tax ID';
$_['entry_payment_method'] = 'Payment Method';
$_['entry_cheque'] = 'Cheque Payee Name';
$_['entry_paypal'] = 'PayPal Email Account';
$_['entry_bank_name'] = 'Bank Name';
$_['entry_bank_branch_number'] = 'ABA/BSB number (Branch Number)';
$_['entry_bank_swift_code'] = 'SWIFT Code';
$_['entry_bank_account_name'] = 'Account Name';
$_['entry_bank_account_number'] = 'Account Number';
// Error
$_['error_token'] = 'Warning: Affiliate token invalid!';
$_['error_agree'] = 'Warning: You must agree to the %s!';
$_['error_payment_method'] = 'Payment method required!';
$_['error_cheque'] = 'Cheque Payee Name required!';
$_['error_paypal'] = 'PayPal Email Address does not appear to be valid!';
$_['error_bank_account_name'] = 'Account Name required!';
$_['error_bank_account_number'] = 'Account Number required!';
$_['error_custom_field'] = '%s required!';
$_['error_regex'] = '%s is not a valid input!';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Downloads';
// Text
$_['text_account'] = 'Account';
$_['text_downloads'] = 'Downloads';
$_['text_no_results'] = 'You have not made any previous downloadable orders!';
// Column
$_['column_order_id'] = 'Order ID';
$_['column_name'] = 'Name';
$_['column_size'] = 'Size';
$_['column_date_added'] = 'Date Added';
// Error
$_['error_not_found'] = 'Error: Could not find file %s !';
$_['error_headers_sent'] = 'Error: Headers already sent out!';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'My Account Information';
// Text
$_['text_account'] = 'Account';
$_['text_edit'] = 'Edit Information';
$_['text_your_details'] = 'Your Personal Details';
$_['text_success'] = 'Success: Your account has been successfully updated.';
// Entry
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_email'] = 'E-Mail';
$_['entry_telephone'] = 'Telephone';
// Error
$_['error_token'] = 'Warning: Edit token invalid!';
$_['error_exists'] = 'Warning: E-Mail address is already registered!';
$_['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,25 @@
<?php
// Heading
$_['heading_title'] = 'Forgot Your Password?';
$_['heading_reset'] = 'Reset your password';
// Text
$_['text_account'] = 'Account';
$_['text_forgotten'] = 'Forgotten Password';
$_['text_your_email'] = 'Your E-Mail Address';
$_['text_email'] = 'Enter the e-mail address associated with your account. Click submit to have a password reset link e-mailed to you.';
$_['text_password'] = 'Enter the new password you wish to use.';
$_['text_success'] = 'Success: Your password has been successfully updated.';
// Entry
$_['entry_email'] = 'E-Mail Address';
$_['entry_new_password'] = 'New Password';
$_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Confirm';
// Error
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_not_found'] = 'Warning: The E-Mail Address was not found in our records!';
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password and password confirmation do not match!';
$_['error_code'] = 'Password reset code is invalid or was used previously!';

View File

@ -0,0 +1,23 @@
<?php
// Heading
$_['heading_title'] = 'Account Login';
// Text
$_['text_account'] = 'Account';
$_['text_login'] = 'Login';
$_['text_new_customer'] = 'New Customer';
$_['text_register'] = 'Register Account';
$_['text_register_account'] = 'By creating an account you will be able to shop faster, be up to date on an order\'s status, and keep track of the orders you have previously made.';
$_['text_returning_customer'] = 'Returning Customer';
$_['text_i_am_returning_customer'] = 'I am a returning customer';
$_['text_forgotten'] = 'Forgotten Password';
// Entry
$_['entry_email'] = 'E-Mail Address';
$_['entry_password'] = 'Password';
// Error
$_['error_token'] = 'Warning: Invalid token session. Please login again!';
$_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.';
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
$_['error_approved'] = 'Warning: Your account requires approval before you can login.';

View File

@ -0,0 +1,8 @@
<?php
// Heading
$_['heading_title'] = 'Account Logout';
// Text
$_['text_message'] = '<p>You have been logged off your account. It is now safe to leave the computer.</p><p>Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.</p>';
$_['text_account'] = 'Account';
$_['text_logout'] = 'Logout';

View File

@ -0,0 +1,11 @@
<?php
// Heading
$_['heading_title'] = 'Newsletter Subscription';
// Text
$_['text_account'] = 'Account';
$_['text_newsletter'] = 'Newsletter';
$_['text_success'] = 'Success: Your newsletter subscription has been successfully updated!';
// Entry
$_['entry_newsletter'] = 'Subscribe';

View File

@ -0,0 +1,46 @@
<?php
// Heading
$_['heading_title'] = 'Orders';
// Text
$_['text_account'] = 'Account';
$_['text_order'] = 'Order #%s';
$_['text_invoice_no'] = 'Invoice No.';
$_['text_order_id'] = 'Order ID';
$_['text_order_status'] = 'Order Status';
$_['text_shipping_method'] = 'Shipping Method';
$_['text_payment_method'] = 'Payment Method';
$_['text_date_added'] = 'Date Added';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_payment_address'] = 'Payment Address';
$_['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_comment'] = 'Order Comments';
$_['text_history'] = 'Order History';
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
$_['text_no_results'] = 'You have not made any previous orders!';
$_['text_error'] = 'The order you requested could not be found!';
// Column
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_product'] = 'No. of Products';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_price'] = 'Price';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
$_['column_status'] = 'Status';
$_['column_comment'] = 'Comment';
$_['column_date_added'] = 'Date Added';
// Error
$_['error_reorder'] = '%s is not currently available to be reordered.';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Change Password';
// Text
$_['text_account'] = 'Account';
$_['text_password'] = 'Your Password';
$_['text_success'] = 'Success: Your password has been successfully updated.';
// Entry
$_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Password Confirm';
// Error
$_['error_token'] = 'Warning: Password token invalid!';
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password confirmation does not match password!';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Payment Methods';
// Text
$_['text_account'] = 'Account';
$_['text_payment_method'] = 'Payment Method Entries';
$_['text_success'] = 'Your payment method has been successfully deleted';
$_['text_no_results'] = 'You have no payment methods in your account.';
// Column
$_['column_payment_method'] = 'Payment Method';
$_['column_type'] = 'Type';
$_['column_date_expire'] = 'Date Expires';
$_['column_action'] = 'Action';
// Error
$_['error_payment_method'] = 'Warning: Payment method could not be found!';

View File

@ -0,0 +1,35 @@
<?php
// Heading
$_['heading_title'] = 'Register Account';
// Text
$_['text_account'] = 'Account';
$_['text_register'] = 'Register';
$_['text_account_already'] = 'If you already have an account with us, please login at the <a href="%s">login page</a>.';
$_['text_your_details'] = 'Your Personal Details';
$_['text_newsletter'] = 'Newsletter';
$_['text_your_password'] = 'Your Password';
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="modal-link"><b>%s</b></a>';
// Entry
$_['entry_customer_group'] = 'Customer Group';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_email'] = 'E-Mail';
$_['entry_telephone'] = 'Telephone';
$_['entry_newsletter'] = 'Subscribe';
$_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Password Confirm';
// Error
$_['error_token'] = 'Warning: Register token invalid!';
$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
$_['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!';
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_agree'] = 'Warning: You must agree to the %s!';

View File

@ -0,0 +1,64 @@
<?php
// Heading
$_['heading_title'] = 'Product Returns';
// Text
$_['text_account'] = 'Account';
$_['text_return'] = 'Return Information';
$_['text_return_detail'] = 'Return Details';
$_['text_description'] = 'Please complete the form below to request an RMA number.';
$_['text_order'] = 'Order Information';
$_['text_product'] = 'Product Information';
$_['text_reason'] = 'Reason for Return';
$_['text_message'] = '<p>Thank you for submitting your return request. Your request has been sent to the relevant department for processing.</p><p> You will be notified via e-mail as to the status of your request.</p>';
$_['text_return_id'] = 'Return ID:';
$_['text_orders_id'] = 'Order ID:';
$_['text_date_ordered'] = 'Order Date:';
$_['text_status'] = 'Status:';
$_['text_date_added'] = 'Date Added:';
$_['text_comment'] = 'Return Comments';
$_['text_history'] = 'Return History';
$_['text_no_results'] = 'You have not made any previous returns!';
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="modal-link"><b>%s</b></a>';
// Column
$_['column_return_id'] = 'Return ID';
$_['column_order_id'] = 'Order ID';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_customer'] = 'Customer';
$_['column_product'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_price'] = 'Price';
$_['column_opened'] = 'Opened';
$_['column_comment'] = 'Comment';
$_['column_reason'] = 'Reason';
$_['column_action'] = 'Action';
// Entry
$_['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 Name';
$_['entry_model'] = 'Product Code';
$_['entry_quantity'] = 'Quantity';
$_['entry_reason'] = 'Reason for Return';
$_['entry_opened'] = 'Product is opened';
$_['entry_fault_detail'] = 'Faulty or other details';
// Error
$_['text_error'] = 'The returns you requested could not be found!';
$_['error_token'] = 'Warning: Reset token invalid!';
$_['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 3 and less than 255 characters!';
$_['error_model'] = 'Product Model must be greater than 3 and less than 64 characters!';
$_['error_reason'] = 'You must select a return product reason!';
$_['error_agree'] = 'Warning: You must agree to the %s!';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Your Reward Points';
// Column
$_['column_date_added'] = 'Date Added';
$_['column_description'] = 'Description';
$_['column_points'] = 'Points';
// Text
$_['text_account'] = 'Account';
$_['text_reward'] = 'Reward Points';
$_['text_total'] = 'Your total number of reward points is:';
$_['text_no_results'] = 'You do not have any reward points!';

View File

@ -0,0 +1,43 @@
<?php
// Heading
$_['heading_title'] = 'Subscriptions';
// Text
$_['text_account'] = 'Account';
$_['text_subscription'] = 'Subscription #%s';
$_['text_invoice_no'] = 'Invoice No.';
$_['text_subscription_id'] = 'Subscription ID';
$_['text_order_id'] = 'Order ID';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_shipping_method'] = 'Shipping Method';
$_['text_payment_address'] = 'Payment Address';
$_['text_payment_method'] = 'Payment Method';
$_['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_date_added'] = 'Date Added';
$_['text_status'] = 'Subscription Status';
$_['text_description'] = 'Description';
$_['text_quantity'] = 'Quantity';
$_['text_order'] = 'Order History';
$_['text_no_results'] = 'No subscriptions found!';
$_['text_error'] = 'The recurring order you requested could not be found!';
$_['text_cancelled'] = 'Recurring payment has been cancelled';
// Column
$_['column_subscription_id'] = 'Subscription ID';
$_['column_product'] = 'Product';
$_['column_order_id'] = 'Order ID';
$_['column_status'] = 'Status';
$_['column_total'] = 'Total';
$_['column_comment'] = 'Comment';
$_['column_date_added'] = 'Date Added';
// Error
$_['error_not_cancelled'] = 'Error: %s';
$_['error_not_found'] = 'Could not cancel subscription';

View File

@ -0,0 +1,8 @@
<?php
// Heading
$_['heading_title'] = 'Your Account Has Been Created!';
// Text
$_['text_success'] = '<p>Congratulations! Your new account has been successfully created!</p> <p>You can now take advantage of member privileges to enhance your online shopping experience with us.</p> <p>If you have ANY questions about the operation of this online shop, please e-mail the store owner.</p> <p>A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please <a href="%s">contact us</a>.</p>';
$_['text_approval'] = '<p>Thank you for registering with %s!</p><p>You will be notified by e-mail once your account has been activated by the store owner.</p><p>If you have ANY questions about the operation of this online shop, please <a href="%s">contact the store owner</a>.</p>';
$_['text_account'] = 'Account';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Affiliate Tracking';
// Text
$_['text_account'] = 'Account';
$_['text_description'] = 'To make sure you get paid for referrals you send to us we need to track the referral by placing a tracking code in the URL\'s linking to us. You can use the tools below to generate links to the %s web site.';
// Entry
$_['entry_code'] = 'Your Tracking Code';
$_['entry_generator'] = 'Tracking Link Generator';
$_['entry_link'] = 'Tracking Link';
// Help
$_['help_generator'] = 'Type in the name of a product you would like to link to';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Your Transactions';
// Column
$_['column_date_added'] = 'Date Added';
$_['column_description'] = 'Description';
$_['column_amount'] = 'Amount (%s)';
// Text
$_['text_account'] = 'Account';
$_['text_transaction'] = 'Your Transactions';
$_['text_total'] = 'Your current balance is:';
$_['text_no_results'] = 'You do not have any transactions!';

View File

@ -0,0 +1,23 @@
<?php
// Heading
$_['heading_title'] = 'My Wishlist';
// Text
$_['text_account'] = 'Account';
$_['text_instock'] = 'In Stock';
$_['text_wishlist'] = 'Wish List (%s)';
$_['text_login'] = 'You must <a href="%s">login</a> or <a href="%s">create an account</a> to save <a href="%s">%s</a> to your <a href="%s">wish list</a>!';
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">wish list</a>!';
$_['text_remove'] = 'Success: You have removed an item from your wishlist';
$_['text_no_results'] = 'Your wish list is empty.';
// Column
$_['column_image'] = 'Image';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_stock'] = 'Stock';
$_['column_price'] = 'Unit Price';
$_['column_action'] = 'Action';
// Error
$_['error_product'] = 'Warning: Product could not be found!';

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!';

View File

@ -0,0 +1,37 @@
<?php
// Heading
$_['heading_title'] = 'Shopping Cart';
// Text
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
$_['text_edit'] = 'Success: You have modified your shopping cart!';
$_['text_remove'] = 'Success: You have removed an item from your shopping cart!';
$_['text_login'] = 'Attention: You must <a href="%s">login</a> or <a href="%s">create an account</a> to view prices!';
$_['text_no_results'] = 'Your shopping cart is empty!';
$_['text_next'] = 'What would you like to do next?';
$_['text_next_choice'] = 'Choose if you have a discount code or reward points you want to use or would like to estimate your delivery cost.';
$_['text_points'] = 'Reward Points';
$_['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';
// Column
$_['column_image'] = 'Image';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_price'] = 'Unit Price';
$_['column_total'] = 'Total';
// 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_required'] = '%s required!';
$_['error_product'] = 'Warning: Product could not be found!';
$_['error_subscription'] = 'Please select a subscription plan!';

View File

@ -0,0 +1,6 @@
<?php
// Heading
$_['heading_title'] = 'Checkout';
// Text
$_['text_cart'] = 'Shopping Cart';

View File

@ -0,0 +1,19 @@
<?php
// Text
$_['text_points'] = 'Reward Points';
$_['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';
// Column
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_price'] = 'Unit Price';
$_['column_total'] = 'Total';

View File

@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'Failed Payment!';
// Text
$_['text_basket'] = 'Shopping Cart';
$_['text_checkout'] = 'Checkout';
$_['text_failure'] = 'Failed Payment';
$_['text_message'] = '<p>There was a problem processing your payment and the order did not complete.</p>
<p>Possible reasons are:</p>
<ul>
<li>Insufficient funds</li>
<li>Verification failed</li>
</ul>
<p>Please try to order again using a different payment method.</p>
<p>If the problem persists please <a href="%s">contact us</a> with the details of the order you are trying to place.</p>
';

View File

@ -0,0 +1,33 @@
<?php
// Heading
$_['heading_title'] = 'Payment Address';
// Text
$_['text_address_new'] = 'I want to use a new address';
$_['text_address_existing'] = 'I want to use an existing address';
$_['text_success'] = 'Success: You have changed payment address!';
// Entry
$_['entry_address'] = 'Choose Address';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_company'] = 'Company';
$_['entry_address_1'] = 'Address 1';
$_['entry_address_2'] = 'Address 2';
$_['entry_postcode'] = 'Post Code';
$_['entry_city'] = 'City';
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
// Error
$_['error_customer'] = 'Customer required!';
$_['error_address'] = 'Payment address could not be found!';
$_['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 2 and 128 characters!';
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
$_['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,22 @@
<?php
// Heading
$_['heading_title'] = 'Payment Method';
// Text
$_['text_payment_method'] = 'Payment method options';
$_['text_payment'] = 'Please select the preferred payment method to use for this order.';
$_['text_comments'] = 'Add Comments About Your Order';
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="modal-link"><b>%s</b></a>';
$_['text_success'] = 'Success: You have changed payment method!';
$_['text_comment'] = 'Success: Comment added!';
// Entry
$_['entry_payment_method'] = 'Choose payment method...';
// Error
$_['error_customer'] = 'Customer required!';
$_['error_payment_address'] = 'Payment address required!';
$_['error_shipping_address'] = 'Shipping address required!';
$_['error_shipping_method'] = 'Shipping method required!';
$_['error_payment_method'] = 'Payment method required!';
$_['error_no_payment'] = 'No Payment options are available. Please <a href="%s">contact us</a> for assistance!';

View File

@ -0,0 +1,53 @@
<?php
// Heading
$_['heading_title'] = 'Your Personal Details';
// Text
$_['text_login'] = 'If you already have an account with us, please login at the <a href="%s"><strong>login page</strong></a>.';
$_['text_register'] = 'Register Account';
$_['text_guest'] = 'Guest Checkout';
$_['text_payment_address'] = 'Payment Address';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_your_password'] = 'Your Password';
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="modal-link"><b>%s</b></a>';
$_['text_success_add'] = 'Success: Your account has been created!';
$_['text_success_guest'] = 'Success: Your guest account information has been saved!';
$_['text_success_edit'] = 'Success: Your account has been successfully updated.';
// Entry
$_['entry_customer_group'] = 'Account Type';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_email'] = 'E-Mail';
$_['entry_telephone'] = 'Telephone';
$_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Password Confirm';
$_['entry_company'] = 'Company';
$_['entry_address_1'] = 'Address 1';
$_['entry_address_2'] = 'Address 2';
$_['entry_postcode'] = 'Post Code';
$_['entry_city'] = 'City';
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
$_['entry_match'] = 'My delivery and billing addresses are the same.';
$_['entry_newsletter'] = 'I wish to subscribe to the %s newsletter.';
// Error
$_['error_guest'] = 'Warning: Items in your shopping cart require you to register for an account!';
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
$_['error_customer_group'] = 'Customer Group does not appear to be valid!';
$_['error_customer_approval'] = 'Warning: Your this customer group requires approval and cannot be used with guest account.';
$_['error_email'] = 'E-Mail address does not appear to be valid!';
$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password confirmation does not match password!';
$_['error_address_1'] = 'Address 1 must be between 3 and 128 characters!';
$_['error_city'] = 'City must be between 2 and 128 characters!';
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_agree'] = 'Warning: You must agree to the %s!';
$_['error_custom_field'] = '%s required!';
$_['error_regex'] = '%s is not a valid input!';

View File

@ -0,0 +1,32 @@
<?php
// Heading
$_['heading_title'] = 'Shipping Address';
// Text
$_['text_address_new'] = 'I want to use a new address';
$_['text_address_existing'] = 'I want to use an existing address';
$_['text_success'] = 'Success: You have changed shipping address!';
// Entry
$_['entry_address'] = 'Choose Address';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_company'] = 'Company';
$_['entry_address_1'] = 'Address 1';
$_['entry_address_2'] = 'Address 2';
$_['entry_postcode'] = 'Post Code';
$_['entry_city'] = 'City';
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
// Error
$_['error_address'] = 'Shipping address could not be found!';
$_['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 2 and 128 characters!';
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
$_['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,18 @@
<?php
// Heading
$_['heading_title'] = 'Shipping Method';
// Text
$_['text_shipping_method'] = 'Shipping method options';
$_['text_shipping'] = 'Please select the preferred shipping method to use for this order.';
$_['text_success'] = 'Success: You have changed shipping method!';
// Entry
$_['entry_shipping_method'] = 'Choose shipping method...';
// Error
$_['error_customer'] = 'Customer required!';
$_['error_payment_address'] = 'Payment address required!';
$_['error_shipping_address'] = 'Shipping address required!';
$_['error_shipping_method'] = 'Shipping method required!';
$_['error_no_shipping'] = 'No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';

View File

@ -0,0 +1,10 @@
<?php
// Heading
$_['heading_title'] = 'Your order has been placed!';
// Text
$_['text_basket'] = 'Shopping Cart';
$_['text_checkout'] = 'Checkout';
$_['text_success'] = 'Success';
$_['text_customer'] = '<p>Your order has been successfully processed!</p><p>You can view your order history by going to the <a href="%s">my account</a> page and by clicking on <a href="%s">history</a>.</p><p>If your purchase has an associated download, you can go to the account <a href="%s">downloads</a> page to view them.</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>';
$_['text_guest'] = '<p>Your order has been successfully processed!</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>';

View File

@ -0,0 +1,34 @@
<?php
// Heading
$_['heading_title'] = 'Purchase a Gift Certificate';
// Text
$_['text_account'] = 'Account';
$_['text_voucher'] = 'Gift Certificate';
$_['text_description'] = 'This gift certificate will be emailed to the recipient after your order has been paid for.';
$_['text_agree'] = 'I understand that gift certificates are non-refundable';
$_['text_message'] = '<p>Thank you for purchasing a gift certificate! Once you have completed your order your gift certificate recipient will be sent an e-mail with details how to redeem their gift certificate.</p>';
$_['text_for'] = '%s Gift Certificate for %s';
// Entry
$_['entry_to_name'] = 'Recipient\'s Name';
$_['entry_to_email'] = 'Recipient\'s e-mail';
$_['entry_from_name'] = 'Your Name';
$_['entry_from_email'] = 'Your e-mail';
$_['entry_theme'] = 'Gift Certificate Theme';
$_['entry_message'] = 'Message';
$_['entry_amount'] = 'Amount';
// Help
$_['help_message'] = 'Optional';
$_['help_amount'] = 'Value must be between %s and %s';
// Error
$_['error_token'] = 'Warning: Voucher token invalid!';
$_['error_voucher'] = 'Voucher could not be found!';
$_['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!';
$_['error_agree'] = 'Warning: You must agree that the gift certificates are non-refundable!';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'Blog';
// Text
$_['text_blog'] = 'Blog';
$_['text_comments'] = '%s comments';
$_['text_write'] = 'Write a comment';
$_['text_login'] = 'Please <a href="%s">login</a> or <a href="%s">register</a> to comment';
$_['text_no_results'] = 'There are no comments for this article.';
$_['text_queue'] = 'Your comment has been added to our moderation queue!';
$_['text_success'] = 'Thank you for your comment. It has been submitted to the webmaster for approval.';
// Entry
$_['entry_author'] = 'Your Name';
$_['entry_comment'] = 'Comment';
// Button
$_['button_continue'] = 'Continue Reading';
// Error
$_['error_token'] = 'Warning: Comment token invalid!';
$_['error_article'] = 'Warning: Article could not be found!';
$_['error_comment'] = 'Comment must be between 25 and 1000 characters!';
$_['error_guest'] = 'You must login to comment on the article!';

View File

@ -0,0 +1,19 @@
<?php
// Text
$_['text_items'] = '%s item(s) - %s';
$_['text_points'] = 'Reward Points';
$_['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_no_results'] = 'Your shopping cart is empty!';
$_['text_cart'] = 'View Cart';
$_['text_checkout'] = 'Checkout';
// Error
$_['error_product'] = 'Warning: Product could not be found!';

View File

@ -0,0 +1,8 @@
<?php
// Text
$_['text_success'] = 'Thank you for letting us know your choice!';
$_['text_cookie'] = 'This website uses cookies. For more information <a href="%s" class="alert-link modal-link">click here</a>.';
// Button
$_['button_agree'] = 'Yes, that\'s fine!';
$_['button_disagree'] = 'No Thanks!';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_currency'] = 'Currency';

View File

@ -0,0 +1,19 @@
<?php
// Text
$_['text_information'] = 'Information';
$_['text_blog'] = 'Blog';
$_['text_service'] = 'Customer Service';
$_['text_extra'] = 'Extras';
$_['text_contact'] = 'Contact Us';
$_['text_return'] = 'Returns';
$_['text_sitemap'] = 'Site Map';
$_['text_gdpr'] = 'GDPR';
$_['text_manufacturer'] = 'Brands';
$_['text_voucher'] = 'Gift Certificates';
$_['text_affiliate'] = 'Affiliate';
$_['text_special'] = 'Specials';
$_['text_account'] = 'My Account';
$_['text_order'] = 'Order History';
$_['text_wishlist'] = 'Wish List';
$_['text_newsletter'] = 'Newsletter';
$_['text_powered'] = '<a href="#"> © Copyright 2024. All Right Reserved. Ekdant</a>';

View File

@ -0,0 +1,12 @@
<?php
// Text
$_['text_wishlist'] = 'Wish List (%s)';
$_['text_shopping_cart'] = 'Shopping Cart';
$_['text_account'] = 'My Account';
$_['text_register'] = 'Register';
$_['text_login'] = 'Login';
$_['text_order'] = 'Order History';
$_['text_transaction'] = 'Transactions';
$_['text_download'] = 'Downloads';
$_['text_logout'] = 'Logout';
$_['text_checkout'] = 'Checkout';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_language'] = 'Language';

View File

@ -0,0 +1,7 @@
<?php
// Heading
$_['heading_title'] = 'Maintenance';
// Text
$_['text_maintenance'] = 'Maintenance';
$_['text_message'] = '<h1 style="text-align:center;">We are currently performing some scheduled maintenance. <br/>We will be back as soon as possible. Please check back soon.</h1>';

View File

@ -0,0 +1,4 @@
<?php
// Text
$_['text_category'] = 'Categories';
$_['text_all'] = 'Show All';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_search'] = 'Search';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_success'] = 'Success: You have run %s cron job!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify cron jobs!';

View File

@ -0,0 +1,14 @@
<?php
// Text
$_['text_success'] = 'Success: The subscription profile has been renewed successfully!';
// Error
$_['error_language'] = 'Warning: Payment method extension could not be found!';
$_['error_customer'] = 'Warning: Payment method extension could not be found!';
$_['error_product'] = 'Warning: Payment method extension could not be found!';
$_['error_shipping_address'] = 'Warning: Payment method extension could not be found!';
$_['error_shipping_method'] = 'Warning: Shipping method %s could not be found!';
$_['error_payment_address'] = 'Warning: Payment method extension could not be found!';
$_['error_payment_method'] = 'Warning: Payment method %s could not be found!';
$_['error_extension'] = 'Warning: Payment method extension could not be found!';
$_['error_recurring'] = 'Warning: Payment method does not have recurring payment method!';

View File

@ -0,0 +1,206 @@
<?php
// Locale
$_['code'] = 'en';
$_['direction'] = 'ltr';
$_['date_format_short'] = 'd/m/Y';
$_['date_format_long'] = 'l jS F Y';
$_['time_format'] = 'h:i:s A';
$_['datetime_format'] = 'd/m/Y H:i:s';
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';
// Text
$_['text_home'] = '<i class="fas fa-home"></i>';
$_['text_yes'] = 'Yes';
$_['text_no'] = 'No';
$_['text_none'] = ' --- None --- ';
$_['text_select'] = ' --- Please Select --- ';
$_['text_all_zones'] = 'All Zones';
$_['text_pagination'] = 'Showing %d to %d of %d (%d Pages)';
$_['text_loading'] = 'Loading...';
$_['text_no_results'] = 'No results!';
$_['text_just_now'] = 'just now';
$_['text_seconds_ago'] = '%s seconds ago';
$_['text_minute_ago'] = '%s minute ago';
$_['text_minutes_ago'] = '%s minutes ago';
$_['text_hour_ago'] = '%s hour ago';
$_['text_hours_ago'] = '%s hours ago';
$_['text_day_ago'] = '%s day ago';
$_['text_days_ago'] = '%s days ago';
$_['text_week_ago'] = '%s week ago';
$_['text_weeks_ago'] = '%s weeks ago';
$_['text_month_ago'] = '%s month ago';
$_['text_months_ago'] = '%s months ago';
$_['text_year_ago'] = '%s year ago';
$_['text_years_ago'] = '%s years ago';
// Buttons
$_['button_address_add'] = 'Add Address';
$_['button_back'] = 'Back';
$_['button_continue'] = 'Continue';
$_['button_cart'] = 'Add to Cart';
$_['button_cancel'] = 'Cancel';
$_['button_compare'] = 'Compare this Product';
$_['button_wishlist'] = 'Add to Wish List';
$_['button_checkout'] = 'Checkout';
$_['button_confirm'] = 'Confirm Order';
$_['button_coupon'] = 'Apply Coupon';
$_['button_delete'] = 'Delete';
$_['button_download'] = 'Download';
$_['button_edit'] = 'Edit';
$_['button_filter'] = 'Refine';
$_['button_new_address'] = 'New Address';
$_['button_change_address'] = 'Change Address';
$_['button_reviews'] = 'Reviews';
$_['button_write'] = 'Write Review';
$_['button_login'] = 'Login';
$_['button_update'] = 'Update';
$_['button_remove'] = 'Remove';
$_['button_reorder'] = 'Reorder';
$_['button_return'] = 'Return';
$_['button_shopping'] = 'Continue Shopping';
$_['button_search'] = 'Search';
$_['button_submit'] = 'Submit';
$_['button_guest'] = 'Guest Checkout';
$_['button_view'] = 'View';
$_['button_voucher'] = 'Apply Gift Certificate';
$_['button_upload'] = 'Upload File';
$_['button_reward'] = 'Apply Points';
$_['button_choose'] = 'Choose';
$_['button_shipping'] = 'Apply Shipping';
$_['button_quote'] = 'Get Quotes';
$_['button_list'] = 'List';
$_['button_grid'] = 'Grid';
$_['button_map'] = 'View Google Map';
// Error
$_['error_exception'] = 'Error Code(%s): %s in %s on line %s';
$_['error_upload_1'] = 'Warning: The uploaded file exceeds the upload_max_filesize directive in php.ini!';
$_['error_upload_2'] = 'Warning: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form!';
$_['error_upload_3'] = 'Warning: The uploaded file was only partially uploaded!';
$_['error_upload_4'] = 'Warning: No file was uploaded!';
$_['error_upload_6'] = 'Warning: Missing a temporary folder!';
$_['error_upload_7'] = 'Warning: Failed to write file to disk!';
$_['error_upload_8'] = 'Warning: File upload stopped by extension!';
$_['error_upload_999'] = 'Warning: No error code available!';
$_['error_upload_size'] = 'Warning: The uploaded file exceeds the %smb max file size!';
$_['error_curl'] = 'CURL: Error Code(%s): %s';
$_['error_session'] = 'Warning: Session has expired please submit the form again!';
/* When doing translations only include the matching language code */
// Datepicker
//$_['datepicker'] = 'af';
//$_['datepicker'] = 'ar-dz';
//$_['datepicker'] = 'ar-kw';
//$_['datepicker'] = 'ar-ly';
//$_['datepicker'] = 'ar-ma';
//$_['datepicker'] = 'ar-sa';
//$_['datepicker'] = 'ar-tn';
//$_['datepicker'] = 'ar';
//$_['datepicker'] = 'az';
//$_['datepicker'] = 'be';
//$_['datepicker'] = 'bg';
//$_['datepicker'] = 'bn';
//$_['datepicker'] = 'bo';
//$_['datepicker'] = 'br';
//$_['datepicker'] = 'bs';
//$_['datepicker'] = 'ca';
//$_['datepicker'] = 'cs';
//$_['datepicker'] = 'cv';
//$_['datepicker'] = 'cy';
//$_['datepicker'] = 'da';
//$_['datepicker'] = 'de-at';
//$_['datepicker'] = 'de-ch';
//$_['datepicker'] = 'de';
//$_['datepicker'] = 'dv';
//$_['datepicker'] = 'el';
//$_['datepicker'] = 'en-au';
//$_['datepicker'] = 'en-ca';
$_['datepicker'] = 'en-gb';
//$_['datepicker'] = 'en-ie';
//$_['datepicker'] = 'en-nz';
//$_['datepicker'] = 'eo';
//$_['datepicker'] = 'es-do';
//$_['datepicker'] = 'es';
//$_['datepicker'] = 'et';
//$_['datepicker'] = 'eu';
//$_['datepicker'] = 'fa';
//$_['datepicker'] = 'fi';
//$_['datepicker'] = 'fo';
//$_['datepicker'] = 'fr-ca';
//$_['datepicker'] = 'fr-ch';
//$_['datepicker'] = 'fr';
//$_['datepicker'] = 'fy';
//$_['datepicker'] = 'gd';
//$_['datepicker'] = 'gl';
//$_['datepicker'] = 'gom-latn';
//$_['datepicker'] = 'he';
//$_['datepicker'] = 'hi';
//$_['datepicker'] = 'hr';
//$_['datepicker'] = 'hu';
//$_['datepicker'] = 'hy-am';
//$_['datepicker'] = 'id';
//$_['datepicker'] = 'is';
//$_['datepicker'] = 'it';
//$_['datepicker'] = 'ja';
//$_['datepicker'] = 'jv';
//$_['datepicker'] = 'ka';
//$_['datepicker'] = 'kk';
//$_['datepicker'] = 'km';
//$_['datepicker'] = 'kn';
//$_['datepicker'] = 'ko';
//$_['datepicker'] = 'ky';
//$_['datepicker'] = 'lb';
//$_['datepicker'] = 'lo';
//$_['datepicker'] = 'lt';
//$_['datepicker'] = 'lv';
//$_['datepicker'] = 'me';
//$_['datepicker'] = 'mi';
//$_['datepicker'] = 'mk';
//$_['datepicker'] = 'ml';
//$_['datepicker'] = 'mr';
//$_['datepicker'] = 'ms-my';
//$_['datepicker'] = 'ms';
//$_['datepicker'] = 'my';
//$_['datepicker'] = 'nb';
//$_['datepicker'] = 'ne';
//$_['datepicker'] = 'nl-be';
//$_['datepicker'] = 'nl';
//$_['datepicker'] = 'nn';
//$_['datepicker'] = 'pa-in';
//$_['datepicker'] = 'pl';
//$_['datepicker'] = 'pt-br';
//$_['datepicker'] = 'pt';
//$_['datepicker'] = 'ro';
//$_['datepicker'] = 'ru';
//$_['datepicker'] = 'sd';
//$_['datepicker'] = 'se';
//$_['datepicker'] = 'si';
//$_['datepicker'] = 'sk';
//$_['datepicker'] = 'sl';
//$_['datepicker'] = 'sq';
//$_['datepicker'] = 'sr-cyrl';
//$_['datepicker'] = 'sr';
//$_['datepicker'] = 'ss';
//$_['datepicker'] = 'sv';
//$_['datepicker'] = 'sw';
//$_['datepicker'] = 'ta';
//$_['datepicker'] = 'te';
//$_['datepicker'] = 'tet';
//$_['datepicker'] = 'th';
//$_['datepicker'] = 'tl-ph';
//$_['datepicker'] = 'tlh';
//$_['datepicker'] = 'tr';
//$_['datepicker'] = 'tzl';
//$_['datepicker'] = 'tzm-latn';
//$_['datepicker'] = 'tzm';
//$_['datepicker'] = 'uk';
//$_['datepicker'] = 'ur';
//$_['datepicker'] = 'uz-latn';
//$_['datepicker'] = 'uz';
//$_['datepicker'] = 'vi';
//$_['datepicker'] = 'x-pseudo';
//$_['datepicker'] = 'yo';
//$_['datepicker'] = 'zh-cn';
//$_['datepicker'] = 'zh-hk';
//$_['datepicker'] = 'zh-tw';

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

View File

@ -0,0 +1,6 @@
<?php
// Heading
$_['heading_title'] = 'The page you requested cannot be found!';
// Text
$_['text_error'] = 'The page you requested cannot be found.';

View File

@ -0,0 +1,26 @@
<?php
// Heading
$_['heading_title'] = 'Contact Us';
// Text
$_['text_location'] = 'Our Locations';
$_['text_store'] = 'Our Stores';
$_['text_contact'] = 'Contact Form';
$_['text_address'] = 'Address';
$_['text_telephone'] = 'Telephone';
$_['text_open'] = 'Opening Times';
$_['text_comment'] = 'Comments';
$_['text_message'] = '<p>Your enquiry has been successfully sent to the store owner!</p>';
// Entry
$_['entry_name'] = 'Your Name';
$_['entry_email'] = 'E-Mail Address';
$_['entry_enquiry'] = 'Enquiry';
// Email
$_['email_subject'] = 'Enquiry %s';
// Errors
$_['error_name'] = 'Name must be between 3 and 32 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_enquiry'] = 'Enquiry must be between 10 and 3000 characters!';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'General Data Protection Regulation Request';
// Text
$_['text_account'] = 'Account';
$_['text_gdpr'] = 'You can view %s GDPR policy on the <a href="%s" target="_blank">%s</a> page.';
$_['text_verification'] = 'Account Verification';
$_['text_email'] = 'Before we can carry out any GDPR requests we must validate you account. Please enter your E-Mail Address below.';
$_['text_action'] = 'Choose an action';
$_['text_export'] = 'Export Personal Data';
$_['text_remove'] = 'Remove Personal Data';
$_['text_warning'] = 'Warning: You will lose access to your account!';
$_['text_access'] = 'You will no longer have access to your %s account.';
$_['text_history'] = 'You will no longer have access to your order history, invoices, wishlists or downloads.';
$_['text_limit'] = 'Account deletion requests will be processed after <strong>%s days</strong> so any fraud detection, chargebacks or refunds can be processed.';
$_['text_success'] = 'Success: An email has been sent to your email address!';
$_['text_cancel'] = 'Cancel';
// Entry
$_['entry_email'] = 'E-Mail';
// Error
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_action'] = 'You must select a valid GDPR action!';

View File

@ -0,0 +1,8 @@
<?php
// Heading
$_['heading_title'] = 'GDPR Success';
// Text
$_['text_account'] = 'Account';
$_['text_export'] = 'A request to export your account data has been received.';
$_['text_remove'] = 'GDPR account deletion requests will process after <strong>%s days</strong> so any chargebacks, refunds or fraud detection can be processed.';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_error'] = 'Information Page Not Found!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Site Map';
// Text
$_['text_special'] = 'Special Offers';
$_['text_account'] = 'My Account';
$_['text_edit'] = 'Account Information';
$_['text_password'] = 'Password';
$_['text_address'] = 'Address Book';
$_['text_history'] = 'Order History';
$_['text_download'] = 'Downloads';
$_['text_cart'] = 'Shopping Cart';
$_['text_checkout'] = 'Checkout';
$_['text_search'] = 'Search';
$_['text_information'] = 'Information';
$_['text_contact'] = 'Contact Us';

View File

@ -0,0 +1,20 @@
<?php
// Text
$_['text_subject'] = '%s - Affiliate Program';
$_['text_welcome'] = 'Thank you for joining the %s Affiliate Program!';
$_['text_login'] = 'Your account has now been created and you can log in by using your e-mail address and password by visiting our website or at the following URL:';
$_['text_approval'] = 'Your account must be approved before you can login. Once approved you can log in by using your e-mail address and password by visiting our website or at the following URL:';
$_['text_service'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.';
$_['text_thanks'] = 'Thanks,';
$_['text_new_affiliate'] = 'New Affiliate';
$_['text_signup'] = 'A new affiliate has signed up:';
$_['text_website'] = 'Web Site:';
$_['text_customer_group'] = 'Customer Group:';
$_['text_firstname'] = 'First Name:';
$_['text_lastname'] = 'Last Name:';
$_['text_company'] = 'Company:';
$_['text_email'] = 'E-Mail:';
$_['text_telephone'] = 'Telephone:';
// Button
$_['button_login'] = 'Login';

View File

@ -0,0 +1,9 @@
<?php
// Text
$_['text_subject'] = '%s - Password reset request';
$_['text_greeting'] = 'A new password was requested for %s customer account.';
$_['text_change'] = 'To reset your password click on the link below:';
$_['text_ip'] = 'The IP used to make this request was:';
// Button
$_['button_reset'] = 'Reset Password';

View File

@ -0,0 +1,14 @@
<?php
// Text
$_['text_subject'] = '%s - GDPR Export/Deletion Request!';
$_['text_export'] = 'Export Data Request';
$_['text_remove'] = 'Account Deletion Request';
$_['text_gdpr'] = 'A GDPR request from this email address, To confirm this action please click on the link below:';
$_['text_ip'] = 'The IP used to make this request was:';
$_['text_contact'] = 'If you did not make this request please contact the store owner here:';
$_['text_thanks'] = 'Thanks,';
$_['text_ignore'] = 'If you did not created this request, please ignore this email.';
// Button
$_['button_export'] = 'I confirm export my data';
$_['button_remove'] = 'I confirm delete my account';

View File

@ -0,0 +1,12 @@
<?php
// Text
$_['text_subject'] = '%s - GDPR request has been processed!';
$_['text_request'] = 'Account Deletion Request';
$_['text_hello'] = 'Hello <strong>%s</strong>,';
$_['text_user'] = 'User';
$_['text_delete'] = 'Your GDPR data deletion request has now been completed.';
$_['text_contact'] = 'For more information you can contact the store owner here:';
$_['text_thanks'] = 'Thanks,';
// Button
$_['button_contact'] = 'Contact Us';

View File

@ -0,0 +1,36 @@
<?php
// Text
$_['text_subject'] = '%s - Order %s';
$_['text_greeting'] = 'Thank you for your interest in %s products. Your order has been received and will be processed once payment has been confirmed.';
$_['text_link'] = 'To view your order click on the link below:';
$_['text_order_detail'] = 'Order Details';
$_['text_instruction'] = 'Instructions';
$_['text_order_id'] = 'Order ID:';
$_['text_date_added'] = 'Date Added:';
$_['text_order_status'] = 'Order Status:';
$_['text_payment_method'] = 'Payment Method:';
$_['text_shipping_method'] = 'Shipping Method:';
$_['text_email'] = 'E-mail:';
$_['text_telephone'] = 'Telephone:';
$_['text_ip'] = 'IP Address:';
$_['text_payment_address'] = 'Payment Address';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_products'] = 'Products';
$_['text_product'] = 'Product';
$_['text_model'] = 'Model';
$_['text_quantity'] = 'Quantity';
$_['text_price'] = 'Price';
$_['text_order_total'] = 'Order Totals';
$_['text_total'] = 'Total';
$_['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_download'] = 'Once your payment has been confirmed you can click on the link below to access your downloadable products:';
$_['text_comment'] = 'The comments for your order are:';
$_['text_footer'] = 'Please reply to this e-mail if you have any questions.';

View File

@ -0,0 +1,10 @@
<?php
// Text
$_['text_subject'] = '%s - Order %s';
$_['text_received'] = 'You have received an order.';
$_['text_order_id'] = 'Order ID:';
$_['text_date_added'] = 'Date Added:';
$_['text_order_status'] = 'Order Status:';
$_['text_product'] = 'Products:';
$_['text_total'] = 'Totals:';
$_['text_comment'] = 'The comments for your order are:';

View File

@ -0,0 +1,9 @@
<?php
// Text
$_['text_subject'] = '%s - Order Update %s';
$_['text_order_id'] = 'Order ID:';
$_['text_date_added'] = 'Date Added:';
$_['text_order_status'] = 'Your order has been updated to the following status:';
$_['text_comment'] = 'The comments for your order are:';
$_['text_link'] = 'To view your order click on the link below:';
$_['text_footer'] = 'Please reply to this email if you have any questions.';

View File

@ -0,0 +1,18 @@
<?php
// Text
$_['text_subject'] = '%s - Thank you for registering';
$_['text_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_login'] = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_approval'] = 'Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_service'] = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.';
$_['text_thanks'] = 'Thanks,';
$_['text_new_customer'] = 'New customer';
$_['text_signup'] = 'A new customer has signed up:';
$_['text_customer_group'] = 'Customer Group:';
$_['text_firstname'] = 'First Name:';
$_['text_lastname'] = 'Last Name:';
$_['text_email'] = 'E-Mail:';
$_['text_telephone'] = 'Telephone:';
// Button
$_['button_login'] = 'Login';

View File

@ -0,0 +1,8 @@
<?php
// Text
$_['text_subject'] = '%s - Product Review';
$_['text_waiting'] = 'You have a new product review waiting.';
$_['text_product'] = 'Product:';
$_['text_reviewer'] = 'Reviewer:';
$_['text_rating'] = 'Rating:';
$_['text_review'] = 'Review Text:';

View File

@ -0,0 +1,34 @@
<?php
// Text
$_['text_subject'] = '%s - Subscription %s';
$_['text_greeting'] = 'Thank you for your interest in %s product. Your subscription request has been received and will be processed once payment has been confirmed.';
$_['text_link'] = 'To view your subscription, click on the link below:';
$_['text_promotion'] = 'Success: A promotional feature has been successfully added with this 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_subscription_detail'] = 'Subscription Details';
$_['text_instruction'] = 'Instructions';
$_['text_orders_id'] = 'Order ID:';
$_['text_date_added'] = 'Date Added:';
$_['text_order_status'] = 'Order Status:';
$_['text_payment_method'] = 'Payment Method:';
$_['text_payment_address'] = 'Payment Address';
$_['text_email'] = 'E-mail:';
$_['text_telephone'] = 'Telephone:';
$_['text_ip'] = 'IP Address:';
$_['text_products'] = 'Products';
$_['text_product'] = 'Product';
$_['text_model'] = 'Model';
$_['text_quantity'] = 'Quantity';
$_['text_price'] = 'Price';
$_['text_order_total'] = 'Order Totals';
$_['text_total'] = 'Total';
$_['text_comment'] = 'The comments for your subscription are:';
$_['text_description'] = 'Description';
$_['text_day'] = 'day';
$_['text_week'] = 'week';
$_['text_semi_month'] = 'half-month';
$_['text_month'] = 'month';
$_['text_year'] = 'year';
$_['text_footer'] = 'Please reply to this e-mail if you have any questions.';

View File

@ -0,0 +1,10 @@
<?php
// Text
$_['text_subject'] = '%s - Order %s - Canceled Subscription';
$_['text_received'] = 'You have received a canceled subscription.';
$_['text_orders_id'] = 'Order ID:';
$_['text_subscription_id'] = 'Subscription ID';
$_['text_date_added'] = 'Date Added:';
$_['text_subscription_status'] = 'Subscription Status:';
$_['text_comment'] = 'The comments for your subscription are:';
$_['text_canceled'] = 'Success: The Subscription profile has been canceled!';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_subject'] = '%s - Affiliate Commission';
$_['text_received'] = 'Congratulations! You have received a commission payment from the %s affiliate program';
$_['text_amount'] = 'You have received:';
$_['text_total'] = 'Your total amount of commission is now:';

View File

@ -0,0 +1,8 @@
<?php
// Text
$_['text_subject'] = 'You have been sent a gift certificate from %s';
$_['text_greeting'] = 'Congratulations, You have received a Gift Certificate worth %s';
$_['text_from'] = 'This Gift Certificate has been sent to you by %s';
$_['text_message'] = 'With a message saying';
$_['text_redeem'] = 'To redeem this Gift Certificate, write down the redemption code which is <b>%s</b> then click on the the link below and purchase the product you wish to use this gift certificate on. You can enter the gift certificate code on the shopping cart page before you click checkout.';
$_['text_footer'] = 'Please reply to this e-mail if you have any questions.';

View File

@ -0,0 +1,18 @@
<?php
// Text
$_['text_refine'] = 'Refine Search';
$_['text_product'] = 'Products';
$_['text_error'] = 'Category not found!';
$_['text_no_results'] = 'There are no products to list in this category.';
$_['text_compare'] = 'Product Compare (%s)';
$_['text_sort'] = 'Sort By';
$_['text_default'] = 'Default';
$_['text_name_asc'] = 'Name (A - Z)';
$_['text_name_desc'] = 'Name (Z - A)';
$_['text_price_asc'] = 'Price (Low &gt; High)';
$_['text_price_desc'] = 'Price (High &gt; Low)';
$_['text_rating_asc'] = 'Rating (Lowest)';
$_['text_rating_desc'] = 'Rating (Highest)';
$_['text_model_asc'] = 'Model (A - Z)';
$_['text_model_desc'] = 'Model (Z - A)';
$_['text_limit'] = 'Show';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'Product Comparison';
// Text
$_['text_product'] = 'Product Details';
$_['text_name'] = 'Product';
$_['text_image'] = 'Image';
$_['text_price'] = 'Price';
$_['text_model'] = 'Model';
$_['text_manufacturer'] = 'Brand';
$_['text_availability'] = 'Availability';
$_['text_instock'] = 'In Stock';
$_['text_rating'] = 'Rating';
$_['text_reviews'] = 'Based on %s reviews.';
$_['text_summary'] = 'Summary';
$_['text_weight'] = 'Weight';
$_['text_dimension'] = 'Dimensions (L x W x H)';
$_['text_compare'] = 'Product Compare (%s)';
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">product comparison</a>!';
$_['text_remove'] = 'Success: You have modified your product comparison!';
$_['text_no_results'] = 'You have not chosen any products to compare.';
// Error
$_['error_product'] = 'Warning: Product could not be found!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Find Your Favorite Brand';
// Text
$_['text_brand'] = 'Brand';
$_['text_index'] = 'Brand Index:';
$_['text_error'] = 'Brand not found!';
$_['text_no_results'] = 'There are no products to list.';
$_['text_compare'] = 'Product Compare (%s)';
$_['text_sort'] = 'Sort By';
$_['text_default'] = 'Default';
$_['text_name_asc'] = 'Name (A - Z)';
$_['text_name_desc'] = 'Name (Z - A)';
$_['text_price_asc'] = 'Price (Low &gt; High)';
$_['text_price_desc'] = 'Price (High &gt; Low)';
$_['text_rating_asc'] = 'Rating (Lowest)';
$_['text_rating_desc'] = 'Rating (Highest)';
$_['text_model_asc'] = 'Model (A - Z)';
$_['text_model_desc'] = 'Model (Z - A)';
$_['text_limit'] = 'Show';

View File

@ -0,0 +1,38 @@
<?php
// Text
$_['text_search'] = 'Search';
$_['text_brand'] = 'Brand';
$_['text_manufacturer'] = 'Brand:';
$_['text_model'] = 'Product Code:';
$_['text_reward'] = 'Reward Points:';
$_['text_points'] = 'Price in reward points:';
$_['text_stock'] = 'Availability:';
$_['text_instock'] = 'In Stock';
$_['text_tax'] = 'Ex Tax:';
$_['text_discount'] = ' or more ';
$_['text_option'] = 'Available Options';
$_['text_minimum'] = 'This product has a minimum quantity of %s';
$_['text_reviews'] = '%s reviews';
$_['text_write'] = 'Write a review';
$_['text_login'] = 'Please <a href="%s">login</a> or <a href="%s">register</a> to review';
$_['text_related'] = 'Related Products';
$_['text_tags'] = 'Tags:';
$_['text_error'] = 'Product not found!';
$_['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';
// Entry
$_['entry_qty'] = 'Qty';
$_['entry_rating'] = 'Rating';
// Tabs
$_['tab_description'] = 'Description';
$_['tab_attribute'] = 'Specification';
$_['tab_review'] = 'Reviews (%s)';

View File

@ -0,0 +1,27 @@
<?php
// Text
$_['text_reviews'] = '%s reviews';
$_['text_write'] = 'Write a review';
$_['text_login'] = 'Please <a href="%s">login</a> or <a href="%s">register</a> to review';
$_['text_no_results'] = 'There are no reviews for this product.';
$_['text_note'] = '<span class="text-danger">Note:</span> HTML is not translated!';
$_['text_success'] = 'Thank you for your review. It has been submitted to the webmaster for approval.';
// Entry
$_['entry_name'] = 'Your Name';
$_['entry_review'] = 'Your Review';
$_['entry_rating'] = 'Rating';
$_['entry_good'] = 'Good';
$_['entry_bad'] = 'Bad';
// Tabs
$_['tab_review'] = 'Reviews (%s)';
// Error
$_['error_token'] = 'Warning: Review token invalid!';
$_['error_product'] = 'Warning: Product could not be found!';
$_['error_name'] = 'Review Name must be between 3 and 25 characters!';
$_['error_text'] = 'Review Text must be between 25 and 1000 characters!';
$_['error_rating'] = 'Please select a review rating!';
$_['error_guest'] = 'You must login to review the product!';
$_['error_purchased'] = 'You must have purchased this product before you can write a review!';

View File

@ -0,0 +1,27 @@
<?php
// Heading
$_['heading_title'] = 'Search';
$_['heading_tag'] = 'Tag - ';
// Text
$_['text_search'] = 'Products meeting the search criteria';
$_['text_keyword'] = 'Keywords';
$_['text_category'] = 'All Categories';
$_['text_sub_category'] = 'Search in subcategories';
$_['text_no_results'] = 'There is no product that matches the search criteria.';
$_['text_compare'] = 'Product Compare (%s)';
$_['text_sort'] = 'Sort By';
$_['text_default'] = 'Default';
$_['text_name_asc'] = 'Name (A - Z)';
$_['text_name_desc'] = 'Name (Z - A)';
$_['text_price_asc'] = 'Price (Low &gt; High)';
$_['text_price_desc'] = 'Price (High &gt; Low)';
$_['text_rating_asc'] = 'Rating (Lowest)';
$_['text_rating_desc'] = 'Rating (Highest)';
$_['text_model_asc'] = 'Model (A - Z)';
$_['text_model_desc'] = 'Model (Z - A)';
$_['text_limit'] = 'Show';
// Entry
$_['entry_search'] = 'Search Criteria';
$_['entry_description'] = 'Search in product descriptions';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Special Offers';
// Text
$_['text_no_results'] = 'There are no special offer products to list.';
$_['text_compare'] = 'Product Compare (%s)';
$_['text_sort'] = 'Sort By';
$_['text_default'] = 'Default';
$_['text_name_asc'] = 'Name (A - Z)';
$_['text_name_desc'] = 'Name (Z - A)';
$_['text_price_asc'] = 'Price (Low &gt; High)';
$_['text_price_desc'] = 'Price (High &gt; Low)';
$_['text_rating_asc'] = 'Rating (Lowest)';
$_['text_rating_desc'] = 'Rating (Highest)';
$_['text_model_asc'] = 'Model (A - Z)';
$_['text_model_desc'] = 'Model (Z - A)';
$_['text_limit'] = 'Show';

View File

@ -0,0 +1,4 @@
<?php
// Text
$_['text_price'] = 'Price:';
$_['text_tax'] = 'Ex Tax:';

View File

@ -0,0 +1,8 @@
<?php
// Text
$_['text_upload'] = 'Your file was successfully uploaded!';
// Error
$_['error_filename'] = 'Filename must be between 3 and 64 characters!';
$_['error_file_type'] = 'Invalid file type!';
$_['error_upload'] = 'Upload required!';