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

bn_BD.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a964966e805601fe6eb7172d9521473d30ec117a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "notes",
    {
    "Notes" : "নোট",
    "Error" : "সমস্যা",
    "New note" : "নতুন নোট",
    "Settings" : "সেটিংস",
    "Today" : "আজ",
    "Yesterday" : "গতকাল",
    "Delete note" : "নোট মোছ",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "বিসতারিত",
    "Edit" : "সম্পাদনা"
},
"nplurals=2; plural=(n != 1);");