13 lines
333 B
JavaScript
13 lines
333 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
|
|
"Name" : "Nombre",
|
|
"Redirection URI" : "URI de redirección",
|
|
"Client Identifier" : "Identificador del cliente",
|
|
"Secret" : "Secreto",
|
|
"Add client" : "Agregar cliente",
|
|
"Add" : "Agregar"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|