Blame view
sources/apps/firstrunwizard/l10n/nb_NO.php
996 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 |
<?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", |
|
d1bafeea1
|
9 |
"Access files via WebDAV" => "Få tilgang til filer via WebDAV", |
|
6d9380f96
|
10 11 |
"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." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |