1
0

15 lines
416 B
PHP
Raw Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Heading
$_['heading_title'] = 'Your Transactions';
// Column
2020-03-02 02:28:04 +02:00
$_['column_date_added'] = 'Lisäyspäivä';
2020-02-12 23:25:39 +02:00
$_['column_description'] = 'Description';
$_['column_amount'] = 'Amount (%s)';
// Text
2020-02-16 14:18:44 +02:00
$_['text_account'] = 'Tili';
2020-02-12 23:25:39 +02:00
$_['text_transaction'] = 'Your Transactions';
$_['text_total'] = 'Your current balance is:';
2020-03-02 02:28:04 +02:00
$_['text_empty'] = 'You do not have any transactions!';