nextcloud/settings/l10n/da.php

14 lines
472 B
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
2011-08-13 07:13:10 +04:00
"Authentication error" => "Godkendelsesfejl",
"Invalid request" => "Invalid forespørgsel",
"Language changed" => "Sprog ændret",
"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",
2011-06-21 18:01:47 +04:00
"New password" => "Nye adgangskode",
2011-08-13 07:13:10 +04:00
"Language" => "Sprog"
);