summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml39
1 files changed, 27 insertions, 12 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d79c7f783..805e1eafc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -487,6 +487,10 @@
<!-- Settings summmary -->
<string name="pref_security_show_security_warning_summary">Show warning if there\'s a problem with a site\'s security</string>
<!-- Settings label -->
+ <string name="pref_security_show_search_suggestions">Show search suggestions</string>
+ <!-- Settings summmary -->
+ <string name="pref_security_show_search_suggestions_summary">Show search suggestions when typing in the URL field</string>
+ <!-- Settings label -->
<string name="pref_security_accept_cookies">Accept cookies</string>
<!-- Settings summary -->
<string name="pref_security_accept_cookies_summary">Allow sites to save and read cookie data</string>
@@ -662,7 +666,7 @@
<string name="pref_data_preload_value_never" translatable="false">NEVER</string>
<string name="pref_data_preload_value_wifi_only" translatable="false">WIFI_ONLY</string>
<string name="pref_data_preload_value_always" translatable="false">ALWAYS</string>
- <string name="pref_data_preload_default_value" translatable="false">@string/pref_data_preload_value_wifi_only</string>
+ <string name="pref_data_preload_default_value" translatable="false">@string/pref_data_preload_value_never</string>
<string-array name="pref_data_preload_values" translatable="false">
<item><xliff:g>@string/pref_data_preload_value_never</xliff:g></item>
<item><xliff:g>@string/pref_data_preload_value_wifi_only</xliff:g></item>
@@ -684,7 +688,7 @@
<string name="pref_link_prefetch_value_never" translatable="false">NEVER</string>
<string name="pref_link_prefetch_value_wifi_only" translatable="false">WIFI_ONLY</string>
<string name="pref_link_prefetch_value_always" translatable="false">ALWAYS</string>
- <string name="pref_link_prefetch_default_value" translatable="false">@string/pref_link_prefetch_value_wifi_only</string>
+ <string name="pref_link_prefetch_default_value" translatable="false">@string/pref_link_prefetch_value_never</string>
<string-array name="pref_link_prefetch_values" translatable="false">
<item><xliff:g>@string/pref_link_prefetch_value_never</xliff:g></item>
<item><xliff:g>@string/pref_link_prefetch_value_wifi_only</xliff:g></item>
@@ -795,16 +799,30 @@
<!-- The default homepage. -->
<string name="homepage_base" translatable="false">
- https://www.google.com/webhp?client={CID}&amp;source=android-home</string>
+ about:blank</string>
<!-- Bookmarks -->
<string-array name="bookmarks" translatable="false">
- <item>Google</item>
- <item>http://www.google.com</item>
- <item>CyanogenMod</item>
- <item>http://www.cyanogenmod.org</item>
- <item>CyanogenMod Wiki</item>
- <item>http://wiki.cyanogenmod.org/w/Main_Page</item>
+ <item>FSF</item>
+ <item>https://www.fsf.org/</item>
+ <item>FSFE</item>
+ <item>https://www.fsfe.org/</item>
+ <item>EFF</item>
+ <item>https://www.eff.org/</item>
+ <item>Wikipedia</item>
+ <item>https://www.wikipedia.org/</item>
+ <item>GNU</item>
+ <item>https://www.gnu.org/</item>
+ <item>Replicant</item>
+ <item>https://www.replicant.us/</item>
+ <item>Replicant blog</item>
+ <item>https://blog.replicant.us/</item>
+ <item>Replicant wiki</item>
+ <item>https://redmine.replicant.us/projects/replicant/wiki</item>
+ <item>Replicant tracker</item>
+ <item>https://redmine.replicant.us/projects/replicant/issues</item>
+ <item>Replicant forums</item>
+ <item>https://redmine.replicant.us/projects/replicant/boards</item>
</string-array>
<!-- The description of the suggestion that lets the user search the web for the query currently
@@ -876,9 +894,6 @@
<!-- The folder name for the special "Other Bookmarks" folder created by Chrome [CHAR LIMIT=24] -->
<string name="other_bookmarks">Other Bookmarks</string>
- <!-- Access point for RLZ tracking. -->
- <string name="rlz_access_point">Y1</string>
-
<!-- Title for a dialog asking the user which account to sync their bookmarks to [CHAR LIMIT=32] -->
<string name="account_chooser_dialog_title" msgid="4833571985009544332">Choose account</string>