From aca444f564e83fc1a7112412bf5ce558ca355e5f Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 8 May 2009 13:32:23 +0000 Subject: Closes #1011: Added basic captcha support. git-svn-id: https://code.elgg.org/elgg/trunk@3270 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/captcha/languages/en.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mod/captcha/languages/en.php (limited to 'mod/captcha/languages') diff --git a/mod/captcha/languages/en.php b/mod/captcha/languages/en.php new file mode 100644 index 000000000..c7b91d1d3 --- /dev/null +++ b/mod/captcha/languages/en.php @@ -0,0 +1,20 @@ + 'Enter text from image', + 'captcha:captchafail' => 'Sorry, the text that you entered didn\'t match the text in the image.', + + ); + + add_translation("en",$english); +?> \ No newline at end of file -- cgit v1.2.3