11 lines
234 B
Perl
11 lines
234 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
|
|
},
|
|
};
|
|
|
|
1;
|