recurring.php (5498B)
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: veselin.totev@gmail.com 8 * Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi 9 */ 10 // Heading 11 $_['heading_title'] = 'Периодични плащания'; 12 13 // Text 14 $_['text_success'] = 'Success: Вие променихте периодични плащания!'; 15 $_['text_list'] = 'Списък'; 16 $_['text_recurring_detail'] = 'Детайли'; 17 $_['text_order_detail'] = 'Детайли на поръчка'; 18 $_['text_product_detail'] = 'Детайли на продукт'; 19 $_['text_transaction'] = 'Сделки'; 20 $_['text_order_recurring_id'] = 'Периодично плащане ID'; 21 $_['text_reference'] = 'Плащане номер'; 22 $_['text_recurring_name'] = 'Профил'; 23 $_['text_recurring_description'] = 'Описание'; 24 $_['text_recurring_status'] = 'Статус'; 25 $_['text_payment_method'] = 'Метод'; 26 $_['text_order_id'] = 'Поръчка ID'; 27 $_['text_customer'] = 'Клиент'; 28 $_['text_email'] = 'Имейл'; 29 $_['text_date_added'] = 'Дата на добавяне'; 30 $_['text_order_status'] = 'Статус на поръчката'; 31 $_['text_type'] = 'Тип'; 32 $_['text_action'] = 'Действие'; 33 $_['text_product'] = 'Продукт'; 34 $_['text_quantity'] = 'Количество'; 35 $_['text_amount'] = 'Сума'; 36 $_['text_cancel_payment'] = 'Откажи плащането'; 37 $_['text_status_1'] = 'Активно'; 38 $_['text_status_2'] = 'Неактивно'; 39 $_['text_status_3'] = 'Отменено'; 40 $_['text_status_4'] = 'Прекратено'; 41 $_['text_status_5'] = 'Изтекло'; 42 $_['text_status_6'] = 'Чакащо'; 43 44 $_['text_transactions'] = 'Сделки'; 45 $_['text_cancel_confirm'] = 'Анулирането на периодичното плащане не може да бъде отменено! Сигурни ли сте, че искате да направите това?'; 46 $_['text_transaction_date_added'] = 'Дата на добавяне'; 47 $_['text_transaction_payment'] = 'Плащане'; 48 $_['text_transaction_outstanding_payment'] = 'Изключително плащане'; 49 $_['text_transaction_skipped'] = 'Плащането е пропуснато'; 50 $_['text_transaction_failed'] = 'Неуспешно плащане'; 51 $_['text_transaction_cancelled'] = 'Отменено'; 52 $_['text_transaction_suspended'] = 'Прекратено'; 53 $_['text_transaction_suspended_failed'] = 'Прекратени поради неуспешно плащане'; 54 $_['text_transaction_outstanding_failed'] = 'Изтекъли поради неуспешно плащане'; 55 $_['text_transaction_expired'] = 'Изтекло'; 56 $_['text_cancelled'] = 'Периодичното плащане е анулирано'; 57 58 // Column 59 $_['column_order_recurring_id'] = 'Периодично плащане ID'; 60 $_['column_order_id'] = 'Поръчка ID'; 61 $_['column_reference'] = 'Плащане номер'; 62 $_['column_customer'] = 'Клиент'; 63 $_['column_date_added'] = 'Дата'; 64 $_['column_status'] = 'Статус'; 65 $_['column_amount'] = 'Сума'; 66 $_['column_type'] = 'Тип'; 67 $_['column_action'] = 'Действие'; 68 69 // Entry 70 $_['entry_order_recurring_id'] = 'Периодично плащане ID ID'; 71 $_['entry_order_id'] = 'Поръчка ID'; 72 $_['entry_reference'] = 'Плащане номер'; 73 $_['entry_customer'] = 'Клиент'; 74 $_['entry_date_added'] = 'Дата'; 75 $_['entry_status'] = 'Статус'; 76 $_['entry_type'] = 'Тип'; 77 $_['entry_action'] = 'Действие'; 78 $_['entry_email'] = 'Имейл'; 79 $_['entry_description'] = 'Описание периодичното плащане'; 80 $_['entry_product'] = 'Продукт'; 81 $_['entry_quantity'] = 'Количество'; 82 $_['entry_amount'] = 'Сума'; 83 $_['entry_recurring'] = 'Профил'; 84 $_['entry_payment_method'] = 'Начин на плащане'; 85 $_['entry_cancel_payment'] = 'Отказ на плащане'; 86 87 // Error 88 $_['error_not_cancelled'] = 'Грешка: %s'; 89 $_['error_not_found'] = 'Не може да се анулира повтарящ се профил';