mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
15 lines
525 B
PHP
Executable File
15 lines
525 B
PHP
Executable File
<?php
|
|
|
|
//version 2.0.0.0
|
|
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
|
//info@marketplus.if.ua
|
|
|
|
// Text
|
|
$_['text_title'] = 'Кредитна карта / Дебетна карта (Authorize.Net)';
|
|
$_['text_credit_card'] = 'Деталі кредитної карти';
|
|
|
|
// Entry
|
|
$_['entry_cc_owner'] = 'Власник карти';
|
|
$_['entry_cc_number'] = 'Номер карти';
|
|
$_['entry_cc_expire_date'] = 'Термін дії карти';
|
|
$_['entry_cc_cvv2'] = 'Код карти (CVV2)'; |