Merge "Show pop-up banner when Location is off and user tries to enable GeoTZ." into sc-dev am: 206f12fd0a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13930308 Change-Id: I1d5f25b8bb5922464c422528d5ce86f81dae83df
This commit is contained in:
@@ -4092,6 +4092,18 @@
|
||||
|
||||
<!-- [CHAR LIMIT=60] Date&Time settings screen, toggle button title -->
|
||||
<string name="location_time_zone_detection_toggle_title">Use location to set time zone</string>
|
||||
<!-- [CHAR LIMIT=60] Date&Time settings screen, title of the dialog shown when user tries to
|
||||
enable GeoTZ when Location toggle is off. -->
|
||||
<string name="location_time_zone_detection_location_is_off_dialog_title">Device location needed</string>
|
||||
<!-- [CHAR LIMIT=NONE] Date&Time settings screen, message on the dialog shown when user tries to
|
||||
enable GeoTZ when Location toggle is off. -->
|
||||
<string name="location_time_zone_detection_location_is_off_dialog_message">To set the time zone using your location, turn on location, then update time zone settings</string>
|
||||
<!-- [CHAR LIMIT=30] Date&Time settings screen, button on a dialog shown when user tries to
|
||||
enable GeoTZ, but Location toggle is off, which leads to Location settings page. -->
|
||||
<string name="location_time_zone_detection_location_is_off_dialog_ok_button">Location settings</string>
|
||||
<!-- [CHAR LIMIT=30] Date&Time settings screen, button on a dialog shown when user tries to
|
||||
enable GeoTZ, but Location toggle is off, which closes the dialog. -->
|
||||
<string name="location_time_zone_detection_location_is_off_dialog_cancel_button">Cancel</string>
|
||||
<!-- [CHAR LIMIT=NONE] Location settings screen, summary when location time zone detection is not
|
||||
applicable due to other settings like the "automatic time zone detection enabled" setting
|
||||
being set to "off". -->
|
||||
|
||||
Reference in New Issue
Block a user