server/apps/oauth2/l10n/de.js

17 lines
1 KiB
JavaScript
Raw Normal View History

2017-05-20 00:08:27 +00:00
OC.L10N.register(
"oauth2",
{
2018-02-12 21:33:37 +00:00
"OAuth 2.0" : "OAuth 2.0",
2018-05-25 00:14:54 +00:00
"Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.",
2018-05-26 00:13:01 +00:00
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.",
2018-02-12 21:33:37 +00:00
"OAuth 2.0 clients" : "OAuth 2.0-Clients",
2017-08-14 00:08:21 +00: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-05-20 00:08:27 +00:00
"Name" : "Name",
"Redirection URI" : "Weiterleitungs-URI",
"Client Identifier" : "Client-Identifikationsmerkmal",
"Secret" : "Geheimnis",
"Add client" : "Client hinzufügen",
2017-07-21 00:08:06 +00:00
"Add" : "Hinzufügen"
2017-05-20 00:08:27 +00:00
},
"nplurals=2; plural=(n != 1);");