23 lines
742 B
PHP
23 lines
742 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'reconcile' => 'Avstem',
|
|
'unreconcile' => 'Angre avstemming',
|
|
'reconciled' => 'Avstemt',
|
|
'opening_balance' => 'Åpningsbalanse',
|
|
'closing_balance' => 'Sluttbalanse',
|
|
'unreconciled' => 'Uavstemt',
|
|
'transactions' => 'Transaksjoner',
|
|
'start_date' => 'Startdato',
|
|
'end_date' => 'Sluttdato',
|
|
'cleared_amount' => 'Klarert beløp',
|
|
'deposit' => 'Innskudd',
|
|
'withdrawal' => 'Uttak',
|
|
'reconciled_amount' => 'Avstemt',
|
|
'in_progress' => 'Pågår',
|
|
'save_draft' => 'Lagre som utkast',
|
|
'irreconcilable' => 'Uforenlig',
|
|
|
|
];
|