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// for the configuration manager 10$lang['footer'] = 'The name of the footer page to search'; 11$lang['header'] = 'The name of the header page to search'; 12 13$lang['cdn'] = 'Use a CDN when possible'; 14 15?> 16