<?php

$messages = array();

$messages['en'] = array(
	'trustedlinks_noright' => 'You inserted into this page or edited at least one url on it but you do not have the "postlink" right.',
	'trustedlinks-desc' => 'Prevents the addition of URLs and URL-like text to pages by users without the "postlink" right.',
);

?>