shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

sagepay_server.php (1419B)


      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']		    = 'Нямате запазени карти';
     12 $_['text_account']          = 'Account';
     13 $_['text_card']			    = 'SagePay Server 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']       = 'Card 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