aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/ast.js
blob: 04403879f6f18694c2c1eade4550e76ad56cfb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "oauth2",
    {
    "Your client is not authorized to connect. Please inform the administrator of your client." : "El veceru nun tien autorización pa conectase. Informa al alministrador de l'aplicación.",
    "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "La URL de redireición tien de ser una URL completa, por exemplu: https://dominiu.com/camin",
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "Veceros d'OAuth 2.0",
    "Name" : "Nome",
    "Redirection URI" : "URI de redireición",
    "Client Identifier" : "Identificador del veceru",
    "Secret key" : "Clave del secretu",
    "Delete client" : "Desaniciar el veceru",
    "Add client" : "Amestar el veceru",
    "Add" : "Amestar",
    "Delete" : "Desaniciar",
    "Show client secret" : "Amosar el secretu del veceru",
    "Hide client secret" : "Anubrir el secretu del veceru",
    "Secret" : "Secretu"
},
"nplurals=2; plural=(n != 1);");