first commit
This commit is contained in:
14
catalog/language/en-gb/cron/subscription.php
Normal file
14
catalog/language/en-gb/cron/subscription.php
Normal 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!';
|
Reference in New Issue
Block a user