blob: e6f685c3c7f1d7a042a47e67374358dd2d3a7f34 (
plain)
1
2
3
4
5
6
7
8
9
10
|
OC.L10N.register(
"user_ldap",
{
"Users" : "Gebruikers",
"Help" : "Hulp",
"Password" : "Wagwoord",
"Continue" : "Gaan voort",
"Advanced" : "Gevorderd"
},
"nplurals=2; plural=(n != 1);");
|