1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

132
admin/sale/order.php Normal file
View File

@ -0,0 +1,132 @@
<?php
// Heading
$_['heading_title'] = 'Orders';
// Text
$_['text_success'] = 'Success: You have modified orders!';
$_['text_list'] = 'Order List';
$_['text_add'] = 'Add Order';
$_['text_edit'] = 'Edit Order';
$_['text_filter'] = 'Filter';
$_['text_order_detail'] = 'Order Details';
$_['text_customer_detail'] = 'Customer Details';
$_['text_option'] = 'Options';
$_['text_store'] = 'Store';
$_['text_date_added'] = 'Date Added';
$_['text_payment_method'] = 'Payment Method';
$_['text_shipping_method'] = 'Shipping Method';
$_['text_customer'] = 'Customer';
$_['text_customer_group'] = 'Customer Group';
$_['text_email'] = 'E-Mail';
$_['text_telephone'] = 'Telephone';
$_['text_fax'] = 'Fax';
$_['text_invoice'] = 'Invoice';
$_['text_reward'] = 'Reward Points';
$_['text_affiliate'] = 'Affiliate';
$_['text_order'] = 'Order (#%s)';
$_['text_payment_address'] = 'Payment Address';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_comment'] = 'Customer Comment';
$_['text_history'] = 'Order History';
$_['text_history_add'] = 'Add Order History';
$_['text_account_custom_field'] = 'Account Custom Fields';
$_['text_payment_custom_field'] = 'Payment Address Custom Fields';
$_['text_shipping_custom_field'] = 'Shipping Address Custom Fields';
$_['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_no'] = 'Invoice No.';
$_['text_invoice_date'] = 'Invoice Date:';
$_['text_sku'] = 'SKU:';
$_['text_upc'] = 'UPC:';
$_['text_ean'] = 'EAN:';
$_['text_jan'] = 'JAN:';
$_['text_isbn'] = 'ISBN:';
$_['text_mpn'] = 'MPN:';
$_['text_missing'] = 'Missing Orders';
$_['text_default'] = 'Default';
$_['text_product'] = 'Add Product(s)';
$_['text_voucher'] = 'Add Voucher(s)';
$_['text_shipping'] = 'Shipping';
$_['text_contact'] = 'Contact';
$_['text_reward_added'] = 'Success: Reward points added!';
$_['text_reward_removed'] = 'Success: Reward points removed!';
$_['text_commission_added'] = 'Success: Commission added!';
$_['text_commission_removed'] = 'Success: Commission removed!';
$_['text_restock'] = 'Success: Products have been restocked!';
$_['text_upload'] = 'Your file was successfully uploaded!';
$_['text_picklist'] = 'Dispatch Note';
// Column
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['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_action'] = 'Action';
$_['column_weight'] = 'Product Weight';
// 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_zone_code'] = 'Region / State Code';
$_['entry_product'] = 'Choose Product';
$_['entry_option'] = 'Choose Option(s)';
$_['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_affiliate'] = 'Affiliate';
$_['entry_order_status'] = 'Order Status';
$_['entry_notify'] = 'Notify Customer';
$_['entry_override'] = 'Override';
$_['entry_comment'] = 'Comment';
$_['entry_currency'] = 'Currency';
$_['entry_shipping_method'] = 'Shipping Method';
$_['entry_payment_method'] = 'Payment Method';
$_['entry_coupon'] = 'Coupon';
$_['entry_voucher'] = 'Voucher';
$_['entry_reward'] = 'Reward';
$_['entry_order_id'] = 'Order ID';
$_['entry_total'] = 'Total';
$_['entry_date_added'] = 'Date Added';
$_['entry_date_modified'] = 'Date Modified';
// 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_action'] = 'Warning: Could not complete this action!';
$_['error_filetype'] = 'Invalid file type!';

82
admin/sale/recurring.php Normal file
View File

