X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpopulate-msgcat;h=719d330467d1b06851efd2fe3cf6b421551f0cc5;hp=166f83720941ab8e63f74df8ce9942eb39328b2d;hb=c28a1f2d8b6c0c355a96f3b8f34c2ec40971c2a1;hpb=97646ed2e0ad524f959f9dc2632fa2fea25f5010 diff --git a/bin/populate-msgcat b/bin/populate-msgcat index 166f83720..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 { @@ -79,7 +79,7 @@ sub messages { 'en_US' => 'Illegal password (', }, - 'illeggal_password_characters' => { + 'illegal_password_characters' => { 'en_US' => ' characters)', }, @@ -110,6 +110,14 @@ sub messages { 'en_US' => 'Expired card', }, + 'daytime' => { + 'en_US' => 'Day Phone', + }, + + 'night' => { + 'en_US' => 'Night Phone', + }, + ); }