Add Font Awesome functionality
This commit is contained in:
committed by
Marc Alexander
parent
158e3e6954
commit
d0a74065c0
@@ -106,4 +106,12 @@ $lang = array_merge($lang, array(
|
||||
// Install
|
||||
'PORTAL_BASIC_INSTALL' => 'Füge Basismodule hinzu',
|
||||
'PORTAL_BASIC_UNINSTALL' => 'Entferne Module von Datenbank',
|
||||
|
||||
// Font Awesome
|
||||
'ACP_FA' => 'Font Awesome Styles',
|
||||
'ACP_FA_EXP' => 'Hier kannst du einstellen welche Styles Font Awesome Icons nutzen sollen.',
|
||||
'MODULE_FA' => 'Font Awesome Icon',
|
||||
'MODULE_FA_EXP' => 'Hier kannst du ein Font Awesome Icon einstellen. Dieses wird verwendet wenn der Style Font Awesome verwendet.',
|
||||
'MODULE_FA_SIZE' => 'Font Awesome Icongröße',
|
||||
'MODULE_FA_SIZE_EXP' => 'Hier kannst du die Größe des Font Awesome Icons einstellen (in Pixel).',
|
||||
));
|
||||
|
||||
@@ -106,4 +106,12 @@ $lang = array_merge($lang, array(
|
||||
// Install
|
||||
'PORTAL_BASIC_INSTALL' => 'Adding basic set of modules',
|
||||
'PORTAL_BASIC_UNINSTALL' => 'Removing modules from database',
|
||||
|
||||
// Font Awesome
|
||||
'ACP_FA' => 'Font Awesome styles',
|
||||
'ACP_FA_EXP' => 'Here you can define which styles should use the Font Awesome icons.',
|
||||
'MODULE_FA' => 'Font Awesome icon',
|
||||
'MODULE_FA_EXP' => 'Here you can select a Font Awesome icon. This will be used when your selected style uses Font Awesome icons.',
|
||||
'MODULE_FA_SIZE' => 'Font Awesome icon size',
|
||||
'MODULE_FA_SIZE_EXP' => 'Here you can change the size of the Font Awesome icon in pixel.',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user