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

Last change on this file since 10644 was 10644, checked in by Nakre, 13 years ago

cleaning / updating translates..

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 478 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$lang['Invalid Captcha'] = 'Güvenlik kodu yanlış';
8$lang['You need to define Captcha keys'] = 'Güvenlik kodunu tanımlamanız gerekiyor';
9$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo, reCaptcha sunucusuna bağlanamadı';
10?>
Note: See TracBrowser for help on using the repository browser.