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

31 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_list'] = 'Список гео зон';
$_['text_add'] = 'Додати гео зону';
$_['text_edit'] = 'Зінити гео зону';
// Column
$_['column_name'] = 'Назва гео зони';
$_['column_description'] = 'Опис';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва гео зони';
$_['entry_description'] = 'Опис';
$_['entry_country'] = 'Країна';
$_['entry_zone'] = 'Зона';
// Error
$_['error_permission'] = 'У вас немає доспуту для зміни гео зон!';
$_['error_name'] = 'Назва гео зони повинна містити від 3 до 32 символів!';
$_['error_description'] = 'Опис повинен містити від 3 до 255 символів!';
$_['error_tax_rate'] = 'Цю гео зону не можна видалити оскільки вона зараз використовується в одній або декількох ставках податку!';