oms-Profile/Theme/Backend/Lang/da.lang.php
2024-03-20 07:21:24 +00:00

110 lines
3.9 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Profile' => [
'Account' => 'Konto',
'Account/Group' => 'Konto / Gruppe.',
'Activity' => 'Aktivitet',
'Address' => 'Adresse',
'Amount' => '{Beløb}',
'Area' => 'Areal',
'Birthday' => 'Fødselsdag',
'Change' => 'Lave om',
'City' => 'City.',
'Community' => 'Fællesskab',
'Contact' => 'Kontakt',
'ContactInformation' => 'Kontakt information',
'Country' => 'Land',
'CreateProfile' => 'Opret profil',
'Currency' => 'betalingsmiddel',
'Currencyformat' => 'ValutaFormat.',
'Customized' => 'Tilpasset',
'DateDelim' => 'Dato separator.',
'DecimalPoint' => 'Decimaltegnet',
'Defaults' => 'Misligholdelser.',
'Email' => 'Email.',
'Fast' => 'Hurtig',
'General' => 'Generel',
'Glass' => 'Glas',
'Heavy' => 'Tung',
'IMG_alt_user' => '',
'Language' => 'Sprog',
'Large' => 'Stor',
'LastLogin' => 'Sidste login',
'Length' => 'Længde.',
'Light' => 'Lys',
'Load' => 'belastning',
'Localization' => 'Lokalisering',
'Long' => 'Lang',
'Medium' => 'Medium',
'Name' => 'Navn',
'NewPassword' => '',
'NoAddressSpecified' => 'Ingen adresse specificeret',
'NoContactSpecified' => 'Ingen kontakt angivet',
'Numberformat' => 'Nummerformat.',
'Numeric' => 'Numerisk',
'OFF' => 'AF',
'ON' => 'PÅ',
'Occupation' => 'Beskæftigelse',
'OldPassword' => '',
'Password' => '',
'Phone' => 'telefon',
'Precision' => 'Præcision',
'Profile' => 'Profil',
'ProfileImage' => 'Profilbillede.',
'Profiles' => 'Profiler.',
'Ranks' => 'Rækker',
'Registered' => 'Registreret.',
'RepeatPassword' => '',
'Sea' => 'Hav',
'Search' => 'Søg',
'Short' => 'Kort',
'Skype' => 'Skype.',
'Slow' => 'Langsom',
'Small' => 'Lille',
'Speed' => 'Fart',
'Status' => 'Status.',
'Tablespoon' => 'Spiseske',
'Teaspoon' => 'Teskefuld',
'Temperature' => 'Temperatur',
'ThousandsSeparator' => 'Tusinder separator.',
'Time' => 'Tid',
'TimeDelim' => 'Time separator.',
'Timeformat' => 'Tidsformat',
'Timezone' => 'Tidszone',
'VeryFast' => 'Meget hurtig',
'VeryHeavy' => 'Meget tung',
'VeryLarge' => 'Meget store',
'VeryLight' => 'Meget let',
'VeryLong' => 'Meget lang',
'VeryShort' => 'Meget kort',
'VerySlow' => 'Meget langsom',
'VerySmall' => 'Meget lille',
'Visibility' => 'Sigtbarhed',
'Volume' => 'Bind',
'Weight' => 'Vægt',
'Zip' => 'Zip.',
'aType1' => 'Hjem',
'aType2' => 'Forretning',
'aType3' => 'Forsendelse',
'aType4' => 'Fakturering',
'aType5' => 'Arbejde',
'aType6' => 'Kontrakt',
'aType7' => 'Andet',
'cType1' => 'telefon',
'cType2' => 'Fax',
'cType3' => 'Internet side',
'cType4' => 'Email.',
]];