Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-12-26 05:02:21 +0300
committerNextcloud bot <bot@nextcloud.com>2016-12-26 05:02:21 +0300
commit4d4d7bc27fc9db8ff819703475ae9cc520c4d243 (patch)
tree82a9abe5a28793c506d434e721425af32853a85d /l10n
parent2618da9bf57dac47a9e7acc9bb40d763844a6a1a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/sv.js4
-rw-r--r--l10n/sv.json4
-rw-r--r--l10n/sv.php9
3 files changed, 6 insertions, 11 deletions
diff --git a/l10n/sv.js b/l10n/sv.js
index 37be7e4..281c557 100644
--- a/l10n/sv.js
+++ b/l10n/sv.js
@@ -5,6 +5,8 @@ OC.L10N.register(
"This is your new TOTP secret:" : "Detta är din nya TOTP-hemlighet:",
"Scan this QR code with your TOTP app" : "Skanna denna QR-kod med din TOTP-app",
"Authenticate with a TOTP app" : "Autentisera med en TOTP-app",
- "TOTP Second-factor Auth" : "TOTP-tvåfaktorsautentisering"
+ "Authentication code" : "Autentiseringskod",
+ "Get the authentication code from the two-factor authentication app on your device." : "Skriv in autentiseringskoden från tvåfaktorsautentiseringsappen på din enhet.",
+ "TOTP second-factor auth" : "TOTP-tvåfaktorsautentisering"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
index ca87aa0..5c2da19 100644
--- a/l10n/sv.json
+++ b/l10n/sv.json
@@ -3,6 +3,8 @@
"This is your new TOTP secret:" : "Detta är din nya TOTP-hemlighet:",
"Scan this QR code with your TOTP app" : "Skanna denna QR-kod med din TOTP-app",
"Authenticate with a TOTP app" : "Autentisera med en TOTP-app",
- "TOTP Second-factor Auth" : "TOTP-tvåfaktorsautentisering"
+ "Authentication code" : "Autentiseringskod",
+ "Get the authentication code from the two-factor authentication app on your device." : "Skriv in autentiseringskoden från tvåfaktorsautentiseringsappen på din enhet.",
+ "TOTP second-factor auth" : "TOTP-tvåfaktorsautentisering"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/sv.php b/l10n/sv.php
deleted file mode 100644
index b62db1a..0000000
--- a/l10n/sv.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Enable TOTP" => "Aktivera TOTP",
-"This is your new TOTP secret:" => "Detta är din nya TOTP-hemlighet:",
-"Scan this QR code with your TOTP app" => "Skanna denna QR-kod med din TOTP-app",
-"Authenticate with a TOTP app" => "Autentisera med en TOTP-app",
-"TOTP Second-factor Auth" => "TOTP-tvåfaktorsautentisering"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";