update translation strings

This commit is contained in:
Eugene Kuligin
2015-02-01 01:37:13 +02:00
parent 1cb7a0a563
commit c4db43b45c
365 changed files with 12081 additions and 0 deletions

View 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 зараз недоступний для замовлення.';