@ -0,0 +1,82 @@
<?php
// Heading
$_['heading_title'] = 'Recurring Orders';
// Text
$_['text_success'] = 'Success: You have modified recurring profiles!';
$_['text_list'] = 'Recurring Order List';
$_['text_filter'] = 'Filter';
$_['text_recurring_detail'] = 'Recurring Details';
$_['text_order_detail'] = 'Order Details';
$_['text_product_detail'] = 'Product Details';
$_['text_transaction'] = 'Transactions';
$_['text_order_recurring_id'] = 'Recurring Order ID';
$_['text_reference'] = 'Payment Reference';
$_['text_recurring_name'] = 'Recurring Profile';
$_['text_recurring_description'] = 'Description';
$_['text_recurring_status'] = 'Recurring Status';
$_['text_payment_method'] = 'Payment Method';
$_['text_order_id'] = 'Order ID';
$_['text_customer'] = 'Customer';
$_['text_email'] = 'Email';
$_['text_date_added'] = 'Date Added';
$_['text_order_status'] = 'Order Status';
$_['text_type'] = 'Type';
$_['text_action'] = 'Action';
$_['text_product'] = 'Product';
$_['text_quantity'] = 'Quantity';
$_['text_amount'] = 'Amount';
$_['text_cancel_payment'] = 'Cancel Payment';
$_['text_status_1'] = 'Active';
$_['text_status_2'] = 'Inactive';
$_['text_status_3'] = 'Cancelled';
$_['text_status_4'] = 'Suspended';
$_['text_status_5'] = 'Expired';
$_['text_status_6'] = 'Pending';
$_['text_transactions'] = 'Transactions';
$_['text_cancel_confirm'] = 'Profile\'s cancellation cannot be undone! Are you sure want to do this?';
$_['text_transaction_date_added'] = 'Date added';
$_['text_transaction_payment'] = 'Payment';
$_['text_transaction_outstanding_payment'] = 'Outstanding payment';
$_['text_transaction_skipped'] = 'Payment skipped';
$_['text_transaction_failed'] = 'Payment failed';
$_['text_transaction_cancelled'] = 'Cancelled';
$_['text_transaction_suspended'] = 'Suspended';
$_['text_transaction_suspended_failed'] = 'Suspended from failed payment';
$_['text_transaction_outstanding_failed'] = 'Outstanding payment failed';
$_['text_transaction_expired'] = 'Expired';
$_['text_cancelled'] = 'Recurring payment has been cancelled';
// Column
$_['column_order_recurring_id'] = 'Recurring ID';
$_['column_order_id'] = 'Order ID';
$_['column_reference'] = 'Payment Reference';
$_['column_customer'] = 'Customer';
$_['column_date_added'] = 'Date Added';
$_['column_status'] = 'Status';
$_['column_amount'] = 'Amount';
$_['column_type'] = 'Type';
$_['column_action'] = 'Action';
// Entry
$_['entry_order_recurring_id'] = 'Recurring ID';
$_['entry_order_id'] = 'Order ID';
$_['entry_reference'] = 'Payment Reference';
$_['entry_customer'] = 'Customer';
$_['entry_date_added'] = 'Date Added';
$_['entry_status'] = 'Status';
$_['entry_type'] = 'Type';
$_['entry_action'] = 'Action';
$_['entry_email'] = 'Email';
$_['entry_description'] = 'Recurring Profile\'s description';
$_['entry_product'] = 'Product';
$_['entry_quantity'] = 'Quantity';
$_['entry_amount'] = 'Amount';
$_['entry_recurring'] = 'Recurring Profile';
$_['entry_payment_method'] = 'Payment Method';
$_['entry_cancel_payment'] = 'Cancel Payment';
// Error
$_['error_not_cancelled'] = 'Error: %s';
$_['error_not_found'] = 'Could not cancel recurring profile';

63
admin/sale/return.php Normal file
View File

@ -0,0 +1,63 @@
<?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';
// 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_added'] = 'Date Added';
$_['entry_date_modified'] = 'Date Modified';
// 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_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!';

47
admin/sale/voucher.php Normal file
View File

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