mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
42 lines
2.0 KiB
PHP
Executable File
42 lines
2.0 KiB
PHP
Executable File
<?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'] = 'Order Information';
|
||
$_['text_order_detail'] = 'Order Details';
|
||
$_['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 зараз недоступний для замовлення.'; |