diff options
Diffstat (limited to 'apps/user_ldap/l10n/is.php')
-rw-r--r-- | apps/user_ldap/l10n/is.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/is.php b/apps/user_ldap/l10n/is.php index 6ea474f56df..70c6bb61570 100644 --- a/apps/user_ldap/l10n/is.php +++ b/apps/user_ldap/l10n/is.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Keep settings?" => "Geyma stillingar ?", "Error" => "Villa", "Host" => "Netþjónn", @@ -6,3 +7,4 @@ "Test Configuration" => "Prúfa uppsetningu", "Help" => "Hjálp" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |