diff options
Diffstat (limited to 'apps/oauth2/l10n/cs.json')
-rw-r--r-- | apps/oauth2/l10n/cs.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/cs.json b/apps/oauth2/l10n/cs.json index 24b771bcfb4..5c197ec28b1 100644 --- a/apps/oauth2/l10n/cs.json +++ b/apps/oauth2/l10n/cs.json @@ -1,12 +1,12 @@ { "translations": { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 klienti", - "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k vašemu %s.", "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" + "Add" : "Přidat", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k vašemu %s." },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file |