1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Nicolas GERARD <gerardnico@gmail.com> 7 */ 8 9 10/* The title of the toolbar button */ 11$lang['breadcrumb'] = 'Breadcrumb'; // Default is trace. 12 13/* The title of the menu */ 14$lang['page_tools'] = 'Tools'; 15 16 17?>