mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 02:26:13 +00:00
Зміни для здійснення:
new file: admin/language/ukrainian/analytics/google_analytics.php new file: admin/language/ukrainian/captcha/basic_captcha.php new file: admin/language/ukrainian/captcha/google_captcha.php new file: admin/language/ukrainian/customer/custom_field.php new file: admin/language/ukrainian/customer/customer.php new file: admin/language/ukrainian/customer/customer_ban_ip.php new file: admin/language/ukrainian/customer/customer_group.php new file: admin/language/ukrainian/extension/analytics.php new file: admin/language/ukrainian/extension/captcha.php new file: admin/language/ukrainian/fraud/fraudlabspro.php new file: admin/language/ukrainian/fraud/ip.php new file: admin/language/ukrainian/fraud/maxmind.php
This commit is contained in:
21
admin/language/ukrainian/analytics/google_analytics.php
Normal file
21
admin/language/ukrainian/analytics/google_analytics.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
//version 2.1.0.x
|
||||
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
|
||||
//fradee@gmail.com
|
||||
|
||||
$_['heading_title'] = 'Google Analytics';
|
||||
|
||||
// Text
|
||||
$_['text_analytics'] = 'Analytics';
|
||||
$_['text_success'] = 'Google Analytics успішно змінено!';
|
||||
$_['text_edit'] = 'Редагувати Google Analytics';
|
||||
$_['text_signup'] = 'Авторизуйтесь в <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a>. Після створення профілю вашого магазину зкопіюйте згенерований код для відслідковування відвідувань і помістіть нижче у відповідне поле.';
|
||||
|
||||
// Entry
|
||||
$_['entry_code'] = 'Google Analytics код';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: відсутні права на редагування Google Analytics!';
|
||||
$_['error_code'] = 'Необхідно ввести код згенерований Google Analytics!';
|
||||
18
admin/language/ukrainian/captcha/basic_captcha.php
Normal file
18
admin/language/ukrainian/captcha/basic_captcha.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
//version 2.1.0.x
|
||||
//Translated by fradee (Oleksandr Fradynsky) with love to OpenCart at 21 October 2015
|
||||
//fradee@gmail.com
|
||||
|
||||
$_['heading_title'] = 'Basic Captcha';
|
||||
|
||||
// Text
|
||||
$_['text_captcha'] = 'Captcha';
|
||||
$_['text_success'] = 'Успішно змінено Basic Captcha!';
|
||||
$_['text_edit'] = 'Редагувати Basic Captcha';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: відсутні права на редагування Basic Captcha!';
|
||||
23
admin/language/ukrainian/captcha/google_captcha.php
Normal file
23
admin/language/ukrainian/captcha/google_captcha.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
//version 2.1.0.x
|
||||
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
|
||||
//fradee@gmail.com
|
||||
|
||||
$_['heading_title'] = 'Google reCAPTCHA';
|
||||
|
||||
// Text
|
||||
$_['text_captcha'] = 'Captcha';
|
||||
$_['text_success'] = 'Google reCAPTCHA успішно змінено!';
|
||||
$_['text_edit'] = 'Змінити Google reCAPTCHA';
|
||||
$_['text_signup'] = 'Перейдіть на <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>сторінку Google reCAPTCHA</u></a> і зареєструйте магазин.';
|
||||
|
||||
// Entry
|
||||
$_['entry_key'] = 'Ключ сайту';
|
||||
$_['entry_secret'] = 'Секретний ключ';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: відсутні права на редагування Google reCAPTCHA!';
|
||||
$_['error_key'] = 'Необхідно ввести ключ сайту!';
|
||||
$_['error_secret'] = 'Необхідно ввести секретний ключ!';
|
||||
58
admin/language/ukrainian/customer/custom_field.php
Executable file
58
admin/language/ukrainian/customer/custom_field.php
Executable file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
|
||||
//version 2.0.0.0
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
//version 2.1.0.x
|
||||
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
|
||||
//fradee@gmail.com
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Настроювані Поля';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили Настроювані Поля!';
|
||||
$_['text_list'] = 'Список Настроюваних Полів';
|
||||
$_['text_add'] = 'Додати Настроюване поле';
|
||||
$_['text_edit'] = 'Змінити Настроюване поле';
|
||||
$_['text_choose'] = 'Обрати';
|
||||
$_['text_select'] = 'Вибрати';
|
||||
$_['text_radio'] = 'Радіокнопка';
|
||||
$_['text_checkbox'] = 'Прапорець';
|
||||
$_['text_input'] = 'Ввід';
|
||||
$_['text_text'] = 'Текст';
|
||||
$_['text_textarea'] = 'Область для введення тексту';
|
||||
$_['text_file'] = 'Файл';
|
||||
$_['text_date'] = 'Дата';
|
||||
$_['text_datetime'] = 'Дата і час';
|
||||
$_['text_time'] = 'Час';
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_address'] = 'Адреса';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва Настроюваного поля';
|
||||
$_['column_location'] = 'Розміщення';
|
||||
$_['column_type'] = 'Тип';
|
||||
$_['column_sort_order'] = 'Порядок сортування';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Назва Настроюваного поля';
|
||||
$_['entry_location'] = 'Розміщення';
|
||||
$_['entry_type'] = 'Тип';
|
||||
$_['entry_value'] = 'Значення';
|
||||
$_['entry_custom_value'] = 'Назва значення Настроюваного поля';
|
||||
$_['entry_customer_group'] = 'Група покупців';
|
||||
$_['entry_required'] = 'Необхідно';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортування';
|
||||
|
||||
// Help
|
||||
$_['help_sort_order'] = 'Використовуйте "-" для зворотнього відліку від останнього поля в наборі.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до зміни Настроюваних полів!';
|
||||
$_['error_name'] = 'Назва Настроюаних полів повинна містити від 1 до 128 символів!';
|
||||
$_['error_type'] = 'Увага: Необхідне значення Настроюваних полів!';
|
||||
$_['error_custom_value'] = 'Назва значення Настроюваного поля повинна містити від 1 до 128 символів!';
|
||||
87
admin/language/ukrainian/customer/customer.php
Executable file
87
admin/language/ukrainian/customer/customer.php
Executable file
@@ -0,0 +1,87 @@
|
||||
<?php
|
||||
|
||||
//version 2.0.0.0
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
//version 2.1.0.x
|
||||
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
|
||||
//fradee@gmail.com
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Покупці';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили Покупців!';
|
||||
$_['text_list'] = 'Список Покупців';
|
||||
$_['text_add'] = 'Додати Покупця';
|
||||
$_['text_edit'] = 'Змінити Покупця';
|
||||
$_['text_default'] = 'За замовчуванням';
|
||||
$_['text_balance'] = 'Баланс';
|
||||
$_['text_add_ban_ip'] = 'Додати IP до списку блокування';
|
||||
$_['text_remove_ban_ip'] = 'Видалити IP з списку блокування';
|
||||
$_['text_login'] = 'Увійти в магазин';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Ім’я покупця';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Група покупців';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_date_added'] = 'Дата додавання';
|
||||
$_['column_comment'] = 'Коментарій';
|
||||
$_['column_description'] = 'Опис';
|
||||
$_['column_amount'] = 'Сума';
|
||||
$_['column_points'] = 'Бонусні бали';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_total'] = 'Профілі разом';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer_group'] = 'Група покупців';
|
||||
$_['entry_firstname'] = 'Ім’я';
|
||||
$_['entry_lastname'] = 'Прізвище';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Номер телефону';
|
||||
$_['entry_fax'] = 'Факс';
|
||||
$_['entry_newsletter'] = 'Підписка на новини';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_safe'] = 'Безпечний';
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердження';
|
||||
$_['entry_company'] = 'Компанія';
|
||||
$_['entry_address_1'] = 'Адреса 1';
|
||||
$_['entry_address_2'] = 'Адреа 2';
|
||||
$_['entry_city'] = 'Місто';
|
||||
$_['entry_postcode'] = 'Індекс';
|
||||
$_['entry_country'] = 'Країна';
|
||||
$_['entry_zone'] = 'Область/Район';
|
||||
$_['entry_default'] = 'Адреса за замовчуванням';
|
||||
$_['entry_comment'] = 'Коментарій';
|
||||
$_['entry_description'] = 'Опис';
|
||||
$_['entry_amount'] = 'Сума';
|
||||
$_['entry_points'] = 'Бонусні бали';
|
||||
$_['entry_name'] = 'Ім’я покупця';
|
||||
$_['entry_approved'] = 'Підтверджено';
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_date_added'] = 'Дата додавання';
|
||||
|
||||
// Help
|
||||
$_['help_safe'] = 'Встановити "true" щоб уникнути спрацювання антишахрайської системи для цього поупця';
|
||||
$_['help_points'] = 'Використайте "-" для видалення бонусних балів';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Уважно перевірте форму на наявність помилок!';
|
||||
$_['error_permission'] = 'У Вас немає доступу до зміни Покупців!';
|
||||
$_['error_exists'] = 'Така E-Mail адреса вже зареєстрована!';
|
||||
$_['error_firstname'] = 'Ім’я повинно містити від 1 до 32 символів!';
|
||||
$_['error_lastname'] = 'Прізвище повинно містити від 1 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильна E-Mail адреса!';
|
||||
$_['error_telephone'] = 'Номер телефону повинна містити від 3 до 32 символів!';
|
||||
$_['error_password'] = 'Пароль повинен містити від 4 до 20 символів!';
|
||||
$_['error_confirm'] = 'Пароль і підтвердження паролю не співпадають!';
|
||||
$_['error_address_1'] = 'Адреса повинна містити від 3 до 128 символів!';
|
||||
$_['error_city'] = 'Місто повинно містити від 2 до 128 символів!';
|
||||
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів для цієї країни!';
|
||||
$_['error_country'] = 'Будь-ласка виберіть країну!';
|
||||
$_['error_zone'] = 'Будь-ласка оберіть область/район!';
|
||||
$_['error_custom_field'] = '%s необхідно!';
|
||||
26
admin/language/ukrainian/customer/customer_ban_ip.php
Executable file
26
admin/language/ukrainian/customer/customer_ban_ip.php
Executable file
@@ -0,0 +1,26 @@
|
||||
<?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'] = 'Заблоковані IP';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили заблоковані IP!';
|
||||
$_['text_list'] = 'Список заблокованих IP';
|
||||
$_['text_add'] = 'Додати IP до списку блокування';
|
||||
$_['text_edit'] = 'Змінити заблокований IP';
|
||||
|
||||
// Column
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_customer'] = 'Покупці';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_ip'] = 'IP';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до зміни блокованих IP користувачів!';
|
||||
$_['error_ip'] = 'IP повинен містити від 1 до 40 символів!';
|
||||
35
admin/language/ukrainian/customer/customer_group.php
Executable file
35
admin/language/ukrainian/customer/customer_group.php
Executable file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
//version 2.1.0.x
|
||||
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
|
||||
//fradee@gmail.com
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Групи клієнтів';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно змінили Групи клієнтів!';
|
||||
$_['text_list'] = 'Список Груп клієнтів';
|
||||
$_['text_add'] = 'Додати групу клієнтів';
|
||||
$_['text_edit'] = 'Змінити групу клієнтів';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва групи клієнтів';
|
||||
$_['column_sort_order'] = 'Порядок сортування';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Назва групи клієнтів';
|
||||
$_['entry_description'] = 'Опис';
|
||||
$_['entry_approval'] = 'Затвердити нових клієнтів';
|
||||
$_['entry_sort_order'] = 'Порядок сортування';
|
||||
|
||||
// Help
|
||||
$_['help_approval'] = 'Покупці повинні бути затверджені адміністратором перед тим як Вони зможуть увійти.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас неає доступу для зміни Груп клієнтів!';
|
||||
$_['error_name'] = 'Назва Групи клієнтів повинна містити від 3 до 32 символів!';
|
||||
$_['error_default'] = 'Ця Група користувачів не може бути видалена, оскільки вона використовується як Група користувачів за замовчуванням!';
|
||||
$_['error_store'] = 'Ця Група користувачів не може бути видалена, оскільки вона використовується в %s магазинах!';
|
||||
$_['error_customer'] = 'Ця Група користувачів не може бути видалена, оскільки вона використовується для %s покупців!';
|
||||
20
admin/language/ukrainian/extension/analytics.php
Normal file
20
admin/language/ukrainian/extension/analytics.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
//version 2.1.0.x
|
||||
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
|
||||
//fradee@gmail.com
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Аналітика';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Успішно змінено Аналітику!';
|
||||
$_['text_list'] = 'Перелік Аналітик';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва Аналітики';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: відсутні права на редагування Аналітик!';
|
||||
20
admin/language/ukrainian/extension/captcha.php
Normal file
20
admin/language/ukrainian/extension/captcha.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
//version 2.1.0.x
|
||||
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
|
||||
//fradee@gmail.com
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Captcha';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Успішно змінено Сaptcha!';
|
||||
$_['text_list'] = 'Перелік Captcha';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва Captcha';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: відсутні права на редагування Сaptcha!';
|
||||
85
admin/language/ukrainian/fraud/fraudlabspro.php
Normal file
85
admin/language/ukrainian/fraud/fraudlabspro.php
Normal file
@@ -0,0 +1,85 @@
|
||||
<?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'] = 'FraudLabs Pro';
|
||||
|
||||
// Text
|
||||
$_['text_fraud'] = 'Anti-Fraud - Запобігання фінансового шахрайства';
|
||||
$_['text_success'] = 'Успішно змінено налаштування FraudLabs Pro!';
|
||||
$_['text_edit'] = 'Налаштування';
|
||||
$_['text_signup'] = 'FraudLabs Pro це система запобіганнтя фінансового шахрайства. Ви можете зареєструватись <a href="http://www.fraudlabspro.com/plan?ref=1730" target="_blank"><u>тут</u></a> для отримання API ключа.';
|
||||
$_['text_id'] = 'FraudLabs Pro ID';
|
||||
$_['text_ip_address'] = 'IP адреса';
|
||||
$_['text_ip_net_speed'] = 'IP швидкість мережі';
|
||||
$_['text_ip_isp_name'] = 'IP назва інтернет-провайдера';
|
||||
$_['text_ip_usage_type'] = 'Тип IP';
|
||||
$_['text_ip_domain'] = 'IP домен';
|
||||
$_['text_ip_time_zone'] = 'IP часовий пояс';
|
||||
$_['text_ip_location'] = 'IP розміщення';
|
||||
$_['text_ip_distance'] = 'IP дистанція';
|
||||
$_['text_ip_latitude'] = 'IP координати широти';
|
||||
$_['text_ip_longitude'] = 'IP координати довготи';
|
||||
$_['text_risk_country'] = 'Країна з високим ризиком';
|
||||
$_['text_free_email'] = 'Безкоштовний Email';
|
||||
$_['text_ship_forward'] = 'Ship Forward';
|
||||
$_['text_using_proxy'] = 'Використання анонімного Proxy';
|
||||
$_['text_bin_found'] = 'BIN знайдено';//BIN Found';
|
||||
$_['text_email_blacklist'] = 'Чорний перелік Email';
|
||||
$_['text_credit_card_blacklist'] = 'Чорний перелік банківських карток';
|
||||
$_['text_score'] = 'FraudLabs Pro рахунок';
|
||||
$_['text_status'] = 'FraudLabs Pro статус';
|
||||
$_['text_message'] = 'Повідомлення';
|
||||
$_['text_transaction_id'] = 'ID транзакції';
|
||||
$_['text_credits'] = 'Баланс';
|
||||
$_['text_error'] = 'Помилка:';
|
||||
$_['text_flp_upgrade'] = '<a href="http://www.fraudlabspro.com/plan" target="_blank">[Модернізація]</a>';
|
||||
$_['text_flp_merchant_area'] = 'Авторизуйтесь в <a href="http://www.fraudlabspro.com/login" target="_blank">FraudLabs Pro кабінеті продавця</a> для отримання додаткової інформації про замовлення.';
|
||||
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_key'] = 'API ключ';
|
||||
$_['entry_score'] = 'Рівень ризику';
|
||||
$_['entry_order_status'] = 'Статус замовлення';
|
||||
$_['entry_review_status'] = 'Статус перевірки';
|
||||
$_['entry_approve_status'] = 'Статус підтвердження';
|
||||
$_['entry_reject_status'] = 'Статус відмови';
|
||||
$_['entry_simulate_ip'] = 'Імітування IP';
|
||||
|
||||
// Help
|
||||
$_['help_order_status'] = 'Замовленням які мають вийщий рівень ризику, ніж встановлено, буде присвоєно цей статус замовлення.';//Orders that have a score over your set risk score will be assigned this order status.
|
||||
$_['help_review_status'] = 'Замовленням, які помічені як \'Перевірені FraudLabs Pro\' буде присвоєно цей статус замовлення.';//Orders that marked as review by FraudLabs Pro will be assigned this order status
|
||||
$_['help_approve_status'] = 'Замовленням, які помічені як \'Підтверджені FraudLabs Pro\' буде присвоєно цей статус замовлення.';//'Orders that marked as approve by FraudLabs Pro will be assigned this order status.';
|
||||
$_['help_reject_status'] = 'Замовленням, які помічені як \'Відхилені FraudLabs Pro\' буде присвоєно цей статус замовлення.';//'Orders that marked as reject by FraudLabs Pro will be assigned this order status.';
|
||||
$_['help_simulate_ip'] = 'Імітування ІР адреси відвідувача. Залишіть порожнім для відключення опції.';
|
||||
$_['help_fraudlabspro_id'] = 'Унікальний ідентифікатор транзакції показаний системою FraudLabs Pro';// Unique identifier for a transaction screened by FraudLabs Pro system.
|
||||
$_['help_ip_address'] = 'IP адреса.';
|
||||
$_['help_ip_net_speed'] = 'Швидкість з’єднання.';
|
||||
$_['help_ip_isp_name'] = 'IP дреса інтернет-провайдера.';
|
||||
$_['help_ip_usage_type'] = 'Приблизний клас ІР адреси. Н-д: інтернет провайдер, корпорація/комерція, звичайний користувач.';// Usage type of the IP address. E.g, ISP, Commercial, Residential.
|
||||
$_['help_ip_domain'] = 'Доменне ім’я ІР адреси.';
|
||||
$_['help_ip_time_zone'] = 'Часовий пояс IP адреси.';
|
||||
$_['help_ip_location'] = 'Розміщення IP адреси.';
|
||||
$_['help_ip_distance'] = 'Приблизна дистанція від ІР адреси до білінгової системи.';//Distance from IP address to Billing Location
|
||||
$_['help_ip_latitude'] = 'Координати широти IP адреси.';
|
||||
$_['help_ip_longitude'] = 'Координати догвоти IP адреси.';
|
||||
$_['help_risk_country'] = 'Приналежність IP адреси до переліку країн з високим ризиком .';
|
||||
$_['help_free_email'] = 'Приналежність e-mail провадерам безкоштовних поштових адрес.';
|
||||
$_['help_ship_forward'] = 'Приналежність адреси доставки адресі перевізника.';
|
||||
$_['help_using_proxy'] = 'Приналежність IP адреси анонімному proxy серверу.';
|
||||
$_['help_bin_found'] = 'Приналежність BIN (Bank Indentify Number) перевіреному переліку BIN.';
|
||||
$_['help_email_blacklist'] = 'Приналежність email до бази даних шахрайських поштових скриньок.';
|
||||
$_['help_credit_card_blacklist'] = 'Приналежність банківського картки до бази даних шахрайських карток.';
|
||||
$_['help_score'] = 'Рівень ризику, 1 (низький рівень ризику) - 100 (високий рівень ризику).';
|
||||
$_['help_status'] = 'Статус FraudLabs Pro.';
|
||||
$_['help_message'] = 'Опис повідомлення про помилку від FraudLabs Pro.';
|
||||
$_['help_transaction_id'] = 'Перейдіть за посиланням для детальнішої інформації аналізу шахрайства.';
|
||||
$_['help_credits'] = 'Баланс рахунку після здійснення опереціїtransaction.';//Balance of the credits available after this
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: відсутні права на зміну налаштувань FraudLabs Pro!';
|
||||
$_['error_key'] = 'Необхідно ввести API ключ!';
|
||||
33
admin/language/ukrainian/fraud/ip.php
Normal file
33
admin/language/ukrainian/fraud/ip.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?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_fraud'] = 'Anti-Fraud - Запобігання фінансого шахрайства';
|
||||
$_['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!';
|
||||
123
admin/language/ukrainian/fraud/maxmind.php
Normal file
123
admin/language/ukrainian/fraud/maxmind.php
Normal file
@@ -0,0 +1,123 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'MaxMind Anti-Fraud';
|
||||
|
||||
// Text
|
||||
$_['text_fraud'] = 'Anti-Fraud';
|
||||
$_['text_success'] = 'Успішно змінено MaxMind anti-fraud!';
|
||||
$_['text_edit'] = 'Редагувати MaxMind Anti-Fraud';
|
||||
$_['text_signup'] = 'MaxMind це сервіс для виявлення шахрайських дій. Якщо ви не маєте ліцензійного ключа - отримайте його <a href="http://www.maxmind.com/?rId=opencart" target="_blank"><u>тут</u></a>.';
|
||||
$_['text_country_match'] = 'Country Match:';
|
||||
$_['text_country_code'] = 'Код країни:';
|
||||
$_['text_high_risk_country'] = 'Країна з високим рівнем ризику:';
|
||||
$_['text_distance'] = 'Дистанція:';
|
||||
$_['text_ip_region'] = 'IP регіону:';
|
||||
$_['text_ip_city'] = 'IP міста:';
|
||||
$_['text_ip_latitude'] = 'IP довгота:';
|
||||
$_['text_ip_longitude'] = 'IP широта:';
|
||||
$_['text_ip_isp'] = 'ISP:';
|
||||
$_['text_ip_org'] = 'IP Organization:';
|
||||
$_['text_ip_asnum'] = 'ASNUM:';
|
||||
$_['text_ip_user_type'] = 'Тип IP адреси користувача:';
|
||||
$_['text_ip_country_confidence'] = 'IP Country Confidence:';
|
||||
$_['text_ip_region_confidence'] = 'IP Region Confidence:';
|
||||
$_['text_ip_city_confidence'] = 'IP City Confidence:';
|
||||
$_['text_ip_postal_confidence'] = 'IP Postal Confidence:';
|
||||
$_['text_ip_postal_code'] = 'IP поштовий індекс:';
|
||||
$_['text_ip_accuracy_radius'] = 'IP точність радіусу:';
|
||||
$_['text_ip_net_speed_cell'] = 'IP швидкість мережі';
|
||||
$_['text_ip_metro_code'] = 'IP Metro Code:';
|
||||
$_['text_ip_area_code'] = 'IP Area Code:';
|
||||
$_['text_ip_time_zone'] = 'IP часовий пояс:';
|
||||
$_['text_ip_region_name'] = 'IP Region Name:';
|
||||
$_['text_ip_domain'] = 'IP Domain:';
|
||||
$_['text_ip_country_name'] = 'IP Country Name:';
|
||||
$_['text_ip_continent_code'] = 'IP Continent Code:';
|
||||
$_['text_ip_corporate_proxy'] = 'IP Corporate Proxy:';
|
||||
$_['text_anonymous_proxy'] = 'Anonymous Proxy:';
|
||||
$_['text_proxy_score'] = 'Кількість Proxy:';
|
||||
$_['text_is_trans_proxy'] = 'Прозорий Proxy:';
|
||||
$_['text_free_mail'] = 'Безкоштовний e-Mail:';
|
||||
$_['text_carder_email'] = 'Carder Email:';
|
||||
$_['text_high_risk_username'] = 'High Risk Username:';
|
||||
$_['text_high_risk_password'] = 'High Risk Password:';
|
||||
$_['text_bin_match'] = 'Bin Match:';
|
||||
$_['text_bin_country'] = 'Bin Country:';
|
||||
$_['text_bin_name_match'] = 'Bin Name Match:';
|
||||
$_['text_bin_name'] = 'Bin Name:';
|
||||
$_['text_bin_phone_match'] = 'Bin Phone Match:';
|
||||
$_['text_bin_phone'] = 'Bin Phone:';
|
||||
$_['text_customer_phone_in_billing_location'] = 'Customer Phone Number in Billing Location:';
|
||||
$_['text_ship_forward'] = 'Shipping Forward:';
|
||||
$_['text_city_postal_match'] = 'City Postal Match:';
|
||||
$_['text_ship_city_postal_match'] = 'Shipping City Postal Match:';
|
||||
$_['text_score'] = 'Score:';
|
||||
$_['text_explanation'] = 'Explanation:';
|
||||
$_['text_risk_score'] = 'Risk Score:';
|
||||
$_['text_queries_remaining'] = 'Queries Remaining:';
|
||||
$_['text_maxmind_id'] = 'Maxmind ID:';
|
||||
$_['text_error'] = 'Error:';
|
||||
|
||||
// Entry
|
||||
$_['entry_key'] = 'MaxMind License Key';
|
||||
$_['entry_score'] = 'Risk Score';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Help
|
||||
$_['help_score'] = 'The higher the score the more likely the order is fraudulent. Set a score between 0 - 100.';
|
||||
$_['help_order_status'] = 'Orders that have a score over your set risk score will be assigned this order status and will not be allowed to reach the complete status automatically.';
|
||||
$_['help_country_match'] = 'Whether country of IP address matches billing address country (mismatch = higher risk).';
|
||||
$_['help_country_code'] = 'Country Code of the IP address.';
|
||||
$_['help_high_risk_country'] = 'Whether IP address or billing address country is in Ghana, Nigeria, or Vietnam.';
|
||||
$_['help_distance'] = 'Distance from IP address to Billing Location in kilometers (large distance = higher risk).';
|
||||
$_['help_ip_region'] = 'Estimated State/Region of the IP address.';
|
||||
$_['help_ip_city'] = 'Estimated City of the IP address.';
|
||||
$_['help_ip_latitude'] = 'Estimated Latitude of the IP address.';
|
||||
$_['help_ip_longitude'] = 'Estimated Longitude of the IP address.';
|
||||
$_['help_ip_isp'] = 'ISP of the IP address.';
|
||||
$_['help_ip_org'] = 'Organization of the IP address.';
|
||||
$_['help_ip_asnum'] = 'Estimated Autonomous System Number of the IP address.';
|
||||
$_['help_ip_user_type'] = 'Estimated user type of the IP address.';
|
||||
$_['help_ip_country_confidence'] = 'Representing our confidence that the country location is correct.';
|
||||
$_['help_ip_region_confidence'] = 'Representing our confidence that the region location is correct.';
|
||||
$_['help_ip_city_confidence'] = 'Representing our confidence that the city location is correct.';
|
||||
$_['help_ip_postal_confidence'] = 'Representing our confidence that the postal code location is correct.';
|
||||
$_['help_ip_postal_code'] = 'Estimated Postal Code of the IP address.';
|
||||
$_['help_ip_accuracy_radius'] = 'The average distance between the actual location of the end user using the IP address and the location returned by the GeoIP City database, in miles.';
|
||||
$_['help_ip_net_speed_cell'] = 'Estimated network type of the IP address.';
|
||||
$_['help_ip_metro_code'] = 'Estimated Metro Code of the IP address.';
|
||||
$_['help_ip_area_code'] = 'Estimated Area Code of the IP address.';
|
||||
$_['help_ip_time_zone'] = 'Estimated Time Zone of the IP address.';
|
||||
$_['help_ip_region_name'] = 'Estimated Region name of the IP address.';
|
||||
$_['help_ip_domain'] = 'Estimated domain of the IP address.';
|
||||
$_['help_ip_country_name'] = 'Estimated Country name of the IP address.';
|
||||
$_['help_ip_continent_code'] = 'Estimated Continent code of the IP address.';
|
||||
$_['help_ip_corporate_proxy'] = 'Whether the IP is an Corporate Proxy in the database or not.';
|
||||
$_['help_anonymous_proxy'] = 'Whether IP address is Anonymous Proxy (anonymous proxy = very high risk).';
|
||||
$_['help_proxy_score'] = 'Likelihood of IP Address being an Open Proxy.';
|
||||
$_['help_is_trans_proxy'] = 'Whether IP address is in our database of known transparent proxy servers, returned if forwardedIP is passed as an input.';
|
||||
$_['help_free_mail'] = 'Whether e-mail is from free e-mail provider (free e-mail = higher risk).';
|
||||
$_['help_carder_email'] = 'Whether e-mail is in database of high risk e-mails.';
|
||||
$_['help_high_risk_username'] = 'Whether usernameMD5 input is in database of high risk usernames. Only returned if usernameMD5 is included in inputs.';
|
||||
$_['help_high_risk_password'] = 'Whether passwordMD5 input is in database of high risk passwords. Only returned if passwordMD5 is included in inputs.';
|
||||
$_['help_bin_match'] = 'Whether country of issuing bank based on BIN number matches billing address country.';
|
||||
$_['help_bin_country'] = 'Country Code of the bank which issued the credit card based on BIN number.';
|
||||
$_['help_bin_name_match'] = 'Whether name of issuing bank matches inputted BIN name. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
|
||||
$_['help_bin_name'] = 'Name of the bank which issued the credit card based on BIN number. Available for approximately 96% of BIN numbers.';
|
||||
$_['help_bin_phone_match'] = 'Whether customer service phone number matches inputed BIN Phone. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
|
||||
$_['help_bin_phone'] = 'Customer service phone number listed on back of credit card. Available for approximately 75% of BIN numbers. In some cases phone number returned may be outdated.';
|
||||
$_['help_customer_phone_in_billing_location'] = 'Whether the customer phone number is in the billing zip code. A return value of Yes provides a positive indication that the phone number listed belongs to the cardholder. A return value of No indicates that the phone number may be in a different area, or may not be listed in our database. NotFound is returned when the phone number prefix cannot be found in our database at all. Currently we only support US Phone numbers.';
|
||||
$_['help_ship_forward'] = 'Whether shipping address is in database of known mail drops.';
|
||||
$_['help_city_postal_match'] = 'Whether billing city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
|
||||
$_['help_ship_city_postal_match'] = 'Whether shipping city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
|
||||
$_['help_score'] = 'Overall fraud score based on outputs listed above. This is the original fraud score, and is based on a simple formula. It has been replaced with risk score (see below), but is kept for backwards compatibility.';
|
||||
$_['help_explanation'] = 'A brief explanation of the score, detailing what factors contributed to it, according to our formula. Please note this corresponds to the score, not the riskScore.';
|
||||
$_['help_risk_score'] = 'New fraud score representing the estimated probability that the order is fraud, based off of analysis of past minFraud transactions. Requires an upgrade for clients who signed up before February 2007.';
|
||||
$_['help_queries_remaining'] = 'Number of queries remaining in your account, can be used to alert you when you may need to add more queries to your account.';
|
||||
$_['help_maxmind_id'] = 'Unique identifier, used to reference transactions when reporting fraudulent activity back to MaxMind. This reporting will help MaxMind improve its service to you and will enable a planned feature to customize the fraud scoring formula based on your chargeback history.';
|
||||
$_['help_error'] = 'Returns an error string with a warning message or a reason why the request failed.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify MaxMind anti-fraud!';
|
||||
$_['error_key'] = 'License Key Required!';
|
||||
38
admin/language/ukrainian/module/amazon_login.php
Normal file
38
admin/language/ukrainian/module/amazon_login.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
//version 2.1.0.x
|
||||
//Translated by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October 2015
|
||||
//fradee@gmail.com
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Авторизація через Amazon';
|
||||
|
||||
//Text
|
||||
$_['text_module'] = 'Модулі';
|
||||
$_['text_success'] = 'Успішно змінено Авторизація через Amazon!';
|
||||
$_['text_content_top'] = 'Над контентом';
|
||||
$_['text_content_bottom'] = 'Нижче контенту';
|
||||
$_['text_column_left'] = 'Ліва колонка';
|
||||
$_['text_column_right'] = 'Права колонка';
|
||||
$_['text_lwa_button'] = 'Авторизація через Amazon';
|
||||
$_['text_login_button'] = 'Логін';
|
||||
$_['text_a_button'] = 'A';
|
||||
$_['text_gold_button'] = 'Золотий';
|
||||
$_['text_darkgray_button'] = 'Темно-сірий';
|
||||
$_['text_lightgray_button'] = 'Світло-сірий';
|
||||
$_['text_small_button'] = 'Малий';
|
||||
$_['text_medium_button'] = 'Середній';
|
||||
$_['text_large_button'] = 'Великий';
|
||||
$_['text_x_large_button'] = 'Велетенський';
|
||||
|
||||
//Entry
|
||||
$_['entry_button_type'] = 'Тип кнопки';
|
||||
$_['entry_button_colour'] = 'Колір кнопки';
|
||||
$_['entry_button_size'] = 'Розмір кнопки';
|
||||
$_['entry_layout'] = 'Шаблон';
|
||||
$_['entry_position'] = 'Розміщення';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортування';
|
||||
|
||||
//Error
|
||||
$_['error_permission'] = 'Увага: відсутній дозвіл на редагування модулю Авторизація через Amazon!';
|
||||
38
admin/language/ukrainian/module/amazon_pay.php
Normal file
38
admin/language/ukrainian/module/amazon_pay.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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'] = 'Платіж через Amazon';
|
||||
|
||||
//Text
|
||||
$_['text_module'] = 'Модулі';
|
||||
$_['text_success'] = 'Успішно змінено модуль Платіж через Amazon!';
|
||||
$_['text_content_top'] = 'Над контентом';
|
||||
$_['text_content_bottom'] = 'Нижче контенту';
|
||||
$_['text_column_left'] = 'Ліва колонка';
|
||||
$_['text_column_right'] = 'Права колонка';
|
||||
$_['text_pwa_button'] = 'Платіж через Amazon';
|
||||
$_['text_pay_button'] = 'Платіж';
|
||||
$_['text_a_button'] = 'A';
|
||||
$_['text_gold_button'] = 'Золотий';
|
||||
$_['text_darkgray_button'] = 'Темно-сірий';
|
||||
$_['text_lightgray_button'] = 'Світло-сірий';
|
||||
$_['text_small_button'] = 'Малий';
|
||||
$_['text_medium_button'] = 'Середній';
|
||||
$_['text_large_button'] = 'Великий';
|
||||
$_['text_x_large_button'] = 'Велетенський';
|
||||
|
||||
//Entry
|
||||
$_['entry_button_type'] = 'Тип кнопки';
|
||||
$_['entry_button_colour'] = 'Колір Кнопки';
|
||||
$_['entry_button_size'] = 'Розмір кнопки';
|
||||
$_['entry_layout'] = 'Шаблон';
|
||||
$_['entry_position'] = 'Розміщення';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортування';
|
||||
|
||||
//Error
|
||||
$_['error_permission'] = 'Увага: відсутні права на зміну налаштувань модуля Платіж через Amazon!';
|
||||
37
admin/language/ukrainian/module/ebay_listing.php
Normal file
37
admin/language/ukrainian/module/ebay_listing.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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'] = 'eBay перелік';
|
||||
|
||||
// Text
|
||||
$_['text_module'] = 'Модулі';
|
||||
$_['text_success'] = 'Успішно змінено модуль eBay рекомендацій!';
|
||||
$_['text_edit'] = 'Редагувати eBay модуль';
|
||||
$_['text_list'] = 'Перелік шаблонів';
|
||||
$_['text_register'] = 'Вам потрібно зареєструватись і активувати OpenBay Pro для eBay!';
|
||||
$_['text_about'] = 'eBay модуль надає можливість відображати ваші товари на аукціоні eBay безпосередньо на вашому сайті.';
|
||||
$_['text_latest'] = 'Отстанні';
|
||||
$_['text_random'] = 'Випадково';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Назва модулю';
|
||||
$_['entry_username'] = 'eBay користувач';
|
||||
$_['entry_keywords'] = 'Пошукові слова';
|
||||
$_['entry_description'] = 'Включити пошук опису';
|
||||
$_['entry_limit'] = 'Ліміт';
|
||||
$_['entry_length'] = 'Довжина';
|
||||
$_['entry_width'] = 'Ширина';
|
||||
$_['entry_height'] = 'Висота';
|
||||
$_['entry_site'] = 'eBay сайт';
|
||||
$_['entry_sort'] = 'Сортувати за';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: відсутній довзвіл на зміну налаштувань модуля eBay!';
|
||||
$_['error_name'] = 'Назви модуля повиненна містити від 3 до 64 символів!';
|
||||
$_['error_width'] = 'Потрібно вказати ширину!';
|
||||
$_['error_height'] = 'Потрібно вказати висоту!';
|
||||
Reference in New Issue
Block a user