X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fpopulate-msgcat;h=f8e23cfa0ee8a177ca69c2930627cb9d818f58f1;hb=87efb86d904887f9ee48dcf77fb1470d4c23a87f;hp=5d6e85aea3cb024d7481c73929e1ecc91a911b43;hpb=0b65ce59c7d2ee712389c27954382274ddf718a5;p=freeside.git diff --git a/bin/populate-msgcat b/bin/populate-msgcat index 5d6e85aea..f8e23cfa0 100755 --- a/bin/populate-msgcat +++ b/bin/populate-msgcat @@ -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,10 @@ sub messages { #'en_US' => '', }, + 'expired_card' => { + 'en_US' => 'Expired card', + }, + ); }