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-08-03 01:40:56 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-08-03 01:40:56 +0300
commit8af390d767c12629327259726ac5f8b4d8bc18be (patch)
tree2f7832f59824cd50cac0a9795965f5b6608e8c0e /l10n
parent812682062c59252cab553edaaea4270c833f856a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/tr.js6
-rw-r--r--l10n/tr.json6
-rw-r--r--l10n/tr.php6
3 files changed, 9 insertions, 9 deletions
diff --git a/l10n/tr.js b/l10n/tr.js
index 9337496..091be83 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -3,8 +3,8 @@ OC.L10N.register(
{
"Enable TOTP" : "TOTP Etkinleştir",
"This is your new TOTP secret:" : "Yeni TOTP sırrınız:",
- "Scan this QR code with your TOTP app" : "Bu QR kodu TOTP uygulamanızla tarayın",
- "Authenticate with a TOTP app" : "Bir TOTP uygulamasıyla kimlik kanıtlaması yapın",
- "TOTP Second-factor Auth" : "TOTP İkinci faktör Kanıtlaması"
+ "Scan this QR code with your TOTP app" : "Bu QR kodunu TOTP uygulamanızla tarayın",
+ "Authenticate with a TOTP app" : "Bir TOTP uygulamasıyla kimlik doğrulaması yapın",
+ "TOTP Second-factor Auth" : "TOTP İkinci Yöntem Doğrulaması"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
index d2ad589..37c494c 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,8 +1,8 @@
{ "translations": {
"Enable TOTP" : "TOTP Etkinleştir",
"This is your new TOTP secret:" : "Yeni TOTP sırrınız:",
- "Scan this QR code with your TOTP app" : "Bu QR kodu TOTP uygulamanızla tarayın",
- "Authenticate with a TOTP app" : "Bir TOTP uygulamasıyla kimlik kanıtlaması yapın",
- "TOTP Second-factor Auth" : "TOTP İkinci faktör Kanıtlaması"
+ "Scan this QR code with your TOTP app" : "Bu QR kodunu TOTP uygulamanızla tarayın",
+ "Authenticate with a TOTP app" : "Bir TOTP uygulamasıyla kimlik doğrulaması yapın",
+ "TOTP Second-factor Auth" : "TOTP İkinci Yöntem Doğrulaması"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/tr.php b/l10n/tr.php
index d00e206..cf2540c 100644
--- a/l10n/tr.php
+++ b/l10n/tr.php
@@ -2,8 +2,8 @@
$TRANSLATIONS = array(
"Enable TOTP" => "TOTP Etkinleştir",
"This is your new TOTP secret:" => "Yeni TOTP sırrınız:",
-"Scan this QR code with your TOTP app" => "Bu QR kodu TOTP uygulamanızla tarayın",
-"Authenticate with a TOTP app" => "Bir TOTP uygulamasıyla kimlik kanıtlaması yapın",
-"TOTP Second-factor Auth" => "TOTP İkinci faktör Kanıtlaması"
+"Scan this QR code with your TOTP app" => "Bu QR kodunu TOTP uygulamanızla tarayın",
+"Authenticate with a TOTP app" => "Bir TOTP uygulamasıyla kimlik doğrulaması yapın",
+"TOTP Second-factor Auth" => "TOTP İkinci Yöntem Doğrulaması"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";