2011-06-21 00:08:44 +04:00
< ? 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-12-26 03:12:10 +04:00
" Admins can't remove themself from the admin group " => " Administratorer kan ikke fjerne dem selv fra admin gruppen " ,
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-12-26 03:12:10 +04:00
" User Documentation " => " Brugerdokumentation " ,
" Administrator Documentation " => " Administrator Dokumentation " ,
" Online Documentation " => " Online dokumentation " ,
" Forum " => " Forum " ,
" Bugtracker " => " Bugtracker " ,
" Commercial Support " => " Kommerciel support " ,
" You have used <strong>%s</strong> of the available <strong>%s</strong> " => " Du har brugt <strong>%s</strong> af den tilgængelige <strong>%s</strong> " ,
2012-12-21 03:11:31 +04:00
" Clients " => " Klienter " ,
2012-12-26 03:12:10 +04:00
" Download Desktop Clients " => " Hent Desktop Klienter " ,
" Download Android Client " => " Hent Android Klient " ,
" Download iOS Client " => " Hent iOS Klient " ,
2012-12-20 03:13:09 +04:00
" Password " => " Kodeord " ,
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 " ,
2012-12-26 03:12:10 +04:00
" WebDAV " => " WebDAV " ,
" Use this address to connect to your ownCloud in your file manager " => " Brug denne adresse til at oprette forbindelse til din ownCloud i din filstyring " ,
" Version " => " Version " ,
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 " ,
" Groups " => " Grupper " ,
2011-08-23 13:20:37 +04:00
" Create " => " Ny " ,
2012-06-06 02:29:28 +04:00
" Other " => " Andet " ,
2012-09-03 04:07:40 +04:00
" Group Admin " => " Gruppe Administrator " ,
2011-08-23 13:20:37 +04:00
" Delete " => " Slet "
2011-06-21 00:08:44 +04:00
);