General Strings

For supporting localisation in the application you can add your string resources and even can override the current resource as per your application.

<resources>
    <string name="uq_error_quit_message">Are you sure you want to quit the enrollment?</string>
    <string name="uq_status_title_hold_on">Please hold on, it can take up to 1 minute</string>
    <string name="uq_error_something_wrong">Something went wrong, please try again later</string>
    <string name="uq_error_service_unavailable">Service not available at the moment, please try again later</string>
    <string name="uq_error_request_timeout">Request timed out, please try again</string>
    <string name="uq_error_nfc_reader">Something went wrong accessing the data, please try later</string>
    <string name="uq_error_network_unavailable">Internet not available, please make sure to have a valid connection before continuing</string>
    <string name="uq_error_reader_unavailable">Reader for requested type is not available</string>
    <string name="uq_error_rooted_device_found">Feature not supported on Rooted Device</string>
    <string name="uq_error_nfc_not_found">Requested feature not supported on device</string>
    <string name="uq_error_auth_token_missing">Authentication token missing</string>
    <string name="uq_error_document_missing">At least 1 document is required</string>
    <string name="uq_error_permission_denied">Permission request denied</string>
    <string name="uq_error_enrollment_identifier_missing">Enrollment identifier is needed to recover the account</string>
    <string name="uq_error_enrollment_session_id_missing">A valid session id is required to perform a face session</string>
    <string name="uq_error_enrollment_facial_recognition_not_supported">Facial recognition not supported for the document selected</string>
    <string name="uq_error_enrollment_document_not_supported">Enrollment flow not supported for the document selected</string>
    <string name="uq_error_lookup_document_not_supported">Lookup flow not supported for the document selected</string>
    <string name="uq_error_camera_permission_denied">Attention</string>
    <string name="uq_error_camera_permission_denied_description">You denied the camera access before and it is required to use this application. After you click the button below you will be taken to the application settings where you can allow the camera access. Please note that the application might be restarted after changing the setting.</string>
    <string name="uq_button_title_continue">Continue</string>

    <string name="uq_error_status_internal_error">The service encountered an internal error</string>
    <string name="uq_error_status_forbidden">The requested feature is not available</string>
    <string name="uq_error_status_session_expired_or_not_found">Session expired or not found</string>
    <string name="uq_error_status_user_cancelled">User cancelled the process</string>
    <string name="uq_error_status_payload_too_large">The payload is too large</string>
    <string name="uq_error_status_unexpected_error">Something went wrong, please try again</string>
    <string name="uq_error_status_face_max_failed_attempt_reached">Session invalidated because of %1$d facial recognition failure attempts</string>
    <string name="uq_error_status_reading_not_supported">Reading is not supported by the document</string>
    <string name="uq_error_status_reading_chip_validation">Chip validation failed</string>
    <string name="uq_error_status_reading_invalid_document">Invalid document</string>
    <string name="uq_error_status_session_invalidated_otp_expired">Session invalidated because of too many OTP attempts</string>
    <string name="uq_error_status_session_invalidated_camera_not_available">Camera not available</string>
    <string name="uq_error_status_session_invalidated_camera_not_permission_not_granted">User did not grant camera permission</string>

    <string name="uq_error_internal_error">The service encountered an internal error</string>
    <string name="uq_error_payload_too_large">The payload is too large</string>
    <string name="uq_error_forbidden">The requested feature is not available</string>
    <string name="uq_error_invalid_input">Missing required input or invalid format</string>
    <string name="uq_error_session_expired_or_not_found">Session expired or not found</string>
    <string name="uq_error_scan_document_not_recognized">Document type not recognized</string>
    <string name="uq_error_scan_document_expired">Document is expired</string>
    <string name="uq_error_scan_document_front_back_mismatch">Front and back page don\'t belong to the same document</string>
    <string name="uq_error_scan_document_edit_not_enabled">Manual editing of the scanned document is not enabled</string>
    <string name="uq_error_read_document_invalid_signature">Document invalid digital signature found</string>
    <string name="uq_error_read_document_invalid">Invalid document</string>
    <string name="uq_error_read_document_expired">Document is expired</string>
    <string name="uq_error_face_liveness_retry">Liveness retry</string>
    <string name="uq_error_face_liveness_failed">Liveness failed</string>
    <string name="uq_error_face_no_match">Face doesn\'t match all the documents provided</string>

    <string name="uq_initiating_data">Initiating&#8230;</string>
    <string name="uq_validating_data">Validating&#8230;</string>
    <string name="uq_fetching_result">Closing session&#8230;</string>
    <string name="uq_error_retry">Please make sure the device is connected to internet and then retry</string>
    <string name="uq_retry">Retry</string>
    <string name="uq_quit">Quit</string>
    <string name="uq_cancel">Cancel</string>
    <string name="uq_yes">Yes</string>
    <string name="uq_no">No</string>
    <string name="uq_confirm">Confirm</string>
    <string name="uq_ok">OK</string>
    <string name="uq_page_number">Page %1$d - %2$d</string>
    <string name="uq_start">Start</string>
    <string name="uq_scan">Scan</string>
    <string name="uq_upload">Upload</string>

    <string name="uq_uae_id_description">Emirates ID</string>
    <string name="uq_uae_dl_description">Driving License</string>
    <string name="uq_nld_dl_description">Driving License</string>
    <string name="uq_uae_vl_description">Vehicle License</string>
    <string name="uq_omn_id_description">Omani ID</string>
    <string name="uq_omn_id_national_description">Omani ID for Citizens</string>
    <string name="uq_omn_id_resident_description">Omani ID for Residents</string>
    <string name="uq_passport_description">Passport</string>
    <string name="uq_visa_description">UAE Visa</string>
    <string name="uq_pakistan_id_description">Pakistan National ID</string>
    <string name="uq_bahrain_id_description">Bahrain National ID</string>
    <string name="uq_saudi_id_description">Saudi National ID</string>
    <string name="uq_saudi_id_national_description">Saudi ID for Citizens</string>
    <string name="uq_saudi_id_resident_description">Saudi ID for Residents</string>
    <string name="uq_kuwait_id_description">Kuwait National ID</string>
    <string name="uq_generic_id_description">National ID</string>
    <string name="uq_qatar_id_description">Qatar National ID</string>
    <string name="uq_german_id_description">German National ID</string>
    <string name="uq_sdn_id_description">National ID</string>
    <string name="uq_sdn_dl_description">Driving License</string>
    <string name="uq_sdn_vl_description">Vehicle License</string>
    <string name="uq_gha_id_description">Ghanaian ID</string>
    <string name="uq_nga_dl_description">Driving License</string>
    <string name="uq_nga_voter_id_description">Nigerian Voter ID</string>
    <string name="uq_nga_nin_description">Nigerian NIN</string>
    <string name="uq_gbr_dl_description">Driving License</string>
    <string name="uq_sau_dl_description">Driving License</string>
    <string name="uq_zaf_id_description">South African ID</string>
    <string name="uq_zaf_dl_description">Driving License</string>
    <string name="uq_egy_id_description">Egyptian ID</string>
    <string name="uq_rwa_id_description">Rwandan ID</string>
    <string name="uq_ken_id_description">Kenyan ID</string>
    <string name="uq_gha_dl_description">Driving License</string>
    <string name="uq_gha_voter_id_description">Ghanaian Voter ID</string>
    <string name="uq_gha_ssnit_description">SSNIT</string>
    <string name="uq_uga_id_description">Ugandan ID</string>
    <string name="uq_ind_id_description">Indian Aadhaar ID</string>
    <string name="uq_uga_voter_id_description">Uganda Voter ID</string>
    <string name="uq_sen_id_description">Senegal ID</string>
    <string name="uq_dza_id_description">Algerian ID</string>
    <string name="uq_tur_id_description">Turkish ID</string>
    <string name="uq_gbr_id_description">Resident ID</string>
    <string name="uq_cod_dl_description">Driving License</string>
    <string name="uq_omn_dl_description">Driving License</string>
    <string name="uq_omn_vl_description">Vehicle License</string>
    <string name="uq_cod_voter_id_description">Voter ID</string>
    <string name="uq_usa_dl_description">Driving License</string>
    <string name="uq_qat_dl_description">Driving License</string>
    <string name="uq_bhr_dl_description">Driving License</string>
    <string name="uq_phl_dl_description">Driving License</string>
    <string name="uq_rsl_id_description">Somalia ID</string>
    <string name="uq_ind_pan_description">PAN card</string>
    <string name="uq_nga_bvn_description">Nigerian BVN</string>
    <string name="uq_lbn_id_description">Lebanese ID</string>
    <string name="uq_lbn_dl_description">Driving License</string>
    <string name="uq_mrz_description">MRZ</string>
    <string name="uq_irq_id_description">Iraqi ID</string>


    <string name="uq_document_front">front</string>
    <string name="uq_document_back">back</string>

</resources>

Last updated