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

ro.js « l10n - github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f954ce924f7c010c50ed99bf693f1a65b705e6e3 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "password_policy",
    {
    "Saved" : "Salvat",
    "Unknown error" : "Eroare necunoscută"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");