From 1203a78b754f6f71ae2554b827d0a1080dc8c295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Fri, 30 Oct 2015 15:29:16 +0100 Subject: [PATCH] German language update --- resources/lang/de/texts.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index 955bb04fc4c0..0f725c18eb65 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -820,15 +820,15 @@ return array( 'verify_email' => 'Bitte klicken sie auf den Link in der Bestätigungsmail, um die E-Mail-Adresse zu verifizieren.', 'basic_settings' => 'Allgemeine Einstellungen', 'pro' => 'Pro', - 'gateways' => 'Payment Gateways', + 'gateways' => 'Zahlungs-Gateways', 'next_send_on' => 'Nächster Versand: :date', 'no_longer_running' => 'Diese Rechnung wird momentan nicht automatisch erstellt.', 'general_settings' => 'Allgemeine Einstellungen', 'customize' => 'Anpassen', - 'oneclick_login_help' => 'Connect an account to login without a password', - 'referral_code_help' => 'Earn money by sharing our app online', + 'oneclick_login_help' => 'Verbinde ein Benutzerkonto, um dich ohne Passwort anzumelden', + 'referral_code_help' => 'Verdiene Geld, wenn du unsere App online teilst', 'enable_with_stripe' => 'Enable | Requires Stripe', 'tax_settings' => 'Steuer Einstellungen', @@ -842,15 +842,15 @@ return array( 'tax_rate' => 'Steuersatz', 'recurring_hour' => 'Recurring Hour', - 'pattern' => 'Pattern', - 'pattern_help_title' => 'Pattern Help', - 'pattern_help_1' => 'Create custom invoice and quote numbers by specifying a pattern', - 'pattern_help_2' => 'Available variables:', - 'pattern_help_3' => 'For example, :example would be converted to :value', - 'see_options' => 'See options', - 'invoice_counter' => 'Invoice Counter', - 'quote_counter' => 'Quote Counter', - 'type' => 'Type', + 'pattern' => 'Schema', + 'pattern_help_title' => 'Schema-Hilfe', + 'pattern_help_1' => 'Erstelle angepasste Rechnungs- und Angebotsnummern mittels Nummernschema', + 'pattern_help_2' => 'Verfügbare Variablen:', + 'pattern_help_3' => 'Zum Beispiel: :example würde zu :value konvertiert werden.', + 'see_options' => 'Optionen ansehen', + 'invoice_counter' => 'Rechnungszähler', + 'quote_counter' => 'Angebotszähler', + 'type' => 'Typ', 'activity_1' => ':user erstellte Klient :client', 'activity_2' => ':user archivierte Klient :client',