xref: /plugin/dw2pdf/lang/en/lang.php (revision c7138b3f7c213e61c00eda73e5cacb9c44cc0a77)
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. Use option 'Skip Forbidden Pages' or add '&book_skipforbiddenpages=1' to your export-url";
10