Files
translate/admin/language/uk-ua/extension/fraud/ip.php

34 lines
1.4 KiB
PHP
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.1.0.x
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 22 October 2015
//fradee@gmail.com
// Heading
$_['heading_title'] = 'Anti-Fraud IP';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Успішно змінено Anti-Fraud IP адресу!';
$_['text_edit'] = 'Змінити Anti-Fraud IP';
$_['text_ip_add'] = 'Добавити IP адресу';
$_['text_ip_list'] = 'Перелік шахрайських ІР адрес';
// Column
$_['column_ip'] = 'IP адреса';
$_['column_total'] = 'Кількість облікових записів';
$_['column_date_added'] = 'Дата додавання';
$_['column_action'] = 'Дія';
// Entry
$_['entry_ip'] = 'IP адреса';
$_['entry_status'] = 'Статус';
$_['entry_order_status'] = 'Статус замовлення';
// Help
$_['help_order_status'] = 'Замовлення клієнтів, ІР адреси яких знаходяться в чорному списку, не будуть автоматично завершені.';//Customers that have a banned IP on their accounts will be assigned this order status and will not be allowed to reach the complete status automatically.
// Error
$_['error_permission'] = 'Увага: відсутні права на редагування Anti-Fraud IP!';