Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c768e39ee56ecd056b7ee143fae2886adc36b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");