arrays.xml (2299B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources> 6 <string name="total_protection">total-protection</string> 7 <string name="social">social</string> 8 <string name="unvisited">unvisited</string> 9 <string name="third_party">third-party</string> 10 <string name="all">all</string> 11 <string name="private_string">private</string> 12 13 <string-array name="cookies_options_entries"> 14 <item>@string/preference_enhanced_tracking_protection_custom_cookies_5</item> 15 <item>@string/preference_enhanced_tracking_protection_custom_cookies_1</item> 16 <item>@string/preference_enhanced_tracking_protection_custom_cookies_2</item> 17 <item>@string/preference_enhanced_tracking_protection_custom_cookies_3</item> 18 <item>@string/preference_enhanced_tracking_protection_custom_cookies_4</item> 19 </string-array> 20 21 <string-array name="cookies_options_entry_values"> 22 <item>@string/total_protection</item> 23 <item>@string/social</item> 24 <item>@string/unvisited</item> 25 <item>@string/third_party</item> 26 <item>@string/all</item> 27 </string-array> 28 29 <string-array name="tracking_content_options_entries"> 30 <item>@string/preference_enhanced_tracking_protection_custom_tracking_content_1</item> 31 <item>@string/preference_enhanced_tracking_protection_custom_tracking_content_2</item> 32 </string-array> 33 34 <string-array name="tracking_content_options_entry_values"> 35 <item>@string/all</item> 36 <item>@string/private_string</item> 37 </string-array> 38 39 <string-array name="suspected_fingerprinters_entry_values"> 40 <item>@string/all</item> 41 <item>@string/private_string</item> 42 </string-array> 43 44 <array name="collection_icon_colors"> 45 <item>@color/fx_mobile_icon_color_accent_violet</item> 46 <item>@color/fx_mobile_icon_color_accent_blue</item> 47 <item>@color/fx_mobile_icon_color_accent_pink</item> 48 <item>@color/fx_mobile_icon_color_accent_green</item> 49 <item>@color/fx_mobile_icon_color_accent_yellow</item> 50 </array> 51 </resources>