* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_QUICKLINK_NAME', 'Quick Link'); @define('PLUGIN_QUICKLINK_BLAHBLAH', 'Displays a box for quick links'); @define('PLUGIN_QUICKLINK_MAXENTRIES', 'Maximum number of links'); @define('PLUGIN_QUICKLINK_MAXENTRIES_BLAHBLAH', 'How many links will be shown in each page? (Default: 15)'); @define('PLUGIN_QUICKLINK_TITLE', 'Title'); @define('PLUGIN_QUICKLINK_TITLE_BLAHBLAH', 'Title of block'); @define('PLUGIN_QUICKLINK_DELETE', 'Delete'); @define('PLUGIN_QUICKLINK_DELETE_BLAHBLAH', 'Enter a string for delete links'); @define('PLUGIN_QUICKLINK_SUBMIT', 'Send'); @define('PLUGIN_QUICKLINK_SUBMIT_BLAHBLAH', 'Enter a string for submit button'); @define('PLUGIN_QUICKLINK_SHOW_TIP', 'Show Tooltip for links?'); @define('PLUGIN_QUICKLINK_SHOW_TIP_BLAHBLAH', 'This will show a tooltip for each link, including date and description of them. Tooltips are the only way to show descriptions!'); @define('PLUGIN_QUICKLINK_PUBLIC', 'Is public?'); @define('PLUGIN_QUICKLINK_PUBLIC_BLAHBLAH', 'If enable this, all visitors can send links.'); @define('PLUGIN_QUICKLINK_ALERT', 'Are you sure?'); @define('PLUGIN_QUICKLINK_LABEL', 'Label'); ?>