blob: ff20a6874b976f3150c863536084c1f431dde446 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$labels = array();
$labels['verifiedsender'] = 'Valid signature from the author\'s domain. verified by ';
$labels['invalidsignature'] = 'Signature is not valid ! verified by ';
$labels['nosignature'] = 'No signature information';
$labels['thirdpartysig'] = 'No author\'s domain signature but a third party signature is present. verified by ';
?>
|