aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-09-02 00:08:29 +0000
committerNextcloud bot <bot@nextcloud.com>2017-09-02 00:08:29 +0000
commit27c6dc965774f72688ce32f047da654aee64fed8 (patch)
tree3389d144f15bbdf2e5cc458a5850ff85ac2e88c4 /apps/oauth2
parent45f687a279923030eb19cfb4bf21a3dd7b027fa6 (diff)
downloadnextcloud-server-27c6dc965774f72688ce32f047da654aee64fed8.tar.gz
nextcloud-server-27c6dc965774f72688ce32f047da654aee64fed8.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/sk.js13
-rw-r--r--apps/oauth2/l10n/sk.json11
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