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

bn_IN.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99daa51da7965e8e80ebec6d4272b0a6ce1ffc73 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Cancel" => "বাতিল করা",
"Name" => "নাম",
"Download" => "ডাউনলোড করুন"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";