xref: /plugin/captcha/lang/it/lang.php (revision 1b900c880ce6d839dd0a4a09e4d3e79bbd5c6167)
1*1b900c88SAndreas Gohr<?php
2*1b900c88SAndreas Gohr/**
3*1b900c88SAndreas Gohr * Italian language file
4*1b900c88SAndreas Gohr *
5*1b900c88SAndreas Gohr * @author Willy
6*1b900c88SAndreas Gohr */
7*1b900c88SAndreas Gohr
8*1b900c88SAndreas Gohr$lang['testfailed']  = "Spiacente, ma non hai risposto correttamente a CAPTCHA. Potresti non essere del tutto umano.";
9*1b900c88SAndreas Gohr$lang['fillcaptcha'] = "Per favore inserisci le lettere nel box accanto per provare che sei una persona reale.";
10*1b900c88SAndreas Gohr$lang['soundlink']   = "Se non riesci a leggere le lettere nell'immagine, scarica questo file .wav ed eseguilo, leggera' le lettere per te.";
11*1b900c88SAndreas Gohr
12