diff options
Diffstat (limited to 'apps/files_trashbin/l10n/is.php')
-rw-r--r-- | apps/files_trashbin/l10n/is.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/is.php b/apps/files_trashbin/l10n/is.php index 12267c6695a..1cf794db976 100644 --- a/apps/files_trashbin/l10n/is.php +++ b/apps/files_trashbin/l10n/is.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "Villa", "Name" => "Nafn", "1 folder" => "1 mappa", @@ -7,3 +8,4 @@ "{count} files" => "{count} skrár", "Delete" => "Eyða" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |