diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-24 00:12:01 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-24 00:12:01 +0000 |
commit | 241e5705cb85d24a9c3479c133fcc4d9c069d8c7 (patch) | |
tree | 3e30351d87338e28004fb9171ade857097b36cdc /apps/oauth2/l10n | |
parent | 1e431bf6ba3678c8e0a73f47417b01be5925639e (diff) | |
download | nextcloud-server-241e5705cb85d24a9c3479c133fcc4d9c069d8c7.tar.gz nextcloud-server-241e5705cb85d24a9c3479c133fcc4d9c069d8c7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/cs.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/cs.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js index afd4ac0a188..cdd1c076f02 100644 --- a/apps/oauth2/l10n/cs.js +++ b/apps/oauth2/l10n/cs.js @@ -1,6 +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", + "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Umožňuje OAuth2 autentikaci jiným webovým aplikacím.", + "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 administrátorům nastavit zabudované autentizační workflow tak, aby OAuth2 kompatibilní webové aplikace mohy autentizovat.", "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 aca73c52f22..f8affff5c3f 100644 --- a/apps/oauth2/l10n/cs.json +++ b/apps/oauth2/l10n/cs.json @@ -1,4 +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", + "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Umožňuje OAuth2 autentikaci jiným webovým aplikacím.", + "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 administrátorům nastavit zabudované autentizační workflow tak, aby OAuth2 kompatibilní webové aplikace mohy autentizovat.", "OAuth 2.0 clients" : "OAuth 2.0 klienti", "Name" : "Název", "Client Identifier" : "Identifikátor klienta", |