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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/nb_NO.php')
-rw-r--r--l10n/nb_NO.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php
index 71620927..4b5e2f74 100644
--- a/l10n/nb_NO.php
+++ b/l10n/nb_NO.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"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 Calendar" => "Koble til din Kalender",
@@ -8,3 +9,4 @@
"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.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Hvis du liker ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud er et supert open source program for synkronisering og deling av dine filer. Du kan laste det ned gratis fra http://owncloud.org\">anbefal det til vennene dine</a>!"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";