1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/captcha/lang/tr/settings.php

24 lines
1.3 KiB
PHP
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Ehliman <ehlimansen@gmail.com>
* @author Ozan Hacibekiroglu <ozan_haci@yahoo.com>
* @author İlker R. Kapaç <irifat@gmail.com>
*/
$lang['mode'] = 'Ne çeşit CAPTCHA kullanılacak?';
$lang['mode_o_js'] = 'Metin (JavaScript ile önceden doldurulur)';
$lang['mode_o_text'] = 'Metin (sadece manuel)';
$lang['mode_o_math'] = 'Matematik Problemi';
$lang['mode_o_question'] = 'Sabit Soru';
$lang['mode_o_image'] = 'Resim (Kötü erişebilirlik)';
$lang['mode_o_audio'] = 'Resim+Ses (iyi erişebilirlik)';
$lang['mode_o_figlet'] = 'Figlet ASCII Art (kötü erişebilirlik)';
$lang['forusers'] = 'CAPTCHA giriş yapmış kullanıcılar için de kullanılsın mı?';
$lang['loginprotect'] = 'Oturum açılışında CAPTCHA sorulsun mu?';
$lang['lettercount'] = 'Kullanılacak harf sayısı (3-16). Karakter sayısını artırırsanız, resim genişliğinin de arttığından emin olunuz.';
$lang['width'] = 'CAPTCHA resminin genişliği (piksel)';
$lang['height'] = 'CAPTCHA resminin yüksekliği (piksel)';
$lang['question'] = 'Sabit soru modu için soru';
$lang['answer'] = 'Sabit soru modu için cevap';