mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
33
catalog/language/uk-ua/extension/payment/bluepay_hosted.php
Normal file
33
catalog/language/uk-ua/extension/payment/bluepay_hosted.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?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
|
||||
$_['text_title'] = 'Кредитна карта / Дебетна карта (BluePay)';
|
||||
$_['text_credit_card'] = 'Деталі карти';
|
||||
$_['text_description'] = 'Товари %s замовлення №: %s';
|
||||
$_['text_card_type'] = 'Тип карти: ';
|
||||
$_['text_card_name'] = 'Ім`я карти: ';
|
||||
$_['text_card_digits'] = 'Останні цифри: ';
|
||||
$_['text_card_expiry'] = 'Дійсна до: ';
|
||||
$_['text_transaction_error'] = 'Під час проведення оплати виникла помилка - ';
|
||||
|
||||
// Entry
|
||||
$_['entry_card'] = 'Нова чи збережена карта: ';
|
||||
$_['entry_card_existing'] = 'Збережена';
|
||||
$_['entry_card_new'] = 'Нова';
|
||||
$_['entry_card_save'] = 'Зберегти деталі карти';
|
||||
$_['entry_cc_owner'] = 'Власник карти';
|
||||
$_['entry_cc_number'] = 'Номер карти';
|
||||
$_['entry_cc_start_date'] = 'Карта діє з дати';
|
||||
$_['entry_cc_expire_date'] = 'Термін дії карти';
|
||||
$_['entry_cc_cvv2'] = 'Код карти (CVV2)';
|
||||
$_['entry_cc_address'] = 'Назва вулиці';
|
||||
$_['entry_cc_city'] = 'Місто';
|
||||
$_['entry_cc_state'] = 'Область';
|
||||
$_['entry_cc_zipcode'] = 'Поштовий індекс';
|
||||
$_['entry_cc_phone'] = 'Номер телефону';
|
||||
$_['entry_cc_email'] = 'Email';
|
||||
$_['entry_cc_choice'] = 'Виберіть збережену карту';
|
||||
Reference in New Issue
Block a user