1<?php
2
3$lang['export_pdf_button'] = "Export to PDF";
4$lang['needtitle']         = "Please provide a title.";
5$lang['needns']            = "Please provide an existing namespace.";
6$lang['notexist']          = "Requested page doesn't exist.";
7$lang['empty']             = "You don't have pages selected yet.";
8$lang['tocheader']         = "Table of Contents";
9$lang['export_ns']         = 'Export namespace "%s:" to file %s.pdf';
10$lang['forbidden']         = "You have no access to these pages: %s.<br/><br/>Use option 'Skip Forbidden Pages' to create your book with the available pages.";
11$lang['missingbookcreator'] = 'The Bookcreator Plugin is not installed or is disabled';
12