mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-26 22:38:40 +00:00
71 lines
1.8 KiB
PHP
Executable File
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' => '',
|
|
]];
|