mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
51 lines
2.5 KiB
PHP
Executable File
51 lines
2.5 KiB
PHP
Executable File
<?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.
|
|
|
|
Translators:
|
|
Eugene Kuligin (http://github.com/shaman)
|
|
Roman Shtepa (xr0m3oz@gmail.com)
|
|
and others.
|
|
|
|
Responsible for Translation:
|
|
Eugene Kuligin (http://github.com/shaman)
|
|
|
|
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
|
Ask a question http://github.com/opencart-ukraine
|
|
|
|
************************************************************************************************************************/
|
|
|
|
$_['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
|