aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/ast.js
blob: f35c38ef67808d9099ee11a0a1e81a5a32c9651b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "Veceros d'OAuth 2.0",
    "Name" : "Nome",
    "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);");