diff options
Diffstat (limited to 'apps/files_trashbin/l10n/nl.php')
-rw-r--r-- | apps/files_trashbin/l10n/nl.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/nl.php b/apps/files_trashbin/l10n/nl.php index a0a55eced85..21b6d393781 100644 --- a/apps/files_trashbin/l10n/nl.php +++ b/apps/files_trashbin/l10n/nl.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Couldn't delete %s permanently" => "Kon %s niet permanent verwijderen", "Couldn't restore %s" => "Kon %s niet herstellen", "perform restore operation" => "uitvoeren restore operatie", @@ -17,3 +18,4 @@ "Delete" => "Verwijder", "Deleted Files" => "Verwijderde bestanden" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |