Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/l10n/de_DE.js')
-rw-r--r--apps/oauth2/l10n/de_DE.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js
index 5cbde62dfa7..ba1802f6439 100644
--- a/apps/oauth2/l10n/de_DE.js
+++ b/apps/oauth2/l10n/de_DE.js
@@ -4,9 +4,13 @@ OC.L10N.register(
"OAuth 2.0 clients" : "OAuth 2.0-Clients",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.",
"Name" : "Name",
+ "_headerName_::_col_" : ["headerName","col"],
"Redirection URI" : "Weiterleitungs-URI",
+ "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"],
"Client Identifier" : "Client-Identifikationsmerkmal",
+ "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"],
"Secret" : "Geheimnis",
+ "_headerSecret_::_col_" : ["headerSecret","col"],
"Add client" : "Client hinzufügen",
"Add" : "Hinzufügen",
"_button_::_submit_" : ["Knopf","Übermitteln"],