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

af.js « l10n - github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53482b03b85da4acdfdddb8c05a2e05fbea762e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "password_policy",
    {
    "Password policy" : "Wagwoordbeleid",
    "Minimal length" : "Minimumlengte",
    "Forbid common passwords" : "Verbied algemene wagwoorde",
    "Enforce upper and lower case characters" : "Dwing klein- en hoofletterkarakters af",
    "Enforce numeric characters" : "Dwing numeriese karakters af",
    "Enforce special characters" : "Dwing spesiale karakters af"
},
"nplurals=2; plural=(n != 1);");