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

105 lines
3.7 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 ['Profile' => [
'Account' => 'Regnskap',
'Account/Group' => 'Konto / gruppe',
'Activity' => 'Aktivitet',
'Address' => 'Adresse',
'Amount' => '{Beløp}',
'Area' => 'Område',
'Birthday' => 'Fødselsdag',
'Change' => 'Endring',
'City' => 'By',
'Community' => 'Samfunnet',
'Contact' => 'Ta kontakt med',
'ContactInformation' => 'Kontaktinformasjon',
'Country' => 'Land',
'CreateProfile' => 'Opprett profil',
'Currency' => 'Valuta',
'Currencyformat' => 'Currencyformat',
'Customized' => 'tilpasset',
'DateDelim' => 'Date Separator',
'DecimalPoint' => 'Desimal tegn',
'Defaults' => 'mislighold',
'Email' => 'e-post',
'Fast' => 'Fort',
'General' => 'Generell',
'Glass' => 'Glass',
'Heavy' => 'Tung',
'Language' => 'Språk',
'Large' => 'Stor',
'LastLogin' => 'Siste innlogging',
'Length' => 'Lengde',
'Light' => 'Lys',
'Load' => 'Laste',
'Localization' => 'lokalisering',
'Long' => 'Lang',
'Medium' => 'Medium',
'Name' => 'Navn',
'NoAddressSpecified' => 'Ingen adresse spesifisert',
'NoContactSpecified' => 'Ingen kontakt spesifisert',
'Numberformat' => 'Numberformat',
'Numeric' => 'numerisk',
'OFF' => 'AV',
'ON' => 'PÅ',
'Occupation' => 'Okkupasjon',
'Phone' => 'telefon',
'Precision' => 'Presisjon',
'Profile' => 'Profil',
'ProfileImage' => 'profil bilde',
'Profiles' => 'profiler',
'Ranks' => 'Ranks',
'Registered' => 'registrert',
'Sea' => 'Hav',
'Search' => 'Søk',
'Short' => 'Kort',
'Skype' => 'Skype',
'Slow' => 'Sakte',
'Small' => 'Liten',
'Speed' => 'Hastighet',
'Status' => 'Status',
'Tablespoon' => 'Spiseskje',
'Teaspoon' => 'teskje',
'Temperature' => 'Temperatur',
'ThousandsSeparator' => 'tusenvis Separator',
'Time' => 'Tid',
'TimeDelim' => 'tid Separator',
'Timeformat' => 'Tidsformat',
'Timezone' => 'Tidssone',
'VeryFast' => 'Veldig fort',
'VeryHeavy' => 'Veldig tung',
'VeryLarge' => 'Veldig stor',
'VeryLight' => 'Veldig lett',
'VeryLong' => 'Veldig lang',
'VeryShort' => 'Veldig kort',
'VerySlow' => 'Veldig treg',
'VerySmall' => 'veldig liten',
'Visibility' => 'Synlighet',
'Volume' => 'Volum',
'Weight' => 'Vekt',
'Zip' => 'Glidelås',
'aType1' => 'Hjem',
'aType2' => 'Virksomhet',
'aType3' => 'Shipping',
'aType4' => 'Billing',
'aType5' => 'Arbeid',
'aType6' => 'Kontrakt',
'aType7' => 'Annen',
'cType1' => 'telefon',
'cType2' => 'Faks',
'cType3' => 'nettsted',
'cType4' => 'e-post',
]];