sagepay_direct.php (1349B)
1 <?php 2 /* 3 * OpenCart 2.3.0.2 Bulgarian translation 4 * Author: Veselin Totev (veselin.totev@gmail.com) 5 * License: Free to use 6 * Donate: 7 * PayPal: veskoto@gmail.com 8 * Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi 9 */ 10 // Text //TODO Better translate 11 $_['text_empty'] = 'You have no saved cards'; 12 $_['text_account'] = 'Account'; 13 $_['text_card'] = 'SagePay Direct Card Management'; 14 $_['text_fail_card'] = 'There was an issue removing your SagePay card, Please contact the shop administrator for help.'; 15 $_['text_success_card'] = 'SagePay card successfully removed'; 16 $_['text_success_add_card'] = 'SagePay card successfully added'; 17 18 // Column 19 $_['column_type'] = 'Тип карта'; 20 $_['column_digits'] = 'Последни цифри'; 21 $_['column_expiry'] = 'Валидност'; 22 23 // Entry 24 $_['entry_cc_owner'] = 'Картодържател'; 25 $_['entry_cc_type'] = 'Тип карта'; 26 $_['entry_cc_number'] = 'Номер на карта'; 27 $_['entry_cc_expire_date'] = 'Карта валидна до'; 28 $_['entry_cc_cvv2'] = 'Код на карта (CVV2)'; 29 $_['entry_cc_choice'] = 'Избери налична карта'; 30 31 // Button 32 $_['button_add_card'] = 'Добавяне на картата'; 33 $_['button_new_card'] = 'Добавяне на нова карта'; 34 35 36