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

10
catalog/api/cart.php Normal file
View File

@ -0,0 +1,10 @@
<?php
// Text
$_['text_success'] = 'Success: You have modified your shopping cart!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['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 can not be bought from the store you have choosen!';
$_['error_required'] = '%s required!';

7
catalog/api/coupon.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Text
$_['text_success'] = 'Success: Your coupon discount has been applied!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['error_coupon'] = 'Warning: Coupon is either invalid, expired or reached it\'s usage limit!';

7
catalog/api/currency.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Text
$_['text_success'] = 'Success: Your currency has been changed!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['error_currency'] = 'Warning: Currency code is invalid!';

12
catalog/api/customer.php Normal file
View File

@ -0,0 +1,12 @@
<?php
// Text
$_['text_success'] = 'You have successfully modified customers';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['error_customer'] = 'You must select a customer!';
$_['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!';

7
catalog/api/login.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Text
$_['text_success'] = 'Success: API session successfully started!';
// Error
$_['error_key'] = 'Warning: Incorrect API Key!';
$_['error_ip'] = 'Warning: Your IP %s is not allowed to access this API!';

16
catalog/api/order.php Normal file
View File

@ -0,0 +1,16 @@
<?php
// Text
$_['text_success'] = 'Success: You have modified orders!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['error_customer'] = 'Warning: Customer details needs to be set!';
$_['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_not_found'] = 'Warning: Order could not be found!';

18
catalog/api/payment.php Normal file
View File

@ -0,0 +1,18 @@
<?php
// Text
$_['text_address'] = 'Success: Payment address has been set!';
$_['text_method'] = 'Success: Payment method has been set!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['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_address'] = 'Warning: Payment address required!';
$_['error_method'] = 'Warning: Payment method required!';
$_['error_no_payment'] = 'Warning: No Payment options are available!';

9
catalog/api/reward.php Normal file
View File

@ -0,0 +1,9 @@
<?php
// Text
$_['text_success'] = 'Success: Your reward points discount has been applied!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['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!';

18
catalog/api/shipping.php Normal file
View File

@ -0,0 +1,18 @@
<?php
// Text
$_['text_address'] = 'Success: Shipping address has been set!';
$_['text_method'] = 'Success: Shipping method has been set!';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['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_address'] = 'Warning: Shipping address required!';
$_['error_method'] = 'Warning: Shipping method required!';
$_['error_no_shipping'] = 'Warning: No Shipping options are available!';

14
catalog/api/voucher.php Normal file
View File

@ -0,0 +1,14 @@
<?php
// Text
$_['text_success'] = 'Success: Your gift voucher discount has been applied!';
$_['text_cart'] = 'Success: You have modified your shopping cart!';
$_['text_for'] = '%s Gift Certificate for %s';
// Error
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
$_['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!';