New Translations – 16.2.2020
This commit is contained in:
@ -31,6 +31,6 @@ $_['help_affiliate'] = '(Autocomplete)';
|
||||
$_['help_product'] = 'Send only to customers who have ordered products in the list. (Autocomplete)';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to send E-Mails!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to send E-Mails!';
|
||||
$_['error_subject'] = 'E-Mail Subject required!';
|
||||
$_['error_message'] = 'E-Mail Message required!';
|
@ -51,7 +51,7 @@ $_['help_uses_total'] = 'The maximum number of times the coupon can be used
|
||||
$_['help_uses_customer'] = 'The maximum number of times the coupon can be used by a single customer. Leave blank for unlimited';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify coupons!';
|
||||
$_['error_exists'] = 'Warning: Coupon code is already in use!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify coupons!';
|
||||
$_['error_exists'] = 'Varoitus: Coupon code is already in use!';
|
||||
$_['error_name'] = 'Coupon Name must be between 3 and 128 characters!';
|
||||
$_['error_code'] = 'Code must be between 3 and 10 characters!';
|
@ -29,7 +29,7 @@ $_['help_code'] = 'The tracking code that will be used to track marketin
|
||||
$_['help_example'] = 'So the system can track referrals you need to add the tracking code to the end of the URL linking to your site.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify marketing tracking!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify marketing tracking!';
|
||||
$_['error_name'] = 'Campaign must be between 1 and 32 characters!';
|
||||
$_['error_code'] = 'Tracking Code required!';
|
||||
$_['error_exists'] = 'Tracking code is being used by another campaign!';
|
Reference in New Issue
Block a user