mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
64 lines
2.0 KiB
PHP
Executable File
64 lines
2.0 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 ['Tasks' => [
|
|
'Account' => 'Konto',
|
|
'All' => 'Alle',
|
|
'AverageAmount' => 'Gennemsnitligt beløb',
|
|
'AverageProcessTime' => 'Avg. Proces tid',
|
|
'CC' => 'Cc.',
|
|
'Completion' => '',
|
|
'Created' => 'Oprettet',
|
|
'Creator' => 'Skaber.',
|
|
'Due' => 'På grund',
|
|
'Due/Priority' => 'Due / Priority.',
|
|
'For' => '',
|
|
'Forwarded' => 'Videresendt',
|
|
'From' => 'Fra',
|
|
'History' => 'Historie',
|
|
'InTime' => 'I tide',
|
|
'Media' => 'Medier',
|
|
'Message' => 'Besked',
|
|
'OpenGiven' => '',
|
|
'Overview' => '',
|
|
'P0' => 'Ingen',
|
|
'P1' => 'Meget lav',
|
|
'P2' => 'Lav',
|
|
'P3' => 'Medium',
|
|
'P4' => 'Høj',
|
|
'P5' => 'Meget høj',
|
|
'Priority' => 'Prioritet',
|
|
'Received' => 'Modtaget',
|
|
'ReminderedBy' => '',
|
|
'S1' => 'Åben',
|
|
'S2' => 'I gang',
|
|
'S3' => 'Suspenderet',
|
|
'S4' => 'Annulleret',
|
|
'S5' => 'Færdig',
|
|
'Select' => 'Vælg',
|
|
'Statistics' => 'Statistikker',
|
|
'Status' => 'Status.',
|
|
'Tag' => '',
|
|
'Task' => 'Opgave',
|
|
'Title' => 'Titel',
|
|
'To' => 'Til',
|
|
'Unread' => '',
|
|
'UnreadChanges' => '',
|
|
'Upload' => 'Upload',
|
|
'YourOpen' => '',
|
|
'forwarded_to' => 'videresendes til',
|
|
'priority_change' => '% s sæt prioriteten på% s til',
|
|
'status_change' => '% s Indstil status på% s til',
|
|
]];
|