package com.andreiolar.abms.client.constants; import com.google.gwt.i18n.client.Constants; public interface LoginFormConstants extends Constants { String FORM_NAME = "Login Form"; String USERNAME = "Username"; String PASSWORD = "Password"; String LOGIN_BUTTON = "Login"; String REGISTER_BUTTON = "Register"; String HYPERLINK_TEXT = "Forgot Password ?"; String ADVANCED_CRITERIA = "Advanced Options"; String FAILURE_SEND_EMAIL_TITLE = "Failure"; String SUCCESS_SEND_EMAIL_TITLE = "Success"; String SUCCESS_SEND_EMAIL_MESSAGE = "An E-Mail has been sent to you. Please follow the steps there in order to reset your password."; }