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-06-16 07:43:12 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-06-16 07:43:12 +0300
commitbab0dce0e0c4447649e2a6733ee375f6af525d9a (patch)
treec1ce5553f4fc00c06e008a03a38cb92465036824 /l10n
parent83b835999e76cbe5ee4cf68d4b2fb7a0dfd2a3fe (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ca.js9
-rw-r--r--l10n/ca.json7
-rw-r--r--l10n/ca.php8
3 files changed, 24 insertions, 0 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
new file mode 100644
index 0000000..fd8be0a
--- /dev/null
+++ b/l10n/ca.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "twofactor_totp",
+ {
+ "Enable TOTP" : "Activa TOTP",
+ "This is your new TOTP secret:" : "Aquest és el teu nou secret TOTP:",
+ "Scan this QR code with your TOTP app" : "Escaneja aquest codi QR amb la teva app TOTP",
+ "Authenticate with a TOTP app" : "Autentica`t amb la app TOTP"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
new file mode 100644
index 0000000..0303ab2
--- /dev/null
+++ b/l10n/ca.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Enable TOTP" : "Activa TOTP",
+ "This is your new TOTP secret:" : "Aquest és el teu nou secret TOTP:",
+ "Scan this QR code with your TOTP app" : "Escaneja aquest codi QR amb la teva app TOTP",
+ "Authenticate with a TOTP app" : "Autentica`t amb la app TOTP"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/ca.php b/l10n/ca.php
new file mode 100644
index 0000000..ee24fd9
--- /dev/null
+++ b/l10n/ca.php
@@ -0,0 +1,8 @@
+<?php
+$TRANSLATIONS = array(
+"Enable TOTP" => "Activa TOTP",
+"This is your new TOTP secret:" => "Aquest és el teu nou secret TOTP:",
+"Scan this QR code with your TOTP app" => "Escaneja aquest codi QR amb la teva app TOTP",
+"Authenticate with a TOTP app" => "Autentica`t amb la app TOTP"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";