'displayName=selectorName;displayName2=selectorName2'
For instance, say you have .mono and .smallText selectors in your CSS file, you could add them here as:
'Monospaced text=mono;Small text=smallText'
Note that the last entry should not have a semi-colon after it.";
$_lang['tinymce_settings'] = "TinyMCE Settings";
$_lang['tinymce_theme_simple'] = "Simple";
$_lang['tinymce_theme_advanced'] = "Advanced";
$_lang['tinymce_theme_editor'] = "Content Editor";
$_lang['tinymce_theme_custom'] = "Custom";
?>