nextcloud/settings/l10n/bn_IN.php

11 lines
390 B
PHP
Raw Normal View History

2014-07-17 09:55:09 +04:00
<?php
$TRANSLATIONS = array(
2014-08-18 09:56:30 +04:00
"Saved" => "সংরক্ষিত",
2014-07-17 09:55:09 +04:00
"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);";