25 lines
1.9 KiB
PHP
25 lines
1.9 KiB
PHP
<?php
|
|
|
|
$txt_str['delivery']['invalid_extra_services_time_zone'] = 'Afternoon delivery is unavailable for your post code area.';
|
|
$txt_str['delivery']['unavailable'] = 'Selected delivery is not available for selected country, please <a href="/cart/shipping-payment/">change delivery</a>.';
|
|
$txt_str['delivery']['unavailable_short'] = 'Unavailable for selected country';
|
|
$txt_str['delivery']['weight_limit'] = 'Weight limit was exceeded for that type of delivery.';
|
|
$txt_str['delivery']['weight_limit_short'] = 'Weight limit exceeded';
|
|
$txt_str['delivery']['limit_exceeded'] = 'Limit exceeded';
|
|
$txt_str['delivery']['limit_exceeded_long'] = 'The limit for the selected shipping method has been exceeded';
|
|
$txt_str['delivery']['restriction_maxWeight'] = 'maximum package weight';
|
|
$txt_str['delivery']['restriction_maxPackageDimensions'] = 'maximum item size';
|
|
$txt_str['delivery']['restriction_maxItemDimensions'] = 'maximum package size';
|
|
$txt_str['delivery']['restriction_minItemDimensions'] = 'minimum package size';
|
|
$txt_str['delivery']['restriction_maxPrice'] = 'maximum total price (%s)';
|
|
$txt_str['delivery']['min_limit_exceeded'] = 'Does not meet the limit';
|
|
$txt_str['delivery']['min_limit_exceeded_long'] = 'The limit for the selected shipping method has not been met';
|
|
$txt_str['delivery']['restriction_minWeight'] = 'minimum shipment weight';
|
|
$txt_str['delivery']['restriction_minPrice'] = 'minimum total price (%s)';
|
|
$txt_str['delivery']['products_filter_long'] = 'Selected delivery is not available for selected products.';
|
|
$txt_str['delivery']['products_filter_short'] = 'Unavailable for selected products';
|
|
$txt_str['delivery']['no_zipcode'] = 'Zip code is missing';
|
|
$txt_str['delivery']['branch_currency_not_supported'] = 'Your selected branch does not support your currency.';
|
|
$txt_str['delivery']['branch_missing_zip'] = 'Postcode or branch name is not filled in.';
|
|
$txt_str['delivery']['restriction_maxPieces'] = 'maximum number of pieces';
|