Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n/bn_IN.php')
-rw-r--r--apps/user_ldap/l10n/bn_IN.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/bn_IN.php b/apps/user_ldap/l10n/bn_IN.php
index 3a1e002311c..031969c93d8 100644
--- a/apps/user_ldap/l10n/bn_IN.php
+++ b/apps/user_ldap/l10n/bn_IN.php
@@ -1,6 +1,8 @@
<?php
$TRANSLATIONS = array(
+"Error" => "ভুল",
"_%s group found_::_%s groups found_" => array("",""),
-"_%s user found_::_%s users found_" => array("","")
+"_%s user found_::_%s users found_" => array("",""),
+"Save" => "সেভ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";