diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/sk.js | 13 | ||||
-rw-r--r-- | apps/oauth2/l10n/sk.json | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js new file mode 100644 index 00000000000..5de3a2a5144 --- /dev/null +++ b/apps/oauth2/l10n/sk.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0 clients" : "klienti OAuth 2.0", + "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.", + "Name" : "Názov", + "Redirection URI" : "URI presmerovania", + "Client Identifier" : "Identifikátor klienta", + "Secret" : "Tajný kľúč", + "Add client" : "Pridať klienta", + "Add" : "Pridať" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json new file mode 100644 index 00000000000..bb8e9db4caf --- /dev/null +++ b/apps/oauth2/l10n/sk.json @@ -0,0 +1,11 @@ +{ "translations": { + "OAuth 2.0 clients" : "klienti OAuth 2.0", + "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.", + "Name" : "Názov", + "Redirection URI" : "URI presmerovania", + "Client Identifier" : "Identifikátor klienta", + "Secret" : "Tajný kľúč", + "Add client" : "Pridať klienta", + "Add" : "Pridať" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file |