oms-SupplierManagement/Theme/Backend/Lang/de.lang.php
2020-12-03 23:07:33 +01:00

70 lines
2.1 KiB
PHP

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\SupplierManagement
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['SupplierManagement' => [
'Accounting' => 'Buchhaltung',
'Address' => 'Addresse',
'Addresses' => 'Addressen',
'AreaManager' => 'Area Manager',
'Articlegroup' => 'Artikelgruppe',
'Bonus' => 'Bonus',
'Business' => 'Business',
'City' => 'Stadt',
'Client' => 'Kunde',
'Clients' => 'Kunden',
'Contact' => 'Kontakt',
'Country' => 'Land',
'Creditcard' => 'Kreditkarte',
'Date' => 'Datum',
'Default' => 'Standard',
'Delivery' => 'Lieferung',
'Discount' => 'Rabatt',
'DiscountP' => 'Rabatt %',
'Email' => 'Email',
'Fax' => 'Fax',
'Files' => 'Dateien',
'Freightage' => 'Frachtkosten',
'Group' => 'Gruppe',
'ID' => 'ID',
'Info' => 'Info',
'Invoice' => 'Rechnung',
'IsDefault' => 'Ist Standard?',
'Log' => 'Log',
'Logs' => 'Logs',
'Master' => 'Master',
'Name' => 'Name',
'Name1' => 'Name1',
'Name2' => 'Name2',
'Name3' => 'Name3',
'Office' => 'Büro',
'Payment' => 'Zahlung',
'PaymentTerm' => 'Zahlungsziel',
'Phone' => 'Telefon',
'Price' => 'Preis',
'Prices' => 'Preise',
'Private' => 'Privat',
'Productgroup' => 'Produktgruppe',
'Purchase' => 'Einkauf',
'Quantity' => 'Anzahl',
'Sales' => 'Umsatz',
'Segment' => 'Segment',
'Subtype' => 'Untergruppe',
'Supplier' => 'Lieferant',
'Suppliers' => 'Lieferanten',
'Support' => 'Support',
'Type' => 'Typ',
'Wire' => 'Wire',
'Zip' => 'Postleitzahl',
]];