source: extensions/CryptograPHP/language/it_IT/plugin.lang.php @ 26575

Last change on this file since 26575 was 26575, checked in by TranslationTeam, 10 years ago

[cryptocaptcha] Update it_IT, thanks to : Ericnet

File size: 1.9 KB
Line 
1<?php
2
3$lang['Invalid Captcha'] = 'Captcha non valido';
4$lang['Captcha theme'] = 'Tema del captcha';
5$lang['Comments action'] = 'Azione per i commenti';
6$lang['Moderate'] = 'Moderare';
7
8$lang['Background color'] = 'Colore di sfondo';
9$lang['Captcha type'] = 'Tipo di captcha';
10$lang['Case sensitive'] = 'Distinzione tra maiuscole e minuscole';
11$lang['Code lenght'] = 'Lunghezza codice';
12$lang['Enter code'] = 'Inserisci codice';
13$lang['Font'] = 'Carattere';
14$lang['good value:'] = 'Risultato corretto:';
15$lang['Lines color'] = 'Colore linee';
16$lang['Lines density'] = 'Densità linee';
17$lang['Noise color'] = 'Colore disturbi';
18$lang['Noise level'] = 'Livello disturbi';
19$lang['Preview'] = 'Anteprima';
20$lang['Random string'] = 'Testo casuale';
21$lang['Simple equation'] = 'Operazione semplice';
22$lang['Solve equation'] = 'Risolvi operazione';
23$lang['Text color'] = 'Colore del testo';
24$lang['Tip: type "random" on a color field to have a random color'] = 'Consiglio: scrivi "random" nel campo colore per avere un colore casuale';
25$lang['Perturbation'] = 'Disturbo';
26$lang['range:'] = 'range:';
27$lang['random'] = 'casuale';
28$lang['Activate on'] = 'Attiva su';
29$lang['Album comments'] = 'Commenti album';
30$lang['Contact form'] = 'Modulo contatti';
31$lang['Guestbook'] = 'Libro ospiti';
32$lang['Picture comments'] = 'Commenti immagini';
33$lang['Register form'] = 'Modulo registrazione';
34$lang['Button color'] = 'Colore pulsante';
35$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'Abbiamo rilevato che il plugin EasyCaptcha è disponibile nella tua galleria. Entrambi i plugin possono essere utilizzati allo stesso tempo, ma non devono in nessun caso essere attivati entrambi sulla stessa pagina.';
36
37$lang['Image'] = 'Immagine';
38$lang['Color'] = 'Colore';
39$lang['Background image'] = 'Immagine di fondo';
40$lang['Background'] = 'Sfondo';
41?>
Note: See TracBrowser for help on using the repository browser.