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:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-07-04 07:41:43 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-07-04 07:41:43 +0300
commit4180dffc0c8432e884e759631187c0813992e36f (patch)
tree0f727cd6aae85715bc1e1f72aa274b3fc6e85882 /l10n
parent52a11f659a118e237091202665d1ed235ee706cb (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/nb_NO.js10
-rw-r--r--l10n/nb_NO.json8
-rw-r--r--l10n/nb_NO.php9
3 files changed, 27 insertions, 0 deletions
diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js
new file mode 100644
index 0000000..0627278
--- /dev/null
+++ b/l10n/nb_NO.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "twofactor_totp",
+ {
+ "Enable TOTP" : "Aktiver TOTP",
+ "This is your new TOTP secret:" : "Dette er din nye TOTP-hemmelighet:",
+ "Scan this QR code with your TOTP app" : "Skann denne QR-koden med TOTP-appen din",
+ "Authenticate with a TOTP app" : "Autentiser med en TOTP-app",
+ "TOTP Second-factor Auth" : "TOTP Andre-faktor Autentisering"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json
new file mode 100644
index 0000000..c0580e4
--- /dev/null
+++ b/l10n/nb_NO.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Enable TOTP" : "Aktiver TOTP",
+ "This is your new TOTP secret:" : "Dette er din nye TOTP-hemmelighet:",
+ "Scan this QR code with your TOTP app" : "Skann denne QR-koden med TOTP-appen din",
+ "Authenticate with a TOTP app" : "Autentiser med en TOTP-app",
+ "TOTP Second-factor Auth" : "TOTP Andre-faktor Autentisering"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php
new file mode 100644
index 0000000..a58401b
--- /dev/null
+++ b/l10n/nb_NO.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"Enable TOTP" => "Aktiver TOTP",
+"This is your new TOTP secret:" => "Dette er din nye TOTP-hemmelighet:",
+"Scan this QR code with your TOTP app" => "Skann denne QR-koden med TOTP-appen din",
+"Authenticate with a TOTP app" => "Autentiser med en TOTP-app",
+"TOTP Second-factor Auth" => "TOTP Andre-faktor Autentisering"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";