mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
35 lines
2.0 KiB
PHP
35 lines
2.0 KiB
PHP
<?php
|
||
|
||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||
//info@marketplus.if.ua
|
||
|
||
$_['text_title'] = 'Кредитна/Дебетна карта';
|
||
$_['text_card_details'] = 'Деталі карти';
|
||
$_['text_wait'] = 'Обробка Вашої оплати';
|
||
$_['text_auth_code'] = 'Код авторизації: %s';
|
||
$_['text_postcode_check'] = 'Перевірка індексу: %s';
|
||
$_['text_security_code_check'] = 'Перевірка CVV2: %s';
|
||
$_['text_address_check'] = 'Перевірка адреси: %s';
|
||
$_['text_3d_secure_check'] = '3D Secure: %s';
|
||
$_['text_not_given'] = 'Невідомо';
|
||
$_['text_not_checked'] = 'не перевірено';
|
||
$_['text_match'] = 'Співпадає';
|
||
$_['text_not_match'] = 'Не співпадає';
|
||
$_['text_authenticated'] = 'Підтверджені';
|
||
$_['text_not_authenticated'] = 'Не підтверджені';
|
||
$_['text_authentication_not_completed'] = 'Перевіка не завершена';
|
||
$_['text_unable_to_perform'] = 'Не вдалося виконати';
|
||
$_['text_transaction_declined'] = 'Ваш банк відхилив транзакцію. Будь-ласка, виберіть інший спосіб оплати.';
|
||
$_['text_transaction_failed'] = 'Неможливо провести оплату. Будь-ласка, перевірте деталі оплати.';
|
||
$_['text_connection_error'] = 'Будь-ласка, спробуйте пізніше або виберіть інший спосіб оплати.';
|
||
|
||
$_['entry_type'] = "Тип карти";
|
||
$_['entry_number'] = "Номер карти";
|
||
$_['entry_expire_date'] = "Дійсна до";
|
||
$_['entry_cvv2'] = "Код безпеки (CVV2)";
|
||
|
||
$_['button_confirm'] = 'Підтверджено';
|
||
|
||
$_['error_failure'] = 'Неможливо завершити транзакцію. Будь-ласка, спробуйте пізніше або використайте інший спосіб оплати.';
|