summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/ca.js
blob: 19d6ae7f001f909aa460cda9300594c118022de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0 clients" : "clients OAuth 2.0",
    "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet que els serveis externs sol·licitin accés a %s.",
    "Name" : "Nom",
    "Redirection URI" : "URl redirecció",
    "Client Identifier" : "Identificador de client",
    "Secret" : "Secret",
    "Add client" : "Afegir client",
    "Add" : "Afegir"
},
"nplurals=2; plural=(n != 1);");