diff options
Diffstat (limited to 'apps/user_ldap/l10n/bn_IN.php')
-rw-r--r-- | apps/user_ldap/l10n/bn_IN.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/bn_IN.php b/apps/user_ldap/l10n/bn_IN.php index 3a1e002311c..031969c93d8 100644 --- a/apps/user_ldap/l10n/bn_IN.php +++ b/apps/user_ldap/l10n/bn_IN.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Error" => "ভুল", "_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("","") +"_%s user found_::_%s users found_" => array("",""), +"Save" => "সেভ" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |