blob: 1ee15347c2945d49a57609d45a85ce35105126a8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<!-- Message shown when the system-provided fingerprint dialog is shown, asking for
authentication. [CHAR LIMIT=30] -->
<string name="fingerprint_dialog_touch_sensor">Touch the fingerprint sensor</string>
<!-- Message shown by the fingerprint dialog when fingerprint is not recognized. [CHAR LIMIT=20] -->
<string name="fingerprint_not_recognized">Not recognized</string>
<!-- Content description for the error/help message are when the system-provided fingerprint
dialog is showing, for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_fingerprint_dialog_help_area">Help message area</string>
<!-- Error message shown when the fingerprint hardware can't be accessed. [CHAR LIMIT=NONE] -->
<string name="fingerprint_error_hw_not_available">Fingerprint hardware not available.</string>
<!-- Generic error message shown when the user has no enrolled fingerprints. [CHAR LIMIT=NONE] -->
<string name="fingerprint_error_no_fingerprints">No fingerprints enrolled.</string>
<!-- Generic error message shown when the app requests fingerprint authentication on a device without a sensor. [CHAR LIMIT=NONE] -->
<string name="fingerprint_error_hw_not_present">This device does not have a fingerprint sensor</string>
<!-- Generic error message shown when the fingerprint authentication operation is canceled due to user input. Generally not shown to the user. [CHAR LIMIT=NONE] -->
<string name="fingerprint_error_user_canceled">Fingerprint operation canceled by user.</string>
<!-- Error message shown after too many failed authentication attempts. [CHAR LIMIT=NONE] -->
<string name="fingerprint_error_lockout">Too many attempts. Please try again later.</string>
<!-- Generic error message shown when an unknown error has occurred. [CHAR LIMIT=NONE] -->
<string name="default_error_msg">Unknown error</string>
</resources>