first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// 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_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 в настоящее время не доступны для заказана.';
|
||||
Reference in New Issue
Block a user