2017-11-03 01:09:06 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-05-23 00:15:44 +00:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-11-03 01:09:06 +00:00
|
|
|
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Name" : "Nombre",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Redirection URI" : "URI para redirección",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Client Identifier" : "Identificador del cliente",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Secret" : "Secreto",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Add client" : "Agregar cliente",
|
2019-03-21 01:13:49 +00:00
|
|
|
"Add" : "Agregar"
|
2017-11-03 01:09:06 +00:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|