nextcloud/settings/l10n/da.php

20 lines
847 B
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
"space" => "plads",
"You're currently using" => "Du udnytter i øjeblikket",
"Unable to change password" => "Kan ikke ændre din adgangskode",
"New password" => "Ny adgangskode",
"Authentication error" => "Godkendelsesfejl",
"Your password got changed" => "Din adgangskode er ændret",
"Language changed" => "Sprog ændret",
"Invalid request" => "Invalid forespørgsel",
"Account information" => "Konto information",
"of your" => "af din",
"Password changed" => "Adgangskoden er ændret",
"Old password:" => "Gamle adgangskode",
"Your old password is wrong!" => "Dit gamle adgangskode er forkert!",
"Show new password" => "Vis den nye adgangskode",
"You have to enter the old and the new password!" => "Du skal indtaste din gamle og nye adganskode",
"Language" => "Sprog",
"Change Password" => "Ændre adgangskode"
);