diff options
| author | 2024-01-15 17:07:38 +0800 | |
|---|---|---|
| committer | 2024-01-15 19:21:37 +0800 | |
| commit | f0158c2a84154563989fbbb38dd5e02757d92c91 (patch) | |
| tree | 85d9afda2fe6b67bd4136af4fe615f93c5652f94 | |
| parent | c4796c000a9ef4881df59e4557a2d52215986088 (diff) | |
[Reskin] Add new string for battery settings
- a new string for charging on hold in settings
Bug: 315748218
Test: Manual Test
Flag: NA
Change-Id: Id3809f586cf985e559050d1d6c37bc5290151f9c
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 5aa2bfc6441a..8835db6b7508 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -1079,6 +1079,8 @@ <!-- [CHAR_LIMIT=NONE] Label for battery on main page of settings --> <string name="power_remaining_settings_home_page"><xliff:g id="percentage" example="10%">%1$s</xliff:g> - <xliff:g id="time_string" example="1 hour left based on your usage">%2$s</xliff:g></string> + <!-- [CHAR_LIMIT=NONE] Label for charging on hold on main page of settings --> + <string name="power_charging_on_hold_settings_home_page"><xliff:g id="level">%1$s</xliff:g> - Charging on hold to protect battery</string> <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery discharging --> <string name="power_remaining_duration_only">About <xliff:g id="time_remaining">%1$s</xliff:g> left</string> <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration --> @@ -1144,6 +1146,8 @@ <string name="battery_info_status_full">Charged</string> <!-- [CHAR_LIMIT=40] Battery Info screen. Value for a status item. A state which device is fully charged --> <string name="battery_info_status_full_charged">Fully Charged</string> + <!-- [CHAR_LIMIT=None] Battery Info screen. Value for a status item. A state which device charging on hold --> + <string name="battery_info_status_charging_on_hold">Charging on hold</string> <!-- Summary for settings preference disabled by administrator [CHAR LIMIT=50] --> <string name="disabled_by_admin_summary_text">Controlled by admin</string> |