diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index 4350c84da457..4dcd466f0501 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -730,6 +730,7 @@ return array( 'invoice_to' => 'Rechnung an', 'invoice_no' => 'Rechnung Nr.', 'recent_payments' => 'Kürzliche Zahlungen', + 'outstanding' => 'Ausstehend', 'manage_companies' => 'Unternehmen verwalten', 'total_revenue' => 'Gesamteinnahmen', @@ -740,4 +741,4 @@ return array( 'created_by_invoice' => 'Erstellt durch :invoice', -); \ No newline at end of file +);