mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
27 lines
1.4 KiB
PHP
27 lines
1.4 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
|
|
|
|
// Heading
|
|
$_['heading_title'] = 'Мій обліковий запис';
|
|
|
|
// Text
|
|
$_['text_account'] = 'Обліковий запис';
|
|
$_['text_my_account'] = 'Обліковий запис';
|
|
$_['text_my_orders'] = 'Замовлення';
|
|
$_['text_my_newsletter'] = 'Розсилання новин';
|
|
$_['text_edit'] = 'Редагувати обліковий запис';
|
|
$_['text_password'] = 'Змінити пароль';
|
|
$_['text_address'] = 'Змінити адреси Вашої адресної книги';
|
|
$_['text_credit_card'] = 'Manage Stored Credit Cards';
|
|
$_['text_wishlist'] = 'Змінити список бажаних товарів';
|
|
$_['text_order'] = 'Переглянути історію замовлень';
|
|
$_['text_download'] = 'Завантаження';
|
|
$_['text_reward'] = 'Бонусні бали';
|
|
$_['text_return'] = 'Переглянути запити на поверення';
|
|
$_['text_transaction'] = 'Транзакції';
|
|
$_['text_newsletter'] = 'Підписатися на/відмовитися від розсилання новин';
|
|
$_['text_recurring'] = 'Регулярні платежі';
|
|
$_['text_transactions'] = 'Транзакції'; |