You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud-server/lib/l10n/bn_BD.php

30 lines
1.8 KiB

<?php
$TRANSLATIONS = array(
"Help" => "সহি",
"Personal" => "বযকিগত",
"Settings" => "নিমকসমহ",
"Users" => "বযবহরক",
"Admin" => "পরশসন",
"web services under your control" => "ওয়ব সিস আপনর হর ময়",
"ZIP download is turned off." => "ZIP ডউনলড বনধ কর আছ।",
"Files need to be downloaded one by one." => "ফইলগ এক একউনলড কর আবশযক।",
"Back to Files" => "ফইলি চল",
"Selected files too large to generate zip file." => "নিিত ফইলগ এতই বহৎ যিপ ফইল ত কর সমভব নয়।",
"Application is not enabled" => "অিসনটি সকিয় নয়",
"Authentication error" => "অনদন ঘটিত সমস",
"Token expired. Please reload page." => "টন মণ। দয় করিনরয় লড করন।",
"Files" => "ফইল",
"Text" => "টসট",
"seconds ago" => "সড প",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
"today" => "আজ",
"yesterday" => "গতকল",
"_%n day go_::_%n days ago_" => array("",""),
"last month" => "গত মস",
"_%n month ago_::_%n months ago_" => array("",""),
"last year" => "গত বছর",
"years ago" => "বছর প"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";