diff options
Diffstat (limited to 'apps/user_ldap/l10n/ur_PK.php')
-rw-r--r-- | apps/user_ldap/l10n/ur_PK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/ur_PK.php b/apps/user_ldap/l10n/ur_PK.php index 83570a596a2..a84be798f92 100644 --- a/apps/user_ldap/l10n/ur_PK.php +++ b/apps/user_ldap/l10n/ur_PK.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "ایرر", "Password" => "پاسورڈ", "Help" => "مدد" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |