Адаптація структури перекладу під 2.3.0.2

This commit is contained in:
dinox-pro
2017-03-01 14:59:27 +02:00
parent 7c0ae9fdd6
commit 315ad35284
434 changed files with 15247 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Спеціальні пропозиції';
// 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'] = 'Показати:';