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("",""),
|
|
|
|
"Save" => "সেভ"
|
2014-05-20 09:54:53 +04:00
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|