Localize the validation bypass confirmation message

The confirmation dialog message that appears at the top of the validation bypass screen is localized through the clock properties file.

Use the key PROMPT_VALIDATION_BYPASS.

For example, in clock_en.properties:

PROMPT_VALIDATION_BYPASS=I certify that I choose to bypass the following validation.

As an administrator, you can adjust this text for each supported language. Line breaks can be inserted using \n if required by the device layout, for example:

PROMPT_VALIDATION_BYPASS=I certify that I would like to\nbypass the validation and \nregister my current swipe

The validation error message itself continues to be localized using the existing validation message configuration.