oms-Organization/Theme/Backend/Lang/no.lang.php

32 lines
756 B
PHP

<?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 ['Organization' => [
'Active' => 'Aktiv',
'Department' => 'Avdeling',
'Departments' => 'avdelinger',
'Description' => 'Beskrivelse',
'Inactive' => 'inaktiv',
'Logo' => 'logo',
'Name' => 'Navn',
'Parent' => 'Parent',
'Position' => 'Stilling',
'Positions' => 'posisjoner',
'Search' => 'Søk',
'Status' => 'Status',
'Unit' => 'Enhet',
'UnitLogo' => 'Unit Logo',
'Units' => 'enheter',
]];