mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Replace time duration picker dialog for screen lock timeout.
This commit is contained in:
committed by
Greyson Parrelli
parent
db65edb7df
commit
23050152de
@@ -5605,5 +5605,15 @@
|
||||
<!-- Option to delete username displayed as a list item in a dialog -->
|
||||
<string name="UsernameEditDialog__delete_username">Delete username</string>
|
||||
|
||||
<!-- Time duration picker -->
|
||||
<!-- Shown in a time duration picker for selecting duration in hours and minutes, label shown after the user input value for hour, e.g., 12h -->
|
||||
<string name="TimeDurationPickerDialog_single_letter_hour_abbreviation">h</string>
|
||||
<!-- Shown in a time duration picker for selecting duration in hours and minutes, label shown after the user input value for minute, e.g., 24m -->
|
||||
<string name="TimeDurationPickerDialog_single_letter_minute_abbreviation">m</string>
|
||||
<!-- Shown in a time duration picker for selecting duration in hours and minutes, label for button that will apply the setting -->
|
||||
<string name="TimeDurationPickerDialog_positive_button">Set</string>
|
||||
<!-- Shown in a time duration picker for selecting duration in hours and minutes, helper text indicating minimum allowable duration -->
|
||||
<string name="TimeDurationPickerDialog_minimum_duration_warning">Minimum time before screen lock applies is 1 minute.</string>
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user