mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 15:32:11 +00:00
add latest translate by by Sirchyk
This commit is contained in:
@@ -1,28 +1,21 @@
|
||||
<?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.
|
||||
|
||||
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
|
||||
|
||||
************************************************************************************************************************/
|
||||
|
||||
$_['text_home'] = 'Початок'; #44400
|
||||
$_['text_wishlist'] = 'Список бажаних товарів (%s)'; #45921
|
||||
$_['text_shopping_cart'] = 'Кошик'; #47399
|
||||
$_['text_search'] = 'Пошук'; #45922
|
||||
$_['text_welcome'] = 'Ласкаво просимо! Ви можете <a href="%s">увійти</a> або <a href="%s">створити обліковий запис</a>.'; #45923
|
||||
$_['text_logged'] = 'Ви увійшли як <a href="%s">%s</a> <b>(</b> <a href="%s">вийти</a> <b>)</b>'; #45924
|
||||
$_['text_account'] = 'Кабінет'; #44209
|
||||
$_['text_checkout'] = 'Оформити'; #44210
|
||||
// Text
|
||||
$_['text_home'] = 'Головна';
|
||||
$_['text_wishlist'] = 'Список побажань (%s)';
|
||||
$_['text_shopping_cart'] = 'Кошик';
|
||||
$_['text_category'] = 'Категорії';
|
||||
$_['text_account'] = 'Мій профіль';
|
||||
$_['text_register'] = 'Реєстрація';
|
||||
$_['text_login'] = 'Вхід';
|
||||
$_['text_order'] = 'Історія замовлень';
|
||||
$_['text_transaction'] = 'Оплати';
|
||||
$_['text_download'] = 'Завантаження';
|
||||
$_['text_logout'] = 'Вихід';
|
||||
$_['text_checkout'] = 'Оформлення замовлення';
|
||||
$_['text_search'] = 'Пошук';
|
||||
$_['text_all'] = 'Переглянути все';
|
||||
Reference in New Issue
Block a user