Update USB charging strings
Fixes: 74405634 Test: n/a Change-Id: I099e698d6dbbad132ab234fba4e2b2e1b6142464
This commit is contained in:
@@ -3279,7 +3279,7 @@
|
||||
<!-- USB_PREFERENCES: Notification for when the user connects the phone to a computer via USB in MIDI mode. This is the title -->
|
||||
<string name="usb_midi_notification_title">MIDI via USB turned on</string>
|
||||
<!-- USB_PREFERENCES: Notification for when a USB accessory is attached. This is the title -->
|
||||
<string name="usb_accessory_notification_title">USB accessory mode turned on</string>
|
||||
<string name="usb_accessory_notification_title">USB accessory connected</string>
|
||||
<!-- See USB_PREFERENCES. This is the message. -->
|
||||
<string name="usb_notification_message">Tap for more options.</string>
|
||||
<!-- See USB_PREFERENCES. This is the message when a data mode is turned on (mtp, ptp, midi) and the device is supplying power.. -->
|
||||
@@ -3293,7 +3293,7 @@
|
||||
<!-- Title of notification shown when ADB is actively connected to the phone. -->
|
||||
<string name="adb_active_notification_title">USB debugging connected</string>
|
||||
<!-- Message of notification shown when ADB is actively connected to the phone. -->
|
||||
<string name="adb_active_notification_message">Tap to disable USB debugging.</string>
|
||||
<string name="adb_active_notification_message">Tap to turn off USB debugging</string>
|
||||
<string name="adb_active_notification_message" product="tv">Select to disable USB debugging.</string>
|
||||
|
||||
<!-- Title of notification shown to indicate that bug report is being collected. -->
|
||||
|
||||
@@ -88,13 +88,13 @@
|
||||
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. [CHAR LIMIT=NONE] -->
|
||||
<string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string>
|
||||
<string name="invalid_charger">Can\'t charge via USB. Use the charger that came with your device.</string>
|
||||
|
||||
<!-- First line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]-->
|
||||
<string name="invalid_charger_title">USB charging not supported.</string>
|
||||
<string name="invalid_charger_title">Can\'t charge via USB</string>
|
||||
|
||||
<!-- Second line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]-->
|
||||
<string name="invalid_charger_text">Use only the supplied charger.</string>
|
||||
<string name="invalid_charger_text">Use the charger that came with your device</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. [CHAR LIMIT=30] -->
|
||||
|
||||
Reference in New Issue
Block a user