1<?php 2/** 3 * English language file 4 * 5 */ 6 7// for the configuration manager 8 9$lang['output'] = "Output mode"; 10$lang['output_o_browser'] = "Browser"; 11$lang['output_o_file'] = "File to download"; 12 13$lang['norender'] = "Tags will no render on PDF"; 14 15$lang['footer_odd'] = 'Footer on odd pages'; 16$lang['footer_even'] = 'Footer on even pages'; 17$lang['header_odd'] = 'Header on odd pages'; 18$lang['header_even'] = 'Header on even pages'; 19 20$lang["maxbookmarks"] = 'Max levels to show into bookmarks<br>(0=nothing, 5=all)'; 21 22$lang['addcitation'] = "Add citation box on last page?"; 23$lang['loadusercss'] = "Load 'dw2pdf/user/user.css'?"; 24 25// vim:ts=4:sw=4:et:enc=utf-8: 26