Merge "Add connect string for bluetooth page" into oc-dev

am: b172a9a1d9

Change-Id: I132704765b2f85d3c93557111167a0e5dbf6d8e6
This commit is contained in:
jackqdyulei
2017-04-21 00:11:49 +00:00
committed by android-build-merger

View File

@@ -8171,8 +8171,11 @@
<!-- Summary for Bluetooth when disabled. [CHAR LIMIT=NONE] --> <!-- Summary for Bluetooth when disabled. [CHAR LIMIT=NONE] -->
<string name="bluetooth_disabled">Not visible to other devices</string> <string name="bluetooth_disabled">Not visible to other devices</string>
<!-- Summary for Bluetooth when connected. [CHAR LIMIT=NONE] --> <!-- Summary for Bluetooth when connected to one device. [CHAR LIMIT=NONE] -->
<string name="bluetooth_connected_summary">Connected to </string> <string name="bluetooth_connected_summary">Connected to <xliff:g name="device">%1$s</xliff:g></string>
<!-- Summary for Bluetooth when connected to multiple devices. [CHAR LIMIT=NONE] -->
<string name="bluetooth_connected_multiple_devices_summary">Connected to multiple devices</string>
<!-- [CHAR LIMIT=60] Name of dev option called "System UI demo mode" --> <!-- [CHAR LIMIT=60] Name of dev option called "System UI demo mode" -->
<string name="demo_mode">System UI demo mode</string> <string name="demo_mode">System UI demo mode</string>