2014-07-17 09:55:09 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
|
|
|
"Error" => "ভুল",
|
|
|
|
"Delete" => "মুছে ফেলা",
|
2014-07-28 09:54:30 +04:00
|
|
|
"Get the apps to sync your files" => "আপনার ফাইল সিঙ্ক করার অ্যাপ পান",
|
2014-07-17 09:55:09 +04:00
|
|
|
"Cancel" => "বাতিল করা",
|
|
|
|
"Username" => "ইউজারনেম"
|
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|