mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 03:27:08 +00:00
34 lines
1.4 KiB
PHP
34 lines
1.4 KiB
PHP
<?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!';
|