Update texts.php

This commit is contained in:
seamofreality 2014-04-08 18:46:30 +02:00
parent 29e83ed0be
commit e9bee61cb8

View File

@ -72,8 +72,8 @@ return array(
'tax_rates' => 'Steuersätze', 'tax_rates' => 'Steuersätze',
'rate' => 'Satz', 'rate' => 'Satz',
'settings' => 'Einstellungen', 'settings' => 'Einstellungen',
'enable_invoice_tax' => 'Enable specifying an <b>invoice tax</b>', 'enable_invoice_tax' => 'Ermögliche das bestimmen einer <strong>Rechnungssteuer</strong>',
'enable_line_item_tax' => 'Enable specifying <b>line item taxes</b>', 'enable_line_item_tax' => 'Ermögliche das bestimmen von <strong>Steuern für Belegpositionen</strong>',
// navigation // navigation
'dashboard' => 'Dashboard', 'dashboard' => 'Dashboard',
@ -289,21 +289,21 @@ return array(
// Pro Plan // Pro Plan
'pro_plan' => [ 'pro_plan' => [
'remove_logo' => ':link to remove the Invoice Ninja logo by joining the pro plan', 'remove_logo' => ':link um das Invoice Ninja Logo zu entfernen, indem du dem Pro Plan beitrittst',
'remove_logo_link' => 'Click here', 'remove_logo_link' => 'Klicke hier',
], ],
'logout' => 'Log Out', 'logout' => 'Ausloggen',
'sign_up_to_save' => 'Sign up to save your work', 'sign_up_to_save' => 'Melde dich an, um deine Arbeit zu speichern',
'agree_to_terms' =>'I agree to the Invoice Ninja :terms', 'agree_to_terms' =>'Ich akzeptiere die Invoice Ninja :terms',
'terms_of_service' => 'Terms of Service', 'terms_of_service' => 'Service-Bedingungen',
'email_taken' => 'The email address is already regiestered', 'email_taken' => 'Diese E-Mail Adresse ist bereits registriert',
'working' => 'Working', 'working' => 'Wird bearbeitet',
'success' => 'Success', 'success' => 'Erfolg',
'success_message' => 'You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.', 'success_message' => 'Du hast dich erfolgreich registriert. Bitte besuche den Link in deiner Bestätigungsmail um deine E-Mail Adresse zu verfizieren.',
'erase_data' => 'This will permanently erase your data.', 'erase_data' => 'Diese Aktion wird deine Daten dauerhaft entfernen.',
'password' => 'Password', 'password' => 'Passwort',
'invoice_subject' => 'New invoice from :account', 'invoice_subject' => 'Neue Rechnung von :account',
'close' => 'Close', 'close' => 'Schließen',
); );