mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 22:19:47 -06:00
43 lines
1.5 KiB
PHP
43 lines
1.5 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'assign' => 'Tildel',
|
|
'assigned-staff' => 'Tildelt',
|
|
'attachments' => 'Vedhæftninger',
|
|
'attachments-save' => 'Gem vedhæftninger',
|
|
'body' => 'Beskrivelse',
|
|
'body-enter' => 'Skriv beskrivelsen her...',
|
|
'category' => 'Kategori',
|
|
'close' => 'Luk',
|
|
'closed' => 'Lukket',
|
|
'create-ticket' => 'Opret Sag',
|
|
'created' => 'Oprettet',
|
|
'delete' => 'Slet',
|
|
'description' => 'Beskrivelse',
|
|
'download' => 'Download',
|
|
'fix-errors' => 'Afhjælp følgende fejl og prøv igen:',
|
|
'helpdesk' => 'Helpdesk',
|
|
'no-attach' => 'Ingen vedhæftninger fundet',
|
|
'priority' => 'Prioritet',
|
|
'opened-by' => 'Åbnet af:',
|
|
'reset' => 'Nulstil',
|
|
'subject' => 'Emne',
|
|
'subject-enter' => 'Skriv emne her...',
|
|
'submit-ticket' => 'Indsend Sag',
|
|
'ticket' => 'Sag',
|
|
'unassign' => 'Fjern tildeling',
|
|
];
|