2018-02-24 01:12:16 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
|
|
|
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Name" : "Nome",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Redirection URI" : "URI de redireccionamento",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Client Identifier" : "Identificador de Cliente",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Secret" : "Segredo",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Add client" : "Adicionar cliente",
|
2018-11-20 01:12:39 +00:00
|
|
|
"Add" : "Adicionar",
|
|
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth2.0 permite que dispositivos externos peçam acesso a %s."
|
2018-02-24 01:12:16 +00:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|