Files
translate/admin/language/ukrainian/localisation/tax_class.php
2014-12-07 08:59:25 +02:00

35 lines
1.6 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_list'] = 'Список класів податків';
$_['text_add'] = 'Додати клас податків';
$_['text_edit'] = 'Змінити клас податків';
$_['text_shipping'] = 'Адреса доставки';
$_['text_payment'] = 'Платіжна адреса';
$_['text_store'] = 'Адреса магазину';
// Column
$_['column_title'] = 'Назва класу податку';
$_['column_action'] = 'Дія';
// Entry
$_['entry_title'] = 'Назва класу податку';
$_['entry_description'] = 'Опис';
$_['entry_rate'] = 'Ставка';
$_['entry_based'] = 'Базується на';
$_['entry_geo_zone'] = 'Гео зона';
$_['entry_priority'] = 'Приорітет';
// Error
$_['error_permission'] = 'У Вас немає доступу для зміни класів податків!';
$_['error_title'] = 'Назва класу податку повинна містити від 3 до 32 символів!';
$_['error_description'] = 'Опис повинен містити від 3 до 255 символів!';
$_['error_product'] = 'Цей клас податку не можна видалити оскільки він використовується в %s товарах!';