1234567891011121314151617181920212223242526272829 |
- <?php
- /**
- * English language file
- *
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
- */
- // for the configuration manager
- $lang['defaultPack'] = 'Default icon package';
- $lang['defaultPack_o_fa'] = 'Font-Awesome';
- $lang['defaultPack_o_fl'] = 'Font-Linux';
- $lang['defaultPack_o_fugue'] = 'Fugue';
- $lang['defaultPack_o_glyphicon'] = 'Glyphicon';
- $lang['defaultPack_o_material'] = 'Material Icons';
- $lang['defaultPack_o_oxygen'] = 'Oxygen';
- $lang['defaultPack_o_ra'] = 'RPG-Awesome';
- $lang['defaultPack_o_typcn'] = 'Typicons';
- $lang['defaultSize'] = 'Default size for icon';
- $lang['flagURL'] = 'Flag base path URL (CDN or local)';
- $lang['fugueURL'] = 'Fugue base path URL (CDN or local)';
- $lang['loadFontAwesome'] = 'Do you want load the CSS file of Font-Awesome ?';
- $lang['loadFontlinux'] = 'Do you want load the CSS file of Font-Linux ?';
- $lang['loadMaterialIcons'] = 'Do you want load the CSS file of Material Icons ?';
- $lang['loadRpgAwesome'] = 'Do you want load the CSS file of RPG-Awesome ?';
- $lang['loadTypicons'] = 'Do you want load the CSS file of Typicons ?';
- $lang['oxygenURL'] = 'Oxygen base path URL (CDN or local)';
- $lang['silkURL'] = 'Silk base path URL (CDN or local)';
|