diff options
Diffstat (limited to 'apps/files_external/l10n/bn_IN.php')
-rw-r--r-- | apps/files_external/l10n/bn_IN.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_external/l10n/bn_IN.php b/apps/files_external/l10n/bn_IN.php new file mode 100644 index 00000000000..f403d887ae9 --- /dev/null +++ b/apps/files_external/l10n/bn_IN.php @@ -0,0 +1,9 @@ +<?php +$TRANSLATIONS = array( +"Username" => "ইউজারনেম", +"Share" => "শেয়ার", +"URL" => "URL", +"Name" => "নাম", +"Delete" => "মুছে ফেলা" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |