settings.php 460 B

12345678910111213
  1. <?php
  2. /**
  3. * English language file
  4. *
  5. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  6. * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
  7. */
  8. // for the configuration manager
  9. $lang['defaultSize'] = 'Default size for icon';
  10. $lang['defaultPack'] = 'Default icon package';
  11. $lang['fontAwesomeURL'] = 'Font Awesome CSS URL (example CDN or local)';
  12. $lang['loadFontAwesome'] = 'Do you want load the CSS file of Font Awesome ?';