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:
authorNextcloud bot <bot@nextcloud.com>2018-06-24 03:12:06 +0300
committerNextcloud bot <bot@nextcloud.com>2018-06-24 03:12:06 +0300
commita4b5ff8420a074550c61292d29bb23f24b159795 (patch)
tree185e894386d88e689b55d0133482a7ef59ec0b43 /apps/oauth2/l10n/de_DE.js
parent5428cd2f50c5097316691d028cbf52e0fd9089bd (diff)
[tx-robot] updated from transifex
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"],