1<?php
2
3$lang['company']     = 'Name of you company - for use in tempates with @COMPANY@-Tag';
4
5$lang['print hide']	         = 'Hide print button.';
6$lang['print hide on start'] = 'Hide print button on start pages.';
7
8$lang['print template1'] = 'Templatenslot <b>[1]</b><br>Name of the dw2pdf-Template and a comment (separated by a ";")';
9$lang['print template2'] = 'Templatenslot <b>[2]</b><br>Name of the dw2pdf-Template and a comment (separated by a ";")';
10$lang['print template3'] = 'Templatenslot <b>[3]</b><br>Name of the dw2pdf-Template and a comment (separated by a ";")';
11$lang['print template4'] = 'Templatenslot <b>[4]</b><br>Name of the dw2pdf-Template and a comment (separated by a ";")';