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-05 05:02:18 +0300
committerNextcloud bot <bot@nextcloud.com>2016-12-05 05:02:18 +0300
commita97a3f70fd8bdc44fda9215898de5153fd665e9f (patch)
tree95283b9f5d269de22435e8dda5e172518e662d6c /l10n
parentf061926cce13c04e5119e09770d9cf8801a1e45b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/en_GB.js4
-rw-r--r--l10n/en_GB.json4
-rw-r--r--l10n/en_GB.php9
3 files changed, 6 insertions, 11 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 6fc156e..361bdb4 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -5,6 +5,8 @@ OC.L10N.register(
"This is your new TOTP secret:" : "This is your new TOTP secret:",
"Scan this QR code with your TOTP app" : "Scan this QR code with your TOTP app",
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
- "TOTP Second-factor Auth" : "TOTP Second-factor Auth"
+ "Authentication code" : "Authentication code",
+ "Get the authentication code from the two-factor authentication app on your device." : "Get the authentication code from the two-factor authentication app on your device.",
+ "TOTP second-factor auth" : "TOTP second-factor auth"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 47f2541..8d2fd59 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -3,6 +3,8 @@
"This is your new TOTP secret:" : "This is your new TOTP secret:",
"Scan this QR code with your TOTP app" : "Scan this QR code with your TOTP app",
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
- "TOTP Second-factor Auth" : "TOTP Second-factor Auth"
+ "Authentication code" : "Authentication code",
+ "Get the authentication code from the two-factor authentication app on your device." : "Get the authentication code from the two-factor authentication app on your device.",
+ "TOTP second-factor auth" : "TOTP second-factor auth"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/en_GB.php b/l10n/en_GB.php
deleted file mode 100644
index 8066bae..0000000
--- a/l10n/en_GB.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Enable TOTP" => "Enable TOTP",
-"This is your new TOTP secret:" => "This is your new TOTP secret:",
-"Scan this QR code with your TOTP app" => "Scan this QR code with your TOTP app",
-"Authenticate with a TOTP app" => "Authenticate with a TOTP app",
-"TOTP Second-factor Auth" => "TOTP Second-factor Auth"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";