Update texts.php

This commit is contained in:
seamofreality 2014-04-25 10:59:58 +02:00
parent 0922b97567
commit 9dd5d75eb0

View File

@ -307,30 +307,30 @@ return array(
'close' => 'Schließen', 'close' => 'Schließen',
'pro_plan_product' => 'Pro Plan', 'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.', 'pro_plan_description' => 'Jahresmitgliedschaft beim Invoice Ninja Pro Plan.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.', 'pro_plan_success' => 'Danke für den Beitritt! Sobald die Rechnung bezahlt wurde beginnt deine Pro Plan Mitgliedschaft.',
'unsaved_changes' => 'You have unsaved changes', 'unsaved_changes' => 'Es liegen ungespeicherte Änderungen vor',
'custom_fields' => 'Custom fields', 'custom_fields' => 'Benutzerdefinierte Felder',
'company_fields' => 'Company Fields', 'company_fields' => 'Firmenfelder',
'client_fields' => 'Client Fields', 'client_fields' => 'Kundenfelder',
'field_label' => 'Field Label', 'field_label' => 'Feldbezeichnung',
'field_value' => 'Field Value', 'field_value' => 'Feldwert',
'edit' => 'Edit', 'edit' => 'Bearbeiten',
'view_as_recipient' => 'View as recipient', 'view_as_recipient' => 'Als Empfänger betrachten',
// product management // product management
'product' => 'Product', 'product' => 'Produkt',
'products' => 'Products', 'products' => 'Produkte',
'fill_products' => 'Auto-fill products', 'fill_products' => 'Produkte automatisch ausfüllen',
'fill_products_help' => 'Selecting a product will automatically <b>set the description and cost</b>', 'fill_products_help' => 'Beim Auswählen eines Produktes werden automatisch <strong>eine Beschreibung und die Kosten ausgefüllt</strong>',
'update_products' => 'Auto-update products', 'update_products' => 'Produkte automatisch aktualisieren',
'update_products_help' => 'Updating an invoice will automatically <b>update the products</b>', 'update_products_help' => 'Beim Aktualisieren einer Rechnung werden die <strong>Produkte automatisch aktualisiert</strong>',
'create_product' => 'Create Product', 'create_product' => 'Produkt erstellen',
'edit_product' => 'Edit Product', 'edit_product' => 'Produkt bearbeiten',
'archive_product' => 'Archive Product', 'archive_product' => 'Produkt archivieren',
'updated_product' => 'Successfully updated product', 'updated_product' => 'Produkt erfolgreich aktualisiert',
'created_product' => 'Successfully created product', 'created_product' => 'Produkt erfolgreich erstellt',
'archived_product' => 'Successfully archived product', 'archived_product' => 'Produkt erfolgreich archiviert',
); );