Welcome to mirror list, hosted at ThFree Co, Russian Federation.

da.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2cf36c0fe078966fbe208682809727d98f1f230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Velkommen til %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Dine personlige web services. Alle dine filer, kontaktpersoner, kalender og mere, på ét sted.",
"Get the apps to sync your files" => "Hent applikationerne for at synkronisere dine filer",
"Desktop client" => "Skrivebordsklient",
"Android app" => "Android-app",
"iOS app" => "iOS-app",
"Connect your desktop apps to %s" => "Forbind dine applikationer til %s",
"Connect your Calendar" => "Tilslut din kalender",
"Connect your Contacts" => "Tilslut dine kontaktpersoner",
"Access files via WebDAV" => "Adgang til filer via WebDAV",
"Documentation" => "Dokumentation",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Der er mere information i <a target=\"_blank\" href=\"%s\">dokumentationen</a> og på vores <a target=\"_blank\" href=\"http://owncloud.org\">hjemmeside</a>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Hvis du sætter pris på ownCloud, så\n<a href=\"mailto:?subject=ownCloud&body=ownCloud er en fantastisk og åben softwareløsning til synkronisering og deling af dine filer.\nDu kan hente den frit på http://owncloud.org\">anbefal det til dine venner</a> og <a href=\"http://owncloud.org/promote\" target=\"_blank\">spred budskabet</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";