mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
23 lines
1.3 KiB
PHP
Executable file
23 lines
1.3 KiB
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author by Willy
|
|
* @author Torpedo <dgtorpedo@gmail.com>
|
|
*/
|
|
$lang['mode'] = 'Che tipo di CAPTCHA vuoi usare?';
|
|
$lang['mode_o_js'] = 'Testo (precompilato con JavaScript)';
|
|
$lang['mode_o_text'] = 'Testo (Solo Manuale)';
|
|
$lang['mode_o_math'] = 'Problema di matematica';
|
|
$lang['mode_o_question'] = 'Domanda Immutabile';
|
|
$lang['mode_o_image'] = 'Immagine (Non molto Accessibile)';
|
|
$lang['mode_o_audio'] = 'Immagine + Audio (Migliore Accessibilità)';
|
|
$lang['mode_o_figlet'] = 'Immagine ASCII FIGlet (Non molto Accessibile)';
|
|
$lang['forusers'] = 'Vuoi usare CAPTCHA anche per gli utenti loggati?';
|
|
$lang['loginprotect'] = 'Richiedere un CAPTCHA per l\'accesso?';
|
|
$lang['lettercount'] = 'Numero di lettere da usare (3-16). Se aumenti il numero, accertati di aumentare anche la larghezza dell\'immagine qui sotto.';
|
|
$lang['width'] = 'Larghezza dell\'immagine di CAPTCHA (pixel)';
|
|
$lang['height'] = 'Altezza dell\'immagine di CAPTCHA (pixel)';
|
|
$lang['question'] = 'Domanda per la modalità Domanda Immutabile';
|
|
$lang['answer'] = 'Risposta per la modalità Domanda Immutabile';
|