summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/es_MX.js
blob: 503f02c74b14707d5189e2214bb6b74a25ebe7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
    "OAuth 2.0 clients" : "Clientes OAuth 2.0",
    "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.",
    "Name" : "Nombre",
    "Redirection URI" : "URI para redirección",
    "Client Identifier" : "Identificador del cliente",
    "Secret" : "Secreto",
    "Add client" : "Agregar cliente",
    "Add" : "Agregar"
},
"nplurals=2; plural=(n != 1);");