Files
translate/catalog/ukrainian/checkout/shipping.php
2015-02-01 01:37:13 +02:00

25 lines
1.3 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Визначення вартості доставки і податку';
// Text
$_['text_success'] = 'Ви успішно застосували оцінку вартості доставки!';
$_['text_shipping'] = 'Введіть адресу доставки для визначення вартості доставки.';
$_['text_shipping_method'] = 'Будь-ласка виберіть бажаний спосіб доставки цього замовлення.';
// Entry
$_['entry_country'] = 'Країна';
$_['entry_zone'] = 'Район/Область';
$_['entry_postcode'] = 'Індекс';
// Error
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів!';
$_['error_country'] = 'Оберіть країну!';
$_['error_zone'] = 'Оберіть район/область!';
$_['error_shipping'] = 'Оберіть спосіб доставки!';
$_['error_no_shipping'] = 'Немає варіантів доставки. Будь-ласка <a href="%s">зв`яжіться з нами</a> для допомоги!';