X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpopulate-msgcat;h=719d330467d1b06851efd2fe3cf6b421551f0cc5;hp=64fa59a446f5f2551bf988c4f31aafedeb4f722e;hb=c28a1f2d8b6c0c355a96f3b8f34c2ec40971c2a1;hpb=812b5eb3a85fcf221174838a549db5b7e82f145c diff --git a/bin/populate-msgcat b/bin/populate-msgcat index 64fa59a44..719d33046 100755 --- a/bin/populate-msgcat +++ b/bin/populate-msgcat @@ -27,7 +27,7 @@ foreach my $msgcode ( keys %messages ) { } } -print "Message catalog initialized sucessfully\n"; +#print "Message catalog initialized sucessfully\n"; sub messages { @@ -76,7 +76,11 @@ sub messages { }, 'illegal_password' => { - 'en_US' => 'Illegal password', + 'en_US' => 'Illegal password (', + }, + + 'illegal_password_characters' => { + 'en_US' => ' characters)', }, 'username_in_use' => { @@ -102,6 +106,18 @@ sub messages { #'en_US' => '', }, + 'expired_card' => { + 'en_US' => 'Expired card', + }, + + 'daytime' => { + 'en_US' => 'Day Phone', + }, + + 'night' => { + 'en_US' => 'Night Phone', + }, + ); } @@ -109,4 +125,3 @@ sub usage { die "Usage:\n\n populate-msgcat user\n"; } -