diff options
Diffstat (limited to 'apps/files_external/l10n/nn_NO.php')
-rw-r--r-- | apps/files_external/l10n/nn_NO.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/nn_NO.php b/apps/files_external/l10n/nn_NO.php index 998c3f82457..7bb38f14cee 100644 --- a/apps/files_external/l10n/nn_NO.php +++ b/apps/files_external/l10n/nn_NO.php @@ -1,6 +1,8 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Configuration" => "Innstillingar", "Groups" => "Grupper", "Users" => "Brukarar", "Delete" => "Slett" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |