mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
10 lines
323 B
PHP
Executable File
10 lines
323 B
PHP
Executable File
<?php
|
|
// Text
|
|
$_['text_title'] = 'Credit Card / Debit Card (Authorize.Net)';
|
|
$_['text_credit_card'] = 'Credit Card Details';
|
|
|
|
// Entry
|
|
$_['entry_cc_owner'] = 'Card Owner';
|
|
$_['entry_cc_number'] = 'Card Number';
|
|
$_['entry_cc_expire_date'] = 'Card Expiry Date';
|
|
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)'; |