Merge "Dynamic summary text for network/connected device screen."

This commit is contained in:
TreeHugger Robot
2017-05-18 18:54:45 +00:00
committed by Android (Google) Code Review
6 changed files with 235 additions and 16 deletions

View File

@@ -6276,12 +6276,19 @@
<!-- Title for setting tile leading to network and Internet settings [CHAR LIMIT=40]-->
<string name="network_dashboard_title">Network &amp; Internet</string>
<!-- Summary for Network and Internet settings, explaining a few important settings under it [CHAR LIMIT=NONE]-->
<string name="network_dashboard_summary">Wi-Fi, mobile, data usage, hotspot</string>
<!-- Summary for Network and Internet settings, explaining it contains mobile network setting [CHAR LIMIT=NONE]-->
<string name="network_dashboard_summary_mobile">mobile</string>
<!-- Summary for Network and Internet settings, explaining it contains network data usage setting [CHAR LIMIT=NONE]-->
<string name="network_dashboard_summary_data_usage">data usage</string>
<!-- Summary for Network and Internet settings, explaining it contains hotspot (tethering) setting [CHAR LIMIT=NONE]-->
<string name="network_dashboard_summary_hotspot">hotspot</string>
<!-- Title for setting tile leading to Connected devices settings [CHAR LIMIT=40]-->
<string name="connected_devices_dashboard_title">Connected devices</string>
<!-- Summary for Connected devices settings, explaning a few important settings under it [CHAR LIMIT=NONE]-->
<string name="connected_devices_dashboard_summary">Bluetooth, Cast, NFC</string>
<!-- Summary for Connected devices settings, explaning a few important settings under it [CHAR LIMIT=NONE]-->
<string name="connected_devices_dashboard_no_nfc_summary">Bluetooth, Cast</string>
<!-- Title for setting tile leading to Apps & Notification settings [CHAR LIMIT=40]-->
<string name="app_and_notification_dashboard_title">Apps &amp; notifications</string>
<!-- Summary for Apps & Notification settings, explaining a few important settings under it [CHAR LIMIT=NONE]-->