add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,49 @@
<?php
// Heading
$_['heading_title'] = 'Custom Fields';
// Text
$_['text_success'] = 'Success: You have modified custom fields!';
$_['text_list'] = 'Custom Field List';
$_['text_add'] = 'Add Custom Field';
$_['text_edit'] = 'Edit Custom Field';
$_['text_choose'] = 'Choose';
$_['text_select'] = 'Select';
$_['text_radio'] = 'Radio';
$_['text_checkbox'] = 'Checkbox';
$_['text_input'] = 'Input';
$_['text_text'] = 'Text';
$_['text_textarea'] = 'Textarea';
$_['text_file'] = 'File';
$_['text_date'] = 'Date';
$_['text_datetime'] = 'Date &amp; Time';
$_['text_time'] = 'Time';
$_['text_account'] = 'Account';
$_['text_address'] = 'Address';
// Column
$_['column_name'] = 'Custom Field Name';
$_['column_location'] = 'Location';
$_['column_type'] = 'Type';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Custom Field Name';
$_['entry_location'] = 'Location';
$_['entry_type'] = 'Type';
$_['entry_value'] = 'Value';
$_['entry_custom_value'] = 'Custom Field Value Name';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_required'] = 'Required';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_sort_order'] = 'Use minus to count backwards from the last field in the set.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify custom fields!';
$_['error_name'] = 'Custom Field Name must be between 1 and 128 characters!';
$_['error_type'] = 'Warning: Custom Field Values required!';
$_['error_custom_value'] = 'Custom Value Name must be between 1 and 128 characters!';

View File

