1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Update fields.php

added german translation
This commit is contained in:
S3NS4Ti0N 2014-03-23 15:28:14 +01:00
parent c4665f84f0
commit 951cc78c76

View File

@ -3,52 +3,52 @@
return array( return array(
// client // client
'organization' => 'Organization', 'organization' => 'Organisation',
'name' => 'Name', 'name' => 'Name',
'website' => 'Website', 'website' => 'Webseite',
'work_phone' => 'Phone', 'work_phone' => 'Telefon',
'address' => 'Address', 'address' => 'Adresse',
'address1' => 'Street', 'address1' => 'Straße',
'address2' => 'Apt/Suite', 'address2' => 'Adresszusatz',
'city' => 'City', 'city' => 'Stadt',
'state' => 'State/Province', 'state' => 'Bundesland',
'postal_code' => 'Postal Code', 'postal_code' => 'Postleitzahl',
'country_id' => 'Country', 'country_id' => 'Land',
'contacts' => 'Contacts', 'contacts' => 'Kontakte',
'first_name' => 'First Name', 'first_name' => 'Vorname',
'last_name' => 'Last Name', 'last_name' => 'Nachname',
'phone' => 'Phone', 'phone' => 'Telefon',
'email' => 'Email', 'email' => 'Email',
'additional_info' => 'Additional Info', 'additional_info' => 'Zusätzliche Info',
'payment_terms' => 'Payment Terms', 'payment_terms' => 'Payment Terms',
'currency_id' => 'Currency', 'currency_id' => 'Währung',
'size_id' => 'Size', 'size_id' => 'Größe',
'industry_id' => 'Industry', 'industry_id' => 'Kategorie',
'private_notes' => 'Private Notes', 'private_notes' => 'Notizen',
// invoice // invoice
'invoice' => 'Invoice', 'invoice' => 'Rechnung',
'client' => 'Client', 'client' => 'Kunde',
'invoice_date' => 'Invoice Date', 'invoice_date' => 'Rechnungsdatum',
'due_date' => 'Due Date', 'due_date' => 'Fällig am',
'invoice_number' => 'Invoice Number', 'invoice_number' => 'Rechungsnummer',
'invoice_number_short' => 'Invoice #', 'invoice_number_short' => 'Rechnung #',
'po_number' => 'PO Number', 'po_number' => 'Bestell Nummer',
'po_number_short' => 'PO #', 'po_number_short' => 'BN #',
'frequency_id' => 'How often', 'frequency_id' => 'Wie oft',
'dicount' => 'Discount', 'dicount' => 'Rabatt',
'taxes' => 'Taxes', 'taxes' => 'Steuern',
'tax' => 'Tax', 'tax' => 'Steuer',
'item' => 'Item', 'item' => 'Artikel',
'description' => 'Description', 'description' => 'Beschreibung',
'unit_cost' => 'Unit Cost', 'unit_cost' => 'Kosten pro Einheit',
'quantity' => 'Quantity', 'quantity' => 'Menge',
'line_total' => 'Line Total', 'line_total' => 'Summe',
'subtotal' => 'Subtotal', 'subtotal' => 'Zwischensumme',
'paid_to_date' => 'Paid to Date', 'paid_to_date' => 'Zahlungsdatum',
'balance_due' => 'Balance Due', 'balance_due' => 'Rechnungsbetrag',
'invoice_design_id' => 'Design', 'invoice_design_id' => 'Design',
'terms' => 'Terms', 'terms' => 'Bedingungen',
'your_invoice' => 'Your Invoice', 'your_invoice' => 'Ihre Rechnung',
); );