mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?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
|
|
|
|
// Text
|
|
$_['text_information'] = 'Інформація';
|
|
$_['text_service'] = 'Сервісні служби';
|
|
$_['text_extra'] = 'Додатково';
|
|
$_['text_contact'] = 'Контакти';
|
|
$_['text_return'] = 'Повернення';
|
|
$_['text_sitemap'] = 'Мапа сайту';
|
|
$_['text_manufacturer'] = 'Бренди';
|
|
$_['text_voucher'] = 'Подарункові сертифікати';
|
|
$_['text_affiliate'] = 'Партнерська програма';
|
|
$_['text_special'] = 'Спеціальні пропозиції';
|
|
$_['text_account'] = 'Обліковий запис';
|
|
$_['text_order'] = 'Історія замовлень';
|
|
$_['text_wishlist'] = 'Список побажань';
|
|
$_['text_newsletter'] = 'Розсилання новин';
|
|
$_['text_powered'] = 'Працює на <a href="https://opencart.ua">OpenCart</a><br /> %s © %s';
|