1
0

21 lines
895 B
PHP
Raw Permalink Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Heading
$_['heading_title'] = 'Estimate Shipping &amp; Taxes';
// Text
$_['text_success'] = 'Success: Your shipping estimate has been applied!';
$_['text_shipping'] = 'Enter your destination to get a shipping estimate.';
$_['text_shipping_method'] = 'Please select the preferred shipping method to use on this order.';
// Entry
2021-10-08 19:06:57 +03:00
$_['entry_country'] = 'Maa';
$_['entry_zone'] = 'Alue / Osavaltio';
2020-03-02 10:58:49 +02:00
$_['entry_postcode'] = 'Postinumero';
2020-02-12 23:25:39 +02:00
// Error
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
2020-02-16 13:32:04 +02:00
$_['error_shipping'] = 'Varoitus: Shipping method required!';
2020-03-02 10:58:49 +02:00
$_['error_no_shipping'] = 'Varoitus: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';