<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Luigi Micco <l.micco@tiscali.it>
 */

// for the configuration manager
$lang['show_tools']      = 'Position';
$lang['show_tools_o_0']  = 'Hidden';
$lang['show_tools_o_1']  = 'Page bottom';
$lang['show_tools_o_2']  = 'Page top';
$lang['show_tools_o_3']  = 'Both';

$lang['show_link']      = 'Show tools';
$lang['show_link_o_0']  = 'Icons';
$lang['show_link_o_1']  = 'Text';
$lang['show_link_o_2']  = 'Icons and text';

$lang['show_header']         = 'Display plugin header';
$lang['tools']           = 'Enable tools for';
$lang['skip_ids']            = 'Don\'t show tools when ID contains';

//Setup VIM: ex: et ts=2 enc=utf-8 :
