order.php
1.89 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
<?php
// Heading
$_['heading_title'] = 'Історія замовлень';
// Text
$_['text_account'] = 'Особистий кабінет';
$_['text_order'] = 'Замовлення';
$_['text_order_detail'] = 'Деталі замовлення';
$_['text_invoice_no'] = '№ рахунку:';
$_['text_order_id'] = '№ замовлення:';
$_['text_account_order_id'] = '№ замовлення:';
$_['text_date_added'] = 'Дата додавання:';
$_['text_shipping_address'] = 'Адреса доставки';
$_['text_shipping_method'] = 'Спосіб доставки:';
$_['text_payment_address'] = 'Платіжна адреса';
$_['text_payment_method'] = 'Спосіб оплати:';
$_['text_comment'] = 'Коментар до замовлення';
$_['text_history'] = 'Історія замовлення';
$_['text_success'] = 'Товари із замовлення <a href="%s">%s</a> додані <a href="%s">у кошик</a>';
$_['text_empty'] = 'У вас ще не було покупок';
$_['text_error'] = 'Такого замовлення не існує';
// Column
$_['column_order_id'] = '№ замовлення';
$_['column_product'] = 'Кількість товарів';
$_['column_customer'] = 'Покупець';
$_['column_name'] = 'Назва товару';
$_['column_model'] = 'Модель';
$_['column_quantity'] = 'Кількість';
$_['column_price'] = 'Ціна';
$_['column_total'] = 'Сума';
$_['column_action'] = 'Дія';
$_['column_date_added'] = 'Дата додавання';
$_['column_status'] = 'Статус';
$_['column_comment'] = 'Коментар';
// Error
$_['error_reorder'] = '%s наразі не доступні для замовлення';