strings_references.xml (1606B)
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 <!-- These strings are used for referencing in the code. --> 7 <string name="yes">yes</string> 8 <string name="third_party_only">third_party_only</string> 9 <string name="third_party_tracker">third_party_tracker</string> 10 <string name="cross_site">cross_site</string> 11 <string name="no">no</string> 12 13 <!-- This array contains the actual value stored in preferences. Not translatable. --> 14 <string-array name="cookies_options_entry_values"> 15 <item>@string/yes</item> 16 <item>@string/third_party_only</item> 17 <item>@string/third_party_tracker</item> 18 <!-- Block cross site is the default value. --> 19 <item>@string/cross_site</item> 20 <item>@string/no</item> 21 </string-array> 22 23 <!-- This array contains the cookie value for display purposes. --> 24 <string-array name="cookies_options_entries"> 25 <item>@string/preference_privacy_should_block_cookies_yes_option2</item> 26 <item>@string/preference_privacy_should_block_cookies_third_party_only_option</item> 27 <item>@string/preference_privacy_should_block_cookies_third_party_tracker_cookies_option</item> 28 <item>@string/preference_privacy_should_block_cookies_cross_site_option</item> 29 <item>@string/preference_privacy_should_block_cookies_no_option2</item> 30 </string-array> 31 32 </resources>