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