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

ar.js « l10n - github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3088174c7206dc944a0ad3a76ca33b26a0447c4e (plain)
1
2
3
4
5
6
OC.L10N.register(
    "impersonate",
    {
    "User not found" : "لم يتم العثور على المستخدم"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");