mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 04:28:07 +00:00
19 lines
997 B
PHP
19 lines
997 B
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_tracking'] = 'Мої відстеження';
|
|
$_['text_my_transactions'] = 'Мої транзакції';
|
|
$_['text_edit'] = 'Змінити інформацію облікового запису';
|
|
$_['text_password'] = 'Змінити пароль';
|
|
$_['text_payment'] = 'Змінити Ваші налаштування оплати';
|
|
$_['text_tracking'] = 'Партнерський код відслідковування';
|
|
$_['text_transaction'] = 'Переглянути історію транзакцій'; |