1<?php 2/** 3 * English language file 4 * @author Luis Machuca B. 5 */ 6 7// plugin descriptions 8$lang['brief'] = 'Mark text with tooltips'; 9$lang['descr.tooltip']= 'Mark text with a tooltip'; 10$lang['descr.short'] = 'Mark a single word with a tooltip'; 11$lang['comp.tooltip'] = 'standard tooltip component'; 12$lang['comp.short'] = 'shorthand tooltip component'; 13 14