1<?php
2
3$lang['menu'] = 'Spam Check';
4
5$lang['paste'] = 'Paste the text to check below.';
6$lang['found'] = 'The text would be <b>blocked</b> because of the following configuration lines:';
7$lang['notfound'] = 'The text would <b>not</b> be blocked.';
8
9