recurring.php (2804B)
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 // Heading 11 $_['heading_title'] = 'Переодични плащания'; 12 13 // Text 14 $_['text_account'] = 'Профил'; 15 $_['text_recurring'] = 'Информация'; 16 $_['text_recurring_detail'] = 'Детайли'; 17 $_['text_order_recurring_id'] = 'Переодично плащане ID:'; 18 $_['text_date_added'] = 'Дата:'; 19 $_['text_status'] = 'Статус:'; 20 $_['text_payment_method'] = 'Начин на плащане'; 21 $_['text_order_id'] = 'Поричка ID:'; 22 $_['text_product'] = 'Продуцт:'; 23 $_['text_quantity'] = 'Количество:'; 24 $_['text_description'] = 'Описание'; 25 $_['text_reference'] = 'Справка'; 26 $_['text_transaction'] = 'Транзакции'; 27 28 29 $_['text_status_1'] = 'Активно'; 30 $_['text_status_2'] = 'Неактивно'; 31 $_['text_status_3'] = 'Отменено'; 32 $_['text_status_4'] = 'Прекратено'; 33 $_['text_status_5'] = 'Изтекло'; 34 $_['text_status_6'] = 'Чакащо'; 35 36 $_['text_transaction_date_added'] = 'Съдадено'; 37 $_['text_transaction_payment'] = 'Плащане'; 38 $_['text_transaction_outstanding_payment'] = 'Висящо плащане'; 39 $_['text_transaction_skipped'] = 'Прескачане на плащането'; 40 $_['text_transaction_failed'] = 'Провалено плащане'; 41 $_['text_transaction_cancelled'] = 'Отказано'; 42 $_['text_transaction_suspended'] = 'Прекратено'; 43 $_['text_transaction_suspended_failed'] = 'Прекратено поради провалено плащане'; 44 $_['text_transaction_outstanding_failed'] = 'Висящо плащане е провалено'; 45 $_['text_transaction_expired'] = 'Изтекло'; 46 47 48 49 50 $_['text_empty'] = 'Не са намерени периодични плащания!'; 51 $_['text_error'] = 'Поръчката, която търсите не може да бъде намерен!'; 52 53 54 55 56 57 58 59 60 // Column 61 $_['column_date_added'] = 'Дата'; 62 $_['column_type'] = 'Тип'; 63 $_['column_amount'] = 'Количество'; 64 $_['column_status'] = 'Статус'; 65 $_['column_product'] = 'Продукт'; 66 $_['column_order_recurring_id'] = 'Переодично плащане ID'; 67 68 // Error 69 $_['error_not_cancelled'] = 'Грешка: %s'; 70 $_['error_not_found'] = 'Не успя да отмени'; 71 72 // Button 73 $_['button_return'] = 'Връщане';