first commit
This commit is contained in:
19
catalog/language/en-gb/common/cart.php
Normal file
19
catalog/language/en-gb/common/cart.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_items'] = '%s item(s) - %s';
|
||||
$_['text_points'] = 'Reward Points';
|
||||
$_['text_subscription'] = 'Subscription';
|
||||
$_['text_subscription_trial'] = '%s every %d %s(s) for %d payment(s) then ';
|
||||
$_['text_subscription_duration'] = '%s every %d %s(s) for %d payment(s)';
|
||||
$_['text_subscription_cancel'] = '%s every %d %s(s) until canceled';
|
||||
$_['text_day'] = 'day';
|
||||
$_['text_week'] = 'week';
|
||||
$_['text_semi_month'] = 'half-month';
|
||||
$_['text_month'] = 'month';
|
||||
$_['text_year'] = 'year';
|
||||
$_['text_no_results'] = 'Your shopping cart is empty!';
|
||||
$_['text_cart'] = 'View Cart';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
|
||||
// Error
|
||||
$_['error_product'] = 'Warning: Product could not be found!';
|
Reference in New Issue
Block a user