first commit
This commit is contained in:
45
lang/vendor/backpack/da_DK/base.php
vendored
Normal file
45
lang/vendor/backpack/da_DK/base.php
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
<?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å',
|
||||
];
|
Reference in New Issue
Block a user