recurring.php
2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
// Heading
$_['heading_title'] = 'Регулярні платежі';
// Text
$_['text_account'] = 'Обліковий запис';
$_['text_recurring'] = 'Регулярні платежі';
$_['text_recurring_detail'] = 'Деталі регулярного платежу';
$_['text_recurring_id'] = 'ID профілю: ';
$_['text_payment_method'] = 'Метод оплати: ';
$_['text_date_added'] = 'Дата додавання: ';
$_['text_recurring_description'] = 'Опис: ';
$_['text_status'] = 'Статус: ';
$_['text_ref'] = 'Примітка: ';
$_['text_status_active'] = 'Включений';
$_['text_status_inactive'] = 'Виключений';
$_['text_status_cancelled'] = 'Скасований';
$_['text_status_suspended'] = 'Заморожений';
$_['text_status_expired'] = 'Закінчився';
$_['text_status_pending'] = 'Очікує';
$_['text_transaction_date_added'] = 'Дата додавання';
$_['text_transaction_payment'] = 'Платіж';
$_['text_transaction_outstanding_payment'] = 'Платіж, що не надійшов';
$_['text_transaction_skipped'] = 'Платіж пропущений';
$_['text_transaction_failed'] = 'Проблема з оплатою';
$_['text_transaction_cancelled'] = 'Скасований';
$_['text_transaction_suspended'] = 'Заморожений';
$_['text_transaction_suspended_failed'] = 'Заморожений через невдалий платіж';
$_['text_transaction_outstanding_failed'] = 'Платіж не пройшов';
$_['text_transaction_expired'] = 'Закінчився';
$_['text_empty'] = 'Не знайдений платіжний профіль';
$_['text_product'] = 'Товар:';
$_['text_order'] = 'Замовлення:';
$_['text_quantity'] = 'Кількість: ';
$_['text_action'] = 'Дія';
$_['text_transactions'] = 'Операції';
$_['text_empty_transactions'] = 'Немає переказів для цього профілю';
$_['text_cancelled'] = 'Регулярний платіж був закритий';
// Column
$_['column_date_added'] = 'Дата додавання';
$_['column_type'] = 'Тип';
$_['column_amount'] = 'Разом';
$_['column_status'] = 'Статус';
$_['column_product'] = 'Товар';
$_['column_action'] = 'Дія';
$_['column_recurring_id'] = 'ID профілю';
// Error
$_['error_not_cancelled'] = 'Помилка: %s';
$_['error_not_found'] = 'Не можна відключити профіль';
// Button
$_['button_continue'] = 'Продовжити';
$_['button_view'] = 'Перегляд';
$_['button_return'] = 'Назад';