nextcloud/apps/oauth2/l10n/cs.js

14 lines
497 B
JavaScript

OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
"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.",
"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"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");