X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpopulate-msgcat;h=719d330467d1b06851efd2fe3cf6b421551f0cc5;hp=506cf5f0bcfcb38ef9a0b40c7deb4a3c277eadbc;hb=c4ed19db84cc71ef13ded9f86ba413411b5c05f6;hpb=f3d48cda02218523b2cafcc3c3edfe5771d8676e diff --git a/bin/populate-msgcat b/bin/populate-msgcat index 506cf5f0b..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' => { @@ -106,6 +110,14 @@ sub messages { 'en_US' => 'Expired card', }, + 'daytime' => { + 'en_US' => 'Day Phone', + }, + + 'night' => { + 'en_US' => 'Night Phone', + }, + ); } @@ -113,4 +125,3 @@ sub usage { die "Usage:\n\n populate-msgcat user\n"; } -