diff options
Diffstat (limited to 'apps/user_ldap/l10n/mk.php')
-rw-r--r-- | apps/user_ldap/l10n/mk.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/mk.php b/apps/user_ldap/l10n/mk.php index 6a060aca415..3d261c3d80c 100644 --- a/apps/user_ldap/l10n/mk.php +++ b/apps/user_ldap/l10n/mk.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Deletion failed" => "Бришењето е неуспешно", "Error" => "Грешка", "Host" => "Домаќин", @@ -6,3 +7,4 @@ "Password" => "Лозинка", "Help" => "Помош" ); +$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |