Files
translate/admin/language/ukrainian/localisation/tax_rate.php
2015-02-01 01:41:27 +02:00

38 lines
1.7 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'] = 'Ви успішно змінили Cтавки податку!';
$_['text_list'] = 'Список ставок податку';
$_['text_add'] = 'Додати ставку податку';
$_['text_edit'] = 'Змінити ставку податку';
$_['text_percent'] = 'Відсотки';
$_['text_amount'] = 'Фіксована сума';
// Column
$_['column_name'] = 'Назва податку';
$_['column_rate'] = 'Ставка податку';
$_['column_type'] = 'Тип';
$_['column_geo_zone'] = 'Гео зона';
$_['column_date_added'] = 'Дата додавання';
$_['column_date_modified'] = 'Дата зміни';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва податку';
$_['entry_rate'] = 'Ставка податку';
$_['entry_type'] = 'Тип';
$_['entry_customer_group'] = 'Група користувачів';
$_['entry_geo_zone'] = 'Гео зона';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни ставок податків!';
$_['error_tax_rule'] = 'Цю ставку податку не можна видалити оскільки вона використовується в %s видах податків!';
$_['error_name'] = 'Назва податку повинна містити від 3 до 32 символів!';
$_['error_rate'] = 'Вкажіть ставку податку!';