1<?php
2/**
3 * English language strings for the book creator Plugin
4 *
5 * @author  Luigi Micco <l.micco@tiscali.it>
6 */
7
8$lang['toolbar']             = 'Show toolbar';
9$lang['toolbar_o_never']     = "Never";
10$lang['toolbar_o_always']    = "Always";
11$lang['toolbar_o_noempty']   = "When selection is not empty";
12
13$lang['save_namespace']      = 'Namespace where selections are saved';
14
15$lang['book_page']           = 'Wiki page where the book manager is displayed';
16$lang['help_page']           = 'Wiki page with info and instructions';
17
18$lang['skip_ids']            = 'Don\'t show tools when ID contains';
19
20
21//Setup VIM: ex: et ts=2 enc=utf-8 :
22