source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/lang/it/settings.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: 644 bytes
Line 
1<?php
2/**
3 * Italian language file
4 *
5 * @author by Willy
6 */
7
8$lang['mode'] = "Che tipo di CAPTCHA vuoi usare?";
9$lang['mode_o_js'] = "Testo (precompilato con JavaScript)";
10$lang['mode_o_text'] = "Testo (Solo Manuale)";
11$lang['mode_o_image'] = "Immagine (Non molto Accessibile)";
12$lang['mode_o_audio'] = "Immagine + Audio (Migliore Accessibilità)";
13
14$lang['regprotect'] = "Vuoi proteggere anche il modulo di iscrizione?";
15$lang['forusers'] = "Vuoi usare CAPTCHA anche per gli utenti loggati?";
16$lang['width'] = "Larghezza dell'immagine di CAPTCHA (pixel)";
17$lang['height'] = "Altezza dell'immagine di CAPTCHA (pixel)";
18
Note: See TracBrowser for help on using the repository browser.