summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-04-03 08:12:24 -0700
committerSteve Kondik <shade@chemlab.org>2013-04-03 08:14:24 -0700
commite25e5b9e5f7c50c93a97a7b9714ac66f46237a5a (patch)
tree4d03077840176f7e7a617fa3855286c2e4cda94e /res/values
parent1d73371aae563e08270cf178b5dc80b7262e00da (diff)
downloadpackages_apps_settings-e25e5b9e5f7c50c93a97a7b9714ac66f46237a5a.zip
packages_apps_settings-e25e5b9e5f7c50c93a97a7b9714ac66f46237a5a.tar.gz
packages_apps_settings-e25e5b9e5f7c50c93a97a7b9714ac66f46237a5a.tar.bz2
Restore the opt-out for stats.
* Apparently this is a bigger issue for a small number of extremely vocal users. We should respect their wishes, no matter how off-base their claims are in this context. Change-Id: I9eef9a65260ec4e360d398f80d610a198c09c915
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5806354..57968ef 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4487,6 +4487,30 @@
<string name="mem_info">Memory</string>
<!-- About phone screen, status item label -->
+ <!-- Anonymous Statistics #CM -->
+ <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
+ <string name="anonymous_statistics_title">CyanogenMod statistics</string>
+ <string name="anonymous_statistics_summary">Help make CyanogenMod better by opting into anonymous statistics reporting</string>
+ <string name="anonymous_statistics_warning_title">About</string>
+ <string name="anonymous_statistics_warning">Opting into CyanogenMod Statistics will allow non-personal data to be submitted to the
+ developers of CyanogenMod to track unique installations across devices. The information submitted includes an unique identifier,
+ which does not compromise your privacy or personal data. The data is submitted during each boot.\n\nFor an example of the data that is submitted, tap on Preview Data.</string>
+ <string name="enable_reporting_title">Enable reporting</string>
+ <string name="preview_data_title">Preview data</string>
+ <string name="preview_data_summary">%s</string>
+ <string name="view_stats_title">View stats</string>
+ <string name="anonymous_learn_more">Learn more</string>
+
+ <!-- Anonymous Statistics - Notification -->
+ <string name="anonymous_notification_desc">Enable or Disable CyanogenMod Statistics</string>
+
+ <!-- Anonymous Statistics - Preview -->
+ <string name="preview_id_title">Unique ID</string>
+ <string name="preview_device_title">Device</string>
+ <string name="preview_version_title">Version</string>
+ <string name="preview_country_title">Country</string>
+ <string name="preview_carrier_title">Carrier</string>
+
<!-- INTERFACE Settings -->
<!-- Settings main menu category heading. Interface (Launcher, Themes, System). [CHAR LIMIT=40] -->
<string name="header_category_interface">INTERFACE</string>