Files
snipe-it/app/lang/da/general.php
T
snipe a0fce2e0fb Fixes #766
Should be refactored to make the Action logger into a base class and to use polymorphic relationships for the IDs, and migrate accessory_id into asset_id in the log table. This was quick and dirty.
2015-04-29 16:14:08 -07:00

127 lines
4.4 KiB
PHP
Executable File

<?php
return array(
'accessories' => 'Tilbehør',
'accessory' => 'Tilbehør',
'activity_report' => 'Activity Report',
'address' => 'Addresse',
'admin' => 'Admin',
'all_assets' => 'Alle aktiver',
'all' => 'Alle',
'archived' => 'Arkiveret',
'asset_models' => 'Aktiv Modeller',
'asset' => 'Aktiv',
'asset_report' => 'Aktiv Rapport',
'asset_tag' => 'Aktiv Mærkat',
'assets_available' => 'aktiver tilgængelige',
'assets' => 'Aktiver',
'avatar_delete' => 'Slet avatar',
'avatar_upload' => 'Upload Avatar',
'back' => 'Tilbage',
'cancel' => 'Annuller',
'categories' => 'Aktiv Kategorier',
'category' => 'Aktiv Kategori',
'changeemail' => 'Skift email adresse',
'changepassword' => 'Skift adgangskode',
'checkin' => 'Tjek Ind',
'checkin_from' => 'Checkin from',
'checkout' => 'Tjek Ud',
'city' => 'By',
'country' => 'Land',
'create' => 'Opret ny',
'created_asset' => 'skabte aktiver',
'created_at' => 'Skabt den',
'currency' => '$',
'current' => 'Aktuelle',
'custom_report' => 'Tilpasset Aktiv Rapport',
'dashboard' => 'Oversigtspanel',
'date' => 'Dato',
'delete' => 'Slet',
'deleted' => 'Slettet',
'deployed' => 'Implementeret',
'depreciation_report' => 'Afskrivningsrapport',
'download' => 'Hent',
'depreciation' => 'Afskrivning',
'editprofile' => 'Ret Din Profil',
'eol' => 'EOL',
'first' => 'First',
'first_name' => 'Fornavn',
'file_name' => 'Fil',
'file_uploads' => 'Filoverførsel',
'generate' => 'Skab',
'groups' => 'Grupper',
'gravatar_email' => 'Gravatar email addresse',
'history_for' => 'Historie for',
'id' => 'ID',
'image_delete' => 'Slet billede',
'image_upload' => 'Upload billede',
'item' => 'Item',
'last' => 'Last',
'last_name' => 'Efternavn',
'license' => 'Licens',
'license_report' => 'Licensrapport',
'licenses_available' => 'Tilgængelige licenser',
'licenses' => 'Licenser',
'list_all' => 'Vis alle',
'loading' => 'Loading',
'location' => 'Lokation',
'locations' => 'Lokationer',
'logout' => 'Log ud',
'manufacturer' => 'Producent',
'manufacturers' => 'Producenter',
'model_no' => 'Modelnummer',
'months' => 'måneder',
'moreinfo' => 'Mere Info',
'name' => 'Navn',
'next' => 'Next',
'no_depreciation' => 'Ingen Afskrivning',
'no_results' => 'Ingen Resultater.',
'no' => 'Nej',
'notes' => 'Noter',
'page_menu' => 'Showing _MENU_ items',
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
'pending' => 'Afventer',
'people' => 'Personer',
'per_page' => 'Resultater Per Side',
'previous' => 'Previous',
'processing' => 'Processing',
'profile' => 'Din profil',
'ready_to_deploy' => 'Klar til Implementering',
'recent_activity' => 'Recent Activity',
'reports' => 'Rapporter',
'save' => 'Gem',
'select' => 'Select',
'search' => 'Search',
'select_depreciation' => 'Select a Depreciation Type',
'select_location' => 'Select a Location',
'select_manufacturer' => 'Select a Manufacturer',
'select_model' => 'Select a Model',
'select_supplier' => 'Select a Supplier',
'select_user' => 'Select a User',
'select_date' => 'Select Date',
'settings' => 'Instillinger',
'sign_in' => 'Log ind',
'site_name' => 'Site Navn',
'state' => 'Stat',
'status_labels' => 'Status labels',
'status' => 'Status',
'suppliers' => 'Leverandører',
'total_assets' => 'totale aktiver',
'total_licenses' => 'totale licenser',
'type' => 'Type',
'undeployable' => 'Ikke implementerbar',
'unknown_admin' => 'Ukendt Admin',
'uploaded' => 'Uploaded',
'user' => 'Bruger',
'users' => 'Brugere',
'viewassets' => 'Se Tildelte Aktiver',
'website' => 'Hjemmeside',
'welcome' => 'Velkommen, :name',
'years' => 'år',
'yes' => 'Ja',
'zip' => 'Postnummer',
);