26 lines
618 B
Perl
26 lines
618 B
Perl
package WebGUI::i18n::English::Form_Captcha;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'verify your humanity' => {
|
|
message => q|Verify Your Humanity|,
|
|
lastUpdated => 1078852836
|
|
},
|
|
|
|
'topicName' => {
|
|
message => q|Captcha|,
|
|
context => q|Captcha is an acronym, it cannot be translated.|,
|
|
lastUpdated => 1131394072,
|
|
},
|
|
|
|
'captcha failure' => {
|
|
message => q|You need to type in the six characters you see in the image to prove that you are human.|,
|
|
},
|
|
|
|
'recaptcha failure' => {
|
|
message => q|You need to correctly enter the words you see in the image to prove that you are human.|,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|