source: extensions/GrumPluginClasses/language/it_IT/plugin.lang.php @ 7418

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

Update language IT

File size: 787 bytes
Line 
1<?php
2
3$lang['Module'] = 'Modulo';
4$lang['Version'] = 'Versione';
5$lang['List of shared modules'] = 'Elenco dei moduli condivisi';
6$lang['List of installed plugins using Grum Plugin Classes'] = 'Elenco dei plugins installati che usano Grum Plugin Classes';
7$lang['Plugin'] = 'Plugin';
8$lang['GPC required'] = 'GPC richiesto';
9$lang['Installed'] = 'Installato il';
10$lang['Infos'] = 'Informazioni';
11$lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'Alcuni plugin dipendono da Grum Plugin Classes. Prima di disinstallare Grum Plugin Classes, dovete disinstallare i plugin dipendenti';
12
13// gpc > 3.3.0
14$lang['Public'] = 'Pubblico';
15$lang['Private'] = 'Privata';
16$lang['All the gallery'] = 'Tutta la galleria';
17
18?>
Note: See TracBrowser for help on using the repository browser.