Files
dph-tycg-event/lang/vendor/backpack/da_DK/base.php
2025-06-13 12:09:50 +08:00

46 lines
1.8 KiB
PHP

<?php
// Please note it is recommended to use the subtag [da-DK], not [da_dk]
// That is the one formalized by the W3C in the IANA Language Subtag Registry
// - https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
// - https://www.w3.org/International/questions/qa-choosing-language-tags
//
// Also, that is the one used by the most popular Laravel translation package
// - https://github.com/caouecs/Laravel-lang/tree/master/src
//
// Backpack provides translations for both subtags, for backwards compatibility.
// But this will change at some point, and we will only support [da-DK].
return [
/*
|--------------------------------------------------------------------------
| Backpack\Base Language Lines
|--------------------------------------------------------------------------
*/
'registration_closed' => 'Oprettelse af nye brugere er aflåst.',
'first_page_you_see' => 'Den første side du ser efter login',
'login_status' => 'Login status',
'logged_in' => 'Du er logget in!',
'toggle_navigation' => 'vis/skjul menu',
'administration' => 'ADMINISTRATION',
'user' => 'BRUGER',
'logout' => 'Log ud',
'login' => 'Log ind',
'register' => 'Opret',
'name' => 'Navn',
'email_address' => 'E-mail adresse',
'password' => 'adgangskode',
'confirm_password' => 'bekræft adgangskode',
'remember_me' => 'husk mig',
'forgot_your_password' => 'Glemt adgangskode?',
'reset_password' => 'nulstil adgangskode',
'send_reset_link' => 'Send nulstilning af adgangskode',
'click_here_to_reset' => 'Bekræft nulstilning af adgangskode',
'unauthorized' => 'Ingen adgang.',
'dashboard' => 'Forside',
'handcrafted_by' => 'håndlavet af',
'powered_by' => 'bygget på',
];