<?php
/**
 * English language strings for the book creator Plugin
 *
 * @author  Luigi Micco <l.micco@tiscali.it>
 */

$lang['toolbar']             = 'Show toolbar';
$lang['toolbar_o_never']     = "Never";
$lang['toolbar_o_always']    = "Always";
$lang['toolbar_o_noempty']   = "When selection is not empty";

$lang['save_namespace']      = 'Namespace where selections are saved'; 

$lang['book_page']           = 'Wiki page where the book manager is displayed';
$lang['help_page']           = 'Wiki page with info and instructions';

$lang['skip_ids']            = 'Don\'t show tools when ID contains';


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