mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
50 lines
1.3 KiB
PHP
Executable File
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' => 'Nr. Beløp',
|
|
'BCC' => 'BCC.',
|
|
'CC' => 'CC.',
|
|
'Channels' => '',
|
|
'Chat' => '',
|
|
'Date' => 'Dato',
|
|
'Delete' => 'Slett',
|
|
'Draft' => 'Utkast til',
|
|
'Email' => '',
|
|
'From' => 'Fra',
|
|
'Inbox' => 'Innboks',
|
|
'Interval' => 'Intervall',
|
|
'Mailboxes' => 'Postkasser',
|
|
'Messages' => 'Meldinger',
|
|
'Month' => 'Måned',
|
|
'New' => 'Ny',
|
|
'Outbox' => 'Utboks',
|
|
'Received' => 'Mottatt',
|
|
'Save' => 'Lagre',
|
|
'Select' => 'Plukke ut',
|
|
'Sent' => 'Sendt',
|
|
'Spam' => 'Spam',
|
|
'Statistics' => 'Statistikk',
|
|
'Status' => 'Status',
|
|
'Subject' => 'Emne',
|
|
'Tag' => 'stikkord',
|
|
'Templates' => '',
|
|
'To' => 'Til',
|
|
'Today' => 'I dag',
|
|
'Trash' => 'Søppel',
|
|
'Week' => 'Uke',
|
|
'Year' => 'År',
|
|
]];
|