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

bn_BD.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14e99982951b2e35c11dd436daba8392c8bf0326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "richdocuments",
    {
    "Can't create document" : "ডকুমেন্ট তৈরী করা যাবেনা",
    "Saved" : "সংরক্ষণ করা হলো",
    "File is too big" : "ফাইল খুব বড়",
    "Select groups" : "গ্রুপ নির্ধারণ",
    "Description" : "বিবরণ",
    "Error" : "সমস্যা",
    "Nickname" : "ছদ্মনাম",
    "Cancel" : "বাতির",
    "Save" : "সংরক্ষণ",
    "Create" : "তৈরী কর",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "বিসতারিত",
    "Download" : "ডাউনলোড"
},
"nplurals=2; plural=(n != 1);");