summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-08-19 00:08:26 +0000
committerNextcloud bot <bot@nextcloud.com>2017-08-19 00:08:26 +0000
commit6b978ebd295bc16a1f414504b783fa2b9ba32fef (patch)
tree3326b28c8ae675bac0eb867abef4fefb98fb62bf /apps/oauth2
parent231cffffb9084ed1b7779f40ec07ad617ec71a30 (diff)
downloadnextcloud-server-6b978ebd295bc16a1f414504b783fa2b9ba32fef.tar.gz
nextcloud-server-6b978ebd295bc16a1f414504b783fa2b9ba32fef.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/sv.js13
-rw-r--r--apps/oauth2/l10n/sv.json11
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/sv.js b/apps/oauth2/l10n/sv.js
new file mode 100644
index 00000000000..6008633294f
--- /dev/null
+++ b/apps/oauth2/l10n/sv.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0 clients" : "OAuth 2.0 klienter",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s.",
+ "Name" : "Namn",
+ "Redirection URI" : "Omdirigerings-URI",
+ "Client Identifier" : "Klientidentifierare",
+ "Secret" : "Hemlighet",
+ "Add client" : "Lägg till klient",
+ "Add" : "Lägg till"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/sv.json b/apps/oauth2/l10n/sv.json
new file mode 100644
index 00000000000..6fa51297312
--- /dev/null
+++ b/apps/oauth2/l10n/sv.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0 clients" : "OAuth 2.0 klienter",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s.",
+ "Name" : "Namn",
+ "Redirection URI" : "Omdirigerings-URI",
+ "Client Identifier" : "Klientidentifierare",
+ "Secret" : "Hemlighet",
+ "Add client" : "Lägg till klient",
+ "Add" : "Lägg till"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file