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

bn_BD.js « l10n « encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d20f4caa266d42d72d222e32806b7bc43985ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "encryption",
    {
    "Recovery key successfully enabled" : "পূনরুদ্ধার চাবি সার্থকভাবে কার্যকর করা হয়েছে",
    "Recovery key successfully disabled" : "পূনরুদ্ধার চাবি সার্থকভাবে অকার্যকর করা হয়েছে",
    "Password successfully changed." : "আপনার কূটশব্দটি সার্থকভাবে পরিবর্তন করা হয়েছে ",
    "Cheers!" : "শুভেচ্ছা!",
    "Change recovery key password:" : "পূণরূদ্ধার কি এর কুটশব্দ পরিবর্তন করুন:",
    "Change Password" : "কূটশব্দ পরিবর্তন করুন",
    "Enabled" : "কার্যকর",
    "Disabled" : "অকার্যকর"
},
"nplurals=2; plural=(n != 1);");