oms-Billing/Theme/Backend/Lang/de.lang.php

71 lines
1.8 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Billing' => [
'Address' => '',
'Addresses' => '',
'AlreadyPaid' => '',
'Bills' => '',
'Bonus' => '',
'Cashback' => '',
'City' => '',
'Client' => '',
'ClientID' => '',
'Confirmation' => '',
'Country' => '',
'Created' => '',
'CreditCard' => '',
'CreditNote' => '',
'Date' => '',
'Delivery' => '',
'DeliveryNote' => '',
'DirectDebit' => '',
'Discount' => '',
'DiscountP' => '',
'Due' => '',
'Freightage' => '',
'Gross' => '',
'Invoice' => '',
'Invoices' => '',
'Item' => '',
'Items' => '',
'Log' => '',
'Logs' => '',
'Media' => '',
'MoneyTransfer' => '',
'Name' => '',
'Net' => '',
'Offer' => '',
'Payment' => '',
'Postal' => '',
'Prepaid' => '',
'Preview' => '',
'Price' => '',
'Profit' => '',
'Quantity' => '',
'Recipient' => '',
'Select' => '',
'Shipment' => '',
'Source' => '',
'Supplier' => '',
'SupplierID' => '',
'Tax' => '',
'TermsOfDelivery' => '',
'Total' => '',
'Type' => '',
'Upload' => '',
'Variation' => '',
'Zip' => '',
]];