rhymix/addons/captcha/lang/en.lang.php
2009-06-07 09:30:15 +00:00

21 lines
545 B
PHP

<?php
/**
* @file en.lang.php
* @author haneul (haneul0318@gmail.com)
* @brief English Language Pack
**/
$lang->about_captcha = "Please 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",
);
?>