xref: /plugin/captcha/lang/it/settings.php (revision 1b900c880ce6d839dd0a4a09e4d3e79bbd5c6167)
1*1b900c88SAndreas Gohr<?php
2*1b900c88SAndreas Gohr/**
3*1b900c88SAndreas Gohr * Italian language file
4*1b900c88SAndreas Gohr *
5*1b900c88SAndreas Gohr * @author by Willy
6*1b900c88SAndreas Gohr */
7*1b900c88SAndreas Gohr
8*1b900c88SAndreas Gohr$lang['mode']         = "Che tipo di CAPTCHA vuoi usare?";
9*1b900c88SAndreas Gohr$lang['mode_o_js']    = "Testo (precompilato con JavaScript)";
10*1b900c88SAndreas Gohr$lang['mode_o_text']  = "Testo (Solo Manuale)";
11*1b900c88SAndreas Gohr$lang['mode_o_image'] = "Immagine (Non molto Accessibile)";
12*1b900c88SAndreas Gohr$lang['mode_o_audio'] = "Immagine + Audio (Migliore Accessibilit�)";
13*1b900c88SAndreas Gohr
14*1b900c88SAndreas Gohr$lang['regprotect'] = "Vuoi proteggere anche il modulo di iscrizione?";
15*1b900c88SAndreas Gohr$lang['forusers']   = "Vuoi usare CAPTCHA anche per gli utenti loggati?";
16*1b900c88SAndreas Gohr$lang['width']      = "Larghezza dell'immagine di CAPTCHA (pixel)";
17*1b900c88SAndreas Gohr$lang['height']     = "Altezza dell'immagine di CAPTCHA (pixel)";
18*1b900c88SAndreas Gohr
19