diff --git a/addons/captcha/lang/en.lang.php b/addons/captcha/lang/en.lang.php new file mode 100644 index 000000000..c46b9ce65 --- /dev/null +++ b/addons/captcha/lang/en.lang.php @@ -0,0 +1,21 @@ +about_captcha = "Choose an image whose name is listed below"; + $lang->target_captcha = array( + "airplane" => "airplane", + "apple" => "apple", + "book" => "book", + "camera" => "camera", + "dog" => "dog", + "earth" => "earth", + "flag" => "flag", + "mobile" => "mobile", + "note" => "note", + "skeleton" => "skeleton", + ); +?>