Files
translate/catalog/language/uk-ua/account/order.php

42 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// 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 зараз недоступний для замовлення.';