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

bn_BD.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e98ad58ac7f6ebf7c437386e97d7e3564b19f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "চিত্রসমূহ",
"Picture view" => "চিত্র দর্শন",
"Error loading slideshow template" => "স্লাইডশো টেমপ্লেট লোড করতে সমস্যা হচ্ছে",
"Share" => "ভাগাভাগি কর",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "কোন চিত্র পাওয়া গেলনা! ফাইল অ্যাপে চিত্র আপলোড করলে তা এখানে প্রদর্শিত হবে।",
"shared by %s" => "%s দ্বারা ভাগাভাগিকৃত",
"File list" => "ফাইল তালিকা"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";