-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstrings.xml
More file actions
69 lines (69 loc) · 5.32 KB
/
strings.xml
File metadata and controls
69 lines (69 loc) · 5.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="iproov__accessibility_prompt_align_face">Hold the device in front of your face and look at the screen</string>
<string name="iproov__accessibility_prompt_scanning">Scanning</string>
<string name="iproov__back_button_content_description">Back</string>
<string name="iproov__error_camera">Camera error</string>
<string name="iproov__error_camera_permission_denied">Camera permission denied</string>
<string name="iproov__error_camera_permission_denied_message">Please allow camera access for this app in Android Settings</string>
<string name="iproov__error_capture_already_active">An existing capture is already in progress</string>
<string name="iproov__error_consent_required">You cannot use iProov unless you grant consent</string>
<string name="iproov__error_device_not_supported">Device is not supported</string>
<string name="iproov__error_invalid_options">Invalid iProov options</string>
<string name="iproov__error_listener_not_registered">Before calling IProov.launch(), you should register a listener with IProov.registerListener()</string>
<string name="iproov__error_multi_window_mode_unsupported">Application is in multi-window mode</string>
<string name="iproov__error_network">Network error</string>
<string name="iproov__error_not_supported">Device is not supported</string>
<string name="iproov__error_server">Server error</string>
<string name="iproov__error_session_cannot_be_started_twice">A Session cannot be started twice</string>
<string name="iproov__error_unexpected_error">Unexpected error</string>
<string name="iproov__error_user_timeout">Try again</string>
//old UFCs - remove
<string name="iproov__failure_face_too_close">Move your face farther from the screen</string>
<string name="iproov__failure_face_too_far">Move your face closer to the screen</string>
<string name="iproov__failure_misaligned_face">Keep your face in the oval</string>
<string name="iproov__failure_sunglasses">Remove sunglasses</string>
<string name="iproov__failure_too_bright">Move somewhere darker</string>
<string name="iproov__failure_too_dark">Move somewhere brighter</string>
<string name="iproov__failure_too_much_movement">Keep still</string>
<string name="iproov__failure_unknown">Try again</string>
//new UFCs - keep
<string name="iproov__failure_system_error">System error.</string>
<string name="iproov__failure_lighting_issues">Make sure your face is well lit and free from glare.</string>
<string name="iproov__failure_face_not_found">Align your face in the oval and then try to keep still.</string>
<string name="iproov__failure_timeout">System timeout.</string>
<string name="iproov__failure_obscured_face">Make sure your whole face is visible and remove any accessories that might cover your face.</string>
<string name="iproov__failure_multiple_faces">Ensure only one person is visible.</string>
<string name="iproov__failure_eyewear">Remove your eyewear.</string>
<string name="iproov__failure_device_issue">Try a different device.</string>
<string name="iproov__failure_rejected">Transaction could not be completed.</string>
<string name="iproov__failure_background_issue">Move to a different location with a neutral background.</string>
<string name="iproov__failure_eyes_closed">Make sure your eyes are open.</string>
<string name="iproov__failure_motion_issue">Try a different device.</string>
<string name="iproov__failure_device_restart">Please restart your device and try again.</string>
<string name="iproov__failure_frames_blurry">Align your face in the oval and then try to keep still. Please try again.</string>
<string name="iproov__failure_user_not_found">Transaction could not be completed.</string>
<string name="iproov__failure_processing_fault">Please try again.</string>
<string name="iproov__language_file">en</string>
<string name="iproov__progress_assessing_genuine_presence">Assessing genuine presence…</string>
<string name="iproov__progress_assessing_liveness">Assessing liveness…</string>
<string name="iproov__progress_confirming_identity">Confirming identity…</string>
<string name="iproov__progress_creating_identity">Creating identity…</string>
<string name="iproov__progress_finding_face">Finding face…</string>
<string name="iproov__progress_identifying_face">Identifying face…</string>
<string name="iproov__progress_loading">Loading…</string>
<string name="iproov__progress_streaming">Streaming…</string>
<string name="iproov__prompt_align_face">Put your face in the oval</string>
<string name="iproov__prompt_get_ready">Get ready…</string>
<string name="iproov__prompt_hold_still">Hold still</string>
<string name="iproov__prompt_liveness_scan_completed">Scan completed</string>
<string name="iproov__prompt_move_down">Move down</string>
<string name="iproov__prompt_move_up">Move up</string>
<string name="iproov__prompt_move_right">Move right</string>
<string name="iproov__prompt_move_left">Move left</string>
<string name="iproov__prompt_too_bright">Go somewhere shadier</string>
<string name="iproov__prompt_too_close">Too close</string>
<string name="iproov__prompt_too_far">Move closer</string>
<string name="iproov_accessibility_label_close_button">Close</string>
<string name="iproov_accessibility_label_secured_by_iproov">Secured by iProov</string>
</resources>