forked from googlesamples/android-vision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.xml
16 lines (16 loc) · 1.02 KB
/
strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ok">OK</string>
<string name="permission_camera_rationale">Access to the camera is needed for detection</string>
<string name="no_camera_permission">This application cannot run because it does not have the camera permission. The application will now exit.</string>
<string name="low_storage_error">Face detector dependencies cannot be downloaded due to low device storage</string>
<string name="title_activity_main">Barcode Reader Sample</string>
<string name="barcode_header">Click "Read Barcode" to read a barcode</string>
<string name="read_barcode">Read Barcode</string>
<string name="auto_focus">Auto Focus</string>
<string name="auto_detect">Auto Detect</string>
<string name="use_flash">Use Flash</string>
<string name="barcode_success">Barcode read successfully</string>
<string name="barcode_failure">No barcode captured</string>
<string name="barcode_error">"Error reading barcode: %1$s"</string>
</resources>