String Condition  : Enter current password:
     String Description: This string is displayed when a user is changing their 
                         password, they will first be asked to enter in their   
                         current password.
     String Example
          Enter current password:

     String Condition  : Incorrect password.
     String Description: This string is displayed when a user has incorrectly   
                         entered in their current password.
     String Example
          Password is incorrect.

     String Condition  : Enter your new password:
     String Description: This string is displayed when the user is changing     
                         their password, and they have successfully entered
                         their old password.
     String Example
          Enter your new password:

     String Condition  : Password must be at least 4 characters long.
     String Description: This string is displayed when the user has attempted   
                         to enter in a password that is less then 4 characters  
                         long.
     String Example
          Password must be at least 4 characters long.

     String Condition  : Verify new password:
     String Description: This string is displayed when a user has almost        
                         completed the password changing process. They must
                         first verify their new password.
     String example
          Re-enter password for verification:

     String Condition  : Passwords do not match!
     String Description: This string is displayed when a user has incorrectly   
                         entered in the password, when they are attempting to   
                         verify the password.
     String Example
          Passwords don't match.

     String Condition  : Password successfully changed.
     String Description: This string is displayed when a user has correctly     
                         verified their password.
     String Example
          Password changed.