diff options
author | Mete Cuma <mcumax@gmail.com> | 2015-07-30 22:30:56 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-30 22:30:56 +0200 |
commit | 7b68a313ff0e92802cd196d03c5ebed2728f2691 (patch) | |
tree | ef6aa66507f30246361bb8b7d4595f5f25dbd9ec /lib/plugins/authplain/lang/tr/lang.php | |
parent | ae057ec3e304dd34c73a3c26e82a74e697fff41a (diff) | |
download | rpg-7b68a313ff0e92802cd196d03c5ebed2728f2691.tar.gz rpg-7b68a313ff0e92802cd196d03c5ebed2728f2691.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authplain/lang/tr/lang.php')
-rw-r--r-- | lib/plugins/authplain/lang/tr/lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/tr/lang.php b/lib/plugins/authplain/lang/tr/lang.php index d7064e8bf..6111085c2 100644 --- a/lib/plugins/authplain/lang/tr/lang.php +++ b/lib/plugins/authplain/lang/tr/lang.php @@ -1,6 +1,7 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * */ -$lang['userexists'] = 'Üzgünüz, bu isime sahip bir kullanıcı zaten mevcut.'; +$lang['userexists'] = 'Üzgünüz, bu isime sahip bir kullanıcı zaten mevcut.'; |