`getXlate(showCap)`
`getPhraselate(sessionNumber, userLang, "Your password will expire in [@totDays] days", "[@totDays]", String(totDaysUnder))`. `getXlate("Please enter a new password for your account")`.
`getXlate("Your password has expired")`. `getXlate("Please enter a new password")`.
`getPhraselate(sessionNumber, userLang, 'The value you entered for the "old password" field [@brHtml] did not match the value in the database', "[@brHtml]", "
")`. `getXlate("Please try again")`.
`getPhraselate(sessionNumber, userLang, 'The value you entered for the "new password" field [@brHtml] is the same as your current password', "[@brHtml]", "
")` .
`getXlate("Please enter a different password")`.
`getXlate("User ID")`:
`tt_user_master.user_id`
`getXlate("User Name")`:
`tt_user_master.user_name`
`getXlate("Password Expiration Date")`:
`tt_user_master.password_expiration_date`
`getXlate("Enter your old password")`
`getXlate("Enter your new password")`
`getXlate("Confirm your new password")`
------------------------
`getXlate("Enter your secret question if desired")`
`getXlate("Enter your secret answer if desired")`
`getXlate("Edit your e-mail address if necessary")`