1<?php 2/* 3 * additional language strings used by Roundbox template 4 * 5 * Italian version 6 * 7 * @author Christopher Arndt 8 */ 9$lang['sitenav_title'] = 'Indice'; // title of site navigation in the sidebar 10$lang['sitecmd_title'] = 'Azioni'; // title of site commands in the sidebar 11// some tooltips for the footer buttons 12$lang['btn_rss'] = 'Recent changes RSS feed'; 13$lang['btn_dokuwiki'] = 'Eseguito da DokuWiki'; 14$lang['btn_cc'] = 'Licenza Creative Commons'; 15$lang['btn_donate'] = 'Dono'; 16$lang['btn_php'] = 'Realizzato con PHP'; 17$lang['btn_xhtml'] = 'XHTML 1.0 valido'; 18$lang['btn_css'] = 'CSS valido'; 19$lang['btn_goto'] = 'Va a'; 20$lang['tip_goto'] = 'Inserisci il nome di una pagina e clicca il buttone per andarci'; 21$lang['img_metaheading'] = 'Informazioni sul imagine'; 22?> 23