blob: 0a4fa3252242fc2f1debaea36d7bbfedb51e5351 (
plain)
1
2
3
4
5
6
7
8
9
10
|
OC.L10N.register(
"settings",
{
"So-so password" : "So-so wagwoord",
"Password" : "Wagwoord",
"New password" : "Nuwe wagwoord",
"Cancel" : "Kanseleer",
"Username" : "Gebruikersnaam"
},
"nplurals=2; plural=(n != 1);");
|