1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Added new German translations

Added new German translations
This commit is contained in:
Paul-Vincent Roll 2015-02-13 13:00:21 +01:00
parent 5062f73054
commit 16089f1ab3

View File

@ -489,17 +489,17 @@ return array(
'select_versiony' => 'Version auswählen',
'view_history' => 'Historie anzeigen',
'edit_payment' => 'Edit Payment',
'updated_payment' => 'Successfully updated payment',
'deleted' => 'Deleted',
'restore_user' => 'Restore User',
'restored_user' => 'Successfully restored user',
'show_deleted_users' => 'Show deleted users',
'email_templates' => 'Email Templates',
'invoice_email' => 'Invoice Email',
'payment_email' => 'Payment Email',
'quote_email' => 'Quote Email',
'reset_all' => 'Reset All',
'edit_payment' => 'Zahlung bearbeiten',
'updated_payment' => 'Zahlung erfolgreich aktualisiert',
'deleted' => 'Gelöscht',
'restore_user' => 'Benutzer wiederherstellen',
'restored_user' => 'Benutzer erfolgreich wiederhergestellt',
'show_deleted_users' => 'Zeige gelöschte Benutzer',
'email_templates' => 'E-Mail Vorlagen',
'invoice_email' => 'Rechnungsmail',
'payment_email' => 'Zahlungsmail',
'quote_email' => 'Angebotsmail',
'reset_all' => 'Alle zurücksetzen',
);