server/settings/l10n/da.php

14 lines
472 B
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
2011-08-13 03:13:10 +00:00
"Authentication error" => "Godkendelsesfejl",
"Invalid request" => "Invalid forespørgsel",
"Language changed" => "Sprog ændret",
"Account information" => "Konto information",
2011-06-20 20:22:58 +00:00
"You're currently using" => "Du udnytter i øjeblikket",
"of your" => "af din",
2011-06-20 20:22:58 +00:00
"space" => "plads",
"Change Password" => "Ændre adgangskode",
"Your password got changed" => "Din adgangskode er ændret",
2011-06-21 14:01:47 +00:00
"New password" => "Nye adgangskode",
2011-08-13 03:13:10 +00:00
"Language" => "Sprog"
);