Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nb_NO.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eca1418e80840c5871bff3202383a565a4b3a5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "Et trygt hjem for alle dine data",
"Get the apps to sync your files" => "Hent apper som synkroniserer filene dine",
"Desktop client" => "Skrivebordsklient",
"Android app" => "Android-app",
"iOS app" => "iOS-app",
"Connect your desktop apps to %s" => "Koble skrivebord-apper til %s",
"Connect your Calendar" => "Koble til kalenderen din",
"Connect your Contacts" => "Koble til kontaktene dine",
"Documentation" => "Dokumentasjon",
"Access files via WebDAV" => "Få tilgang 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>." => "Du finner 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);";