blob: 8c070c5bda482ec38e14ec83350eed926dfcc19f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "Vòstre client es pas autorizat a se connectar. Mercés d’informar l’administrator de vòstre client.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vòstra URL de redireccion deu èsser una URL complèta per exemple : https://vostredomeni.com/path",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Permet l’autentificacion compatibla OAuth2 a partir d’autras aplicacions web",
"OAuth 2.0 clients" : "clients OAuth 2.0",
"Add client" : "Apondre un client",
"Name" : "Nom",
"Redirection URI" : "URI de redireccion",
"Add" : "Apondre",
"Client Identifier" : "Identificador client",
"Secret" : "Secret",
"Show client secret" : "Afichar lo secret del client",
"Delete" : "Suprimir"
},
"nplurals=2; plural=(n > 1);");
|