webgui/lib/WebGUI/i18n/English/Form_Captcha.pm
JT Smith 6be1d2f76e fixed captcha to work even in not htmlform environments
added captch field to contact the maintainer form in matrix
added default label to captcha
2006-05-05 20:20:15 +00:00

17 lines
311 B
Perl

package WebGUI::i18n::English::Form_Captcha;
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,
},
};
1;