nextcloud/apps/files_sharing/l10n/bn_IN.php

8 lines
195 B
PHP
Raw Normal View History

2014-07-17 09:55:09 +04:00
<?php
$TRANSLATIONS = array(
"Cancel" => "বাতিল করা",
2014-07-20 09:54:40 +04:00
"Name" => "নাম",
"Download" => "ডাউনলোড করুন"
2014-07-17 09:55:09 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";