22 lines
1.1 KiB
PHP
22 lines
1.1 KiB
PHP
<?php
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified your shopping cart!';
|
|
$_['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_for'] = '%s Gift certificate for %s';
|
|
|
|
// Error
|
|
$_['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 cannot be bought from the store you have chosen!';
|
|
$_['error_required'] = '%s required!';
|
|
$_['error_product'] = 'Warning: Product could not be found!';
|
|
$_['error_subscription'] = 'Please select a subscription plan!';
|