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