CluPilotCloud/lang/de/invoices.php

17 lines
448 B
PHP

<?php
return [
'title' => 'Rechnungen',
'subtitle' => 'Ihre Abrechnungen und kommende Zahlungen.',
'col_no' => 'Nummer',
'col_date' => 'Datum',
'col_amount' => 'Betrag',
'col_status' => 'Status',
'paid' => 'Bezahlt',
'pdf' => 'PDF',
'next_charge' => 'Nächste Abbuchung',
'on_date' => 'am :date',
'spend' => 'Ausgaben (5 Monate)',
'download_toast' => 'Rechnungs-PDF im Prototyp nur angedeutet.',
];