order.php
2.04 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
<?php
/**
* @package Русский язык для OpenCart 3.x
* @file catalog/language/ru-ru/account/order.php
* @author Hkr32
* @copyright © OCN, (https://opencart.name)
* @license https://opensource.org/licenses/GPL-3.0
* @link https://forum.opencart.name
*/
// Heading
$_['heading_title'] = 'История заказов';
// Text
$_['text_account'] = 'Личный кабинет';
$_['text_order'] = 'Заказ';
$_['text_order_detail'] = 'Детали заказа';
$_['text_invoice_no'] = 'Счет №:';
$_['text_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_customer'] = 'Покупатель';
$_['column_product'] = 'No. of Products';
$_['column_name'] = 'Наименование';
$_['column_model'] = 'Модель';
$_['column_quantity'] = 'Количество';
$_['column_price'] = 'Цена';
$_['column_total'] = 'Всего';
$_['column_action'] = 'Действие';
$_['column_date_added'] = 'Дата добавления';
$_['column_status'] = 'Статус';
$_['column_comment'] = 'Комментарий';
// Error
$_['error_reorder'] = '%s в настоящее время недоступно переоформление.';