nextcloud/apps/oauth2/l10n/de_DE.js

15 lines
514 B
JavaScript
Raw Normal View History

2017-06-15 03:08:52 +03:00
OC.L10N.register(
"oauth2",
{
2018-02-13 00:34:26 +03:00
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0-Clients",
2017-08-14 03:08:31 +03:00
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.",
2017-06-15 03:08:52 +03:00
"Name" : "Name",
"Redirection URI" : "Weiterleitungs-URI",
"Client Identifier" : "Client-Identifikationsmerkmal",
"Secret" : "Geheimnis",
"Add client" : "Client hinzufügen",
2017-07-21 03:08:16 +03:00
"Add" : "Hinzufügen"
2017-06-15 03:08:52 +03:00
},
"nplurals=2; plural=(n != 1);");