summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-20 01:54:40 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-20 01:54:40 -0400
commitddc85a987134ddefd9887cd547554422a6d86c7a (patch)
tree2cf3038b8fd7214dee2ae3de4c6b2e84711ee1ed /apps/files/l10n
parentd09ec367512ee9afb6daa5d9d0f89cbe7a6ca582 (diff)
downloadnextcloud-server-ddc85a987134ddefd9887cd547554422a6d86c7a.tar.gz
nextcloud-server-ddc85a987134ddefd9887cd547554422a6d86c7a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/bn_IN.php20
1 files changed, 19 insertions, 1 deletions
diff --git a/apps/files/l10n/bn_IN.php b/apps/files/l10n/bn_IN.php
index 9fc02669d89..ae53a11b8ec 100644
--- a/apps/files/l10n/bn_IN.php
+++ b/apps/files/l10n/bn_IN.php
@@ -1,14 +1,32 @@
<?php
$TRANSLATIONS = array(
+"Could not move %s - File with this name already exists" => "%s সরানো যায়নি-এই নামে আগে থেকেই ফাইল আছে",
+"Could not move %s" => "%s সরানো যায়নি",
+"No file was uploaded. Unknown error" => "কোন ফাইল আপলোড করা হয় নি।অজানা ত্রুটি",
+"There is no error, the file uploaded with success" => "কোন ত্রুটি নেই,ফাইল সাফল্যের সঙ্গে আপলোড করা হয়েছে",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলোড করা ফাইল-php.ini মধ্যে upload_max_filesize নির্দেশ অতিক্রম করে:",
+"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "আপলোড করা ফাইল HTML ফর্মের জন্য MAX_FILE_SIZE নির্দেশ অতিক্রম করে",
+"The uploaded file was only partially uploaded" => "আপলোড করা ফাইল শুধুমাত্র আংশিকভাবে আপলোড করা হয়েছে",
+"No file was uploaded" => "কোন ফাইল আপলোড করা হয় নি",
+"Missing a temporary folder" => "একটি অস্থায়ী ফোল্ডার পাওয়া যাচ্ছেনা",
+"Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ",
+"Not enough storage available" => "যথেষ্ট স্টোরেজ পাওয়া যায় না",
+"Invalid directory." => "অবৈধ ডিরেক্টরি।",
"Files" => "ফাইলস",
"Share" => "শেয়ার",
"Delete" => "মুছে ফেলা",
+"Delete permanently" => "স্থায়ীভাবে মুছে দিন",
+"Rename" => "পুনঃনামকরণ",
+"Pending" => "মুলতুবি",
"Error" => "ভুল",
"Name" => "নাম",
"Size" => "আকার",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
-"Save" => "সেভ"
+"Save" => "সেভ",
+"New folder" => "নতুন ফোল্ডার",
+"Folder" => "ফোল্ডার",
+"Download" => "ডাউনলোড করুন"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";