settings.php 1.4 KB

1234567891011121314151617181920212223242526272829
  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['defaultPack'] = 'Default icon package';
  10. $lang['defaultPack_o_fa'] = 'Font-Awesome';
  11. $lang['defaultPack_o_fl'] = 'Font-Linux';
  12. $lang['defaultPack_o_fugue'] = 'Fugue';
  13. $lang['defaultPack_o_glyphicon'] = 'Glyphicon';
  14. $lang['defaultPack_o_material'] = 'Material Icons';
  15. $lang['defaultPack_o_oxygen'] = 'Oxygen';
  16. $lang['defaultPack_o_ra'] = 'RPG-Awesome';
  17. $lang['defaultPack_o_typcn'] = 'Typicons';
  18. $lang['defaultSize'] = 'Default size for icon';
  19. $lang['flagURL'] = 'Flag base path URL (CDN or local)';
  20. $lang['fugueURL'] = 'Fugue base path URL (CDN or local)';
  21. $lang['loadFontAwesome'] = 'Do you want load the CSS file of Font-Awesome ?';
  22. $lang['loadFontlinux'] = 'Do you want load the CSS file of Font-Linux ?';
  23. $lang['loadMaterialIcons'] = 'Do you want load the CSS file of Material Icons ?';
  24. $lang['loadRpgAwesome'] = 'Do you want load the CSS file of RPG-Awesome ?';
  25. $lang['loadTypicons'] = 'Do you want load the CSS file of Typicons ?';
  26. $lang['oxygenURL'] = 'Oxygen base path URL (CDN or local)';
  27. $lang['silkURL'] = 'Silk base path URL (CDN or local)';