add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -1,50 +1,42 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
Translators:
Eugene Kuligin (http://github.com/shaman)
Roman Shtepa (xr0m3oz@gmail.com)
and others.
// Heading
$_['heading_title'] = 'Історія замовлень';
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
// 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'] = 'Немає замовлнення, яке Ви шукаєте!';
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
// 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'] = 'Коментарі';
************************************************************************************************************************/
$_['heading_title'] = 'Історія замовлень'; #46295
$_['text_account'] = 'Обліковий запис'; #46375
$_['text_order'] = 'Інформація про замовлення'; #46376
$_['text_order_detail'] = 'Деталі замовлення'; #46884
$_['text_invoice_no'] = 'Рахунок №:'; #46296
$_['text_order_id'] = 'ID замовлення:'; #52081
$_['text_order_id'] = 'Код замовлення:'; #46297
$_['text_status'] = 'Статус:'; #46298
$_['text_date_added'] = 'Додано:'; #46299
$_['text_customer'] = 'Замовник:'; #46300
$_['text_shipping_address'] = 'Адреса для доставки'; #46301
$_['text_shipping_method'] = 'Спосіб доставки:'; #46302
$_['text_payment_address'] = 'Адреса платника'; #46757
$_['text_payment_method'] = 'Спосіб оплати:'; #46303
$_['text_products'] = 'Товари:'; #46377
$_['text_total'] = 'Усього:'; #46304
$_['text_comment'] = 'Коментарі до замовлення'; #46758
$_['text_history'] = 'Історія замовлень'; #46305
$_['text_success'] = 'Ви успішно додали товари до кошика згідно замовлення №%s.'; #47390
$_['text_empty'] = 'Ви не зробили жодних попередніх замовлень!'; #46306
$_['text_error'] = 'Запитаний порядок не знайдено!'; #46759
$_['column_name'] = 'Назва товару'; #46378
$_['column_model'] = 'Модель'; #46307
$_['column_quantity'] = 'Кількість'; #46308
$_['column_price'] = 'Ціна'; #46309
$_['column_total'] = 'Всього'; #46310
$_['column_action'] = 'Дія'; #47389
$_['column_date_added'] = 'Додано'; #46311
$_['column_status'] = 'Статус'; #46312
$_['column_comment'] = 'Коментар'; #46313
// Error
$_['error_reorder'] = '%s зараз недоступний для замовлення.';