diff options
Diffstat (limited to 'apps/files_sharing/l10n/nb_NO.php')
-rw-r--r-- | apps/files_sharing/l10n/nb_NO.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php index 65eadd3ccae..dd8a8edf313 100644 --- a/apps/files_sharing/l10n/nb_NO.php +++ b/apps/files_sharing/l10n/nb_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.", "Password" => "Passord", "Submit" => "Send inn", @@ -9,3 +10,4 @@ "Cancel upload" => "Avbryt opplasting", "No preview available for" => "Forhåndsvisning ikke tilgjengelig for" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |