From 8ccaebab60f70f665f237ac7907a1202f231773d Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Sun, 10 May 2015 22:08:56 +0200 Subject: [PATCH] New German translations --- resources/lang/de/texts.php | 58 ++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index 399d44284a54..cc1feb647bee 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -579,44 +579,44 @@ return array( 'confirmation_resent' => 'Bestätigungsemail wurde erneut gesendet', 'gateway_help_42' => ':link to sign up for BitPay.
Note: use a Legacy API Key, not an API token.', - 'payment_type_credit_card' => 'Credit card', + 'payment_type_credit_card' => 'Kreditkarte', 'payment_type_paypal' => 'PayPal', 'payment_type_bitcoin' => 'Bitcoin', - 'knowledge_base' => 'Knowledge Base', - 'partial' => 'Partial', - 'partial_remaining' => ':partial of :balance', + 'knowledge_base' => 'Wissensdatenbank', + 'partial' => 'Parziell', + 'partial_remaining' => ':partial von :balance', - 'more_fields' => 'More Fields', - 'less_fields' => 'Less Fields', - 'client_name' => 'Client Name', - 'pdf_settings' => 'PDF Settings', - 'utf8_invoices' => 'Cyrillic Support Beta', - 'product_settings' => 'Product Settings', - 'auto_wrap' => 'Auto Line Wrap', - 'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.', - 'view_documentation' => 'View Documentation', - 'app_title' => 'Free Open-Source Online Invoicing', + 'more_fields' => 'Weitere Felder', + 'less_fields' => 'Weniger Felder', + 'client_name' => 'Kundenname', + 'pdf_settings' => 'PDF Einstellungen', + 'utf8_invoices' => 'Cyrillic Unterstützung Beta', + 'product_settings' => 'Produkt Einstellungen', + 'auto_wrap' => 'Automatischer Zeilenumbruch', + 'duplicate_post' => 'Achtung: Die vorherige Seite wurde zweimal abgeschickt. Das zweite Abschicken wurde ignoriert.', + 'view_documentation' => 'Dokumentation anzeigen', + 'app_title' => 'Kostenlose Online Open-Source Rechnungsausstellung', 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', - 'rows' => 'rows', + 'rows' => 'Zeilen', 'www' => 'www', 'logo' => 'Logo', 'subdomain' => 'Subdomain', - 'provide_name_or_email' => 'Please provide a contact name or email', - 'charts_and_reports' => 'Charts & Reports', - 'chart' => 'Chart', - 'report' => 'Report', - 'group_by' => 'Group by', - 'paid' => 'Paid', - 'enable_report' => 'Report', - 'enable_chart' => 'Chart', - 'totals' => 'Totals', - 'run' => 'Run', - 'export' => 'Export', - 'documentation' => 'Documentation', + 'provide_name_or_email' => 'Bitte geben Sie einen Kontaktnamen oder eine E-Mail-Adresse an', + 'charts_and_reports' => 'Diagramme & Berichte', + 'chart' => 'Diagramm', + 'report' => 'Bericht', + 'group_by' => 'Gruppieren nach', + 'paid' => 'Bezahlt', + 'enable_report' => 'Bericht', + 'enable_chart' => 'Diagramm', + 'totals' => 'Summe', + 'run' => 'Ausführen', + 'export' => 'Exportieren', + 'documentation' => 'Dokumentation', 'zapier' => 'Zapier Beta', - 'recurring' => 'Recurring', - 'last_invoice_sent' => 'Last invoice sent :date', + 'recurring' => 'Wiederkehrend', + 'last_invoice_sent' => 'Letzte Rechnung verschickt am :date', ); \ No newline at end of file