@@ -0,0 +1,79 @@
<?php
// Heading
$_['heading_title'] = 'Customers';
// Text
$_['text_success'] = 'Success: You have modified customers!';
$_['text_list'] = 'Customer List';
$_['text_add'] = 'Add Customer';
$_['text_edit'] = 'Edit Customer';
$_['text_default'] = 'Default';
$_['text_balance'] = 'Balance';
$_['text_add_ban_ip'] = 'Add Ban IP';
$_['text_remove_ban_ip'] = 'Remove Ban IP';
$_['text_login'] = 'Login into Store';
// Column
$_['column_name'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_comment'] = 'Comment';
$_['column_description'] = 'Description';
$_['column_amount'] = 'Amount';
$_['column_points'] = 'Points';
$_['column_ip'] = 'IP';
$_['column_total'] = 'Total Accounts';
$_['column_action'] = 'Action';
// Entry
$_['entry_customer_group'] = 'Customer Group';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_email'] = 'E-Mail';
$_['entry_telephone'] = 'Telephone';
$_['entry_fax'] = 'Fax';
$_['entry_newsletter'] = 'Newsletter';
$_['entry_status'] = 'Status';
$_['entry_safe'] = 'Safe';
$_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Confirm';
$_['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_default'] = 'Default Address';
$_['entry_comment'] = 'Comment';
$_['entry_description'] = 'Description';
$_['entry_amount'] = 'Amount';
$_['entry_points'] = 'Points';
$_['entry_name'] = 'Customer Name';
$_['entry_approved'] = 'Approved';
$_['entry_ip'] = 'IP';
$_['entry_date_added'] = 'Date Added';
// Help
$_['help_safe'] = 'Set to true to avoid this customer from being caught by the anti-fraud system';
$_['help_points'] = 'Use minus to remove points';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify customers!';
$_['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_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password and password confirmation do not match!';
$_['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 for this country!';
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_custom_field'] = '%s required!';
$_['error_comment'] = 'You must enter a comment!';

View File

@@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Banned IP\'s';
// Text
$_['text_success'] = 'Success: You have modified customer banned IP\'s!';
$_['text_list'] = 'Banned IP List';
$_['text_add'] = 'Add Banned IP';
$_['text_edit'] = 'Edit Banned IP';
// Column
$_['column_ip'] = 'IP';
$_['column_customer'] = 'Customers';
$_['column_action'] = 'Action';
// Entry
$_['entry_ip'] = 'IP';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer banned IP\'s!';
$_['error_ip'] = 'IP must be between 1 and 40 characters!';

View File

@@ -0,0 +1,30 @@
<?php
// Heading
$_['heading_title'] = 'Customer Groups';
// Text
$_['text_success'] = 'Success: You have modified customer groups!';
$_['text_list'] = 'Customer Group List';
$_['text_add'] = 'Add Customer Group';
$_['text_edit'] = 'Edit Customer Group';
// Column
$_['column_name'] = 'Customer Group Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Customer Group Name';
$_['entry_description'] = 'Description';
$_['entry_approval'] = 'Approve New Customers';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_approval'] = 'Customers must be approved by an administrator before they can login.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer groups!';
$_['error_name'] = 'Customer Group Name must be between 3 and 32 characters!';
$_['error_default'] = 'Warning: This customer group cannot be deleted as it is currently assigned as the default store customer group!';
$_['error_store'] = 'Warning: This customer group cannot be deleted as it is currently assigned to %s stores!';
$_['error_customer'] = 'Warning: This customer group cannot be deleted as it is currently assigned to %s customers!';

View File

@@ -0,0 +1,238 @@
<?php
// Heading
$_['heading_title'] = 'Orders';
// Text
$_['text_list'] = 'Order List';
$_['text_add'] = 'Add Order';
$_['text_edit'] = 'Edit Order';
$_['text_order_detail'] = 'Order Details';
$_['text_order_id'] = 'Order ID:';
$_['text_invoice_no'] = 'Invoice No.:';
$_['text_invoice_date'] = 'Invoice Date:';
$_['text_store_name'] = 'Store Name:';
$_['text_store_url'] = 'Store Url:';
$_['text_customer'] = 'Customer:';
$_['text_customer_group'] = 'Customer Group:';
$_['text_email'] = 'E-Mail:';
$_['text_telephone'] = 'Telephone:';
$_['text_fax'] = 'Fax:';
$_['text_website'] = 'Web Site:';
$_['text_shipping_method'] = 'Shipping Method:';
$_['text_payment_method'] = 'Payment Method:';
$_['text_total'] = 'Total:';
$_['text_reward'] = 'Reward Points:';
$_['text_order_status'] = 'Order Status:';
$_['text_comment'] = 'Comment:';
$_['text_affiliate'] = 'Affiliate:';
$_['text_commission'] = 'Commission:';
$_['text_ip'] = 'IP Address:';
$_['text_forwarded_ip'] = 'Forwarded IP:';
$_['text_user_agent'] = 'User Agent:';
$_['text_accept_language'] = 'Accept Language:';
$_['text_date_added'] = 'Date Added:';
$_['text_date_modified'] = 'Date Modified:';
$_['text_firstname'] = 'First Name:';
$_['text_lastname'] = 'Last Name:';
$_['text_company'] = 'Company:';
$_['text_address_1'] = 'Address 1:';
$_['text_address_2'] = 'Address 2:';
$_['text_postcode'] = 'Postcode:';
$_['text_city'] = 'City:';
$_['text_zone'] = 'Region / State:';
$_['text_zone_code'] = 'Region / State Code:';
$_['text_country'] = 'Country:';
$_['text_invoice'] = 'Invoice';
$_['text_from'] = 'Shipping From';
$_['text_to'] = 'To';
$_['text_ship_to'] = 'Ship To (if different address)';
$_['text_missing'] = 'Missing Orders';
$_['text_default'] = 'Default';
$_['text_product'] = 'Add Product(s)';
$_['text_voucher'] = 'Add Voucher(s)';
$_['text_order'] = 'Order Details';
$_['text_shipping'] = 'Shipping';
$_['text_contact'] = 'Contact';
$_['text_sku'] = 'SKU:';
$_['text_upc'] = 'UPC:';
$_['text_ean'] = 'EAN:';
$_['text_jan'] = 'JAN:';
$_['text_isbn'] = 'ISBN:';
$_['text_mpn'] = 'MPN:';
$_['text_generate'] = 'Generate';
$_['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_country_match'] = 'Country Match:';
$_['text_country_code'] = 'Country Code:';
$_['text_high_risk_country'] = 'High Risk Country:';
$_['text_distance'] = 'Distance:';
$_['text_ip_region'] = 'IP Region:';
$_['text_ip_city'] = 'IP City:';
$_['text_ip_latitude'] = 'IP Latitude:';
$_['text_ip_longitude'] = 'IP Longitude:';
$_['text_ip_isp'] = 'ISP:';
$_['text_ip_org'] = 'IP Organization:';
$_['text_ip_asnum'] = 'ASNUM:';
$_['text_ip_user_type'] = 'IP User Type:';
$_['text_ip_country_confidence'] = 'IP Country Confidence:';
$_['text_ip_region_confidence'] = 'IP Region Confidence:';
$_['text_ip_city_confidence'] = 'IP City Confidence:';
$_['text_ip_postal_confidence'] = 'IP Postal Confidence:';
$_['text_ip_postal_code'] = 'IP Postal Code:';
$_['text_ip_accuracy_radius'] = 'IP Accuracy Radius:';
$_['text_ip_net_speed_cell'] = 'IP Net Speed Cell';
$_['text_ip_metro_code'] = 'IP Metro Code:';
$_['text_ip_area_code'] = 'IP Area Code:';
$_['text_ip_time_zone'] = 'IP Time Zone:';
$_['text_ip_region_name'] = 'IP Region Name:';
$_['text_ip_domain'] = 'IP Domain:';
$_['text_ip_country_name'] = 'IP Country Name:';
$_['text_ip_continent_code'] = 'IP Continent Code:';
$_['text_ip_corporate_proxy'] = 'IP Corporate Proxy:';
$_['text_anonymous_proxy'] = 'Anonymous Proxy:';
$_['text_proxy_score'] = 'Proxy Score:';
$_['text_is_trans_proxy'] = 'Is Transparent Proxy:';
$_['text_free_mail'] = 'Free Mail:';
$_['text_carder_email'] = 'Carder Email:';
$_['text_high_risk_username'] = 'High Risk Username:';
$_['text_high_risk_password'] = 'High Risk Password:';
$_['text_bin_match'] = 'Bin Match:';
$_['text_bin_country'] = 'Bin Country:';
$_['text_bin_name_match'] = 'Bin Name Match:';
$_['text_bin_name'] = 'Bin Name:';
$_['text_bin_phone_match'] = 'Bin Phone Match:';
$_['text_bin_phone'] = 'Bin Phone:';
$_['text_customer_phone_in_billing_location'] = 'Customer Phone Number in Billing Location:';
$_['text_ship_forward'] = 'Shipping Forward:';
$_['text_city_postal_match'] = 'City Postal Match:';
$_['text_ship_city_postal_match'] = 'Shipping City Postal Match:';
$_['text_score'] = 'Score:';
$_['text_explanation'] = 'Explanation:';
$_['text_risk_score'] = 'Risk Score:';
$_['text_queries_remaining'] = 'Queries Remaining:';
$_['text_maxmind_id'] = 'Maxmind ID:';
$_['text_error'] = 'Error:';
$_['text_picklist'] = 'Dispatch note';
$_['text_history'] = 'Add Order History';
// 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_fax'] = 'Fax';
$_['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 Email';
$_['entry_from_name'] = 'Senders Name';
$_['entry_from_email'] = 'Senders Email';
$_['entry_theme'] = 'Gift Certificate Theme';
$_['entry_message'] = 'Message';
$_['entry_amount'] = 'Amount';
$_['entry_affiliate'] = 'Affiliate';
$_['entry_order_status'] = 'Order Status';
$_['entry_notify'] = 'Notify Customer';
$_['entry_comment'] = 'Comment';
$_['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_country_match'] = 'Whether country of IP address matches billing address country (mismatch = higher risk).';
$_['help_country_code'] = 'Country Code of the IP address.';
$_['help_high_risk_country'] = 'Whether IP address or billing address country is in Ghana, Nigeria, or Vietnam.';
$_['help_distance'] = 'Distance from IP address to Billing Location in kilometers (large distance = higher risk).';
$_['help_ip_region'] = 'Estimated State/Region of the IP address.';
$_['help_ip_city'] = 'Estimated City of the IP address.';
$_['help_ip_latitude'] = 'Estimated Latitude of the IP address.';
$_['help_ip_longitude'] = 'Estimated Longitude of the IP address.';
$_['help_ip_isp'] = 'ISP of the IP address.';
$_['help_ip_org'] = 'Organization of the IP address.';
$_['help_ip_asnum'] = 'Estimated Autonomous System Number of the IP address.';
$_['help_ip_user_type'] = 'Estimated user type of the IP address.';
$_['help_ip_country_confidence'] = 'Representing our confidence that the country location is correct.';
$_['help_ip_region_confidence'] = 'Representing our confidence that the region location is correct.';
$_['help_ip_city_confidence'] = 'Representing our confidence that the city location is correct.';
$_['help_ip_postal_confidence'] = 'Representing our confidence that the postal code location is correct.';
$_['help_ip_postal_code'] = 'Estimated Postal Code of the IP address.';
$_['help_ip_accuracy_radius'] = 'The average distance between the actual location of the end user using the IP address and the location returned by the GeoIP City database, in miles.';
$_['help_ip_net_speed_cell'] = 'Estimated network type of the IP address.';
$_['help_ip_metro_code'] = 'Estimated Metro Code of the IP address.';
$_['help_ip_area_code'] = 'Estimated Area Code of the IP address.';
$_['help_ip_time_zone'] = 'Estimated Time Zone of the IP address.';
$_['help_ip_region_name'] = 'Estimated Region name of the IP address.';
$_['help_ip_domain'] = 'Estimated domain of the IP address.';
$_['help_ip_country_name'] = 'Estimated Country name of the IP address.';
$_['help_ip_continent_code'] = 'Estimated Continent code of the IP address.';
$_['help_ip_corporate_proxy'] = 'Whether the IP is an Corporate Proxy in the database or not.';
$_['help_anonymous_proxy'] = 'Whether IP address is Anonymous Proxy (anonymous proxy = very high risk).';
$_['help_proxy_score'] = 'Likelihood of IP Address being an Open Proxy.';
$_['help_is_trans_proxy'] = 'Whether IP address is in our database of known transparent proxy servers, returned if forwardedIP is passed as an input.';
$_['help_free_mail'] = 'Whether e-mail is from free e-mail provider (free e-mail = higher risk).';
$_['help_carder_email'] = 'Whether e-mail is in database of high risk e-mails.';
$_['help_high_risk_username'] = 'Whether usernameMD5 input is in database of high risk usernames. Only returned if usernameMD5 is included in inputs.';
$_['help_high_risk_password'] = 'Whether passwordMD5 input is in database of high risk passwords. Only returned if passwordMD5 is included in inputs.';
$_['help_bin_match'] = 'Whether country of issuing bank based on BIN number matches billing address country.';
$_['help_bin_country'] = 'Country Code of the bank which issued the credit card based on BIN number.';
$_['help_bin_name_match'] = 'Whether name of issuing bank matches inputted BIN name. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
$_['help_bin_name'] = 'Name of the bank which issued the credit card based on BIN number. Available for approximately 96% of BIN numbers.';
$_['help_bin_phone_match'] = 'Whether customer service phone number matches inputed BIN Phone. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
$_['help_bin_phone'] = 'Customer service phone number listed on back of credit card. Available for approximately 75% of BIN numbers. In some cases phone number returned may be outdated.';
$_['help_customer_phone_in_billing_location'] = 'Whether the customer phone number is in the billing zip code. A return value of Yes provides a positive indication that the phone number listed belongs to the cardholder. A return value of No indicates that the phone number may be in a different area, or may not be listed in our database. NotFound is returned when the phone number prefix cannot be found in our database at all. Currently we only support US Phone numbers.';
$_['help_ship_forward'] = 'Whether shipping address is in database of known mail drops.';
$_['help_city_postal_match'] = 'Whether billing city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
$_['help_ship_city_postal_match'] = 'Whether shipping city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
$_['help_score'] = 'Overall fraud score based on outputs listed above. This is the original fraud score, and is based on a simple formula. It has been replaced with risk score (see below), but is kept for backwards compatibility.';
$_['help_explanation'] = 'A brief explanation of the score, detailing what factors contributed to it, according to our formula. Please note this corresponds to the score, not the riskScore.';
$_['help_risk_score'] = 'New fraud score representing the estimated probability that the order is fraud, based off of analysis of past minFraud transactions. Requires an upgrade for clients who signed up before February 2007.';
$_['help_queries_remaining'] = 'Number of queries remaining in your account, can be used to alert you when you may need to add more queries to your account.';
$_['help_maxmind_id'] = 'Unique identifier, used to reference transactions when reporting fraudulent activity back to MaxMind. This reporting will help MaxMind improve its service to you and will enable a planned feature to customize the fraud scoring formula based on your chargeback history.';
$_['help_error'] = 'Returns an error string with a warning message or a reason why the request failed.';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify orders!';
$_['error_curl'] = 'Warning: CURL error %s(%s)!';
$_['error_action'] = 'Warning: Could not complete this action!';

View File

@@ -0,0 +1,51 @@
<?php
// Heading
$_['heading_title'] = 'Recurring Profiles';
// Text
$_['text_success'] = 'Success: You have modified recurring profiles!';
$_['text_list'] = 'Recurring Profile List';
$_['text_add'] = 'Add Recurring Profile';
$_['text_edit'] = 'Edit Recurring Profile';
$_['text_payment_profiles'] = 'Recurring Profiles';
$_['text_status_active'] = 'Active';
$_['text_status_inactive'] = 'Inactive';
$_['text_status_cancelled'] = 'Cancelled';
$_['text_status_suspended'] = 'Suspended';
$_['text_status_expired'] = 'Expired';
$_['text_status_pending'] = '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';
// Entry
$_['entry_cancel_payment'] = 'Cancel Payment';
$_['entry_order_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';
// Error / Success
$_['error_not_cancelled'] = 'Error: %s';
$_['error_not_found'] = 'Could not cancel recurring profile';
$_['text_cancelled'] = 'Recurring payment has been cancelled';

View File

@@ -0,0 +1,62 @@
<?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'] = 'Add Return 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!';

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!';
// 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_selection'] = 'Warning: No vouchers selected!';
$_['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!';