summaryrefslogtreecommitdiffstats
path: root/lib/l10n/nb_NO.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/nb_NO.php')
-rw-r--r--lib/l10n/nb_NO.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/nb_NO.php b/lib/l10n/nb_NO.php
index ab2d4f91920..42a43bfd98f 100644
--- a/lib/l10n/nb_NO.php
+++ b/lib/l10n/nb_NO.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Help" => "Hjelp",
"Personal" => "Personlig",
"Settings" => "Innstillinger",
@@ -32,3 +33,4 @@
"years ago" => "år siden",
"Could not find category \"%s\"" => "Kunne ikke finne kategori \"%s\""
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";