* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_EVENT_TOOLTIPS_NAME', 'Tooltips'); @define('PLUGIN_EVENT_TOOLTIPS_DESC', 'Activate Tooltips Text and Images.'); @define('PLUGIN_EVENT_TOOLTIPS_FULLIMAGES_NAME', 'Show original images'); @define('PLUGIN_EVENT_TOOLTIPS_FULLIMAGES_DESC', 'Show original image in tooltip if user mouse over the thumbnail.'); @define('PLUGIN_EVENT_TOOLTIPS_REPLACEWITHTAG_NAME', 'Replacement-Tag'); @define('PLUGIN_EVENT_TOOLTIPS_REPLACEWITHTAG_DESC', 'Contains the HTML-Tag with wich will realize the tooltips. Default: '); @define('PLUGIN_EVENT_TOOLTIPS_REPLACEWITHTAG_A', 'Hyperlink '); @define('PLUGIN_EVENT_TOOLTIPS_REPLACEWITHTAG_ACRONYM', 'Acronym '); @define('PLUGIN_EVENT_TOOLTIPS_TOOLTIPSTAG_NAME', 'Replace Tooltips-Tag'); @define('PLUGIN_EVENT_TOOLTIPS_TOOLTIPSTAG_DESC', 'The Tag [s9y-tooltips ...]...[/s9y-tooltips] can be used.'); @define('PLUGIN_EVENT_TOOLTIPS_CLEANUP_NAME', 'Activate Tooltipcleanup'); @define('PLUGIN_EVENT_TOOLTIPS_CLEANUP_DESC', 'Removes non interpreted Tooltip-Tags and -Attributes.'); @define('PLUGIN_EVENT_TOOLTIPS_BGCOLOR_NAME', 'Backgroundcolor'); @define('PLUGIN_EVENT_TOOLTIPS_BGCOLOR_DESC', ''); @define('PLUGIN_EVENT_TOOLTIPS_FGCOLOR_NAME', 'Foregroundcolor'); @define('PLUGIN_EVENT_TOOLTIPS_FGCOLOR_DESC', ''); @define('PLUGIN_EVENT_TOOLTIPS_TEXTCOLOR_NAME', 'Textcolor'); @define('PLUGIN_EVENT_TOOLTIPS_TEXTCOLOR_DESC', ''); ?>