1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Luigi Micco <l.micco@tiscali.it> 7 */ 8 9// for the configuration manager 10$lang['show_tools'] = 'Position'; 11$lang['show_tools_o_0'] = 'Hidden'; 12$lang['show_tools_o_1'] = 'Page bottom'; 13$lang['show_tools_o_2'] = 'Page top'; 14$lang['show_tools_o_3'] = 'Both'; 15 16$lang['show_link'] = 'Show tools'; 17$lang['show_link_o_0'] = 'Icons'; 18$lang['show_link_o_1'] = 'Text'; 19$lang['show_link_o_2'] = 'Icons and text'; 20 21$lang['show_header'] = 'Display plugin header'; 22$lang['tools'] = 'Enable tools for'; 23$lang['skip_ids'] = 'Don\'t show tools when ID contains'; 24 25//Setup VIM: ex: et ts=2 enc=utf-8 : 26