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