summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-06-11 22:32:33 -0700
committerAmith Yamasani <yamasani@google.com>2009-06-16 22:02:06 -0700
commitf06d8698a4a2de1973a25df0c6563bdfcba4eb03 (patch)
tree6377a0c3eabb0625eaf74ab38707cfeb4955044d /res/values
parent14fa2b998630b7032b4e42b0bceb71f0df21fbdf (diff)
downloadpackages_apps_settings-f06d8698a4a2de1973a25df0c6563bdfcba4eb03.zip
packages_apps_settings-f06d8698a4a2de1973a25df0c6563bdfcba4eb03.tar.gz
packages_apps_settings-f06d8698a4a2de1973a25df0c6563bdfcba4eb03.tar.bz2
Add setting for allowing Google to use location for better search results.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 26d7588..3d1b5d5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1130,7 +1130,7 @@
<string name="network_settings_summary">Set options for roaming, networks, APNs</string>
<!-- Security & location settings screen, section header for settings relating to location -->
- <string name="location_title">My Location sources</string>
+ <string name="location_title">My Location</string>
<!-- Security & location settings screen, setting check box label if the user wants to use wireless network-based positioning (cell ID, wifi, etc.) -->
<string name="location_network_based">Use wireless networks</string>
<!-- Security & location settings screen, setting summary when Use wireless networks check box is clear -->
@@ -1143,9 +1143,19 @@
<string name="location_street_level">When locating, accurate to street level (deselect to conserve battery)</string>
<!-- Security & location settings screen, setting summary when Enable GPS satellites check box is clear -->
<string name="location_gps_disabled">Locate to street-level (requires more battery plus view of sky)</string>
- <!-- Title of warning dialog to user that location information will be logged -->
-
- <!-- About -->
+ <!-- Setting title for allow sending location to google -->
+ <string name="use_location_title">Share with Google</string>
+ <!-- Title of dialog to user requesting use of location information to improve services -->
+ <string name="use_location_summary">Allow Google to use location for improved search results and other services</string>
+ <!-- Message of dialog to user requesting use of location information -->
+ <string name="use_location_warning_message">Allow Google to use location for improved search results and other services</string>
+ <!-- Agree -->
+ <string name="agree">Agree</string>
+ <!-- Disagree -->
+ <string name="disagree">Disagree</string>
+
+
+ <!-- About --> <skip />
<!-- Main settings screen, setting title for the user to go into the About phone screen -->
<string name="about_settings">About phone</string>
<!-- Main settings screen, setting summary for the user to go into the About phone screen-->