blob: 07a7510eda65502e4ef57630bc1eaa3381ec2747 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OC.L10N.register(
"oauth2",
{
"OAuth 2.0" : "OAuth 2.0",
"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);");
|