source: extensions/Admin_Messages/language/it_IT/plugin.lang.php @ 24768

Last change on this file since 24768 was 24768, checked in by TranslationTeam, 11 years ago

[admin_messages] Update it_IT, thanks to : Ericnet

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 734 bytes
Line 
1<?php
2
3$lang['Messages'] = 'Messaggi';
4$lang['No message'] = 'Nessun messaggio';
5$lang['Messages list'] = 'Lista messaggi';
6$lang['Add a message'] = 'Aggiungi un messaggio';
7$lang['Edit the message'] = 'Modifica il messaggio';
8$lang['Message content'] = 'Contenuto del messaggio';
9$lang['Number of messages to display on the admin main page'] = 'Numero di messaggi da visualizzare sul pannello dell\'amministrazione';
10$lang['Allow users to modify their name when post a message'] = 'Consenti la modifica del nome del utente quando inserisce un messaggio';
11$lang['(fixed)'] = '(bloccato)';
12$lang['Message added'] = 'Messaggio aggiunto';
13$lang['Message deleted'] = 'Messaggio cancellato';
14$lang['Content empty'] = 'Senza contenuto';
15
16?>
Note: See TracBrowser for help on using the repository browser.