added captch field to contact the maintainer form in matrix added default label to captcha
17 lines
311 B
Perl
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;
|