akaunting/resources/lang/da-DK/reconciliations.php

17 lines
469 B
PHP
Raw Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
'reconcile' => 'Afstemme',
'reconciled' => 'Afstemt',
'closing_balance' => 'Primo saldo',
'unreconciled' => 'Uafstemt',
2019-11-18 20:33:00 +03:00
'transactions' => 'Transaktioner',
2018-11-08 12:11:42 +03:00
'start_date' => 'Start dato',
'end_date' => 'Slut dato',
'cleared_amount' => 'Afstemt beløb',
2019-03-07 16:37:05 +03:00
'deposit' => 'Indbetal',
'withdrawal' => 'Udbetaling',
2018-11-08 12:11:42 +03:00
];