diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-22 01:12:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-22 01:12:20 +0000 |
commit | f3fb6676e962255246036dced5499f17a6b71e1c (patch) | |
tree | 727c1683ca6d5033e95b03c0524b3b6319c8a371 /apps/oauth2/l10n | |
parent | 8c9e78d8b17f72670ba02007e844a3ba6b021c1a (diff) | |
download | nextcloud-server-f3fb6676e962255246036dced5499f17a6b71e1c.tar.gz nextcloud-server-f3fb6676e962255246036dced5499f17a6b71e1c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/cs.js | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/cs.json | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/fr.json | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js index 746f621d458..f194f53b7b8 100644 --- a/apps/oauth2/l10n/cs.js +++ b/apps/oauth2/l10n/cs.js @@ -6,12 +6,15 @@ OC.L10N.register( "Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.", "OAuth 2.0 clients" : "OAuth 2.0 klienti", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externím službám vyžádat si přístup k {instanceName}.", "Name" : "Název", "Redirection URI" : "URL pro přesměrování", "Client Identifier" : "Identifikátor klienta", "Secret" : "Tajemství", "Add client" : "Přidat klienta", "Add" : "Přidat", + "Show client secret" : "Zobrazit klientské tajemství", + "Delete" : "Smazat", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k %s." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/oauth2/l10n/cs.json b/apps/oauth2/l10n/cs.json index 49ef6f72457..637b4184b67 100644 --- a/apps/oauth2/l10n/cs.json +++ b/apps/oauth2/l10n/cs.json @@ -4,12 +4,15 @@ "Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.", "OAuth 2.0 clients" : "OAuth 2.0 klienti", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externím službám vyžádat si přístup k {instanceName}.", "Name" : "Název", "Redirection URI" : "URL pro přesměrování", "Client Identifier" : "Identifikátor klienta", "Secret" : "Tajemství", "Add client" : "Přidat klienta", "Add" : "Přidat", + "Show client secret" : "Zobrazit klientské tajemství", + "Delete" : "Smazat", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k %s." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js index 9975d9e8d45..a00901bf05b 100644 --- a/apps/oauth2/l10n/fr.js +++ b/apps/oauth2/l10n/fr.js @@ -13,6 +13,7 @@ OC.L10N.register( "Secret" : "Secret", "Add client" : "Ajouter un client", "Add" : "Ajouter", + "Show client secret" : "Afficher client secret", "Delete" : "Supprimer", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s." }, diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json index 60833263f8e..6d64340dd40 100644 --- a/apps/oauth2/l10n/fr.json +++ b/apps/oauth2/l10n/fr.json @@ -11,6 +11,7 @@ "Secret" : "Secret", "Add client" : "Ajouter un client", "Add" : "Ajouter", + "Show client secret" : "Afficher client secret", "Delete" : "Supprimer", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s." },"pluralForm" :"nplurals=2; plural=(n > 1);" |