diff options
Diffstat (limited to 'core/l10n/nn_NO.php')
-rw-r--r-- | core/l10n/nn_NO.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php index d1a7bb4f9ed..246429b79f5 100644 --- a/core/l10n/nn_NO.php +++ b/core/l10n/nn_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Category type not provided." => "Ingen kategoritype.", "No category to add?" => "Ingen kategori å leggja til?", "This category already exists: %s" => "Denne kategorien finst alt: %s", @@ -131,3 +132,4 @@ "next" => "neste", "Updating ownCloud to version %s, this may take a while." => "Oppdaterer ownCloud til utgåve %s, dette kan ta ei stund." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |