source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/lang/it/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 435 bytes
Line 
1<?php
2/**
3 * Italian language file
4 *
5 * @author Willy
6 */
7
8$lang['testfailed'] = "Spiacente, ma non hai risposto correttamente a CAPTCHA. Potresti non essere del tutto umano.";
9$lang['fillcaptcha'] = "Per favore inserisci le lettere nel box accanto per provare che sei una persona reale.";
10$lang['soundlink'] = "Se non riesci a leggere le lettere nell'immagine, scarica questo file .wav ed eseguilo, leggera' le lettere per te.";
11
Note: See TracBrowser for help on using the repository browser.