diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-21 00:12:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-21 00:12:08 +0000 |
commit | 0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2 (patch) | |
tree | b1ba96ee807626b994512ba15beec0c5c0fce9dc /apps/oauth2 | |
parent | 58e281857f421b69479f9fa2a01d5d52410cde6a (diff) | |
download | nextcloud-server-0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2.tar.gz nextcloud-server-0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/cs.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/cs.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js index e260be6a877..905e44b1ddb 100644 --- a/apps/oauth2/l10n/cs.js +++ b/apps/oauth2/l10n/cs.js @@ -1,8 +1,10 @@ OC.L10N.register( "oauth2", { - "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL pro přesměrování musí být uvedeno celé, např. https://yourdomain.com/path", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL pro přesměrování je třeba uvádět celé, např. https://yourdomain.com/umistěni", "OAuth 2.0" : "OAuth 2.0", + "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 také podporoval OAuth2 kompatibilní ověřování z ostatních webových aplikací.", "OAuth 2.0 clients" : "OAuth 2.0 klienti", "Name" : "Název", "Client Identifier" : "Identifikátor klienta", diff --git a/apps/oauth2/l10n/cs.json b/apps/oauth2/l10n/cs.json index e2e4fe21f70..5bf7864c082 100644 --- a/apps/oauth2/l10n/cs.json +++ b/apps/oauth2/l10n/cs.json @@ -1,6 +1,8 @@ { "translations": { - "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL pro přesměrování musí být uvedeno celé, např. https://yourdomain.com/path", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL pro přesměrování je třeba uvádět celé, např. https://yourdomain.com/umistěni", "OAuth 2.0" : "OAuth 2.0", + "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 také podporoval OAuth2 kompatibilní ověřování z ostatních webových aplikací.", "OAuth 2.0 clients" : "OAuth 2.0 klienti", "Name" : "Název", "Client Identifier" : "Identifikátor klienta", |