mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 07:58:41 +00:00
53 lines
1.5 KiB
PHP
53 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Surveys' => [
|
|
'Additional' => 'Ytterligere',
|
|
'Answer' => 'Svar',
|
|
'Checkbox' => 'Avkrysningsboks.',
|
|
'CoreData' => 'Kjernedata',
|
|
'Created' => 'Opprettet',
|
|
'Creator' => 'Skaperen.',
|
|
'Date' => 'Dato',
|
|
'Description' => 'Beskrivelse',
|
|
'Dropdown' => 'Fall ned',
|
|
'Element' => '#VALUE!',
|
|
'End' => 'Slutt',
|
|
'Group' => 'Gruppe',
|
|
'Manager' => 'sjef',
|
|
'Name' => 'Navn',
|
|
'Number' => 'Nummer',
|
|
'Preview' => '#VALUE!',
|
|
'Question' => 'Spørsmål',
|
|
'Questionee' => 'Questionee.',
|
|
'Questions' => 'Spørsmål',
|
|
'Radio' => 'Radio',
|
|
'Receiver' => 'Mottaker',
|
|
'Reference' => 'Referanse',
|
|
'Responsibility' => 'Ansvar',
|
|
'Result' => 'Resultat',
|
|
'ResultPublic' => 'Resultatet offentlig?',
|
|
'Section' => 'Seksjon',
|
|
'Start' => 'Start',
|
|
'Status' => 'Status',
|
|
'Survey' => 'undersøkelse',
|
|
'Surveys' => 'Undersøkelser',
|
|
'Tag' => '#VALUE!',
|
|
'Text' => 'Tekst',
|
|
'Title' => 'Tittel',
|
|
'Type' => 'Type',
|
|
'User' => 'Bruker',
|
|
'UserGroup' => 'Brukergruppe',
|
|
]];
|