summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/es_AR.js
blob: 05fb7f8844f26db2163fe1b3512759e6a299062a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0 clients" : "Clientes OAuth 2.0",
    "Name" : "Nombre",
    "Redirection URI" : "URI de redirección",
    "Client Identifier" : "Identificador del cliente",
    "Secret" : "Secreto",
    "Add client" : "Agregar cliente",
    "Add" : "Agregar"
},
"nplurals=2; plural=(n != 1);");