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

Commit d58063d2 authored by Michael Bestas's avatar Michael Bestas
Browse files

Core/Keyguard: Cleanup CAF additions

Change-Id: I12619aedc459ffed514b1eb2c19dd57e6f535522
parent 99bd4917
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2279,7 +2279,7 @@
    <string name="keyguard_password_wrong_pin_code">Incorrect PIN code.</string>

    <!-- Displayed when a SIM PIN/PUK is entered incorrectly. -->
    <string name="pinpuk_attempts">\nAttempts Remaining :</string>
    <string name="pinpuk_attempts">\nAttempts remaining:</string>

    <!-- Instructions telling the user how to unlock the phone. -->
    <string name="keyguard_label_text">To unlock, press Menu then 0.</string>
@@ -2361,7 +2361,7 @@
    <!-- Shown in the lock screen when there is emergency calls only mode. -->
    <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string>
    <!-- Shown in the lock screen when there is SIM card IO error. -->
    <string name="lockscreen_sim_error_message_short">Invalid Card.</string>
    <string name="lockscreen_sim_error_message_short">Invalid card.</string>

    <!-- When the user inserts a sim card from an unsupported network, it becomes network
         locked -->
@@ -2383,7 +2383,7 @@
    <string name="lockscreen_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>

    <!-- Shown in the lock screen to tell the user that phone is in airplane mode-->
    <string name="lockscreen_airplane_mode_on">Airplane Mode</string>
    <string name="lockscreen_airplane_mode_on">Airplane mode</string>

    <!-- For the unlock screen, Information message shown in dialog when user has too many failed attempts at
         drawing the unlock pattern -->
+7 −7
Original line number Diff line number Diff line
@@ -48,25 +48,25 @@

    <!-- Instructions telling the user that they entered the wrong puk while trying
         to unlock the keyguard.  Displayed in one line in a large font.  -->
    <string name="keyguard_password_wrong_puk_code">Incorrect PUK code!</string>
    <string name="keyguard_password_wrong_puk_code">Incorrect PUK code.</string>

    <!-- Instructions telling the user that the operation to unlock the keyguard
         with PIN failed. Displayed in one line in a large font.  -->
    <string name="keyguard_password_pin_failed">PIN operation failed!</string>
    <string name="keyguard_password_pin_failed">PIN operation failed.</string>

    <!-- Instructions telling the user that the operation to unlock the keyguard
         with PUK failed. Displayed in one line in a large font.  -->
    <string name="keyguard_password_puk_failed">PUK operation failed!</string>
    <string name="keyguard_password_puk_failed">PUK operation failed.</string>


    <!-- Notification telling the user that the PIN1 they entered is valid -->
    <string name="keyguard_pin_accepted">Code Accepted!</string>
    <string name="keyguard_pin_accepted">Code accepted.</string>

    <!-- Displayed when a SIM PIN/PUK is entered incorrectly. -->
    <string name="pinpuk_attempts">\nAttempts Remaining :</string>
    <string name="pinpuk_attempts">\nAttempts remaining:</string>

    <!-- Shown in the lock screen when there is SIM card IO error. -->
    <string name="lockscreen_sim_error_message_short">Invalid Card.</string>
    <string name="lockscreen_sim_error_message_short">Invalid card.</string>

    <!-- Instructions telling the user how to unlock the phone. -->
    <string name="keyguard_label_text">To unlock, press Menu then 0.</string>