<?php
/**
 * English language file
 * @author Luis Machuca B.
 */

// plugin descriptions
$lang['brief']        = 'Mark text with tooltips';
$lang['descr.tooltip']= 'Mark text with a tooltip';
$lang['descr.short']  = 'Mark a single word with a tooltip';
$lang['comp.tooltip'] = 'standard tooltip component';
$lang['comp.short']   = 'shorthand tooltip component';

