summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2012-04-17 23:17:46 -0700
committerIrfan Sheriff <isheriff@google.com>2012-04-18 16:14:20 -0700
commit536c3d7651d0e37b13b5ee655c215207a39dff7d (patch)
treebd93baf8b00dd22a25f9d51be29073080295b6a2 /res/values
parentaae7f693ea5d988f837f03ab0e251017506846e3 (diff)
downloadpackages_apps_Settings-536c3d7651d0e37b13b5ee655c215207a39dff7d.zip
packages_apps_Settings-536c3d7651d0e37b13b5ee655c215207a39dff7d.tar.gz
packages_apps_Settings-536c3d7651d0e37b13b5ee655c215207a39dff7d.tar.bz2
Add Nsd settings checkbox
Change-Id: I58e54a8bed02ed7bd99b0f284279b6c799e3369f
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 28e9e46..39596ba 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1155,6 +1155,12 @@
<!-- Explanation of the Android Beam feature in the Android Beam settings panel. The use of "beam" here is as a verb and not considered trademarked. [CHAR LIMIT=NONE] -->
<string name="android_beam_explained">When this feature is turned on, you can beam app content to another NFC-capable device by holding the devices close together. For example, you can beam Browser pages, YouTube videos, People contacts, and more.\n\nJust bring the devices together (typically back to back) and then touch your screen. The app determines what gets beamed.</string>
+ <!-- Network service discovery settings -->
+ <!-- Used in the 1st-level settings screen to turn on NSD -->
+ <string name="nsd_quick_toggle_title">Network service discovery</string>
+ <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] -->
+ <string name="nsd_quick_toggle_summary">Allow apps on other devices to discover apps on this device</string>
+
<!-- Wi-Fi Settings --> <skip />
<!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
<string name="wifi_quick_toggle_title">Wi-Fi</string>