source: extensions/rv_akismet/language/it_IT/plugin.lang.php @ 21632

Last change on this file since 21632 was 21632, checked in by ddtddt, 11 years ago

[extensions] - rv_akismet - Change key language

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1<?php
2
3//admin.tpl
4$lang['This plugin verifies if your comments are spam using the <a href="http://www.akismet.com" target="_blank">akismet online service</a>.'] = 'Questo plugin verifica se i vostri commenti sono spam utilizzando il target="_blank"> <a href="http://www.akismet.com" Akismet servizio online</a>.';
5$lang['Akismet has caught'] = 'Akismet ha trovato';
6$lang['spam comments'] = 'commenti con spam';
7$lang['out of'] = 'su';
8$lang['comments'] = 'commenti';
9$lang['reset counters'] = 'Azzerare i contatori';
10$lang['More statistics on'] = 'Ulteriori statistiche sul';
11$lang['akismet site'] = 'sito di akismet';
12$lang['Akismet configuration'] = 'Akismet configurazione';
13$lang['Akismet API Key:'] = 'Akismet API Key:';
14$lang['Signup for a personal usage key here:'] = 'Registratevi per un key personale qui:';
15$lang['Action when spam is detected:'] = 'Azione quando viene rilevato uno spam:';
16$lang['moderate'] = 'moderare';
17$lang['reject'] = 'scartare';
18$lang['Test your configuration'] = 'Verificare la configurazione';
19
20
21//maintain.inc.php
22$lang['You need to define the Akismet api key'] = 'È necessario definire il Key API Akismet';
23
24//akismet.class.php
25$lang['Your Akismet API key is not valid.'] = 'Il vostro Akismet API key non è valido.';
26?>
Note: See TracBrowser for help on using the repository browser.