mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
23 lines
985 B
PHP
23 lines
985 B
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
|
||
$_['text_title'] = 'Кредитна чи дебетна карта (Безпечна обробка від PayPal)';
|
||
$_['text_wait'] = 'Зачекайте, будь ласка!';
|
||
$_['text_credit_card'] = 'Деталі кредитної карти';
|
||
$_['text_loading'] = 'Завантаження';
|
||
|
||
// Entry
|
||
$_['entry_cc_type'] = 'Тип карти';
|
||
$_['entry_cc_number'] = 'Номер карти';
|
||
$_['entry_cc_start_date'] = 'Карта діє з';
|
||
$_['entry_cc_expire_date'] = 'Карта діє до';
|
||
$_['entry_cc_cvv2'] = 'Код безпеки карти (CVV2)';
|
||
$_['entry_cc_issue'] = 'Номер емітента карти';
|
||
|
||
// Help
|
||
$_['help_start_date'] = '(якщо доступна)';
|
||
$_['help_issue'] = '(тільки для Maestro і Solo карт)'; |