diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-25 00:12:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-25 00:12:07 +0000 |
commit | ea89600ca0e8806692cdc9a6f1df0200a2f062ae (patch) | |
tree | 9745cce512568b3e4029ed9f1aa0ed9c73d1186f /apps/oauth2 | |
parent | 38040951f5a2bbb5b77fd1f7bee4ffb8e2846f2b (diff) | |
download | nextcloud-server-ea89600ca0e8806692cdc9a6f1df0200a2f062ae.tar.gz nextcloud-server-ea89600ca0e8806692cdc9a6f1df0200a2f062ae.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/de.js | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/de.json | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/fr.js | 6 | ||||
-rw-r--r-- | apps/oauth2/l10n/fr.json | 6 |
4 files changed, 18 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/de.js b/apps/oauth2/l10n/de.js index c0d77bbd6a8..ec385188b26 100644 --- a/apps/oauth2/l10n/de.js +++ b/apps/oauth2/l10n/de.js @@ -4,10 +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"], diff --git a/apps/oauth2/l10n/de.json b/apps/oauth2/l10n/de.json index 7145af84c1a..2396586807e 100644 --- a/apps/oauth2/l10n/de.json +++ b/apps/oauth2/l10n/de.json @@ -2,10 +2,13 @@ "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"], diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js index 267bab27220..5d4e67e8232 100644 --- a/apps/oauth2/l10n/fr.js +++ b/apps/oauth2/l10n/fr.js @@ -4,11 +4,17 @@ OC.L10N.register( "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", "Name" : "Nom", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "URI de redirection", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identifiant du client", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Secret", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Ajouter un client", "Add" : "Ajouter", + "_button_::_submit_" : ["button","submit"], + "_section_::_oauth2_" : ["section","oauth2"], "Show client secret" : "Afficher le secret du client", "Delete" : "Supprimer", "OAuth 2.0" : "OAuth 2.0", diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json index 92c73f5483e..4c54e361166 100644 --- a/apps/oauth2/l10n/fr.json +++ b/apps/oauth2/l10n/fr.json @@ -2,11 +2,17 @@ "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", "Name" : "Nom", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "URI de redirection", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identifiant du client", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Secret", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Ajouter un client", "Add" : "Ajouter", + "_button_::_submit_" : ["button","submit"], + "_section_::_oauth2_" : ["section","oauth2"], "Show client secret" : "Afficher le secret du client", "Delete" : "Supprimer", "OAuth 2.0" : "OAuth 2.0", |