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-14 07:39:39 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-06-14 07:39:39 +0300
commit83b835999e76cbe5ee4cf68d4b2fb7a0dfd2a3fe (patch)
treefb82ebf1cd29b28dc4ff9b01161e1d454b08213e /l10n
parentccb9929dddafc976c44469c692f3f67cb77a2326 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ru.js10
-rw-r--r--l10n/ru.json8
-rw-r--r--l10n/ru.php9
3 files changed, 27 insertions, 0 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
new file mode 100644
index 0000000..100ff21
--- /dev/null
+++ b/l10n/ru.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "twofactor_totp",
+ {
+ "Enable TOTP" : "Включить TOTP",
+ "This is your new TOTP secret:" : "Это ваш новый TOTP секрет:",
+ "Scan this QR code with your TOTP app" : "Просканируйте этот QR код с помощью вашего TOTP приложения",
+ "Authenticate with a TOTP app" : "Аутентифицируйтесь с помощью TOTP приложения",
+ "TOTP Second-factor Auth" : "Аутентификация с помощью второго фактора TOTP"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/ru.json b/l10n/ru.json
new file mode 100644
index 0000000..869ade0
--- /dev/null
+++ b/l10n/ru.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Enable TOTP" : "Включить TOTP",
+ "This is your new TOTP secret:" : "Это ваш новый TOTP секрет:",
+ "Scan this QR code with your TOTP app" : "Просканируйте этот QR код с помощью вашего TOTP приложения",
+ "Authenticate with a TOTP app" : "Аутентифицируйтесь с помощью TOTP приложения",
+ "TOTP Second-factor Auth" : "Аутентификация с помощью второго фактора TOTP"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file
diff --git a/l10n/ru.php b/l10n/ru.php
new file mode 100644
index 0000000..4085c85
--- /dev/null
+++ b/l10n/ru.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"Enable TOTP" => "Включить TOTP",
+"This is your new TOTP secret:" => "Это ваш новый TOTP секрет:",
+"Scan this QR code with your TOTP app" => "Просканируйте этот QR код с помощью вашего TOTP приложения",
+"Authenticate with a TOTP app" => "Аутентифицируйтесь с помощью TOTP приложения",
+"TOTP Second-factor Auth" => "Аутентификация с помощью второго фактора TOTP"
+);
+$PLURAL_FORMS = "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);";