diff options
Diffstat (limited to 'apps/files_trashbin/l10n/nb_NO.php')
-rw-r--r-- | apps/files_trashbin/l10n/nb_NO.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/nb_NO.php b/apps/files_trashbin/l10n/nb_NO.php index 43ad0180494..e650904a412 100644 --- a/apps/files_trashbin/l10n/nb_NO.php +++ b/apps/files_trashbin/l10n/nb_NO.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Couldn't delete %s permanently" => "Kunne ikke slette %s fullstendig", "Couldn't restore %s" => "Kunne ikke gjenopprette %s", "perform restore operation" => "utfør gjenopprettings operasjon", @@ -16,3 +17,4 @@ "Delete" => "Slett", "Deleted Files" => "Slettet filer" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |