webgui/lib/WebGUI/i18n/English/Form_Captcha.pm
JT Smith 32169aebbf adding cron UI, but not working yet
bugfix for captcha
2006-02-14 03:48:36 +00:00

12 lines
211 B
Perl

package WebGUI::i18n::English::Form_Captcha;
our $I18N = {
'topicName' => {
message => q|Captcha|,
context => q|Captcha is an acronym, it cannot be translated.|,
lastUpdated => 1131394072,
},
};
1;