Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /* //device/apps/common/assets/res/any/strings.xml
      4 **
      5 ** Copyright 2006, The Android Open Source Project
      6 **
      7 ** Licensed under the Apache License, Version 2.0 (the "License");
      8 ** you may not use this file except in compliance with the License.
      9 ** You may obtain a copy of the License at
     10 **
     11 **     http://www.apache.org/licenses/LICENSE-2.0
     12 **
     13 ** Unless required by applicable law or agreed to in writing, software
     14 ** distributed under the License is distributed on an "AS IS" BASIS,
     15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     16 ** See the License for the specific language governing permissions and
     17 ** limitations under the License.
     18 */
     19 -->
     20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     21     <!-- App label in the manifest  -->
     22     <string name="app_name">Keyguard</string>
     23     <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
     24          Displayed in one line in a large font.  -->
     25     <string name="keyguard_password_enter_pin_code">Type PIN code</string>
     26 
     27     <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard.
     28          Displayed in one line in a large font.  -->
     29     <string name="keyguard_password_enter_puk_code">Type SIM PUK and new PIN code</string>
     30 
     31     <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen -->
     32     <string name="keyguard_password_enter_puk_prompt">SIM PUK code</string>
     33     <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen -->
     34     <string name="keyguard_password_enter_pin_prompt">New SIM PIN code</string>
     35 
     36     <!-- Displayed as hint in passwordEntry EditText on PasswordUnlockScreen [CHAR LIMIT=30]-->
     37     <string name="keyguard_password_entry_touch_hint"><font size="17">Touch to type password</font></string>
     38 
     39     <!-- Instructions telling the user to enter their text password to unlock the keyguard.
     40          Displayed in one line in a large font.  -->
     41     <string name="keyguard_password_enter_password_code">Type password to unlock</string>
     42 
     43     <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
     44          Displayed in one line in a large font.  -->
     45     <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string>
     46 
     47     <!-- Instructions telling the user that they entered the wrong pin while trying
     48          to unlock the keyguard.  Displayed in one line in a large font.  -->
     49     <string name="keyguard_password_wrong_pin_code">Incorrect PIN code.</string>
     50 
     51     <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
     52          charged, say that it is charged. -->
     53     <string name="keyguard_charged">Charged</string>
     54 
     55     <!-- When the lock screen is showing and the phone plugged in, and the battery
     56          is not fully charged, say that it's charging.  -->
     57     <string name="keyguard_plugged_in">Charging</string>
     58 
     59     <!-- When the lock screen is showing and the phone plugged in, and the battery
     60          is not fully charged, and it's plugged into a fast charger, say that it's charging fast.  -->
     61     <string name="keyguard_plugged_in_charging_fast">Charging rapidly</string>
     62 
     63     <!-- When the lock screen is showing and the phone plugged in, and the battery
     64          is not fully charged, and it's plugged into a slow charger, say that it's charging slowly.  -->
     65     <string name="keyguard_plugged_in_charging_slowly">Charging slowly</string>
     66 
     67     <!-- When the lock screen is showing and the battery is low, warn user to plug
     68          in the phone soon. -->
     69     <string name="keyguard_low_battery">Connect your charger.</string>
     70 
     71     <!-- On the keyguard screen, when pattern lock is disabled, only tell them to press menu to unlock.  This is shown in small font at the bottom. -->
     72     <string name="keyguard_instructions_when_pattern_disabled">Press Menu to unlock.</string>
     73 
     74     <!-- SIM messages --><skip />
     75     <!-- When the user inserts a sim card from an unsupported network, it becomes network locked -->
     76     <string name="keyguard_network_locked_message">Network locked</string>
     77     <!-- Shown when there is no SIM card. -->
     78     <string name="keyguard_missing_sim_message_short">No SIM card</string>
     79     <!-- Shown when there is no SIM card. -->
     80     <string name="keyguard_missing_sim_message" product="tablet">No SIM card in tablet.</string>
     81     <!-- Shown when there is no SIM card. -->
     82     <string name="keyguard_missing_sim_message" product="default">No SIM card in phone.</string>
     83     <!-- Shown to ask the user to insert a SIM card. -->
     84     <string name="keyguard_missing_sim_instructions">Insert a SIM card.</string>
     85     <!-- Shown to ask the user to insert a SIM card when sim is missing or not readable. -->
     86     <string name="keyguard_missing_sim_instructions_long">The SIM card is missing or not readable. Insert a SIM card.</string>
     87     <!-- Shown when SIM card is permanently disabled. -->
     88     <string name="keyguard_permanent_disabled_sim_message_short">Unusable SIM card.</string>
     89     <!-- Shown to inform the user to SIM card is permanently disabled. -->
     90     <string name="keyguard_permanent_disabled_sim_instructions">Your SIM card has been permanently disabled.\n
     91     Contact your wireless service provider for another SIM card.</string>
     92     <!-- Shown to tell the user that their SIM is locked and they must unlock it. -->
     93     <string name="keyguard_sim_locked_message">SIM card is locked.</string>
     94     <!-- When the user enters a wrong sim pin too many times, it becomes PUK locked (Pin Unlock Kode) -->
     95     <string name="keyguard_sim_puk_locked_message">SIM card is PUK-locked.</string>
     96     <!-- For the unlock screen, When the user enters a sim unlock code, it takes a little while to check
     97          whether it is valid, and to unlock the sim if it is valid.  we display a
     98          progress dialog in the meantime.  this is the emssage. -->
     99     <string name="keyguard_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
    100 
    101     <!-- Time format strings for fall-back clock widget -->
    102     <string name="keyguard_widget_12_hours_format" translatable="false">h\uee01mm</string>
    103     <!-- Time format strings for fall-back clock widget -->
    104     <string name="keyguard_widget_24_hours_format" translatable="false">kk\uee01mm</string>
    105 
    106     <string name="keyguard_accessibility_pattern_unlock">Pattern unlock.</string>
    107     <!-- Accessibility description of the pin lock. [CHAR_LIMIT=none] -->
    108     <string name="keyguard_accessibility_pin_unlock">Pin unlock.</string>
    109     <!-- Accessibility description of the password lock. [CHAR_LIMIT=none] -->
    110     <string name="keyguard_accessibility_password_unlock">Password unlock.</string>
    111     <!-- Accessibility description of the unlock pattern area. [CHAR_LIMIT=none] -->
    112     <string name="keyguard_accessibility_pattern_area" msgid="7679891324509597904">Pattern area.</string>
    113     <!-- Accessibility description of the unlock slide area. [CHAR_LIMIT=none] -->
    114     <string name="keyguard_accessibility_slide_area">Slide area.</string>
    115     <!-- Accessibility description of the PIN password view. [CHAR_LIMIT=none] -->
    116     <string name="keyguard_accessibility_pin_area">PIN area</string>
    117     <!-- Accessibility description of the SIM PIN password view. [CHAR_LIMIT=none] -->
    118     <string name="keyguard_accessibility_sim_pin_area">SIM PIN area</string>
    119     <!-- Accessibility description of the SIM PUK password view. [CHAR_LIMIT=none] -->
    120     <string name="keyguard_accessibility_sim_puk_area">SIM PUK area</string>
    121 
    122     <!-- Accessibility description for the text view that indicates when the next alarm is set (not shown on screen). [CHAR_LIMIT=none] -->
    123     <string name="keyguard_accessibility_next_alarm">Next alarm set for <xliff:g id="alarm" example="Fri 8:30 AM">%1$s</xliff:g></string>
    124 
    125     <!-- KeyguardPinView - accessibility support --><skip />
    126     <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
    127     <string name="keyboardview_keycode_delete">Delete</string>
    128     <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
    129     <string name="keyboardview_keycode_enter">Enter</string>
    130 
    131     <!-- Message shown in pattern unlock after some number of unsuccessful attempts -->
    132     <string name="kg_forgot_pattern_button_text">Forgot Pattern</string>
    133     <!-- Message shown when user enters wrong pattern -->
    134     <string name="kg_wrong_pattern">Wrong Pattern</string>
    135     <!-- Message shown when user enters wrong password -->
    136     <string name="kg_wrong_password">Wrong Password</string>
    137     <!-- Message shown when user enters wrong PIN -->
    138     <string name="kg_wrong_pin">Wrong PIN</string>
    139     <!-- Countdown message shown after too many failed unlock attempts -->
    140     <string name="kg_too_many_failed_attempts_countdown">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
    141     <!-- Instructions for using the pattern unlock screen -->
    142     <string name="kg_pattern_instructions">Draw your pattern</string>
    143     <!-- Instructions for using the SIM PIN unlock screen -->
    144     <string name="kg_sim_pin_instructions">Enter SIM PIN</string>
    145     <!-- Instructions for using the SIM PIN unlock screen when there's more than one SIM -->
    146     <string name="kg_sim_pin_instructions_multi">Enter SIM PIN for \"<xliff:g id="carrier" example="CARD 1">%1$s</xliff:g>\"</string>
    147     <!-- Instructions for using the PIN unlock screen -->
    148     <string name="kg_pin_instructions">Enter PIN</string>
    149     <!-- Instructions for using the password unlock screen -->
    150     <string name="kg_password_instructions">Enter Password</string>
    151     <!-- Hint shown in the PUK screen that asks the user to enter the PUK code given to them by their provider -->
    152     <string name="kg_puk_enter_puk_hint">SIM is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
    153     <!-- Hint shown when there are multiple SIMs in the device to ask the user to enter the PUK code given to them by their provider -->
    154     <string name="kg_puk_enter_puk_hint_multi">SIM \"<xliff:g id="carrier" example="CARD 1">%1$s</xliff:g>\" is now disabled. Enter PUK code to continue. Contact carrier for details.</string>
    155     <!-- Hint shown in the PUK unlock screen PIN TextView -->
    156     <string name="kg_puk_enter_pin_hint">Enter desired PIN code</string>
    157     <!-- Message shown when the user needs to confirm the PIN they just entered in the PUK screen -->
    158     <string name="kg_enter_confirm_pin_hint">Confirm desired PIN code</string>
    159     <!-- Message shown in dialog while the device is unlocking the SIM card -->
    160     <string name="kg_sim_unlock_progress_dialog_message">Unlocking SIM card\u2026</string>
    161     <!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
    162     <string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
    163     <!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
    164     <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers or more.</string>
    165     <!-- Message shown when the user enters an invalid PUK code -->
    166     <string name="kg_invalid_puk">Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM.</string>
    167       <!-- String shown in PUK screen when PIN codes don't match -->
    168     <string name="kg_invalid_confirm_pin_hint" product="default">PIN codes does not match</string>
    169     <!-- Message shown when the user exceeds the maximum number of pattern attempts -->
    170     <string name="kg_login_too_many_attempts">Too many pattern attempts</string>
    171     <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard -->
    172     <string name="kg_too_many_failed_pin_attempts_dialog_message">
    173         You have incorrectly typed your PIN <xliff:g id="number">%1$d</xliff:g> times.
    174         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
    175     </string>
    176     <!-- Message shown in dialog when max number of attempts are reached for password screen of keyguard -->
    177     <string name="kg_too_many_failed_password_attempts_dialog_message">
    178         You have incorrectly typed your password <xliff:g id="number">%1$d</xliff:g> times.
    179         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
    180     </string>
    181     <string name="kg_too_many_failed_pattern_attempts_dialog_message">
    182         You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
    183         \n\nTry again in <xliff:g id="number">%2$d</xliff:g> seconds.
    184     </string>
    185 
    186     <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. [CHAR LIMIT=none] -->
    187     <string name="kg_failed_attempts_almost_at_wipe" product="tablet">
    188        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times.
    189        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    190        this tablet will be reset, which will delete all its data.
    191     </string>
    192     <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. [CHAR LIMIT=none] -->
    193     <string name="kg_failed_attempts_almost_at_wipe" product="default">
    194        You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times.
    195        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    196        this phone will be reset, which will delete all its data.
    197     </string>
    198     <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped [CHAR LIMIT=none] -->
    199     <string name="kg_failed_attempts_now_wiping" product="tablet">
    200        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
    201        This tablet will be reset, which will delete all its data.
    202     </string>
    203     <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped [CHAR LIMIT=none] -->
    204     <string name="kg_failed_attempts_now_wiping" product="default">
    205        You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
    206        This phone will be reset, which will delete all its data.
    207     </string>
    208 
    209     <!-- Message shown when user is almost at the limit of password attempts where the user will be removed. [CHAR LIMIT=none] -->
    210     <string name="kg_failed_attempts_almost_at_erase_user" product="tablet">
    211        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times.
    212        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    213        this user will be removed, which will delete all user data.
    214     </string>
    215     <!-- Message shown when user is almost at the limit of password attempts where the user will be removed. [CHAR LIMIT=none] -->
    216     <string name="kg_failed_attempts_almost_at_erase_user" product="default">
    217        You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times.
    218        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    219        this user will be removed, which will delete all user data.
    220     </string>
    221     <!-- Message shown in dialog when user has exceeded the maximum attempts and the user will be removed. [CHAR LIMIT=none] -->
    222     <string name="kg_failed_attempts_now_erasing_user" product="tablet">
    223        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
    224        This user will be removed, which will delete all user data.
    225     </string>
    226     <!-- Message shown in dialog when user has exceeded the maximum attempts and the user will be removed. [CHAR LIMIT=none] -->
    227     <string name="kg_failed_attempts_now_erasing_user" product="default">
    228        You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
    229        This user will be removed, which will delete all user data.
    230     </string>
    231 
    232     <!-- Message shown when user is almost at the limit of password attempts where the profile will be removed. [CHAR LIMIT=none] -->
    233     <string name="kg_failed_attempts_almost_at_erase_profile" product="tablet">
    234        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times.
    235        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    236        the work profile will be removed, which will delete all profile data.
    237     </string>
    238     <!-- Message shown when user is almost at the limit of password attempts where the profile will be removed. [CHAR LIMIT=none] -->
    239     <string name="kg_failed_attempts_almost_at_erase_profile" product="default">
    240        You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times.
    241        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    242        the work profile will be removed, which will delete all profile data.
    243     </string>
    244     <!-- Message shown in dialog when user has exceeded the maximum attempts and the profile will be removed. [CHAR LIMIT=none] -->
    245     <string name="kg_failed_attempts_now_erasing_profile" product="tablet">
    246        You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times.
    247        The work profile will be removed, which will delete all profile data.
    248     </string>
    249     <!-- Message shown in dialog when user has exceeded the maximum attempts and the profile will be removed. [CHAR LIMIT=none] -->
    250     <string name="kg_failed_attempts_now_erasing_profile" product="default">
    251        You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
    252        The work profile will be removed, which will delete all profile data.
    253     </string>
    254 
    255     <!-- Message shown in dialog when user is almost at the limit where they will be
    256     locked out and may have to enter an alternate username/password to unlock the phone -->
    257     <string name="kg_failed_attempts_almost_at_login" product="tablet">
    258        You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
    259        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    260        you will be asked to unlock your tablet using an email account.\n\n
    261        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
    262     </string>
    263     <!-- Message shown in dialog when user is almost at the limit where they will be
    264     locked out and may have to enter an alternate username/password to unlock the phone -->
    265     <string name="kg_failed_attempts_almost_at_login" product="default">
    266        You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times.
    267        After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts,
    268        you will be asked to unlock your phone using an email account.\n\n
    269        Try again in <xliff:g id="number">%3$d</xliff:g> seconds.
    270     </string>
    271 
    272     <!-- Instructions telling the user that they entered the wrong SIM PIN for the last time.
    273          Displayed in a dialog box.  -->
    274     <string name="kg_password_wrong_pin_code_pukked">Incorrect SIM PIN code you must now contact your carrier to unlock your device.</string>
    275     <!-- Instructions telling the user that they entered the wrong SIM PIN while trying
    276          to unlock the keyguard.  Displayed in a dialog box.  -->
    277     <plurals name="kg_password_wrong_pin_code">
    278         <item quantity="one">Incorrect SIM PIN code, you have <xliff:g id="number">%d</xliff:g> remaining attempt before you must contact your carrier to unlock your device.</item>
    279         <item quantity="other">Incorrect SIM PIN code, you have <xliff:g id="number">%d</xliff:g> remaining attempts.</item>
    280     </plurals>
    281 
    282     <!-- Instructions telling the user that they have exhausted SIM PUK retries and the SIM is now unusable.
    283          Displayed in a dialog box.  -->
    284     <string name="kg_password_wrong_puk_code_dead">SIM is unusable. Contact your carrier.</string>
    285     <!-- Instructions telling the user that they entered the wrong puk while trying
    286          to unlock the keyguard.  Displayed in a dialog box.  -->
    287     <plurals name="kg_password_wrong_puk_code">
    288         <item quantity="one">Incorrect SIM PUK code, you have <xliff:g id="number">%d</xliff:g> remaining attempt before SIM becomes permanently unusable.</item>
    289         <item quantity="other">Incorrect SIM PUK code, you have <xliff:g id="number">%d</xliff:g> remaining attempts before SIM becomes permanently unusable.</item>
    290     </plurals>
    291     <!-- Instructions telling the user that the operation to unlock the keyguard
    292          with SIM PIN failed. Displayed in one line in a large font.  -->
    293     <string name="kg_password_pin_failed">SIM PIN operation failed!</string>
    294     <!-- Instructions telling the user that the operation to unlock the keyguard
    295          with PUK failed. Displayed in one line in a large font.  -->
    296     <string name="kg_password_puk_failed">SIM PUK operation failed!</string>
    297     <!-- Notification telling the user that the PIN1 they entered is valid -->
    298     <string name="kg_pin_accepted">Code Accepted!</string>
    299 
    300     <!-- On the keyguard screen, it shows the carrier the phone is connected to.
    301         This is displayed if the phone is not connected to a carrier.-->
    302     <string name="keyguard_carrier_default">No service.</string>
    303 
    304     <!-- Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    305     <string name="accessibility_ime_switch_button" msgid="5032926134740456424">Switch input method</string>
    306 
    307     <!-- Description of airplane mode -->
    308     <string name="airplane_mode">Airplane mode</string>
    309 
    310     <!-- An explanation text that the pattern needs to be solved since the device has just been restarted. [CHAR LIMIT=80] -->
    311     <string name="kg_prompt_reason_restart_pattern">Pattern required after device restarts</string>
    312 
    313     <!-- An explanation text that the pin needs to be entered since the device has just been restarted. [CHAR LIMIT=80] -->
    314     <string name="kg_prompt_reason_restart_pin">PIN required after device restarts</string>
    315 
    316     <!-- An explanation text that the password needs to be entered since the device has just been restarted. [CHAR LIMIT=80] -->
    317     <string name="kg_prompt_reason_restart_password">Password required after device restarts</string>
    318 
    319     <!-- An explanation text that the pattern needs to be solved since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
    320     <string name="kg_prompt_reason_timeout_pattern">Pattern required for additional security</string>
    321 
    322     <!-- An explanation text that the pin needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
    323     <string name="kg_prompt_reason_timeout_pin">PIN required for additional security</string>
    324 
    325     <!-- An explanation text that the password needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
    326     <string name="kg_prompt_reason_timeout_password">Password required for additional security</string>
    327 
    328     <!-- An explanation text that the pattern needs to be solved since profiles have just been switched. [CHAR LIMIT=80] -->
    329     <string name="kg_prompt_reason_switch_profiles_pattern">Pattern required when you switch profiles</string>
    330 
    331     <!-- An explanation text that the pin needs to be entered since profiles have just been switched. [CHAR LIMIT=80] -->
    332     <string name="kg_prompt_reason_switch_profiles_pin">PIN required when you switch profiles</string>
    333 
    334     <!-- An explanation text that the password needs to be entered since profiles have just been switched. [CHAR LIMIT=80] -->
    335     <string name="kg_prompt_reason_switch_profiles_password">Password required when you switch profiles</string>
    336 
    337     <!-- An explanation text that the credential needs to be entered because a device admin has
    338     locked the device. [CHAR LIMIT=80] -->
    339     <string name="kg_prompt_reason_device_admin">Device administrator locked device</string>
    340 
    341     <!-- An explanation text that the credential needs to be entered because the user has clicked
    342      the force lock button. [CHAR LIMIT=80] -->
    343     <string name="kg_prompt_reason_user_request">Device was locked manually</string>
    344 
    345     <!-- An explanation text that the pattern needs to be solved since it hasn't been solved in a while. [CHAR LIMIT=80]-->
    346     <plurals name="kg_prompt_reason_time_pattern">
    347         <item quantity="one">Device hasn\'t been unlocked for <xliff:g id="number">%d</xliff:g> hour. Confirm pattern.</item>
    348         <item quantity="other">Device hasn\'t been unlocked for <xliff:g id="number">%d</xliff:g> hours. Confirm pattern.</item>
    349     </plurals>
    350 
    351     <!-- An explanation text that the pin needs to be entered since it hasn't been entered in a while. [CHAR LIMIT=80]-->
    352     <plurals name="kg_prompt_reason_time_pin">
    353         <item quantity="one">Device hasn\'t been unlocked for <xliff:g id="number">%d</xliff:g> hour. Confirm PIN.</item>
    354         <item quantity="other">Device hasn\'t been unlocked for <xliff:g id="number">%d</xliff:g> hours. Confirm PIN.</item>
    355     </plurals>
    356 
    357     <!-- An explanation text that the password needs to be entered since it hasn't been entered in a while. [CHAR LIMIT=80]-->
    358     <plurals name="kg_prompt_reason_time_password">
    359         <item quantity="one">Device hasn\'t been unlocked for <xliff:g id="number">%d</xliff:g> hour. Confirm password.</item>
    360         <item quantity="other">Device hasn\'t been unlocked for <xliff:g id="number">%d</xliff:g> hours. Confirm password.</item>
    361     </plurals>
    362 
    363     <!-- Fingerprint hint message when finger was not recognized.-->
    364     <string name="fingerprint_not_recognized">Not recognized</string>
    365 
    366 </resources>
    367