nextcloud/settings/l10n/da.php

56 lines
3.2 KiB
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
2012-08-11 04:05:58 +04:00
"Unable to load list from App Store" => "Kunne ikke indlæse listen fra App Store",
2012-09-26 04:06:37 +04:00
"Group already exists" => "Gruppen findes allerede",
"Unable to add group" => "Gruppen kan ikke oprettes",
"Could not enable app. " => "Applikationen kunne ikke aktiveres.",
2012-07-27 04:04:26 +04:00
"Email saved" => "Email adresse gemt",
"Invalid email" => "Ugyldig email adresse",
2012-01-11 04:06:59 +04:00
"OpenID Changed" => "OpenID ændret",
2012-06-06 02:29:28 +04:00
"Invalid request" => "Ugyldig forespørgsel",
2012-09-26 04:06:37 +04:00
"Unable to delete group" => "Gruppen kan ikke slettes",
2012-11-09 03:03:49 +04:00
"Authentication error" => "Adgangsfejl",
2012-09-26 04:06:37 +04:00
"Unable to delete user" => "Bruger kan ikke slettes",
2011-08-13 07:13:10 +04:00
"Language changed" => "Sprog ændret",
2012-09-26 04:06:37 +04:00
"Unable to add user to group %s" => "Brugeren kan ikke tilføjes til gruppen %s",
"Unable to remove user from group %s" => "Brugeren kan ikke fjernes fra gruppen %s",
2012-07-27 04:04:26 +04:00
"Disable" => "Deaktiver",
"Enable" => "Aktiver",
"Saving..." => "Gemmer...",
2012-01-27 03:59:24 +04:00
"__language_name__" => "Dansk",
2012-06-06 02:29:28 +04:00
"Add your App" => "Tilføj din App",
2012-10-13 04:08:50 +04:00
"More Apps" => "Flere Apps",
2011-08-28 03:13:16 +04:00
"Select an App" => "Vælg en App",
2012-07-27 04:04:26 +04:00
"See application page at apps.owncloud.com" => "Se applikationens side på apps.owncloud.com",
2012-09-26 04:06:37 +04:00
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenseret af <span class=\"author\"></span>",
2012-06-06 02:29:28 +04:00
"Documentation" => "Dokumentation",
"Managing Big Files" => "Håndter store filer",
2011-08-18 13:46:49 +04:00
"Ask a question" => "Stil et spørgsmål",
2012-01-11 04:06:59 +04:00
"Problems connecting to help database." => "Problemer med at forbinde til hjælpe-databasen.",
2011-08-23 13:20:37 +04:00
"Go there manually." => "Gå derhen manuelt.",
"Answer" => "Svar",
2012-06-06 02:29:28 +04:00
"Desktop and Mobile Syncing Clients" => "Synkroniserings programmer for desktop og mobil",
"Download" => "Download",
2012-09-26 04:06:37 +04:00
"Your password was changed" => "Din adgangskode blev ændret",
2012-01-11 04:06:59 +04:00
"Unable to change your password" => "Ude af stand til at ændre dit kodeord",
2011-08-23 13:20:37 +04:00
"Current password" => "Nuværende adgangskode",
2011-08-18 13:46:49 +04:00
"New password" => "Ny adgangskode",
"show" => "vis",
2012-01-11 04:06:59 +04:00
"Change password" => "Skift kodeord",
2012-01-15 18:12:58 +04:00
"Email" => "Email",
"Your email address" => "Din emailadresse",
"Fill in an email address to enable password recovery" => "Indtast en emailadresse for at kunne få påmindelse om adgangskode",
2011-08-18 13:46:49 +04:00
"Language" => "Sprog",
2012-01-15 18:12:58 +04:00
"Help translate" => "Hjælp med oversættelsen",
2011-08-23 13:20:37 +04:00
"use this address to connect to your ownCloud in your file manager" => "benyt denne adresse til at forbinde til din ownCloud i din filbrowser",
2012-11-10 03:02:29 +04:00
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Udviklet af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownClouds community</a>, og <a href=\"https://github.com/owncloud\" target=\"_blank\">kildekoden</a> er underlagt licensen <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
2011-08-18 13:46:49 +04:00
"Name" => "Navn",
"Password" => "Kodeord",
"Groups" => "Grupper",
2011-08-23 13:20:37 +04:00
"Create" => "Ny",
2012-06-06 02:29:28 +04:00
"Default Quota" => "Standard kvote",
"Other" => "Andet",
2012-09-03 04:07:40 +04:00
"Group Admin" => "Gruppe Administrator",
2012-01-15 18:12:58 +04:00
"Quota" => "Kvote",
2011-08-23 13:20:37 +04:00
"Delete" => "Slet"
);