first commit

This commit is contained in:
Eugene Kuligin
2014-05-06 02:58:28 +03:00
parent f3d633c876
commit 5fda81adea
204 changed files with 6515 additions and 1 deletions

View File

@@ -0,0 +1,54 @@
<?php
/***********************************************************************************************************************
Version 1.4.9.6
Created 15:41 30.08.2011 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
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
************************************************************************************************************************/
$_['decimal_point'] = '.'; #21805
$_['thousand_point'] = ','; #21806
$_['text_home'] = 'Головна'; #21807
$_['text_yes'] = 'Так'; #21808
$_['text_no'] = 'Ні'; #21809
$_['text_none'] = '--- Немає ---'; #21810
$_['text_select'] = '--- Оберіть ---'; #21811
$_['text_all_zones'] = 'Усі зони'; #21812
$_['text_separator'] = ' &gt; '; #21813
$_['button_continue'] = 'Продовжити'; #21814
$_['button_back'] = 'Назад'; #21815
$_['button_add_to_cart'] = 'Додати до кошика'; #21816
$_['button_add_address'] = 'Додати адресу'; #21817
$_['button_new_address'] = 'Нова адреса'; #21818
$_['button_change_address'] = 'Оберіть адресу'; #21819
$_['button_edit'] = 'Змінити'; #21820
$_['button_delete'] = 'Видалити'; #21821
$_['button_reviews'] = 'Відгуки'; #21822
$_['button_write'] = 'Редагувати відгуки'; #21823
$_['button_login'] = 'Увійти'; #21824
$_['button_update'] = 'Оновити'; #21825
$_['button_shopping'] = 'Продовжити покупки'; #21826
$_['button_checkout'] = 'Оформити'; #21827
$_['button_confirm'] = 'Підтвердіть замовлення'; #21828
$_['button_view'] = 'Перегляд'; #21829
$_['button_search'] = 'Пошук'; #21830
$_['button_go'] = 'Вперед'; #21831
$_['button_coupon'] = 'Використати'; #21832
$_['button_guest'] = 'Гостьове замовлення'; #21833
$_['code'] = 'uk'; #21834
$_['date_format_short'] = 'd.m.Y'; #21835
$_['time_format'] = 'H:i:s'; #21836
$_['direction'] = 'ltr'; #21841
$_['text_pagination'] = 'Показано {start} по {end} із {total} (всього сторінок: {pages})'; #21842
$_['date_format_long'] = 'd.m.Y'; #21843