aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/de_DE.js
blob: 9fce0856933d4ad6a60f1edbcec665875e4d152e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0 clients" : "OAuth-2.0-Clients",
    "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf %s zu fragen.",
    "Name" : "Name",
    "Redirection URI" : "Weiterleitungs-URI",
    "Client Identifier" : "Client-Identifikationsmerkmal",
    "Secret" : "Geheimnis",
    "Add client" : "Client hinzufügen",
    "Add" : "Hinzufügen"
},
"nplurals=2; plural=(n != 1);");