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

Commit 6af78a5a authored by Jian Jin's avatar Jian Jin Committed by android-build-merger
Browse files

Merge "Added strings used by car keyguard overlay" into pi-dev

am: c1e05c4a

Change-Id: I20e1e5e41552fd51982eea8232d3b61f3a086bab
parents 1833e68f c1e05c4a
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,15 @@
         Displayed in one line in a large font.  -->
         Displayed in one line in a large font.  -->
    <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>
    <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>


    <!-- Instructions telling the user to enter their PIN password to unlock the keyguard [CHAR LIMIT=30] -->
    <string name="keyguard_enter_your_pin">Enter your PIN</string>

    <!-- Instructions telling the user to enter their pattern to unlock the keyguard [CHAR LIMIT=30] -->
    <string name="keyguard_enter_your_pattern">Enter your Pattern</string>

    <!-- Instructions telling the user to enter their text password to unlock the keyguard [CHAR LIMIT=30] -->
    <string name="keyguard_enter_your_password">Enter your Password</string>

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