mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-19 10:58:42 +00:00
89 lines
2.9 KiB
PHP
Executable File
89 lines
2.9 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' => [
|
|
'Address' => 'Adresse',
|
|
'Addresses' => 'Adresser',
|
|
'Africa' => '#VALUE!',
|
|
'AlreadyPaid' => 'Allerede betalt',
|
|
'America' => '#VALUE!',
|
|
'Analyse' => '#VALUE!',
|
|
'Articles' => '#VALUE!',
|
|
'Asia' => '#VALUE!',
|
|
'Attribute' => '#VALUE!',
|
|
'BaseTime' => '#VALUE!',
|
|
'Bills' => 'Regninger',
|
|
'Bonus' => 'Bonus',
|
|
'CIS' => '#VALUE!',
|
|
'Cashback' => 'Penger tilbake',
|
|
'City' => 'By',
|
|
'Client' => 'Klient',
|
|
'ClientID' => 'klient-ID',
|
|
'ComparisonTime' => '#VALUE!',
|
|
'Confirmation' => 'Bekreftelse',
|
|
'Country' => 'Land',
|
|
'Created' => 'Opprettet',
|
|
'CreditCard' => 'Kredittkort',
|
|
'CreditNote' => 'Kredittnota',
|
|
'Customers' => '#VALUE!',
|
|
'Date' => 'Dato',
|
|
'Delivery' => 'Leveranse',
|
|
'DeliveryNote' => 'Leveringsnotat',
|
|
'DirectDebit' => 'DirectDebit',
|
|
'Discount' => 'Rabatt',
|
|
'DiscountP' => 'Rabatt%',
|
|
'Due' => 'På grunn av det',
|
|
'Europe' => '#VALUE!',
|
|
'Filter' => '#VALUE!',
|
|
'Freightage' => 'Frakt',
|
|
'General' => '#VALUE!',
|
|
'Gross' => 'Ekkelt',
|
|
'Invoice' => 'Faktura',
|
|
'Invoices' => 'Fakturaer',
|
|
'Item' => 'Punkt',
|
|
'Items' => 'Elementer',
|
|
'Log' => 'Logg',
|
|
'Logs' => 'Tømmerstokker',
|
|
'Media' => 'Media',
|
|
'MoneyTransfer' => 'Pengeoverføring',
|
|
'Name' => 'Navn',
|
|
'Net' => 'Nett',
|
|
'Offer' => 'By på',
|
|
'Other' => '#VALUE!',
|
|
'Payment' => 'innbetaling',
|
|
'Postal' => 'Postal.',
|
|
'Prepaid' => 'Forhåndsbetalt',
|
|
'Preview' => 'Forhåndsvisning',
|
|
'Price' => 'Pris',
|
|
'Profit' => 'Profitt',
|
|
'Quantity' => 'Mengde',
|
|
'Recipient' => 'Mottaker',
|
|
'Region' => '#VALUE!',
|
|
'Rep' => '#VALUE!',
|
|
'Sales' => '#VALUE!',
|
|
'Select' => 'Plukke ut',
|
|
'Shipment' => 'Forsendelse',
|
|
'Source' => 'Kilde',
|
|
'Supplier' => 'Leverandør',
|
|
'SupplierID' => 'Leverandør ID.',
|
|
'Tax' => 'Avgift',
|
|
'TermsOfDelivery' => 'Leveringsvilkår',
|
|
'Total' => 'Total',
|
|
'Type' => 'Type',
|
|
'Upload' => 'Laste opp',
|
|
'Value' => '#VALUE!',
|
|
'Variation' => 'Variasjon',
|
|
'Zip' => 'Glidelås',
|
|
]];
|