1
0
opencart-languagepack-finnish/catalog/account/transaction.php

15 lines
411 B
PHP
Raw Permalink Normal View History

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