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: 8bb53a38711239178d96c67659a58b3d2428f375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"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>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";