diff options
Diffstat (limited to 'apps/files_trashbin/l10n/nn_NO.php')
-rw-r--r-- | apps/files_trashbin/l10n/nn_NO.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/nn_NO.php b/apps/files_trashbin/l10n/nn_NO.php index 454ea2b0575..3e1f9b819a8 100644 --- a/apps/files_trashbin/l10n/nn_NO.php +++ b/apps/files_trashbin/l10n/nn_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Couldn't delete %s permanently" => "Klarte ikkje sletta %s for godt", "Couldn't restore %s" => "Klarte ikkje gjenoppretta %s", "perform restore operation" => "utfør gjenoppretting", @@ -16,3 +17,4 @@ "Delete" => "Slett", "Deleted Files" => "Sletta filer" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |