Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bn_IN.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 687945782de921ddc0498788d2af2671511b1cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "স্থায়ীভাবে %s গুলি মুছে ফেলা যায়নি",
"Couldn't restore %s" => "%s পুনরুদ্ধার করা যায়নি",
"Deleted files" => "ফাইলস মুছে ফেলা হয়েছে",
"Restore" => "পুনরুদ্ধার",
"Error" => "ভুল",
"restored" => "পুনরুদ্ধার করা হয়েছে",
"Nothing in here. Your trash bin is empty!" => "কিছুই নেই এখানে।আপনার ট্র্যাশ বিন খালি!",
"Name" => "নাম",
"Deleted" => "মুছে ফেলা হয়েছে",
"Delete" => "মুছে ফেলা"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";