nextcloud/settings/l10n/bn_IN.php

10 lines
351 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "ভুল",
"Delete" => "মুছে ফেলা",
"Get the apps to sync your files" => "আপনার ফাইল সিঙ্ক করার অ্যাপ পান",
"Cancel" => "বাতিল করা",
"Username" => "ইউজারনেম"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";