Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 916d42b9 authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Automerger Merge Worker
Browse files

Merge changes Ifbb6579b,Ibf0ed0b8,I0f0decfb into rvc-dev am: 28d11e0b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11711144

Change-Id: I0c5f8fc51e135eef62fac4124764b335f785fbc1
parents e16bd9c0 28d11e0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1613,15 +1613,15 @@
    <string name="face_error_no_space">Can\u2019t store new face data. Delete an old one first.</string>
    <!-- Generic error message shown when the face operation (e.g. enrollment or authentication) is canceled. Generally not shown to the user. [CHAR LIMIT=50] -->
    <string name="face_error_canceled">Face operation canceled.</string>
    <!-- Generic error message shown when the face unlock operation is canceled due to user input. Generally not shown to the user [CHAR LIMIT=54] -->
    <!-- Generic error message shown when the face unlock operation is canceled due to user input. Generally not shown to the user [CHAR LIMIT=68] -->
    <string name="face_error_user_canceled">Face unlock canceled by user.</string>
    <!-- Generic error message shown when the face operation fails because too many attempts have been made. [CHAR LIMIT=50] -->
    <string name="face_error_lockout">Too many attempts. Try again later.</string>
    <!-- Generic error message shown when the face operation fails because strong authentication is required. [CHAR LIMIT=71] -->
    <!-- Generic error message shown when the face operation fails because strong authentication is required. [CHAR LIMIT=77] -->
    <string name="face_error_lockout_permanent">Too many attempts. Face unlock disabled.</string>
    <!-- Generic error message shown when the face hardware can't recognize the face. [CHAR LIMIT=50] -->
    <string name="face_error_unable_to_process">Can\u2019t verify face. Try again.</string>
    <!-- Generic error message shown when the user has no enrolled face. [CHAR LIMIT=52] -->
    <!-- Generic error message shown when the user has no enrolled face. [CHAR LIMIT=59] -->
    <string name="face_error_not_enrolled">You haven\u2019t set up face unlock.</string>
    <!-- Generic error message shown when the app requests face unlock on a device without a sensor. [CHAR LIMIT=61] -->
    <string name="face_error_hw_not_present">Face unlock is not supported on this device.</string>