server/apps/user_ldap/l10n/bn_IN.php

10 lines
263 B
PHP
Raw Normal View History

2014-05-20 05:54:53 +00:00
<?php
$TRANSLATIONS = array(
2014-07-17 05:55:09 +00:00
"Error" => "ভুল",
2014-05-20 05:54:53 +00:00
"_%s group found_::_%s groups found_" => array("",""),
2014-07-17 05:55:09 +00:00
"_%s user found_::_%s users found_" => array("",""),
2014-07-28 05:54:30 +00:00
"Save" => "সেভ",
"Host" => "হোস্ট"
2014-05-20 05:54:53 +00:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";