diff options
Diffstat (limited to 'apps/files/l10n/nn_NO.php')
-rw-r--r-- | apps/files/l10n/nn_NO.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php index dcc3373bea0..2e1a5a5cfcb 100644 --- a/apps/files/l10n/nn_NO.php +++ b/apps/files/l10n/nn_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet", "Could not move %s" => "Klarte ikkje flytta %s", "No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil", @@ -72,3 +73,4 @@ "Current scanning" => "Køyrande skanning", "Upgrading filesystem cache..." => "Oppgraderer mellomlageret av filsystemet …" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |