diff options
Diffstat (limited to 'mod/captcha/languages/en.php')
| -rw-r--r-- | mod/captcha/languages/en.php | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/mod/captcha/languages/en.php b/mod/captcha/languages/en.php new file mode 100644 index 000000000..2fdb564a3 --- /dev/null +++ b/mod/captcha/languages/en.php @@ -0,0 +1,13 @@ +<?php +/** + * Elgg captcha language pack. + *  + * @package ElggCaptcha + */ + +$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);  | 
