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

bn_IN.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d516a4a17dd2c72dd2fb938b945f45cb05be3f08 (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);";