14 lines
354 B
JavaScript
14 lines
354 B
JavaScript
OC.L10N.register(
|
|
"user_ldap",
|
|
{
|
|
"Deletion failed" : "Fracàs d'escafatge",
|
|
"Error" : "Error",
|
|
"_%s group found_::_%s groups found_" : ["",""],
|
|
"_%s user found_::_%s users found_" : ["",""],
|
|
"Save" : "Enregistra",
|
|
"Help" : "Ajuda",
|
|
"Password" : "Senhal",
|
|
"Advanced" : "Avançat"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|