diff options
author | Joe Onorato <joeo@google.com> | 2010-10-27 15:32:23 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2010-10-27 19:24:51 -0700 |
commit | 4ca7f1e2811dc889e526de6c3d30bac8501c23d2 (patch) | |
tree | 368ae31cc1b38b912261beebb45181c14dd783e1 /packages/SystemUI/res | |
parent | 31b2610dee691f308584dc54b2d936f29f9ca1f7 (diff) | |
download | frameworks_base-4ca7f1e2811dc889e526de6c3d30bac8501c23d2.zip frameworks_base-4ca7f1e2811dc889e526de6c3d30bac8501c23d2.tar.gz frameworks_base-4ca7f1e2811dc889e526de6c3d30bac8501c23d2.tar.bz2 |
Implement reminder power dialog and invalid charger dialog.
Bug: 2510318
Bug: 2974431
Change-Id: I92eb419eeffb657e5572a35a490735a96b303d6b
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 1f24ba6..701aa9f 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -53,11 +53,17 @@ <string name="battery_low_title">Please connect charger</string> <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. --> - <string name="battery_low_subtitle">The battery is getting low:</string> + <string name="battery_low_subtitle">The battery is getting low.</string> - <!-- A message that appears when the battery level is getting low in a dialog. This is appened to the subtitle of the low battery alert. --> - <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g> - or less remaining.</string> + <!-- A message that appears when the battery level is getting low in a dialog. This is + appened to the subtitle of the low battery alert. --> + <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g> remaining</string> + + <!-- A message that appears when a USB charger is plugged in and the device does not + support charging on it. That is, a charger that fits into the USB port and goes into + a wall socket, not into a computer. (This happens because some devices require more + current than the USB spec allows. --> + <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string> <!-- When the battery is low, this is the label of the button to go to the power usage activity to find out what drained the battery. --> |