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