nextcloud/settings/l10n/da.php

20 lines
848 B
PHP
Raw Normal View History

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