mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
22 lines
1010 B
PHP
Executable File
22 lines
1010 B
PHP
Executable File
<?php
|
|
|
|
//version 2.0.0.0
|
|
//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="http://www.opencart.com">OpenCart</a><br /> %s © %s'; |