<?php /** * Elgg diagnostics language pack. * * @package ElggDiagnostics */ $english = array( 'captcha:entercaptcha' => 'Enter text from image', 'captcha:captchafail' => 'Sorry, the text that you entered didn\'t match the text in the image.', ); add_translation("en", $english);