oms-Messages/Theme/Backend/Lang/da.lang.php
2024-03-20 07:21:23 +00:00

50 lines
1.3 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Messages' => [
'All' => 'Alle',
'AverageAmount' => 'Avg. Beløb',
'BCC' => 'BCC.',
'CC' => 'Cc.',
'Channels' => '',
'Chat' => '',
'Date' => 'Dato',
'Delete' => 'Delete.',
'Draft' => 'Draft.',
'Email' => '',
'From' => 'Fra',
'Inbox' => 'Indbakke',
'Interval' => 'Interval',
'Mailboxes' => 'Postkasser',
'Messages' => 'Beskeder',
'Month' => 'Måned',
'New' => 'Ny',
'Outbox' => 'Udbakke',
'Received' => 'Modtaget',
'Save' => 'Gemme',
'Select' => 'Vælg',
'Sent' => 'Sendt',
'Spam' => 'Spam',
'Statistics' => 'Statistikker',
'Status' => 'Status.',
'Subject' => 'Emne',
'Tag' => 'Tag.',
'Templates' => '',
'To' => 'Til',
'Today' => 'I dag',
'Trash' => 'Affald',
'Week' => 'Uge',
'Year' => 'År',
]];