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

Last change on this file since 13434 was 13434, checked in by TranslationTeam, 12 years ago

[Sobre] Update it_IT, thanks to : Gdvpixel

File size: 1.1 KB
Line 
1<?php
2
3/* Header.tpl */
4
5/* Admin */
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 degli album';
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
12
13/* picture.tpl */
14$lang['Viewing name'] = 'Guardate';
15$lang['comment'] = '';
16$lang['Licence area'] = 'Licenza';
17$lang['Informations area'] = 'Informazioni';
18$lang['upload author'] = 'Il vostro nome :';
19$lang['Submit comment'] = 'Inviare il vostro commento';
20$lang['comment screen'] = 'Il vostro commento qui. Grazie';
21
22/* footer.tpl */
23$lang['generation time'] = 'Pagina generata in';
24$lang['sql queries in'] = 'selezioni SQL in';
25$lang['About'] = 'Termini legali';
26
27/* mainpage_categories.tpl */
28$lang['Auto categorie'] = 'Album automatici';
29
30$lang['Scroll to top'] = 'Torna all\'inizio';
31?>
Note: See TracBrowser for help on using the repository browser.