mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
97 lines
3.1 KiB
PHP
Executable File
97 lines
3.1 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Billing' => [
|
|
'Amount' => 'Amount',
|
|
'Address' => 'Address',
|
|
'Addresses' => 'Addresses',
|
|
'Africa' => 'Africa',
|
|
'Currency' => 'Currency',
|
|
'Language' => 'Language',
|
|
'AlreadyPaid' => 'Already Paid',
|
|
'America' => 'America',
|
|
'Analyse' => 'Analyse',
|
|
'Articles' => 'Articles',
|
|
'Asia' => 'Asia',
|
|
'Attribute' => 'Attribute',
|
|
'BaseTime' => 'Base time',
|
|
'Billing' => 'Billing',
|
|
'Bills' => 'Bills',
|
|
'Bonus' => 'Bonus',
|
|
'CIS' => 'CIS',
|
|
'Cashback' => 'Cash Back',
|
|
'City' => 'City',
|
|
'Client' => 'Client',
|
|
'ClientID' => 'Client ID',
|
|
'ComparisonTime' => 'Comparison time',
|
|
'Confirmation' => 'Confirmation',
|
|
'Country' => 'Country',
|
|
'Created' => 'Created',
|
|
'CreditCard' => 'CreditCard',
|
|
'CreditNote' => 'Credit Note',
|
|
'Customers' => 'Customers',
|
|
'Date' => 'Date',
|
|
'Delivery' => 'Delivery',
|
|
'DeliveryNote' => 'Delivery Note',
|
|
'DirectDebit' => 'DirectDebit',
|
|
'Discount' => 'Discount',
|
|
'DiscountP' => 'Discount %',
|
|
'Due' => 'Due',
|
|
'Europe' => 'Europe',
|
|
'Filter' => 'Filter',
|
|
'Freightage' => 'Freightage',
|
|
'General' => 'General',
|
|
'Gross' => 'Gross',
|
|
'Invoice' => 'Invoice',
|
|
'Invoices' => 'Invoices',
|
|
'Item' => 'Item',
|
|
'Email' => 'Email',
|
|
'Items' => 'Items',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs',
|
|
'Media' => 'Media',
|
|
'MoneyTransfer' => 'Money Transfer',
|
|
'Name' => 'Name',
|
|
'Net' => 'Net',
|
|
'Offer' => 'Offer',
|
|
'Other' => 'Other',
|
|
'Payment' => 'Payment',
|
|
'PaymentPlan' => 'Payment Plan',
|
|
'Postal' => 'Postal',
|
|
'Prepaid' => 'Prepaid',
|
|
'Preview' => 'Preview',
|
|
'Price' => 'Price',
|
|
'Profit' => 'Profit',
|
|
'Quantity' => 'Quantity',
|
|
'Recipient' => 'Recipient',
|
|
'Region' => 'Region',
|
|
'Rep' => 'Rep.',
|
|
'Sales' => 'Sales',
|
|
'Select' => 'Select',
|
|
'Shipment' => 'Shipment',
|
|
'Source' => 'Source',
|
|
'Supplier' => 'Supplier',
|
|
'SupplierID' => 'Supplier ID',
|
|
'Tax' => 'Tax',
|
|
'TermsOfDelivery' => 'Terms Of Delivery',
|
|
'Total' => 'Total',
|
|
'Type' => 'Type',
|
|
'Types' => 'Types',
|
|
'Upload' => 'Upload',
|
|
'Original' => 'Original',
|
|
'Value' => 'Value',
|
|
'Variation' => 'Variation',
|
|
'Zip' => 'Zip',
|
|
]];
|