16 lines
359 B
Perl
16 lines
359 B
Perl
package WebGUI::i18n::English::Form_Username;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'username in use' => {
|
|
message => q|Sorry, that account name is already in use by another member of this site.|,
|
|
lastUpdated => 1217216725
|
|
},
|
|
'username' => {
|
|
message => q|Username|,
|
|
lastUpdated => 1217216725,
|
|
context => q|Name of the form plugin|,
|
|
},
|
|
};
|
|
|
|
1;
|