mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
German language updates
This commit is contained in:
parent
5ed1c1fb0e
commit
489e008cc8
@ -760,38 +760,38 @@ return array(
|
|||||||
'reset_terms' => 'Reset terms',
|
'reset_terms' => 'Reset terms',
|
||||||
'reset_footer' => 'Reset footer',
|
'reset_footer' => 'Reset footer',
|
||||||
'invoices_sent' => ':count invoice sent|:count invoices sent',
|
'invoices_sent' => ':count invoice sent|:count invoices sent',
|
||||||
'status_draft' => 'Draft',
|
'status_draft' => 'Entwurf',
|
||||||
'status_sent' => 'Sent',
|
'status_sent' => 'Versandt',
|
||||||
'status_viewed' => 'Viewed',
|
'status_viewed' => 'Angesehen',
|
||||||
'status_partial' => 'Partial',
|
'status_partial' => 'Teilweise',
|
||||||
'status_paid' => 'Paid',
|
'status_paid' => 'Bezahlt',
|
||||||
'show_line_item_tax' => 'Display <b>line item taxes</b> inline',
|
'show_line_item_tax' => '<b>Steuern für Belegpositionen</b> in der jeweiligen Zeile anzeigen',
|
||||||
|
|
||||||
'iframe_url' => 'Website',
|
'iframe_url' => 'Website',
|
||||||
'iframe_url_help1' => 'Copy the following code to a page on your site.',
|
'iframe_url_help1' => 'Kopiere den folgenden Code in eine Seite auf deiner Website.',
|
||||||
'iframe_url_help2' => 'You can test the feature by clicking \'View as recipient\' for an invoice.',
|
'iframe_url_help2' => 'You can test the feature by clicking \'View as recipient\' for an invoice.',
|
||||||
|
|
||||||
'auto_bill' => 'Auto Bill',
|
'auto_bill' => 'Auto Bill',
|
||||||
'military_time' => '24 Hour Time',
|
'military_time' => '24-Stunden-Zeit',
|
||||||
'last_sent' => 'Last Sent',
|
'last_sent' => 'Zuletzt gesendet',
|
||||||
|
|
||||||
'reminder_emails' => 'Reminder Emails',
|
'reminder_emails' => 'Erinnerungs-Emails',
|
||||||
'templates_and_reminders' => 'Templates & Reminders',
|
'templates_and_reminders' => 'Vorlagen & Erinnerungen',
|
||||||
'subject' => 'Subject',
|
'subject' => 'Betreff',
|
||||||
'body' => 'Body',
|
'body' => 'Inhalt',
|
||||||
'first_reminder' => 'First Reminder',
|
'first_reminder' => 'Erste Erinnerung',
|
||||||
'second_reminder' => 'Second Reminder',
|
'second_reminder' => 'Zweite Erinnerung',
|
||||||
'third_reminder' => 'Third Reminder',
|
'third_reminder' => 'Dritte Erinnerung',
|
||||||
'num_days_reminder' => 'Days after due date',
|
'num_days_reminder' => 'Tage nach Fälligkeit',
|
||||||
'reminder_subject' => 'Reminder: Invoice :invoice from :account',
|
'reminder_subject' => 'Erinnerung: Rechnung :invoice von :account',
|
||||||
'reset' => 'Reset',
|
'reset' => 'Zurücksetzen',
|
||||||
'invoice_not_found' => 'The requested invoice is not available',
|
'invoice_not_found' => 'Die gewünschte Rechnung ist nicht verfügbar',
|
||||||
|
|
||||||
'referral_program' => 'Referral Program',
|
'referral_program' => 'Referral Program',
|
||||||
'referral_code' => 'Referral Code',
|
'referral_code' => 'Referral Code',
|
||||||
'last_sent_on' => 'Last sent on :date',
|
'last_sent_on' => 'Zuletzt versandt am :date',
|
||||||
|
|
||||||
'page_expire' => 'This page will expire soon, :click_here to keep working',
|
'page_expire' => 'Diese Seite wird bald ablaufen, :click_here um weiter zu arbeiten',
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user