aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/authad
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2018-07-27 15:04:27 +0200
committerAndreas Gohr <andi@splitbrain.org>2018-07-27 15:04:27 +0200
commit277113f107ff36d064d0875e210e27a19f542f71 (patch)
tree709f6d17af313261d3c2163d583db4757fe0f6f4 /lib/plugins/authad
parent3409ba76d3dce34bc631c6bf42be3bc0e1444323 (diff)
parent2145bd4c56435f829a19aad843172f8ddffbc69b (diff)
downloaddokuwiki-277113f107ff36d064d0875e210e27a19f542f71.tar.gz
dokuwiki-277113f107ff36d064d0875e210e27a19f542f71.zip
Merge branch 'master' into psr2
* master: upgraded JSON class to latest (2006) version continue is break in switch translation update reference existing proper progress gif. fixes #2441 Fix missing ui-bg_glass_95_fef1ec_1x400.png and be/jquery.ui.datepicker.js for jquery removed accidental merges of outdated translations Change `const` use to `var` for Safari 9 (on iOS) Fix .htaccess files for Apache 2.4 (and 2.2) add logic if the server uses unlimited memory settings in is_mem_available() removed safemode hack
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r--lib/plugins/authad/lang/tr/lang.php8
-rw-r--r--lib/plugins/authad/lang/tr/settings.php8
2 files changed, 14 insertions, 2 deletions
diff --git a/lib/plugins/authad/lang/tr/lang.php b/lib/plugins/authad/lang/tr/lang.php
index 2336e0f0c..2ab16cb8c 100644
--- a/lib/plugins/authad/lang/tr/lang.php
+++ b/lib/plugins/authad/lang/tr/lang.php
@@ -2,7 +2,11 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author farukerdemoncel@gmail.com
+ *
+ * @author mahir <mahirtakak@gmail.com>
+ * @author farukerdemoncel <farukerdemoncel@gmail.com>
*/
+$lang['domain'] = 'Oturum alanadı';
$lang['authpwdexpire'] = 'Şifreniz %d gün sonra geçersiz hale gelecek, yakın bir zamanda değiştirmelisiniz.';
+$lang['passchangefail'] = 'Şifre değiştirilemedi. Şifre gereklilikleri yerine getirilmemiş olabilir mi?';
+$lang['connectfail'] = 'Active Directory sunucusuna bağlanılamadı';
diff --git a/lib/plugins/authad/lang/tr/settings.php b/lib/plugins/authad/lang/tr/settings.php
new file mode 100644
index 000000000..a09a865fa
--- /dev/null
+++ b/lib/plugins/authad/lang/tr/settings.php
@@ -0,0 +1,8 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author mahir <mahirtakak@gmail.com>
+ */
+$lang['admin_password'] = 'Yukarıdaki kullanıcının şifresi.';