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

lb.js « l10n « encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 478426b6a1c709d92b841bcb01fbefea6238eaa8 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "encryption",
    {
    "Cheers!" : "Prost!",
    "Change Password" : "Passwuert änneren",
    "Enabled" : "Aktivéiert",
    "Disabled" : "Deaktivéiert"
},
"nplurals=2; plural=(n != 1);");