1 2 3 4 5 6 7 8 9
<?php $english = array( 'simplepie:notset' => 'Feed url is not set', ); add_translation("en",$english); ?>