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

da.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95f8338f1912f8ec9fa515043a2299c9e8690acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "firstrunwizard",
    {
    "A safe home for all your data" : "Et sikkert sted til dine data",
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Få adgang og giv andre adgang til dine filer, kalendere, kontakter, emails med mere, fra enhver enhed og på dine betingelser",
    "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",
    "Documentation" : "Dokumentation",
    "Access files via WebDAV" : "Adgang til filer via WebDAV",
    "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>."
},
"nplurals=2; plural=(n != 1);");