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,44 +1,29 @@
<?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:
Aleksandr Rebrov (http://webplaneta.com.ua)
Eugene Kuligin (http://github.com/shaman)
and others.
// Heading
$_['heading_title'] = 'Спеціальні пропозиції';
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'] = 'Спеціальні пропозиції'; #43980
$_['text_empty'] = 'Наразі немає спеціальних пропозицій.'; #44430
$_['text_quantity'] = 'Кількість:'; #45804
$_['text_manufacturer'] = 'Бренд:'; #44562
$_['text_model'] = 'Товарний код:'; #45799
$_['text_points'] = 'Бали:'; #46754
$_['text_price'] = 'Ціна:'; #45800
$_['text_tax'] = 'Податок на обмін:'; #46755
$_['text_reviews'] = 'Базоване на %s відгуках.'; #45805
$_['text_compare'] = 'Порівняння товарів (%s)'; #45806
$_['text_display'] = 'Показувати:'; #45807
$_['text_list'] = 'Список'; #45801
$_['text_grid'] = 'Сітка'; #45802
$_['text_sort'] = 'Сортувати за:'; #43981
$_['text_default'] = 'За замовчанням'; #43982
$_['text_name_asc'] = 'Ім’ям від А до Я'; #44431
$_['text_name_desc'] = 'Ім’ям від Я до А'; #44432
$_['text_price_asc'] = 'Ціною: Низькі > Високі'; #43983
$_['text_price_desc'] = 'Ціною: Високі < Низькі'; #43984
$_['text_rating_asc'] = 'Низьким рейтингом'; #43985
$_['text_rating_desc'] = 'Високим рейтингом'; #47557
$_['text_model_asc'] = 'Моделлю від Я до А'; #47558
$_['text_model_desc'] = 'Моделлю від Я до А'; #44433
$_['text_limit'] = 'Відображати:'; #45803
// Text
$_['text_empty'] = 'Зараз немає спеціальних пропозицій.';
$_['text_quantity'] = 'Кільікість:';
$_['text_manufacturer'] = 'Бренд:';
$_['text_model'] = 'Артикул:';
$_['text_points'] = 'Бонусні бали:';
$_['text_price'] = 'Ціна:';
$_['text_tax'] = 'Без ПДВ:';
$_['text_compare'] = 'Порівняти товар (%s)';
$_['text_sort'] = 'Сортувати за:';
$_['text_default'] = 'За замовчуванням';
$_['text_name_asc'] = 'Ім`я (A - Я)';
$_['text_name_desc'] = 'Ім`я (Я - A)';
$_['text_price_asc'] = 'Ціна (Низька)';
$_['text_price_desc'] = 'Ціна (Висока)';
$_['text_rating_asc'] = 'Рейтинг (Низький)';
$_['text_rating_desc'] = 'Рейтинг (Високий)';
$_['text_model_asc'] = 'Модель (A - Я)';
$_['text_model_desc'] = 'Модель (Я - A)';
$_['text_limit'] = 'Показати:';