xref: /plugin/dw2pdf/lang/en/lang.php (revision d8bb4a20eabddb5e0f3bc2407ed55bdc1bda703d)
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['empty']             = "You don't have pages selected yet.";
7$lang['tocheader']         = "Table of Contents";
8$lang['export_ns']         = 'Export namespace "%s:" to file %s.pdf';
9$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.";
10