da.php 1006 Bytes
<?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",
"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>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";