mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 13:32:10 +00:00
Update translation
This commit is contained in:
42
catalog/language/ukrainian/account/order.php
Executable file
42
catalog/language/ukrainian/account/order.php
Executable file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
//version 2.0.0.0
|
||||
//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 зараз недоступний для замовлення.';
|
||||
Reference in New Issue
Block a user