mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
78 lines
2.4 KiB
PHP
Executable File
78 lines
2.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Billing' => [
|
|
'Address' => 'Adresse',
|
|
'Addresses' => 'Adresser',
|
|
'AlreadyPaid' => 'Allerede betalt',
|
|
'Amount' => '',
|
|
'Archive' => '',
|
|
'Billing' => '',
|
|
'Bills' => 'Regninger.',
|
|
'Bonus' => 'Bonus',
|
|
'Cashback' => 'Penge tilbage',
|
|
'City' => 'City.',
|
|
'Client' => 'Klient',
|
|
'ClientID' => 'Klient ID.',
|
|
'Confirmation' => 'Bekræftelse',
|
|
'Country' => 'Land',
|
|
'Created' => 'Oprettet',
|
|
'CreditCard' => 'Kreditkort',
|
|
'CreditNote' => 'Kreditnota',
|
|
'Currency' => '',
|
|
'Date' => 'Dato',
|
|
'Delivery' => 'Levering',
|
|
'DeliveryNote' => 'Levering note',
|
|
'DirectDebit' => 'DirectDebit.',
|
|
'Discount' => 'Rabat',
|
|
'DiscountP' => 'Rabat%',
|
|
'Due' => 'På grund',
|
|
'Email' => '',
|
|
'Freightage' => 'Gods',
|
|
'Gross' => 'Brutto',
|
|
'Invoice' => 'Faktura',
|
|
'Item' => 'Vare',
|
|
'Items' => 'Varer',
|
|
'Language' => '',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs.',
|
|
'Media' => 'Medier',
|
|
'MoneyTransfer' => 'Pengeoverførsel',
|
|
'Name' => 'Navn',
|
|
'Net' => 'Net',
|
|
'Offer' => 'Tilbud',
|
|
'Original' => '',
|
|
'Payment' => 'Betaling',
|
|
'PaymentPlan' => '',
|
|
'Postal' => 'Postal.',
|
|
'Prepaid' => 'Forudbetalt',
|
|
'Preview' => 'Preview.',
|
|
'Price' => 'Pris',
|
|
'Profit' => 'Profit',
|
|
'Quantity' => 'Antal',
|
|
'Recipient' => 'Modtager',
|
|
'Select' => 'Vælg',
|
|
'Shipment' => 'Forsendelse',
|
|
'Source' => 'Kilde',
|
|
'Supplier' => 'Leverandør',
|
|
'SupplierID' => 'Leverandør ID.',
|
|
'Tax' => 'Skat',
|
|
'TermsOfDelivery' => 'Leveringsbetingelser',
|
|
'Total' => 'i alt',
|
|
'Type' => 'Type',
|
|
'Types' => '',
|
|
'Upload' => 'Upload',
|
|
'Zip' => 'Zip.',
|
|
]];
|