diff options
Diffstat (limited to 'apps/oauth2/l10n/sk.js')
-rw-r--r-- | apps/oauth2/l10n/sk.js | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js index fec9a26f73a..5bd63fde0ff 100644 --- a/apps/oauth2/l10n/sk.js +++ b/apps/oauth2/l10n/sk.js @@ -6,15 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Povoliť overenie kompatibilné s OAuth2 iných webových aplikácií.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikácia OAuth2 umožňuje správcom nakonfigurovať vstavaný postup overovania tak, aby povolil autentifikáciu kompatibilnú s protokolom OAuth2 aj z iných webových aplikácií.", - "OAuth 2.0 clients" : "klienti OAuth 2.0", + "OAuth 2.0 clients" : "Klienti OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externým službám požiadať o prístup k {instanceName}.", - "Add client" : "Pridať klienta", "Name" : "Názov", "Redirection URI" : "URI presmerovania", - "Add" : "Pridať", "Client Identifier" : "Identifikátor klienta", - "Secret" : "Tajný kľúč", + "Secret key" : "Tajný kľúč", + "Delete client" : "Odstrániť klienta", + "Make sure you store the secret key, it cannot be recovered." : "Uistite sa, že ste uložili tajný kľúč. Nedá sa obnoviť.", + "Add client" : "Pridať klienta", + "Add" : "Pridať", "Show client secret" : "Zobraziť tajomstvo klienta", + "Hide client secret" : "Skryť klienta", "Delete" : "Zmazať" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |