X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpopulate-msgcat;h=719d330467d1b06851efd2fe3cf6b421551f0cc5;hp=b50fc7ec365c3b2ff601c07a26702f90f35d3d46;hb=c4ed19db84cc71ef13ded9f86ba413411b5c05f6;hpb=dac2cf0ad7e65ca013244cfb017952de1562d4e0 diff --git a/bin/populate-msgcat b/bin/populate-msgcat index b50fc7ec3..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', + }, + ); }