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

cy_GB.js « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d47b3b4e66192a5dcc23f8d7d8c7c5379f273af (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "user_ldap",
    {
    "Users" : "Defnyddwyr",
    "Groups" : "Grwpiau",
    "Help" : "Cymorth",
    "Password" : "Cyfrinair",
    "Advanced" : "Uwch"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");