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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-03-31 03:18:26 +0300
committerNextcloud bot <bot@nextcloud.com>2017-03-31 03:18:26 +0300
commit157dff5f444dbc87199422be5f6e99d3611fb4c0 (patch)
treefd14e5c7e7f6ffb588c2a03b73624f4ac9c176ce
parenta1171afd4504f2d01b0f1924bf18c9ded7af0647 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/es_MX.js8
-rw-r--r--l10n/es_MX.json6
-rw-r--r--l10n/hu.js1
-rw-r--r--l10n/hu.json1
4 files changed, 16 insertions, 0 deletions
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
new file mode 100644
index 0000000..ce062d5
--- /dev/null
+++ b/l10n/es_MX.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "twofactor_totp",
+ {
+ "Enable TOTP" : "Habilitar TOTP",
+ "Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
+ "Authentication code" : "Código de autenticación"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
new file mode 100644
index 0000000..1386611
--- /dev/null
+++ b/l10n/es_MX.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Enable TOTP" : "Habilitar TOTP",
+ "Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
+ "Authentication code" : "Código de autenticación"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/hu.js b/l10n/hu.js
index 5192c4c..82aeb16 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -6,6 +6,7 @@ OC.L10N.register(
"Scan this QR code with your TOTP app" : "Olvassa be ezt a QR kódot a TOTP alkalmazásával",
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
"Authentication code" : "Azonosítási kód",
+ "Submit" : "Küldés",
"TOTP second-factor auth" : "TOTP második lépcsős hitelesítés"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu.json b/l10n/hu.json
index e1bbeee..5efb96b 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -4,6 +4,7 @@
"Scan this QR code with your TOTP app" : "Olvassa be ezt a QR kódot a TOTP alkalmazásával",
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
"Authentication code" : "Azonosítási kód",
+ "Submit" : "Küldés",
"TOTP second-factor auth" : "TOTP második lépcsős hitelesítés"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file