akaunting/resources/lang/de-DE/reconciliations.php

17 lines
495 B
PHP
Raw Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
'reconcile' => 'Abstimmen',
2018-11-30 17:30:49 +03:00
'reconciled' => 'Abgeglichen',
2018-11-08 12:11:42 +03:00
'closing_balance' => 'Endsaldo',
2018-11-30 17:30:49 +03:00
'unreconciled' => 'Nicht abgeglichen',
2018-11-08 12:11:42 +03:00
'list_transactions' => 'Transaktion anzeigen',
'start_date' => 'Startdatum',
'end_date' => 'Enddatum',
'cleared_amount' => 'Ausgeglichener Betrag',
2018-12-11 16:47:45 +03:00
'deposit' => 'Einzahlung',
'withdrawal' => 'Auszahlung',
2018-11-08 12:11:42 +03:00
];