Blame view
sources/apps/firstrunwizard/l10n/da.php
1006 Bytes
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Velkommen til %s", |
|
d1bafeea1
|
4 5 |
"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", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Forbind dine applikationer til %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Tilslut din kalender", "Connect your Contacts" => "Tilslut dine kontaktpersoner", "Access files via WebDAV" => "Adgang til filer via WebDAV", |
|
6d9380f96
|
10 11 |
"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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |