14 lines
306 B
JavaScript
14 lines
306 B
JavaScript
OC.L10N.register(
|
|
"user_ldap",
|
|
{
|
|
"Server" : "Servidor",
|
|
"Users" : "Usancièrs",
|
|
"Groups" : "Grops",
|
|
"Help" : "Ajuda",
|
|
"Host" : "Òste",
|
|
"Port" : "Pòrt",
|
|
"Password" : "Senhal",
|
|
"Continue" : "Contunhar",
|
|
"Advanced" : "Avançat"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|