mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-26 07:18:41 +00:00
46 lines
1.2 KiB
PHP
Executable File
46 lines
1.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Messages' => [
|
|
'All' => 'Alle',
|
|
'AverageAmount' => 'Nr. Beløp',
|
|
'BCC' => 'BCC',
|
|
'CC' => 'CC',
|
|
'Date' => 'Dato',
|
|
'Delete' => 'Slett',
|
|
'Draft' => 'utkast',
|
|
'From' => 'Fra',
|
|
'Inbox' => 'Innboks',
|
|
'Interval' => 'intervall',
|
|
'Mailboxes' => 'postkasser',
|
|
'Messages' => 'meldinger',
|
|
'Month' => 'Måned',
|
|
'New' => 'Ny',
|
|
'Outbox' => 'utboks',
|
|
'Received' => 'Mottatt',
|
|
'Save' => 'Lagre',
|
|
'Select' => 'Å velge',
|
|
'Sent' => 'Sendt',
|
|
'Spam' => 'spam',
|
|
'Statistics' => 'Statistikk',
|
|
'Status' => 'Status',
|
|
'Subject' => 'Emne',
|
|
'Tag' => 'stikkord',
|
|
'To' => 'Til',
|
|
'Today' => 'I dag',
|
|
'Trash' => 'Søppel',
|
|
'Week' => 'Uke',
|
|
'Year' => 'År',
|
|
]];
|