2018-11-08 12:11:42 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2018-12-11 16:47:45 +03:00
|
|
|
'reconcile' => 'Avstem',
|
2020-08-26 00:28:32 +00:00
|
|
|
'unreconcile' => 'Angre avstemming',
|
2018-12-11 16:47:45 +03:00
|
|
|
'reconciled' => 'Avstemt',
|
2020-08-14 00:27:40 +00:00
|
|
|
'opening_balance' => 'Åpningsbalanse',
|
2018-12-11 16:47:45 +03:00
|
|
|
'closing_balance' => 'Sluttbalanse',
|
|
|
|
'unreconciled' => 'Uavstemt',
|
2020-03-07 15:59:15 +03:00
|
|
|
'transactions' => 'Transaksjoner',
|
2018-12-11 16:47:45 +03:00
|
|
|
'start_date' => 'Startdato',
|
|
|
|
'end_date' => 'Sluttdato',
|
|
|
|
'cleared_amount' => 'Klarert beløp',
|
|
|
|
'deposit' => 'Innskudd',
|
|
|
|
'withdrawal' => 'Uttak',
|
2022-07-27 11:50:07 +00:00
|
|
|
'reconciled_amount' => 'Avstemt',
|
|
|
|
'in_progress' => 'Pågår',
|
|
|
|
'save_draft' => 'Lagre som utkast',
|
|
|
|
'irreconcilable' => 'Uforenlig',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
|
|
|
];
|