12 lines
298 B
JavaScript
12 lines
298 B
JavaScript
|
OC.L10N.register(
|
||
|
"settings",
|
||
|
{
|
||
|
"So-so password" : "So-so wagwoord",
|
||
|
"Security Warning" : "Sekuriteits waarskuwing",
|
||
|
"Password" : "Wagwoord",
|
||
|
"New password" : "Nuwe wagwoord",
|
||
|
"Cancel" : "Kanseleer",
|
||
|
"Username" : "Gebruikersnaam"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|