diff options
Diffstat (limited to 'core/l10n/is.php')
-rw-r--r-- | core/l10n/is.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/is.php b/core/l10n/is.php index 3d3ce41b27a..180e28e974e 100644 --- a/core/l10n/is.php +++ b/core/l10n/is.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Category type not provided." => "Flokkur ekki gefin", "No category to add?" => "Enginn flokkur til að bæta við?", "Object type not provided." => "Tegund ekki í boði.", @@ -124,3 +125,4 @@ "next" => "næsta", "Updating ownCloud to version %s, this may take a while." => "Uppfæri ownCloud í útgáfu %s, það gæti tekið smá stund." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |