mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
add latest translate by by Sirchyk
This commit is contained in:
@@ -1,35 +1,26 @@
|
||||
<?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:
|
||||
Eugene Kuligin (http://github.com/shaman)
|
||||
and others.
|
||||
// Heading
|
||||
$_['heading_title'] = 'Профіль';
|
||||
|
||||
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
|
||||
|
||||
************************************************************************************************************************/
|
||||
|
||||
$_['heading_title'] = 'Обліковий запис'; #45873
|
||||
$_['text_register'] = 'Реєстрація'; #45874
|
||||
$_['text_login'] = 'Вхід'; #45875
|
||||
$_['text_logout'] = 'Вихід'; #45876
|
||||
$_['text_forgotten'] = 'Нагадати пароль'; #45877
|
||||
$_['text_account'] = 'Обліковий запис'; #45878
|
||||
$_['text_edit'] = 'Редагувати обліковий запис'; #45879
|
||||
$_['text_password'] = 'Пароль'; #45880
|
||||
$_['text_address'] = 'Адресна книга'; #47917
|
||||
$_['text_wishlist'] = 'Список бажаних товарів'; #45881
|
||||
$_['text_order'] = 'Історія замовлення'; #45882
|
||||
$_['text_download'] = 'Завантаження'; #45883
|
||||
$_['text_return'] = 'Повернення'; #45884
|
||||
$_['text_transaction'] = 'Транзакції'; #45885
|
||||
$_['text_newsletter'] = 'Розсилання новин'; #45886
|
||||
$_['text_recurring'] = 'Регулярні платежі'; #48566
|
||||
// Text
|
||||
$_['text_register'] = 'Зареєструватися';
|
||||
$_['text_login'] = 'Вхід';
|
||||
$_['text_logout'] = 'Вихід';
|
||||
$_['text_forgotten'] = 'Забули пароль?';
|
||||
$_['text_account'] = 'Мій профіль';
|
||||
$_['text_edit'] = 'Змінити профіль';
|
||||
$_['text_password'] = 'Пароль';
|
||||
$_['text_address'] = 'Адресна книга';
|
||||
$_['text_wishlist'] = 'Список побажань';
|
||||
$_['text_order'] = 'Історія замовлень';
|
||||
$_['text_download'] = 'Завантаження';
|
||||
$_['text_reward'] = 'Бонусні бали';
|
||||
$_['text_return'] = 'Повернення';
|
||||
$_['text_transaction'] = 'Оплати';
|
||||
$_['text_newsletter'] = 'Новини';
|
||||
$_['text_recurring'] = 'Повторювані платежі';
|
||||
Reference in New Issue
Block a user