diff options
Diffstat (limited to 'apps/files_sharing/l10n/nn_NO.php')
-rw-r--r-- | apps/files_sharing/l10n/nn_NO.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/nn_NO.php b/apps/files_sharing/l10n/nn_NO.php index afa3eabe8cf..bcb6538b09f 100644 --- a/apps/files_sharing/l10n/nn_NO.php +++ b/apps/files_sharing/l10n/nn_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Passord", "Submit" => "Send", "%s shared the folder %s with you" => "%s delte mappa %s med deg", @@ -8,3 +9,4 @@ "Cancel upload" => "Avbryt opplasting", "No preview available for" => "Inga førehandsvising tilgjengeleg for" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |