mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
15 lines
584 B
PHP
15 lines
584 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'] = 'Кредитна / Дебетна карта (SagePay)';
|
|
$_['text_credit_card'] = 'Деталі кредитної карти';
|
|
|
|
// Entry
|
|
$_['entry_cc_owner'] = 'Власник карти';
|
|
$_['entry_cc_number'] = 'Номер карти';
|
|
$_['entry_cc_expire_date'] = 'Термін дії карти';
|
|
$_['entry_cc_cvv2'] = 'Код безпеки карти (CVV2)'; |