aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/af.js
blob: 406787e94cdc08ca429591c5853de6c6e2cebdb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "OAuth 2.0-kliënte",
    "Name" : "Naam",
    "Redirection URI" : "Herverwysings-URI",
    "Client Identifier" : "Kliëntidentifiseerder",
    "Secret" : "Geheim",
    "Add client" : "Voeg kliënt toe",
    "Add" : "Voeg toe"
},
"nplurals=2; plural=(n != 1);");