Inital commit
This commit is contained in:
24
local/modules/Front/I18n/en_US.php
Normal file
24
local/modules/Front/I18n/en_US.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Coupon code can\'t be empty' => 'Coupon code can\'t be empty',
|
||||
'Delivery address does not belong to the current customer' => 'Delivery address does not belong to the current customer',
|
||||
'Delivery module cannot be use with selected delivery address' => 'Delivery module cannot be use with selected delivery address',
|
||||
'Error during address deletion process' => 'Error during address deletion process',
|
||||
'Failed to add this article to your cart, please try again' => 'Failed to add this article to your cart, please try again',
|
||||
'Invoice address does not belong to the current customer' => 'Invoice address does not belong to the current customer',
|
||||
'No placed order' => 'No placed order',
|
||||
'Please check your coupon code: %message' => 'Please check your coupon code: %message',
|
||||
'Please check your input: %s' => 'Please check your input: %s',
|
||||
'Received failed order id does not belong to the current customer' => 'Received failed order id does not belong to the current customer',
|
||||
'Received placed order id does not belong to the current customer' => 'Received placed order id does not belong to the current customer',
|
||||
'Sorry, an error occured: %s' => 'Sorry, an error occured: %s',
|
||||
'Sorry, an error occurred: %message' => 'Sorry, an error occurred: %message',
|
||||
'Sorry, an error occurred: %s' => 'Sorry, an error occurred: %s',
|
||||
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.',
|
||||
'To enable the virtual product feature, the VirtualProductDelivery module should be activated' => 'To enable the virtual product feature, the VirtualProductDelivery module should be activated',
|
||||
'Wrong email or password. Please try again' => 'Wrong email or password. Please try again',
|
||||
'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon' => 'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon',
|
||||
'You\'re currently logged in. Please log out before requesting a new password.' => 'You\'re currently logged in. Please log out before requesting a new password.',
|
||||
'Your account is not yet confirmed check out your mailbox' => 'Your account is not yet confirmed check out your mailbox',
|
||||
);
|
||||
Reference in New Issue
Block a user