зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1010261 - Add preferences UI for disabling suggested sites (r=liuche)
This commit is contained in:
Родитель
4404db918e
Коммит
e38e38ef68
|
@ -115,6 +115,8 @@
|
|||
<!ENTITY pref_home_updates "Automatic updates">
|
||||
<!ENTITY pref_home_updates_enabled "Enabled">
|
||||
<!ENTITY pref_home_updates_wifi "Only over Wi-Fi">
|
||||
<!ENTITY pref_home_suggested_sites "Show site suggestions">
|
||||
<!ENTITY pref_home_suggested_sites_summary "Display shortcuts to sites on your homepage that we think you might find interesting">
|
||||
|
||||
<!-- Localization note: These are shown in the left sidebar on tablets -->
|
||||
<!ENTITY pref_header_customize "Customize">
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
|
||||
<PreferenceCategory android:title="@string/pref_category_home_content_settings">
|
||||
|
||||
<CheckBoxPreference android:key="android.not_a_preference.home_suggested_sites"
|
||||
android:title="@string/pref_home_suggested_sites"
|
||||
android:summary="@string/pref_home_suggested_sites_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<ListPreference android:key="home.sync.updateMode"
|
||||
android:title="@string/pref_home_updates"
|
||||
android:entries="@array/pref_home_updates_entries"
|
||||
|
|
|
@ -130,6 +130,8 @@
|
|||
<string name="pref_home_updates">&pref_home_updates;</string>
|
||||
<string name="pref_home_updates_enabled">&pref_home_updates_enabled;</string>
|
||||
<string name="pref_home_updates_wifi">&pref_home_updates_wifi;</string>
|
||||
<string name="pref_home_suggested_sites">&pref_home_suggested_sites;</string>
|
||||
<string name="pref_home_suggested_sites_summary">&pref_home_suggested_sites_summary;</string>
|
||||
|
||||
<string name="pref_header_customize">&pref_header_customize;</string>
|
||||
<string name="pref_header_display">&pref_header_display;</string>
|
||||
|
|
Загрузка…
Ссылка в новой задаче