Localization

HYPR SDK for Android

Strings.xml

All UI text is displayed using strings resources. To override any string, create your own strings.xml file.

Example

app/src/main/res/values/strings.xml

<resources xmlns:tools="http://schemas.android.com/tools">

    <!-- Error Messages - DisplayText - General -->
    <string name="hypr_error_display_default_operation_cancel">Operation was cancelled.</string>
    <string name="hypr_error_display_default_reg_failed">Registration Failed. Please try again or contact your support for more detail.</string>
    <string name="hypr_error_display_default_auth_failed">Authentication Failed</string>
    <string name="hypr_error_display_default_dereg_failed">Deregistration Failed</string>
    <string name="hypr_error_display_hardware_not_supported">Authenticator Hardware Not Supported. Please contact your support for more detail.</string>
    <string name="hypr_error_display_not_registered">Authenticator is not Registered. Please contact your support for more detail.</string>
    <string name="hypr_error_display_transaction_invalid">Transaction Invalid. Please contact your support for more detail.</string>
    <string name="hypr_error_display_barcode_permissions">Operation failed. This app needs permission to use the camera. Please enable it in the app\’s settings.</string>
    <string name="hypr_error_display_operation_failed">Operation Failed. Please try again or contact your support for more detail.</string>
    <string name="hypr_error_display_facetid_failed">FacetId Check Failed. Please contact your support for more detail.</string>
    <string name="hypr_error_display_server_error">Operation Failed. Please try again or contact your support for more detail.</string>
    <string name="hypr_error_display_invalid_ssl_credentials">Operation Failed. Please try again or contact your support for more detail.</string>
    <string name="hypr_error_display_no_network_title">Operation failed. Seems like you have no internet connection. Make sure you are connected to the internet and try again.</string>
    <string name="hypr_error_display_app_backgrounded">Operation cancelled. Please try again.</string>
    <string name="hypr_error_display_dereg_operation_failed">Your account could not be deregistered. Please try again.</string>
    <string name="hypr_error_display_discovery_failed">Discovery Failed due to no Authenticator matching the policy. Please contact your support for more detail.</string>

    <!-- Error Messages - DisplayText - OOB -->
    <string name="hypr_error_display_app_profile_size_website_rp_limit_fail">Limit reached. Please remove a web account and try again.</string>
    <string name="hypr_error_display_app_profile_size_website_limit_fail">Limit reached. Please remove a web account and try again.</string>
    <string name="hypr_error_display_app_profile_size_workstation_rp_limit_fail">Limit reached. Please remove a paired computer and try again.</string>
    <string name="hypr_error_display_app_profile_size_workstation_limit_fail">Limit reached. Please remove a paired computer and try again.</string>
    <string name="hypr_error_display_unlock_cancel_already_unlocked">It looks like we couldn\'t cancel the unlocking process. Be aware that your computer might be unlocked now.</string>

    <!-- Error Messages - DisplayText - PIN -->
    <string name="hypr_error_display_pin_auth_cancelled">Operation cancelled. Please try again.</string>
    <string name="hypr_error_display_pin_incorrect">Authentication failed. Your PIN is incorrect. Please try again.</string>
    <string name="hypr_error_display_pin_failure">Operation failed. Your PIN is incorrect. Please contact your support for more detail.</string>

    <!-- Error Messages - DisplayText - Finger -->
    <string name="hypr_error_display_biometricprompt_auth_aborted">Operation cancelled. Please try again.</string>
    <string name="hypr_error_display_biometricprompt_not_recognized">Operation failed. Biometric not recognized. Please try again.</string>
    <string name="hypr_error_display_biometricprompt_locked_out">Operation failed. Too many failure attempts. Please wait to retry.</string>
    <string name="hypr_error_display_biometricprompt_locked_out_permanent">Operation failed. Too many failure attempts. Biometric reader is locked. Please go to Android Settings and unlock biometrics.</string>
    <string name="hypr_error_display_biometricprompt_no_biometric_on_device">Operation failed. No biometrics found on this device. You must add one in your phone\'s settings.</string>
    <string name="hypr_error_display_biometricprompt_timeout">Operation failed. Your request to authenticate this device didn\'t complete in time. Please try again.</string>
    <string name="hypr_error_display_biometricprompt_no_space">Operation failed. Not enough storage is available. Please free up memory and try again.</string>

    <!-- Error Messages - DisplayText - Face & Voice -->
    <string name="hypr_error_display_fv_enroll_aborted">Operation cancelled. Please try again.</string>
    <string name="hypr_error_display_fv_enroll">Registration failed. Something went wrong with your authentication method. Please try again.</string>
    <string name="hypr_error_display_fv_enroll_timed_out">Registration failed. Your request to enroll this device didn\'t complete in time. Please try again.</string>
    <string name="hypr_error_display_fv_enroll_external_auth">Registration failed. Something went wrong with your authentication method. Please try again.</string>
    <string name="hypr_error_display_fv_auth_aborted">Authentication was cancelled.</string>
    <string name="hypr_error_display_fv_auth">Authentication failed. Something went wrong with your authentication method. Please try again.</string>
    <string name="hypr_error_display_fv_auth_timed_out">Authentication failed. Your request to authenticate this device didn\'t complete in time. Please try again.</string>
    <string name="hypr_error_display_fv_auth_external_auth">Authentication failed. Something went wrong with your authentication method. Please try again.</string>
    <string name="hypr_error_display_fv_disk_space">Operation failed. Not enough storage is available. Please free up memory and try again.</string>

    <string name="hypr_error_display_fv_face_permissions">Operation failed. This app needs permission to use the camera. Please enable it in the device settings.</string>
    <string name="hypr_error_display_fv_voice_permissions">Operation failed. This app needs permission to use the microphone. Please enable it in the device settings.</string>
    <string name="hypr_error_display_fv_face_no_enrollments">Authentication failed. No user registered with face authentication.</string>
    <string name="hypr_error_display_fv_voice_no_enrollments">Authentication failed. No user registered with voice authentication.</string>
    <string name="hypr_error_display_fv_face_media_unavailable">Operation failed. Camera is currently not available. Please close any application which may have the camera in use.</string>
    <string name="hypr_error_display_fv_voice_media_unavailable">Operation failed. Microphone is currently not available. Please close any application which may have the microphone in use.</string>

    <!-- Error Messages - DisplayText - Palm -->
    <string name="hypr_error_display_palm_permissions">Operation failed. This app needs permission to use the camera. Please enable it in the device settings.</string>
    <string name="hypr_error_display_palm_auth_cancelled">Operation cancelled. Please try again.</string>
    <string name="hypr_error_display_palm_enroll_failed">Registration failed. Something went wrong with your authentication method. Please try again.</string>
    <string name="hypr_error_display_palm_auth_error">Authentication failed. Something went wrong with your authentication method. Please try again.</string>
    <string name="hypr_error_display_palm_auth_not_recognized">Authentication failed. Palm not recognized. Please try again.</string>
    <string name="hypr_error_display_palm_enroll_timed_out">Registration failed. Your request to enroll this device didn\'t complete in time. Please try again.</string>
    <string name="hypr_error_display_palm_auth_timed_out">Authentication failed. Your request to authenticate this device didn\'t complete in time. Please try again.</string>

    <!-- Error Messages - DisplayText - Presence -->
    <string name="hypr_error_display_presence_auth_cancelled">Operation cancelled. Please try again.</string>

    <!-- Fido Client -->
    <string name="hypr_list_title" tools:keep="@string/hypr_list_title">Choose Authenticator</string>
    <string name="hypr_multi_auth_desc">To fully experience this app, we need you to enroll a secondary authenticator.</string>

    <!-- Include in FCA Strings START -->
    <string name="hypr_multi_auth_title_fingerprint">Fingerprint Authentication</string>
    <string name="hypr_multi_auth_title_passcode">PIN Authentication</string>
    <string name="hypr_multi_auth_title_faceprint">Face Recognition</string>
    <!-- Include in FCA Strings END -->
    <string name="hypr_multi_auth_title_voiceprint">Voice Authentication</string>
    <string name="hypr_multi_auth_title_eyeprint">Eye Authentication</string>
    <string name="hypr_multi_auth_title_handprint">Palm Authentication</string>
    <string name="hypr_multi_auth_title_presence">Presence Authentication</string>
    <string name="hypr_multi_auth_title_location">Location Authentication</string>
    <string name="hypr_multi_auth_title_pattern">Pattern Authentication</string>

    <!-- General Shown on Some Authenticators -->
    <string name="hypr_success">Success</string>
    <string name="hypr_authentication_failed">Authentication Failed</string>

    <string name="hypr_ok">OK</string>
    <string name="hypr_skip" tools:keep="@string/hypr_skip">Skip</string>
    <string name="hypr_dismiss" tools:keep="@string/hypr_dismiss">Dismiss</string>
    <string name="hypr_submit" tools:keep="@string/hypr_submit">Submit</string>
    <string name="hypr_retake" tools:keep="@string/hypr_retake">Retake</string>
    <string name="hypr_accept" tools:keep="@string/hypr_accept">Accept</string>
    <string name="hypr_try_again" tools:keep="@string/hypr_try_again">Try Again</string>
    <string name="hypr_begin" tools:keep="@string/hypr_begin">Begin</string>
    <string name="hypr_quit">Quit</string>
    <string name="hypr_cancel">Cancel</string>
    <string name="hypr_reset" tools:keep="@string/hypr_reset">Reset</string>
    <string name="hypr_reset_app" tools:keep="@string/hypr_reset_app">Reset App</string>
    <string name="hypr_login" tools:keep="@string/hypr_login">Login</string>
    <string name="hypr_logout" tools:keep="@string/hypr_logout">Logout</string>
    <string name="hypr_enroll" tools:keep="@string/hypr_enroll">Enroll</string>
    <string name="hypr_register" tools:keep="@string/hypr_register">Register</string>
    <string name="hypr_instructions" tools:keep="@string/hypr_instructions">Instructions</string>
    <string name="hypr_continue" tools:keep="@string/hypr_continue">Continue</string>
    <string name="hypr_done" tools:keep="@string/hypr_done">Done</string>
    <string name="hypr_none" tools:keep="@string/hypr_none">None</string>
    <string name="hypr_save" tools:keep="@string/hypr_save">Save</string>

    <string name="hypr_logged_in_success">SUCCESS!</string>

    <!-- Progress Large Spinner -->
    <string name="hypr_progress_large_spinner_delete_browser_top">Deregistering&#8230;</string>
    <string name="hypr_progress_large_spinner_delete_workstation_top">Unpairing Workstation</string>
    <string name="hypr_progress_large_spinner_add_workstation_top">Pairing…</string>
    <string name="hypr_progress_large_spinner_add_workstation_bottom">New Workstation&#8230;</string>
    <string name="hypr_progress_large_spinner_add_machine_bottom">New Account&#8230;</string>
    <string name="hypr_progress_large_spinner_unlock_top">Unlocking…</string>
    <string name="hypr_progress_large_spinner_unlock_middle">Workstation Ready for access</string>
    <string name="hypr_progress_large_spinner_cancel_unlock_top">Cancelling&#8230;</string>
    <string name="hypr_progress_large_spinner_status_update_top" tools:keep="@string/hypr_progress_large_spinner_status_update_top">Checking for Status</string>
    <string name="hypr_progress_large_spinner_status_update_bottom" tools:keep="@string/hypr_progress_large_spinner_status_update_bottom">Update&#8230;</string>

    <string name="hypr_progress_large_spinner_unlock_asleep">Your computer is in sleep mode, give it a few minutes…</string>
    <string name="hypr_progress_large_spinner_unlock_unreachable">We couldn\'t reach your computer. Please check if it is online.</string>

    <string name="hypr_progress_large_spinner_delete_user_top">Deregistering&#8230;</string>

    <!-- Pin License Screen -->
    <string name="hypr_pin_instructions_title">Enter 6-Digit PIN</string>
    <string name="hypr_pin_instructions_text">Displayed on your computer screen</string>

    <!-- Pin License Screen Test Mode -->
    <string name="hypr_pin_test_mode_instructions">Enter PIN</string>

    <!-- Push Permission Screen -->
    <string name="hypr_push_permission_title">Notifications</string>
    <string name="hypr_push_permission_description_text">To fully experience this app, we need to send you notifications</string>

    <!-- User Presence Notification Screen -->
    <string name="hypr_user_presence_description_text">Complete device registration on your computer.</string>

    <!-- Buttons -->
    <string name="hypr_button_single">Cancel</string>

    <!-- Authenticators -->
    <string name="hypr_auth_face_voice_title" tools:keep="@string/hypr_auth_face_voice_title">Face &amp; Voice ID</string>
    <string name="hypr_auth_voice_title" tools:keep="@string/hypr_auth_voice_title">Voice ID</string>
    <string name="hypr_auth_face_title" tools:keep="@string/hypr_auth_face_title">Face ID</string>
    <string name="hypr_auth_touch_title" tools:keep="@string/hypr_auth_touch_title">Fingerprint ID</string>

    <string name="hypr_transaction_type_bank_wire">Bank Wire</string>

    <!-- Face/Voice -->
    <string name="hypr_face_voice_auth_instructions" tools:keep="@string/hypr_face_voice_auth_instructions">Say your password.</string>

    <!-- Touch -->
    <string name="hypr_fingerprint_native_device_id_title" tools:keep="@string/hypr_fingerprint_native_device_id_title">Native Device ID</string>
    <string name="hypr_fingerprint_native_device_id_description" tools:keep="@string/hypr_fingerprint_native_device_id_description">Please enter your device login credentials.</string>

    <!-- Oob license accepted -->
    <string name="hypr_oob_license_accepted_title"> </string>
    <string name="hypr_oob_license_accepted_description"> </string>
    <string name="hypr_oob_license_aborted">License aborted by user.</string>
    <string name="hypr_oob_license_pin_failure">License PIN Failure.</string>

    <!-- Oob Authentication -->
    <string name="hypr_oob_authentication_title">Passwordless Login</string>
    <string name="hypr_oob_transaction_authentication_title">Complete Bank Wire</string>
    <string name="hypr_oob_authentication_instructions">Tap to Authenticate</string>

    <!-- Accept Screens -->
    <string name="hypr_accept_transaction_desc">Do you want to Confirm this Transaction?</string>
    <string name="hypr_accept_authentication_desc">Do you want to Complete this Authentication?</string>

    <!-- Content Description -->
    <string name="hypr_todo_content_description">@null</string>

    <!-- Barcode -->
    <string name="hypr_barcode_aborted">HYPR Barcode Aborted by User.</string>
    <string name="hypr_barcode_error_low_storage_error">Face detector dependencies cannot be downloaded due to low device storage</string>
    <string name="hypr_barcode_failure">No barcode captured</string>
    <string name="hypr_barcode_capture_title">Scan QR Code</string>
    <string name="hypr_barcode_license_entry_text">Displayed on your computer screen</string>

    <!-- Barcode 2 -->
    <string name="hypr_barcode_2_firebase_scanner_not_available">
        Cannot enable new QR Scanner because of one or more of the following:\n
        \t- No Firebase App was found\n
        \t- Firebase Vision dependencies are missing
    </string>
    <string name="hypr_barcode_2_started">New QR Scanner Started</string>

    <!-- Multi-AsmV1_0_Auth Screen -->
    <string name="hypr_multi_auth_ok">@string/hypr_ok</string>

    <string name="hypr_error_tlv_att_type_not_supported">Attestation Type not supported.</string>
    <string name="hypr_error_check_lower_level_status">Check lower level status.</string>
    <string name="hypr_error_cancel_result_no_status">Cancel Activity Result Returned with no Lower Status Result.</string>
    <string name="hypr_error_fail_result_no_status">Failure Activity Result Returned with no Lower Status Result.</string>

    <string name="hypr_error_profile_already_exist">Profile already exists.</string>
    <string name="hypr_error_profile_not_exist">Profile does not exist.</string>
    <string name="hypr_error_profile_null">Current Profile is Null</string>
    <string name="hypr_error_remote_device_does_not_exist">Remote Device does not exist.</string>
    <string name="hypr_error_malformed_url">Malformed Url</string>
    <string name="hypr_error_invalid_hmac">Invalid HMAC</string>

    <string name="hypr_error_ws_removed">Your device was unpaired from this computer.</string>

    <string name="hypr_ambiguous_failed">Failed</string>

    <string name="hypr_error_result">Error Occurred</string>
    <string name="hypr_error_result_message">To view the specific error log, click View below.</string>
    <string name="hypr_error_result_view">View</string>
    <string name="hypr_error_result_title">Error Result Log</string>
    <string name="hypr_error_message">Authentication Failed</string>
    <string name="hypr_error_auth_failed" tools:keep="@string/hypr_error_auth_failed">Please try again.</string>
    <string name="hypr_hardware_not_supported_message" tools:keep="@string/hypr_hardware_not_supported_message">Device Not Supported</string>
    <string name="hypr_hardware_error_message" tools:keep="@string/hypr_hardware_error_message">Your device does not have a fingerprint reader and is on Android OS Version: (KitKat, SDK-19, 4.4.4). Please update to (Lollipop, SDK-21, 5.0) or above for devices without fingerprint readers.</string>
    <string name="hypr_error_no_network_desc">Please check that there is an internet connection.</string>
    <string name="hypr_error_method_not_implemented">Method not implemented.</string>

    <string name="hypr_fingerprint_error_message_not_registered">There is currently no fingerprint registered on the device. Please click OK and then register a fingerprint.</string>

    <string name="hypr_pin_registration_title">Decentralized PIN Enrollment</string>
    <string name="hypr_pin_authentication_title">Decentralized PIN Verification</string>
    <string name="hypr_pin_entry_text">Enter 6-Digit PIN</string>
    <string name="hypr_pin_confirm_text">Confirm 6-Digit PIN</string>

    <string name="hypr_error_pin_headless_null">Headless PIN cannot be null</string>
    <string name="hypr_error_pin_headless_size_invalid">Headless PIN must be at least %1$d digits</string>
    <string name="hypr_error_pin_mismatch">PINs do not match</string>

    <string name="hypr_biometricprompt_register">Register Biometric</string>
    <string name="hypr_biometricprompt_verify">Verify Biometric</string>
    <string name="hypr_biometricprompt_register_description">Confirm biometric to continue</string>
    <string name="hypr_biometricprompt_verify_description">Confirm biometric to continue</string>
    <string name="hypr_biometricprompt_cancel_button_text">Cancel</string>

    <string name="hypr_presence_register_title">Do you want to confirm this request?</string>
    <string name="hypr_presence_authenticate_title">Do you want to confirm this request?</string>
    <string name="hypr_presence_confirm_button_text">Confirm</string>
    <string name="hypr_presence_cancel_button_text">Deny</string>

</resources>