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