diff options
Diffstat (limited to 'apps/user_ldap/l10n/te.php')
-rw-r--r-- | apps/user_ldap/l10n/te.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/te.php b/apps/user_ldap/l10n/te.php index 23728a9d34b..734f200cf9c 100644 --- a/apps/user_ldap/l10n/te.php +++ b/apps/user_ldap/l10n/te.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Error" => "పొరపాటు", -"Password" => "సంకేతపదం", -"Help" => "సహాయం" +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("",""), +"Help" => "సహాయం", +"Password" => "సంకేతపదం" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |