oms-ClientManagement/Theme/Backend/Lang/da.lang.php
2024-01-12 00:30:21 +00:00

94 lines
2.8 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 ['ClientManagement' => [
'Accounting' => 'Regnskab',
'Addition' => 'Tilsætning',
'Address' => 'Adresse',
'Addresses' => 'Adresser',
'AreaManager' => 'Områdechef',
'Articlegroup' => 'ArticleGroup.',
'AttributeTypes' => '',
'Balance' => 'Balance',
'Bills' => '',
'Bonus' => 'Bonus',
'CLV' => 'CLV.',
'City' => 'City.',
'Client' => 'Klient',
'Clients' => 'Klienter.',
'Contact' => 'Kontakt',
'Country' => 'Land',
'Created' => 'Oprettet',
'CreatedAt' => '',
'Creditcard' => 'Kreditkort',
'DSO' => 'DSO.',
'Date' => 'Dato',
'Default' => 'Standard',
'Delivery' => 'Levering',
'Discount' => 'Rabat',
'DiscountP' => 'Rabat%',
'Documents' => 'Dokumenter',
'Due' => 'På grund',
'Email' => 'Email.',
'Fax' => 'Fax',
'Files' => 'Filer.',
'Freightage' => 'Gods',
'Group' => 'Gruppe',
'ID' => 'ID.',
'Info' => 'Info.',
'Invoice' => 'Faktura',
'IsDefault' => 'Er standard?',
'Items' => '',
'LastContact' => 'Sidste kontakt',
'LastOrder' => 'Sidste ordre',
'Log' => 'Log',
'Logs' => 'Logs.',
'MTDSales' => 'MTD Sales.',
'Map' => '',
'Margin' => 'Margin.',
'Name' => 'Navn',
'Name1' => 'NAME1.',
'Name2' => 'NAME2.',
'Name3' => 'NAME3.',
'Net' => 'Net',
'Notes' => 'Noter.',
'Number' => 'Nummer',
'Office' => 'Kontor',
'Payment' => 'Betaling',
'PaymentTerm' => 'Betalingsbetingelser',
'Phone' => 'telefon',
'Postal' => 'Postal.',
'Price' => 'Pris',
'Prices' => 'Priser.',
'Productgroup' => 'Produktgruppe',
'Profile' => 'Profil',
'Purchase' => 'Køb',
'Quantity' => 'Antal',
'RecentInvoices' => 'Nylige fakturaer.',
'Region' => '',
'Sales' => 'SALG',
'Segment' => 'Segment',
'Segments' => 'Segmenter.',
'Subtype' => 'Subtype.',
'Support' => 'Support',
'Title' => '',
'TotalPrice' => '',
'Type' => 'Type',
'UnitPrice' => '',
'Website' => 'Internet side',
'Wire' => 'Tråd',
'YTDSales' => 'YTD SALG',
'Zip' => 'Zip.',
]];