nextcloud/apps/oauth2/l10n/cs.js

14 lines
550 B
JavaScript
Raw Normal View History

2017-05-26 03:08:16 +03:00
OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
2017-07-22 03:08:07 +03:00
"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.",
2017-05-26 03:08:16 +03:00
"Name" : "Název",
"Redirection URI" : "URL pro přesměrování",
"Client Identifier" : "Identifikátor klienta",
"Secret" : "Tajemství",
"Add client" : "Přidat klienta",
2017-07-21 03:08:06 +03:00
"Add" : "Přidat"
2017-05-26 03:08:16 +03:00
},
2018-05-18 03:13:45 +03:00
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");