nb_NO.php
996 Bytes
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Velkommen til %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Din personlige webtjeneste. Alle dine filer, kontakter, kalender og mer – på ett sted.",
"Get the apps to sync your files" => "Få appene som synkroniserer filene dine",
"Connect your desktop apps to %s" => "Koble dine skrivebord-apper til %s",
"Connect your Calendar" => "Koble til kalenderen din",
"Connect your Contacts" => "Koble til kontaktene dine",
"Access files via WebDAV" => "Få tilgang til filer via WebDAV",
"Documentation" => "Dokumentasjon",
"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>." => "Det finnes mer informasjon i <a target=\"_blank\" href=\"%s\">dokumentasjonen</a> og på <a target=\"_blank\" href=\"http://owncloud.org\">websiden</a> vår."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";