From 9dd5d75eb09e3abaea61df7bc0064ded6e6b9c58 Mon Sep 17 00:00:00 2001 From: seamofreality Date: Fri, 25 Apr 2014 10:59:58 +0200 Subject: [PATCH] Update texts.php --- app/lang/de/texts.php | 44 +++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/app/lang/de/texts.php b/app/lang/de/texts.php index db3a2487f9..bb946457fe 100644 --- a/app/lang/de/texts.php +++ b/app/lang/de/texts.php @@ -307,30 +307,30 @@ return array( 'close' => 'Schließen', 'pro_plan_product' => 'Pro Plan', - 'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.', - 'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.', + 'pro_plan_description' => 'Jahresmitgliedschaft beim Invoice Ninja Pro Plan.', + 'pro_plan_success' => 'Danke für den Beitritt! Sobald die Rechnung bezahlt wurde beginnt deine Pro Plan Mitgliedschaft.', - 'unsaved_changes' => 'You have unsaved changes', - 'custom_fields' => 'Custom fields', - 'company_fields' => 'Company Fields', - 'client_fields' => 'Client Fields', - 'field_label' => 'Field Label', - 'field_value' => 'Field Value', - 'edit' => 'Edit', - 'view_as_recipient' => 'View as recipient', + 'unsaved_changes' => 'Es liegen ungespeicherte Änderungen vor', + 'custom_fields' => 'Benutzerdefinierte Felder', + 'company_fields' => 'Firmenfelder', + 'client_fields' => 'Kundenfelder', + 'field_label' => 'Feldbezeichnung', + 'field_value' => 'Feldwert', + 'edit' => 'Bearbeiten', + 'view_as_recipient' => 'Als Empfänger betrachten', // product management - 'product' => 'Product', - 'products' => 'Products', - 'fill_products' => 'Auto-fill products', - 'fill_products_help' => 'Selecting a product will automatically set the description and cost', - 'update_products' => 'Auto-update products', - 'update_products_help' => 'Updating an invoice will automatically update the products', - 'create_product' => 'Create Product', - 'edit_product' => 'Edit Product', - 'archive_product' => 'Archive Product', - 'updated_product' => 'Successfully updated product', - 'created_product' => 'Successfully created product', - 'archived_product' => 'Successfully archived product', + 'product' => 'Produkt', + 'products' => 'Produkte', + 'fill_products' => 'Produkte automatisch ausfüllen', + 'fill_products_help' => 'Beim Auswählen eines Produktes werden automatisch eine Beschreibung und die Kosten ausgefüllt', + 'update_products' => 'Produkte automatisch aktualisieren', + 'update_products_help' => 'Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert', + 'create_product' => 'Produkt erstellen', + 'edit_product' => 'Produkt bearbeiten', + 'archive_product' => 'Produkt archivieren', + 'updated_product' => 'Produkt erfolgreich aktualisiert', + 'created_product' => 'Produkt erfolgreich erstellt', + 'archived_product' => 'Produkt erfolgreich archiviert', );