-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathstrings.xml
More file actions
27 lines (26 loc) · 1.69 KB
/
strings.xml
File metadata and controls
27 lines (26 loc) · 1.69 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
<resources>
<string name="app_name">Scanbot SDK RTU UI Example</string>
<string name="scanbot_sdk_demo">Scanbot SDK RTU UI Example</string>
<string name="no_license_found_the_app_will_terminate_after_one_minute">No license key set. Trial mode is active. The app will stop working after one minute.</string>
<string name="data_detectors">Data Detectors</string>
<string name="scan_mrz">Scan MRZ</string>
<string name="scan_ehic">Scan European Health Insurance Card</string>
<string name="scan_mc">Medical Certificate recognizer</string>
<string name="copyright_note">© 2024 by Scanbot SDK GmbH. All rights reserved.</string>
<string name="the_demo_expired">The demo app will terminate because of the missing license key. Get your free 30-day license today!</string>
<string name="demo_expired">Demo Expired</string>
<string name="cancel_dialog_button">Cancel</string>
<string name="copy_dialog_button">Copy</string>
<string name="get_license">get license</string>
<string name="mrz_result_caption">Detected Medical Certificate Form</string>
<string name="license_plate_flow_finished">License plate scanning flow finished</string>
<string name="scan_text_data">Scan Pattern</string>
<string name="scan_credit_card">Scan Credit Card</string>
<string name="scan_vin">Scan VIN</string>
<string name="scan_license_plate">Scan EU license plate</string>
<string name="scan_generic_document">Scan Generic Document</string>
<string name="scan_mrz_compose">Scan Mrz Compose</string>
<string name="scan_check">Scan check</string>
<string name="detected_mrz">Detected MRZ</string>
<string name="ehic_result">EHIC Result</string>
</resources>