nextcloud/apps/oauth2/l10n/sk.js

15 lines
578 B
JavaScript
Raw Normal View History

2017-09-02 03:08:29 +03:00
OC.L10N.register(
"oauth2",
{
2018-03-31 03:13:51 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-09-02 03:08:29 +03:00
"OAuth 2.0 clients" : "klienti OAuth 2.0",
"Name" : "Názov",
"Client Identifier" : "Identifikátor klienta",
"Add client" : "Pridať klienta",
2018-06-27 13:06:12 +03:00
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje externým službám vyžiadať prístup k %s.",
"Redirection URI" : "URI presmerovania",
"Secret" : "Tajný kľúč",
2017-09-02 03:08:29 +03:00
"Add" : "Pridať"
},
2018-05-18 03:13:45 +03:00
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");