source: extensions/captcha/language/it_IT/plugin.lang.php @ 8040

Last change on this file since 8040 was 8040, checked in by riopwg, 13 years ago

Update language IT

File size: 382 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Configurazione del Captcha';
4$lang['Public Key'] = 'Chiave pubblica';
5$lang['Private Key'] = 'Chiave privata';
6$lang['Signup for personal usage keys'] = 'Registrare le chiavi ad uso personale';
7
8$lang['Invalid Captcha'] = 'Captcha non valido';
9$lang['You need to define Captcha keys'] = 'È necessario definire le chiavi per il Captcha';
10
11?>
Note: See TracBrowser for help on using the repository browser.