source: extensions/sobre/language/it_IT/theme.lang.php @ 5901

Last change on this file since 5901 was 5901, checked in by riopwg, 14 years ago

Update language IT for sobre

File size: 1.5 KB
Line 
1<?php
2
3/* Admin */
4$lang['Title theme'] = 'Configurazione del tema : <em>Sobre</em>';
5$lang['Title banner on pages'] = 'Visualizzazione del banner';
6$lang['Display page banner on home page'] = 'Visualizza il banner sulla pagina principale';
7$lang['Display page banner on categories pages'] = 'Visualizza il banner sulla pagina delle categorie';
8$lang['Display page banner on picture page'] = 'Visualizza il banner sulla pagina delle foto';
9$lang['Display page banner on other pages'] = 'Visualizza il banner sulle altre pagine ';
10$lang['Theme by'] = 'Tema Sobre di <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.';
11$lang['mb menubar items'] = 'Numero d\'elementi nel menu';
12$lang['Tips'] = 'Vari';
13$lang['Thumbnail dimensions'] = 'Dimenzioni delle miniature';
14$lang['(Dimensions limits in pixels)'] = '(Dimenzioni espresse in pixels)';
15$lang['width'] = 'larghezza';
16$lang['height'] = 'altezza';
17
18
19/* picture.tpl */
20$lang['Viewing name'] = 'Guardate';
21$lang['comment'] = '';
22$lang['Licence area'] = 'Licenza';
23$lang['Informations area'] = 'Informazioni';
24$lang['upload author'] = 'Il vostro nome :';
25$lang['Submit comment'] = 'Inviare il vostro commento';
26$lang['comment screen'] = 'Il vostro commento qui. Grazie';
27
28/* footer.tpl */
29$lang['generation time'] = 'Pagina generata in';
30$lang['sql queries in'] = 'selezioni SQL in';
31$lang['Scroll_to_top'] = 'Tornare su';
32$lang['About'] = 'Termini legali';
33
34/* mainpage_categories.tpl */
35$lang['Auto categorie'] = 'Categorie automatiche';
36
37?>
Note: See TracBrowser for help on using the repository browser.