diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-17 01:55:09 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-17 01:55:09 -0400 |
commit | b736864e78508a049638a2621cc3104af0f6d1d5 (patch) | |
tree | f2153be7b0b981bb770a326b83c3fa19e9335fe3 /apps/files_external/l10n/bn_IN.php | |
parent | da160a5a3e6eed90a6175d287b4d76f6d2e41639 (diff) | |
download | nextcloud-server-b736864e78508a049638a2621cc3104af0f6d1d5.tar.gz nextcloud-server-b736864e78508a049638a2621cc3104af0f6d1d5.zip |
[tx-robot] updated from transifex
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);"; |