summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-09-19 20:46:07 -0700
committerJeff Brown <jeffbrown@google.com>2012-09-19 21:37:20 -0700
commit9e143f5e9d836d2d3dd0b2f59f7d14327ade0193 (patch)
tree4a49bec915eda59800f90a7e22556710e4bff5da /res/values
parent99340f36cb0ed7bf84b0bae418a85132a01acb32 (diff)
downloadpackages_apps_Settings-9e143f5e9d836d2d3dd0b2f59f7d14327ade0193.zip
packages_apps_Settings-9e143f5e9d836d2d3dd0b2f59f7d14327ade0193.tar.gz
packages_apps_Settings-9e143f5e9d836d2d3dd0b2f59f7d14327ade0193.tar.bz2
First draft of wifi display settings UI.
All of the functionality is in place but the UI is not fully polished yet. Bug: 7178216 Change-Id: Id76843bff05cc71e5c02a31bc97c7070d58fff10
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5b38b35..97c0726 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1153,6 +1153,52 @@
<!-- Bluetooth settings. Dock Setting Dialog - Remember setting and don't ask user again -->
<string name="bluetooth_dock_settings_remember">Remember settings</string>
+ <!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] -->
+ <string name="wifi_display_settings_title">Wireless display</string>
+ <!-- Wifi Display settings. Text displayed when Wifi display is off and device list is empty [CHAR LIMIT=80]-->
+ <string name="wifi_display_settings_empty_list_wifi_display_off">To see devices, turn wireless display on.</string>
+ <!-- Wifi Display settings. Text displayed when Wifi Display is off and device list is empty [CHAR LIMIT=80]-->
+ <string name="wifi_display_settings_empty_list_wifi_display_disabled">Wireless display is disabled because Wi-Fi is off.</string>
+ <!-- Wifi Display settings. The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] -->
+ <string name="wifi_display_search_for_devices">Search for displays</string>
+ <!-- Wifi Display settings. The title of the action button while a search for nearby devices is in progress [CHAR LIMIT=20] -->
+ <string name="wifi_display_searching_for_devices">Searching\u2026</string>
+ <!-- Wifi Display settings. Text that appears when scanning for devices is finished and no nearby device was found [CHAR LIMIT=40]-->
+ <string name="wifi_display_no_devices_found">No nearby wireless displays were found.</string>
+ <!-- Wifi Display settings. The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
+ <string name="wifi_display_paired_devices">Paired displays</string>
+ <!-- Wifi Display settings. The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
+ <string name="wifi_display_available_devices">Available devices</string>
+ <!-- Wifi Display settings. The status summary for connecting devices. [CHAR LIMIT=40] -->
+ <string name="wifi_display_status_connecting">Connecting</string>
+ <!-- Wifi Display settings. The status summary for connected devices. [CHAR LIMIT=40] -->
+ <string name="wifi_display_status_connected">Connected</string>
+ <!-- Wifi Display settings. The status summary for available devices. [CHAR LIMIT=40] -->
+ <string name="wifi_display_status_available">Available</string>
+ <!-- Wifi Display settings. Image description for device details button. This opens the screen to rename, unpair, etc. a single device. -->
+ <string name="wifi_display_details">Display settings</string>
+
+ <!-- Wifi Display settings. Disconnect dialog. The title of the dialog. [CHAR LIMIT=40] -->
+ <string name="wifi_display_disconnect_title">Disconnect?</string>
+ <!-- Wifi Display settings. Disconnect dialog. Message for disconnecting from the display. [CHAR LIMIT=NONE] -->
+ <string name="wifi_display_disconnect_text">This will end your connection with:&lt;br>&lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b></string>
+
+ <!-- Wifi Display settings. Options dialog. The title of the dialog. [CHAR LIMIT=40] -->
+ <string name="wifi_display_options_title">Wireless display options</string>
+ <!-- Wifi Display settings. Options dialog. The forget button text. [CHAR LIMIT=20] -->
+ <string name="wifi_display_options_forget">Forget</string>
+ <!-- Wifi Display settings. Options dialog. The done button text. [CHAR LIMIT=20] -->
+ <string name="wifi_display_options_done">Done</string>
+ <!-- Wifi Display settings. Options dialog. The name label used when prompting the user to rename the display. [CHAR LIMIT=20] -->
+ <string name="wifi_display_options_name">Name</string>
+
+ <!-- Wifi Display settings. Summary shown in Display settings. Text used for 'On' state. [CHAR LIMIT=40] -->
+ <string name="wifi_display_summary_on">On</string>
+ <!-- Wifi Display settings. Summary shown in Display settings. Text used for 'Off' state. [CHAR LIMIT=40] -->
+ <string name="wifi_display_summary_off">Off</string>
+ <!-- Wifi Display settings. Summary shown in Display settings. Text used for 'Disabled' state. [CHAR LIMIT=40] -->
+ <string name="wifi_display_summary_disabled">Disabled</string>
+
<!-- NFC settings -->
<!-- Used in the 1st-level settings screen to turn on NFC -->
<string name="nfc_quick_toggle_title">NFC</string>