diff options
Diffstat (limited to 'core/l10n/bn_IN.php')
-rw-r--r-- | core/l10n/bn_IN.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/core/l10n/bn_IN.php b/core/l10n/bn_IN.php index ffcdde48d47..38bd029ce4a 100644 --- a/core/l10n/bn_IN.php +++ b/core/l10n/bn_IN.php @@ -1,9 +1,18 @@ <?php $TRANSLATIONS = array( +"Settings" => "সেটিংস", +"Saving..." => "সংরক্ষণ করা হচ্ছে ...", "_%n minute ago_::_%n minutes ago_" => array("",""), "_%n hour ago_::_%n hours ago_" => array("",""), "_%n day ago_::_%n days ago_" => array("",""), "_%n month ago_::_%n months ago_" => array("",""), -"_{count} file conflict_::_{count} file conflicts_" => array("","") +"_{count} file conflict_::_{count} file conflicts_" => array("",""), +"Cancel" => "বাতিল করা", +"Share" => "শেয়ার", +"Error" => "ভুল", +"Warning" => "সতর্কীকরণ", +"Delete" => "মুছে ফেলা", +"Add" => "যোগ করা", +"Username" => "ইউজারনেম" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |