transaction.php
474 Bytes
<?php
// Heading
$_['heading_title'] = 'Історія виплат';
// Column
$_['column_date_added'] = 'Дата додання';
$_['column_description'] = 'Опис';
$_['column_amount'] = 'Сума (%s)';
// Text
$_['text_account'] = 'Кабінет партнера';
$_['text_transaction'] = 'Виплати';
$_['text_balance'] = 'Ваш поточний баланс:';
$_['text_empty'] = 'У вас не було виплат';