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

23 lines
1.4 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
// Text
$_['text_address'] = 'Ви успішно встановили адресу доставки!';
$_['text_method'] = 'Ви успішно встановили метод доставки!';
// Error
$_['error_permission'] = 'У Вас немає доступу до API!';
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
$_['error_address_1'] = 'Адреса 1 повинна містити від 3 до 128 символів!';
$_['error_city'] = 'Назва міста повинна містити від 3 до 128 символів!';
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів для цієї країни!';
$_['error_country'] = 'Будь-ласка оберіть країну!';
$_['error_zone'] = 'Будь-ласка оберіть район/область!';
$_['error_custom_field'] = '%s необхідно!';
$_['error_address'] = 'Вкажіть адресу доставки!';
$_['error_method'] = 'Вкажіть метод доставки!';
$_['error_no_shipping'] = 'Опції доставки відсутні!';