diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-13 10:24:22 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-13 10:24:22 +0200 |
commit | 38b75dfeea6916efeba55b4325b3770e41b7f038 (patch) | |
tree | 9ac226fa7fa6b24ee66971ea27eedd787e614c37 /lib | |
parent | f802b22082c7c891c8ecdd2cc34683f123436e32 (diff) | |
parent | 93691af57f65173963a122e19915917814a32b71 (diff) | |
download | rpg-38b75dfeea6916efeba55b4325b3770e41b7f038.tar.gz rpg-38b75dfeea6916efeba55b4325b3770e41b7f038.tar.bz2 |
Merge pull request #701 from dokuwiki-translate/lang_update_19
Translation update (tr)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/authldap/lang/tr/settings.php | 8 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/tr/settings.php | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/tr/settings.php b/lib/plugins/authldap/lang/tr/settings.php new file mode 100644 index 000000000..843b7ef9c --- /dev/null +++ b/lib/plugins/authldap/lang/tr/settings.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author ilker rifat kapaç <irifat@gmail.com> + */ +$lang['bindpw'] = 'Üstteki kullanıcının şifresi'; diff --git a/lib/plugins/authmysql/lang/tr/settings.php b/lib/plugins/authmysql/lang/tr/settings.php new file mode 100644 index 000000000..f38b6a03b --- /dev/null +++ b/lib/plugins/authmysql/lang/tr/settings.php @@ -0,0 +1,12 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author ilker rifat kapaç <irifat@gmail.com> + */ +$lang['server'] = 'Sizin MySQL sunucunuz'; +$lang['user'] = 'MySQL kullanıcısının adı'; +$lang['password'] = 'Üstteki kullanıcı için şifre'; +$lang['database'] = 'Kullanılacak veritabanı'; +$lang['charset'] = 'Veritabanında kullanılacak karakter seti'; |