oms-Support/Theme/Backend/Lang/da.lang.php
2022-02-19 13:57:39 +01:00

67 lines
2.2 KiB
PHP

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.org
*/
declare(strict_types=1);
return ['Support' => [
'Account' => 'Konto',
'All' => 'Alle',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Gennemsnitligt beløb',
'AverageProcessTime' => 'Avg. Proces tid',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Oprettet',
'Creator' => 'Skaber.',
'Day' => 'Dag',
'Department' => 'Afdeling',
'Description' => 'Beskrivelse',
'Due' => 'På grund',
'Files' => 'Filer.',
'For' => '#VALUE!',
'Forwarded' => 'Videresendt',
'From' => 'Fra',
'Group' => 'Gruppe',
'InTime' => 'I tide',
'Interval' => 'Interval',
'Media' => 'Medier',
'Message' => 'Besked',
'Month' => 'Måned',
'Name' => 'Navn',
'New' => 'Ny',
'Open' => 'Åben',
'Person' => 'Person',
'Priority' => 'Prioritet',
'Received' => 'Modtaget',
'Receiver' => 'Modtager',
'Redirected' => 'Omdirigeret',
'Responsible' => 'Ansvarlig',
'Select' => 'Vælg',
'Settings' => 'Indstillinger.',
'Size' => 'Størrelse',
'Statistics' => 'Statistikker',
'Status' => 'Status.',
'Support' => 'Support',
'Ticket' => 'Billet',
'Tickets' => 'Billetter',
'Title' => 'Titel',
'To' => 'Til',
'Today' => 'I dag',
'Topic' => 'Emne',
'Type' => 'Type',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Upload',
'Week' => 'Uge',
'Year' => 'År',
]];