2017-08-21 03:08:22 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-02-17 04:12:55 +03:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-08-21 03:08:22 +03:00
|
|
|
"OAuth 2.0 clients" : "Veceros d'OAuth 2.0",
|
|
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permite a los servicios esternos solicitar accesu a %s.",
|
|
|
|
"Name" : "Nome",
|
|
|
|
"Redirection URI" : "URI de redireición",
|
|
|
|
"Client Identifier" : "Identificador del veceru",
|
|
|
|
"Secret" : "Secretu",
|
|
|
|
"Add client" : "Amestar veceru",
|
|
|
|
"Add" : "Amestar"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|