From 5a7698952f992b964cc4398531aebb19c7e7c1f7 Mon Sep 17 00:00:00 2001 From: haneul Date: Fri, 6 Mar 2009 06:17:10 +0000 Subject: [PATCH] english language pack git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5787 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/captcha/lang/en.lang.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 addons/captcha/lang/en.lang.php 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", + ); +?>