This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
DEMOS2-Auditor/app/src/main/res/values/strings.xml

18 lines
1006 B
XML

<resources>
<string name="app_name">Demos 2 Auditor</string>
<!-- Strings related to MainActivity-->
<string name="scan_barcode_button">Scan barcode</string>
<string name="no_barcode_captured">No barcode captured</string>
<string name="barcode_error_format">"Error reading barcode: %1$s"</string>
<!-- Strings related to barcode scanner -->
<string name="ok">OK</string>
<string name="title_activity_barcode_scan">Scan QR Code</string>
<string name="title_activity_barcode_capture">Capture Ballot</string>
<string name="title_activity_ballot_verify">Verify Ballot</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>
</resources>