Browse Source

Added missing translation for Typicons (#11)

Giuseppe Di Terlizzi 9 years ago
parent
commit
83c53bf5ab
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lang/en/settings.php

+ 3 - 1
lang/en/settings.php

@@ -5,13 +5,15 @@
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  * @author     Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
  */
- 
+
 // for the configuration manager
 $lang['defaultSize']     = 'Default size for icon';
 $lang['defaultPack']     = 'Default icon package';
 $lang['fontAwesomeURL']  = 'Font Awesome CSS URL (CDN or local)';
+$lang['typiconsURL']     = 'Typicons CSS URL (CDN or local)';
 $lang['fugueURL']        = 'Fugue base path URL (CDN or local)';
 $lang['oxygenURL']       = 'Oxygen base path URL (CDN or local)';
 $lang['loadFontAwesome'] = 'Do you want load the CSS file of Font Awesome ?';
+$lang['loadTypicons']    = 'Do you want load the CSS file of Typicons ?';
 $lang['silkURL']         = 'Silk base path URL (CDN or local)';
 $lang['flagURL']         = 'Flag base path URL (CDN or local)';