source: extensions/captcha/language/tr_TR/plugin.lang.php @ 8099

Last change on this file since 8099 was 8099, checked in by ddtddt, 13 years ago

[extensions] - theme_switch - add tr_TR Thanks to Nakre

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 381 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Güvenlik kodu ayarları';
4$lang['Public Key'] = 'Açık Anahtar';
5$lang['Private Key'] = 'Özel Anahtar';
6$lang['Signup for personal usage keys'] = 'Kişisel kullanım tuşları için kaydol';
7
8$lang['Invalid Captcha'] = 'Güvenlik kodu yanlış';
9$lang['You need to define Captcha keys'] = 'Güvenlik kodunu tanımlamanız gerekiyor';
10
11?>
Note: See TracBrowser for help on using the repository browser.