SF.net SVN: postfixadmin: [261] trunk/languages/en.lang
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2007-12-06 21:49:43
|
Revision: 261 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=261&view=rev Author: GingerDog Date: 2007-12-06 13:49:45 -0800 (Thu, 06 Dec 2007) Log Message: ----------- en.lang: add error message if password is too short Modified Paths: -------------- trunk/languages/en.lang Modified: trunk/languages/en.lang =================================================================== --- trunk/languages/en.lang 2007-12-06 21:42:06 UTC (rev 260) +++ trunk/languages/en.lang 2007-12-06 21:49:45 UTC (rev 261) @@ -160,6 +160,7 @@ $PALANG['pPassword_button'] = 'Change Password'; $PALANG['pPassword_result_error'] = '<span class="error_msg">Unable to change your password!</span>'; $PALANG['pPassword_result_success'] = 'Your password has been changed!'; +$PALANG['pPassword_too_short_error'] = "Password must be longer than {$CONF['min_password_length']} characters"; $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; $PALANG['pEdit_vacation_remove'] = 'Remove away message'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |