nextcloud/apps/files_sharing/l10n/bn_BD.php

10 lines
309 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "বাতিল",
"Shared by" => "যাদের মাঝে ভাগাভাগি করা হয়েছে",
"Password" => "কূটশব্দ",
"Name" => "নাম",
"Download" => "ডাউনলোড"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";