mobile/android/base/resources/values/arrays.xml

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 5
michael@0 6
michael@0 7 <resources>
michael@0 8 <string-array name="pref_home_updates_entries">
michael@0 9 <item>@string/pref_home_updates_enabled</item>
michael@0 10 <item>@string/pref_home_updates_wifi</item>
michael@0 11 </string-array>
michael@0 12 <string-array name="pref_home_updates_values">
michael@0 13 <item>0</item>
michael@0 14 <item>1</item>
michael@0 15 </string-array>
michael@0 16 <string-array name="pref_plugins_entries">
michael@0 17 <item>@string/pref_plugins_enabled</item>
michael@0 18 <item>@string/pref_plugins_tap_to_play</item>
michael@0 19 <item>@string/pref_plugins_disabled</item>
michael@0 20 </string-array>
michael@0 21 <string-array name="pref_plugins_values">
michael@0 22 <item>1</item>
michael@0 23 <item>2</item>
michael@0 24 <item>0</item>
michael@0 25 </string-array>
michael@0 26 <string-array name="pref_font_size_entries">
michael@0 27 <item>@string/pref_font_size_tiny</item>
michael@0 28 <item>@string/pref_font_size_small</item>
michael@0 29 <item>@string/pref_font_size_medium</item>
michael@0 30 <item>@string/pref_font_size_large</item>
michael@0 31 <item>@string/pref_font_size_xlarge</item>
michael@0 32 </string-array>
michael@0 33 <string-array name="pref_font_size_values">
michael@0 34 <item>0</item>
michael@0 35 <item>80</item>
michael@0 36 <item>120</item>
michael@0 37 <item>160</item>
michael@0 38 <item>240</item>
michael@0 39 </string-array>
michael@0 40 <string-array name="pref_char_encoding_entries">
michael@0 41 <item>@string/pref_char_encoding_on</item>
michael@0 42 <item>@string/pref_char_encoding_off</item>
michael@0 43 </string-array>
michael@0 44 <string-array name="pref_char_encoding_values">
michael@0 45 <item>true</item>
michael@0 46 <item>false</item>
michael@0 47 </string-array>
michael@0 48 <string-array name="pref_cookies_entries">
michael@0 49 <item>@string/pref_cookies_accept_all</item>
michael@0 50 <item>@string/pref_cookies_not_accept_foreign</item>
michael@0 51 <item>@string/pref_cookies_disabled</item>
michael@0 52 </string-array>
michael@0 53 <string-array name="pref_cookies_values">
michael@0 54 <item>0</item>
michael@0 55 <item>1</item>
michael@0 56 <item>2</item>
michael@0 57 </string-array>
michael@0 58 <string-array name="pref_donottrack_entries">
michael@0 59 <item>@string/pref_donottrack_disallow_tracking</item>
michael@0 60 <item>@string/pref_donottrack_allow_tracking</item>
michael@0 61 <item>@string/pref_donottrack_no_pref</item>
michael@0 62 </string-array>
michael@0 63 <string-array name="pref_donottrack_values">
michael@0 64 <item>1</item>
michael@0 65 <item>2</item>
michael@0 66 <item>0</item>
michael@0 67 </string-array>
michael@0 68 <string-array name="pref_import_android_entries">
michael@0 69 <item>@string/bookmarks_title</item>
michael@0 70 <item>@string/history_title</item>
michael@0 71 </string-array>
michael@0 72 <string-array name="pref_import_android_values">
michael@0 73 <item>true</item>
michael@0 74 <item>true</item>
michael@0 75 </string-array>
michael@0 76 <string-array name="pref_import_android_keys">
michael@0 77 <item>android_import.data.bookmarks</item>
michael@0 78 <item>android_import.data.history</item>
michael@0 79 </string-array>
michael@0 80 <string-array name="pref_private_data_entries">
michael@0 81 <item>@string/pref_private_data_history2</item>
michael@0 82 <item>@string/pref_private_data_downloadFiles2</item>
michael@0 83 <item>@string/pref_private_data_formdata</item>
michael@0 84 <item>@string/pref_private_data_cookies2</item>
michael@0 85 <item>@string/pref_private_data_passwords</item>
michael@0 86 <item>@string/pref_private_data_cache</item>
michael@0 87 <item>@string/pref_private_data_offlineApps</item>
michael@0 88 <item>@string/pref_private_data_siteSettings</item>
michael@0 89 </string-array>
michael@0 90 <string-array name="pref_private_data_values">
michael@0 91 <item>true</item>
michael@0 92 <item>true</item>
michael@0 93 <item>true</item>
michael@0 94 <item>true</item>
michael@0 95 <item>true</item>
michael@0 96 <item>true</item>
michael@0 97 <item>true</item>
michael@0 98 <item>true</item>
michael@0 99 </string-array>
michael@0 100 <string-array name="pref_private_data_keys">
michael@0 101 <item>private.data.history</item>
michael@0 102 <item>private.data.downloadFiles</item>
michael@0 103 <item>private.data.formdata</item>
michael@0 104 <item>private.data.cookies_sessions</item>
michael@0 105 <item>private.data.passwords</item>
michael@0 106 <item>private.data.cache</item>
michael@0 107 <item>private.data.offlineApps</item>
michael@0 108 <item>private.data.siteSettings</item>
michael@0 109 </string-array>
michael@0 110 <string-array name="pref_restore_entries">
michael@0 111 <item>@string/pref_restore_always</item>
michael@0 112 <item>@string/pref_restore_quit</item>
michael@0 113 </string-array>
michael@0 114 <string-array name="pref_restore_values">
michael@0 115 <item>always</item>
michael@0 116 <item>quit</item>
michael@0 117 </string-array>
michael@0 118 <string-array name="pref_update_autodownload_entries">
michael@0 119 <item>@string/pref_update_autodownload_enabled</item>
michael@0 120 <item>@string/pref_update_autodownload_wifi</item>
michael@0 121 <item>@string/pref_update_autodownload_disabled</item>
michael@0 122 </string-array>
michael@0 123 <string-array name="pref_update_autodownload_values">
michael@0 124 <item>enabled</item>
michael@0 125 <item>wifi</item>
michael@0 126 <item>disabled</item>
michael@0 127 </string-array>
michael@0 128 <string-array name="pref_titlebar_mode_entries">
michael@0 129 <item>@string/pref_titlebar_mode_title</item>
michael@0 130 <item>@string/pref_titlebar_mode_url</item>
michael@0 131 </string-array>
michael@0 132 <string-array name="pref_titlebar_mode_values">
michael@0 133 <item>0</item>
michael@0 134 <item>1</item>
michael@0 135 </string-array>
michael@0 136 <string-array name="tabs_panel_spinner">
michael@0 137 <item>@string/tabs_normal</item>
michael@0 138 <item>@string/tabs_private</item>
michael@0 139 <item>@string/tabs_synced</item>
michael@0 140 </string-array>
michael@0 141 </resources>

mercurial