blob: 9dbc0dfb59d3d12b0ca227d90125f613c30e827e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
OC.L10N.register(
"oauth2",
{
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0-Clients",
"Name" : "Name",
"Client Identifier" : "Client-Identifikationsmerkmal",
"Add client" : "Client hinzufügen",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.",
"Redirection URI" : "Weiterleitungs-URI",
"Secret" : "Geheimnis",
"Add" : "Hinzufügen"
},
"nplurals=2; plural=(n != 1);");
|