summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/cs.js
blob: b2571b3d70236cb5eba1fcb45c74f1a86c7fa2e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "OAuth 2.0 klienti",
    "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;");