Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2007 The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | |
| 21 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 22 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 23 | <string-array name="timezone_filters"> |
| 24 | <item msgid="5296756001147094692">"America"</item> |
| 25 | <item msgid="3005562397632768392">"Europe"</item> |
| 26 | <item msgid="5696915123093701218">"Africa"</item> |
| 27 | <item msgid="4439789052790868249">"Asia"</item> |
| 28 | <item msgid="956915953069815961">"Australia"</item> |
| 29 | <item msgid="5345178126174698955">"Pacific"</item> |
| 30 | <item msgid="8392017019801393511">"All"</item> |
| 31 | </string-array> |
Eric Fischer | 82d880d | 2011-02-17 10:20:39 -0800 | [diff] [blame] | 32 | <string-array name="screen_timeout_entries"> |
| 33 | <item msgid="3342301044271143016">"15 seconds"</item> |
| 34 | <item msgid="8881760709354815449">"30 seconds"</item> |
| 35 | <item msgid="7589406073232279088">"1 minute"</item> |
| 36 | <item msgid="7001195990902244174">"2 minutes"</item> |
| 37 | <item msgid="7489864775127957179">"5 minutes"</item> |
| 38 | <item msgid="2314124409517439288">"10 minutes"</item> |
| 39 | <item msgid="6864027152847611413">"30 minutes"</item> |
| 40 | </string-array> |
Eric Fischer | 22d6d47 | 2011-06-02 16:58:43 -0700 | [diff] [blame] | 41 | <string-array name="dream_timeout_entries"> |
| 42 | <item msgid="3149294732238283185">"Never"</item> |
| 43 | <item msgid="2194151041885903260">"15 seconds"</item> |
| 44 | <item msgid="5892295237131074341">"30 seconds"</item> |
| 45 | <item msgid="3538441365970038213">"1 minute"</item> |
| 46 | <item msgid="412343871668955639">"2 minutes"</item> |
| 47 | <item msgid="5076853889688991690">"5 minutes"</item> |
| 48 | <item msgid="1903860996174927898">"10 minutes"</item> |
| 49 | <item msgid="6415509612413178727">"30 minutes"</item> |
| 50 | </string-array> |
Eric Fischer | 82d880d | 2011-02-17 10:20:39 -0800 | [diff] [blame] | 51 | <string-array name="lock_after_timeout_entries"> |
Eric Fischer | 7f0c806 | 2011-08-26 14:59:45 -0700 | [diff] [blame] | 52 | <item msgid="8929270399652145290">"Immediately"</item> |
Eric Fischer | 82d880d | 2011-02-17 10:20:39 -0800 | [diff] [blame] | 53 | <item msgid="6736512735606834431">"5 seconds"</item> |
| 54 | <item msgid="8044619388267891375">"15 seconds"</item> |
| 55 | <item msgid="1822002388249545488">"30 seconds"</item> |
| 56 | <item msgid="8538071621211916519">"1 minute"</item> |
| 57 | <item msgid="5663439580228932882">"2 minutes"</item> |
| 58 | <item msgid="49888496216106852">"5 minutes"</item> |
| 59 | <item msgid="9002737361305019353">"10 minutes"</item> |
| 60 | <item msgid="4322676235684793329">"30 minutes"</item> |
| 61 | </string-array> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 62 | <string-array name="entries_font_size"> |
Eric Fischer | 24c4fb1 | 2011-09-20 10:37:57 -0700 | [diff] [blame] | 63 | <item msgid="8166647333858618801">"Small"</item> |
| 64 | <item msgid="1932071435506638315">"Normal"</item> |
| 65 | <item msgid="38373998008112077">"Large"</item> |
Eric Fischer | 6492021 | 2011-10-25 11:00:07 -0700 | [diff] [blame] | 66 | <item msgid="7786168277516233536">"Huge"</item> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 67 | </string-array> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 68 | <string-array name="tts_rate_entries"> |
| 69 | <item msgid="6041212618892492920">"Very slow"</item> |
| 70 | <item msgid="2361722960903353554">"Slow"</item> |
| 71 | <item msgid="1145554631248513562">"Normal"</item> |
| 72 | <item msgid="7553665153391107454">"Fast"</item> |
Baligh Uddin | 31dd72a | 2013-03-12 11:27:24 -0700 | [diff] [blame] | 73 | <item msgid="1370673569131070146">"Faster"</item> |
| 74 | <item msgid="4648206845228970803">"Very fast"</item> |
| 75 | <item msgid="4977949754169483251">"Rapid"</item> |
| 76 | <item msgid="6106302964845503577">"Very rapid"</item> |
| 77 | <item msgid="6800277205640837264">"Fastest"</item> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 78 | </string-array> |
| 79 | <string-array name="tts_pitch_entries"> |
| 80 | <item msgid="7526050907652687351">"Very low"</item> |
| 81 | <item msgid="2692137425242433765">"Low"</item> |
| 82 | <item msgid="3332408460740717754">"Normal"</item> |
| 83 | <item msgid="4907380534957572531">"High"</item> |
| 84 | <item msgid="4699640516390840297">"Very high"</item> |
| 85 | </string-array> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 86 | <string-array name="wifi_status"> |
| 87 | <item msgid="1922181315419294640"></item> |
| 88 | <item msgid="8934131797783724664">"Scanning…"</item> |
| 89 | <item msgid="8513729475867537913">"Connecting…"</item> |
| 90 | <item msgid="515055375277271756">"Authenticating…"</item> |
| 91 | <item msgid="1943354004029184381">"Obtaining IP address…"</item> |
| 92 | <item msgid="4221763391123233270">"Connected"</item> |
| 93 | <item msgid="624838831631122137">"Suspended"</item> |
| 94 | <item msgid="7979680559596111948">"Disconnecting…"</item> |
| 95 | <item msgid="1634960474403853625">"Disconnected"</item> |
| 96 | <item msgid="746097431216080650">"Unsuccessful"</item> |
Eric Fischer | b1064d3 | 2012-03-02 14:15:42 -0800 | [diff] [blame] | 97 | <item msgid="6367044185730295334">"Blocked"</item> |
| 98 | <item msgid="503942654197908005">"Temporarily avoiding poor connection"</item> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 99 | </string-array> |
| 100 | <string-array name="wifi_status_with_ssid"> |
| 101 | <item msgid="7714855332363650812"></item> |
| 102 | <item msgid="8878186979715711006">"Scanning…"</item> |
| 103 | <item msgid="355508996603873860">"Connecting to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item> |
| 104 | <item msgid="554971459996405634">"Authenticating with <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item> |
| 105 | <item msgid="7928343808033020343">"Obtaining IP address from <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item> |
| 106 | <item msgid="8937994881315223448">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item> |
| 107 | <item msgid="1330262655415760617">"Suspended"</item> |
| 108 | <item msgid="7698638434317271902">"Disconnecting from <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item> |
| 109 | <item msgid="197508606402264311">"Disconnected"</item> |
| 110 | <item msgid="8578370891960825148">"Unsuccessful"</item> |
Eric Fischer | b1064d3 | 2012-03-02 14:15:42 -0800 | [diff] [blame] | 111 | <item msgid="5660739516542454527">"Blocked"</item> |
| 112 | <item msgid="1805837518286731242">"Temporarily avoiding poor connection"</item> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 113 | </string-array> |
Eric Fischer | 5b892f1 | 2011-08-22 11:34:42 -0700 | [diff] [blame] | 114 | <!-- no translation found for wifi_security:0 (8491993170197127709) --> |
| 115 | <!-- no translation found for wifi_security:1 (6524315248437318854) --> |
| 116 | <!-- no translation found for wifi_security:2 (1532568756571457140) --> |
| 117 | <!-- no translation found for wifi_security:3 (3620707702811709779) --> |
| 118 | <!-- no translation found for wifi_security_no_eap:0 (2084555984818107151) --> |
| 119 | <!-- no translation found for wifi_security_no_eap:1 (397579322683471524) --> |
| 120 | <!-- no translation found for wifi_security_no_eap:2 (1968820975358150484) --> |
Baligh Uddin | 131b6f8 | 2013-01-30 10:43:41 -0800 | [diff] [blame] | 121 | <!-- no translation found for wifi_ap_security:0 (5251664683198623324) --> |
| 122 | <!-- no translation found for wifi_ap_security:1 (7989073072260294673) --> |
| 123 | <!-- no translation found for wifi_ap_security:2 (3112452131886885338) --> |
Eric Fischer | ba0ad52 | 2012-03-05 15:17:09 -0800 | [diff] [blame] | 124 | <string-array name="wifi_eap_method"> |
| 125 | <item msgid="1160193392455075561">"PEAP"</item> |
| 126 | <item msgid="7981731051382306293">"TLS"</item> |
| 127 | <item msgid="2892994535305020162">"TTLS"</item> |
| 128 | <item msgid="435667726254379514">"PWD"</item> |
| 129 | </string-array> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 130 | <string-array name="wifi_p2p_wps_setup"> |
| 131 | <item msgid="5085064298144493867">"Push button"</item> |
Eric Fischer | 8963a64 | 2011-10-10 11:25:09 -0700 | [diff] [blame] | 132 | <item msgid="1624323946324499595">"PIN from peer device"</item> |
| 133 | <item msgid="5366790421523328066">"PIN from this device"</item> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 134 | </string-array> |
| 135 | <string-array name="wifi_p2p_status"> |
| 136 | <item msgid="1701505390737218306">"Connected"</item> |
| 137 | <item msgid="3189211552661432651">"Invited"</item> |
Eric Fischer | 7f0c806 | 2011-08-26 14:59:45 -0700 | [diff] [blame] | 138 | <item msgid="3206450250360237549">"Unsuccessful"</item> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 139 | <item msgid="7785896708926971207">"Available"</item> |
Eric Fischer | 8963a64 | 2011-10-10 11:25:09 -0700 | [diff] [blame] | 140 | <item msgid="2330782789550628803">"Out of range"</item> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 141 | </string-array> |
Eric Fischer | 82d880d | 2011-02-17 10:20:39 -0800 | [diff] [blame] | 142 | <string-array name="bluetooth_visibility_timeout_entries"> |
Eric Fischer | b91a557 | 2011-08-12 17:21:28 -0700 | [diff] [blame] | 143 | <item msgid="8151962652413645395">"2 minutes"</item> |
| 144 | <item msgid="8675215713017289017">"5 minutes"</item> |
| 145 | <item msgid="477015974247590543">"1 hour"</item> |
| 146 | <item msgid="5198271470953124739">"Never time out"</item> |
Eric Fischer | 82d880d | 2011-02-17 10:20:39 -0800 | [diff] [blame] | 147 | </string-array> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 148 | <string-array name="wifi_signal"> |
| 149 | <item msgid="2245412278046491293">"Poor"</item> |
| 150 | <item msgid="5615082285463430971">"Fair"</item> |
| 151 | <item msgid="3565079809875324621">"Good"</item> |
| 152 | <item msgid="5702329417707689835">"Excellent"</item> |
| 153 | </string-array> |
| 154 | <string-array name="wifi_sleep_policy_entries"> |
Eric Fischer | 24c4fb1 | 2011-09-20 10:37:57 -0700 | [diff] [blame] | 155 | <item msgid="3269131034472904310">"Always"</item> |
| 156 | <item msgid="844721238536786870">"Only when plugged in"</item> |
| 157 | <item msgid="2990218920631468642">"Never (increases data usage)"</item> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 158 | </string-array> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 159 | <string-array name="wifi_sleep_policy_entries_wifi_only"> |
Eric Fischer | 24c4fb1 | 2011-09-20 10:37:57 -0700 | [diff] [blame] | 160 | <item msgid="2124319326282651391">"Always"</item> |
| 161 | <item msgid="7433294150916905997">"Only when plugged in"</item> |
| 162 | <item msgid="1390404486722375028">"Never"</item> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 163 | </string-array> |
Eric Fischer | 332af2f | 2010-12-23 14:18:00 -0800 | [diff] [blame] | 164 | <string-array name="wifi_frequency_band_entries"> |
| 165 | <item msgid="624340809384223320">"Auto"</item> |
| 166 | <item msgid="6670588712989942178">"5 GHz only"</item> |
| 167 | <item msgid="2715516524973207876">"2.4 GHz only"</item> |
| 168 | </string-array> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 169 | <string-array name="usage_stats_display_order_types"> |
Eric Fischer | 8963a64 | 2011-10-10 11:25:09 -0700 | [diff] [blame] | 170 | <item msgid="2100172576767439288">"Usage time"</item> |
| 171 | <item msgid="3703676222230317933">"Launch count"</item> |
| 172 | <item msgid="2502754479975776899">"App name"</item> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 173 | </string-array> |
Eric Fischer | ba0ad52 | 2012-03-05 15:17:09 -0800 | [diff] [blame] | 174 | <string-array name="wifi_eap_entries"> |
| 175 | <item msgid="8615575908717909498">"PEAP"</item> |
| 176 | <item msgid="8667872640594311615">"TLS"</item> |
| 177 | <item msgid="7182812872984827322">"TTLS"</item> |
| 178 | <item msgid="2318274046749286642">"PWD"</item> |
| 179 | </string-array> |
Baligh Uddin | 4d69d9b | 2013-01-23 11:34:51 -0800 | [diff] [blame] | 180 | <string-array name="wifi_peap_phase2_entries"> |
| 181 | <item msgid="2577747762745812488">"None"</item> |
| 182 | <item msgid="937786527870979616">"MSCHAPV2"</item> |
| 183 | <item msgid="5302613883318643629">"GTC"</item> |
| 184 | </string-array> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 185 | <string-array name="wifi_phase2_entries"> |
| 186 | <item msgid="1818786254010764570">"None"</item> |
| 187 | <item msgid="6189918678874123056">"PAP"</item> |
| 188 | <item msgid="1524112260493662517">"MSCHAP"</item> |
| 189 | <item msgid="5923246669412752932">"MSCHAPV2"</item> |
| 190 | <item msgid="8651992560135239389">"GTC"</item> |
| 191 | </string-array> |
Eric Fischer | 332af2f | 2010-12-23 14:18:00 -0800 | [diff] [blame] | 192 | <string-array name="wifi_ip_settings"> |
| 193 | <item msgid="3906714200993111074">"DHCP"</item> |
| 194 | <item msgid="628395202971532382">"Static"</item> |
| 195 | </string-array> |
| 196 | <string-array name="wifi_proxy_settings"> |
| 197 | <item msgid="4473276491748503377">"None"</item> |
Eric Fischer | d23c221 | 2011-02-24 11:58:22 -0800 | [diff] [blame] | 198 | <item msgid="8673874894887358090">"Manual"</item> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 199 | <item msgid="168893341855953140">"Proxy Auto-Config"</item> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 200 | </string-array> |
| 201 | <string-array name="apn_auth_entries"> |
| 202 | <item msgid="3856896061242872146">"None"</item> |
| 203 | <item msgid="5756844015743664882">"PAP"</item> |
| 204 | <item msgid="535934025797984365">"CHAP"</item> |
| 205 | <item msgid="8383098660619805783">"PAP or CHAP"</item> |
| 206 | </string-array> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 207 | <string-array name="apn_protocol_entries"> |
| 208 | <item msgid="4852355456199302715">"IPv4"</item> |
| 209 | <item msgid="4394161344888484571">"IPv6"</item> |
| 210 | <item msgid="8084938354605535381">"IPv4/IPv6"</item> |
| 211 | </string-array> |
Eric Fischer | 9f12b39 | 2011-09-30 16:46:13 -0700 | [diff] [blame] | 212 | <string-array name="bearer_entries"> |
| 213 | <item msgid="1770285336669531300">"LTE"</item> |
| 214 | <item msgid="3044323519470167625">"eHRPD"</item> |
| 215 | <item msgid="6848428671997893147">"Unspecified"</item> |
| 216 | </string-array> |
Baligh Uddin | bf01c8f | 2013-03-20 11:10:48 -0700 | [diff] [blame] | 217 | <string-array name="mvno_type_entries"> |
| 218 | <item msgid="4367119357633573465">"None"</item> |
| 219 | <item msgid="6062567900587138000">"SPN"</item> |
| 220 | <item msgid="2454085083342423481">"IMSI"</item> |
| 221 | <item msgid="2681427309183221543">"GID"</item> |
| 222 | </string-array> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 223 | <string-array name="app_install_location_entries"> |
| 224 | <item msgid="8151497958991952759">"Internal device storage"</item> |
| 225 | <item msgid="3738430123799803530">"Removable SD card"</item> |
| 226 | <item msgid="4498124044785815005">"Let the system decide"</item> |
| 227 | </string-array> |
Baligh Uddin | f095664 | 2013-02-08 11:03:45 -0800 | [diff] [blame] | 228 | <string-array name="app_ops_categories"> |
| 229 | <item msgid="6358963769537892925">"Location"</item> |
| 230 | <item msgid="255608127647030286">"Personal"</item> |
| 231 | <item msgid="4588829735729884491">"Messaging"</item> |
Baligh Uddin | b590a5d | 2013-05-08 11:07:07 -0700 | [diff] [blame] | 232 | <item msgid="886742181977884584">"Media"</item> |
| 233 | <item msgid="7924928667052300589">"Device"</item> |
Baligh Uddin | f095664 | 2013-02-08 11:03:45 -0800 | [diff] [blame] | 234 | </string-array> |
Baligh Uddin | 3ac8cb4 | 2013-07-15 11:41:29 -0700 | [diff] [blame] | 235 | <string-array name="app_ops_summaries"> |
| 236 | <item msgid="4979188868761515915">"coarse location"</item> |
| 237 | <item msgid="5789673140227507995">"fine location"</item> |
| 238 | <item msgid="1061584358377390581">"GPS"</item> |
| 239 | <item msgid="5387405117297558954">"vibrate"</item> |
| 240 | <item msgid="3434165993711230924">"read contacts"</item> |
| 241 | <item msgid="616161687718081936">"modify contacts"</item> |
| 242 | <item msgid="7638002295329050091">"read call log"</item> |
| 243 | <item msgid="6546959730920410907">"modify call log"</item> |
| 244 | <item msgid="446877710771379667">"read calendar"</item> |
| 245 | <item msgid="7674458294386319722">"modify calendar"</item> |
| 246 | <item msgid="8281201165558093009">"Wi-Fi scan"</item> |
| 247 | <item msgid="8694611243479480497">"notification"</item> |
| 248 | <item msgid="7776439107987345446">"cell scan"</item> |
| 249 | <item msgid="514615766544675057">"call phone"</item> |
| 250 | <item msgid="8181415497109310680">"read SMS"</item> |
| 251 | <item msgid="6816551144382117307">"write SMS"</item> |
| 252 | <item msgid="4600463921908905030">"receive SMS"</item> |
| 253 | <item msgid="5958926493289432745">"receive emergency SMS"</item> |
| 254 | <item msgid="4945269495221089540">"receive MMS"</item> |
| 255 | <item msgid="5570472453573929087">"receive WAP push"</item> |
| 256 | <item msgid="7125408150230860501">"send SMS"</item> |
| 257 | <item msgid="7080337936612188061">"read ICC SMS"</item> |
| 258 | <item msgid="587124103118495063">"write ICC SMS"</item> |
| 259 | <item msgid="2320577158869025503">"modify settings"</item> |
| 260 | <item msgid="1545733463471924009">"draw on top"</item> |
| 261 | <item msgid="3609046903962454582">"access notifications"</item> |
| 262 | <item msgid="4671646036128214513">"camera"</item> |
| 263 | <item msgid="1097324338692486211">"record audio"</item> |
| 264 | <item msgid="5031552983987798163">"play audio"</item> |
| 265 | <item msgid="8374996688066472414">"read clipboard"</item> |
| 266 | <item msgid="3045529469061083747">"modify clipboard"</item> |
| 267 | <item msgid="5124443975763747838">"media buttons"</item> |
| 268 | <item msgid="4547883971364273343">"audio focus"</item> |
| 269 | <item msgid="2603878814882344450">"master volume"</item> |
| 270 | <item msgid="7136963238377062018">"voice volume"</item> |
| 271 | <item msgid="4270236897655923007">"ring volume"</item> |
| 272 | <item msgid="6325739889222559394">"media volume"</item> |
| 273 | <item msgid="5762123934816216821">"alarm volume"</item> |
| 274 | <item msgid="785049718065337473">"notification volume"</item> |
| 275 | <item msgid="6700305533746877052">"Bluetooth volume"</item> |
Baligh Uddin | 7bcd0b8 | 2014-06-26 13:55:58 -0700 | [diff] [blame^] | 276 | <item msgid="3810969981743709839">"mute/unmute microphone"</item> |
| 277 | <item msgid="2627903914574908209">"keep awake"</item> |
| 278 | <item msgid="1395372654968157578">"monitor location"</item> |
| 279 | <item msgid="3238451051299611853">"monitor high power location"</item> |
Baligh Uddin | 3ac8cb4 | 2013-07-15 11:41:29 -0700 | [diff] [blame] | 280 | </string-array> |
| 281 | <string-array name="app_ops_labels"> |
| 282 | <item msgid="6602854600289714121">"Location"</item> |
| 283 | <item msgid="8677040780775113033">"Location"</item> |
| 284 | <item msgid="1660743989948992916">"Location"</item> |
| 285 | <item msgid="8791172739860195290">"Vibrate"</item> |
| 286 | <item msgid="383413555642128046">"Read contacts"</item> |
| 287 | <item msgid="3654594895269697313">"Modify contacts"</item> |
| 288 | <item msgid="7928393476362362538">"Read call log"</item> |
| 289 | <item msgid="6248591205254641116">"Modify call log"</item> |
| 290 | <item msgid="6093344633066170692">"Read calendar"</item> |
| 291 | <item msgid="1334886368750347692">"Modify calendar"</item> |
| 292 | <item msgid="1638204101698708656">"Location"</item> |
| 293 | <item msgid="2154671955760380322">"Post notification"</item> |
| 294 | <item msgid="4282477730595931828">"Location"</item> |
| 295 | <item msgid="4891423912898525905">"Call phone"</item> |
Baligh Uddin | 571d212 | 2013-09-11 15:40:07 -0700 | [diff] [blame] | 296 | <item msgid="2623604824935968113">"Read SMS/MMS"</item> |
| 297 | <item msgid="4420177125221176306">"Write SMS/MMS"</item> |
Baligh Uddin | 3ac8cb4 | 2013-07-15 11:41:29 -0700 | [diff] [blame] | 298 | <item msgid="3986142739951490025">"Receive SMS/MMS"</item> |
| 299 | <item msgid="3984213795861739778">"Receive SMS/MMS"</item> |
| 300 | <item msgid="3656243523752472788">"Receive SMS/MMS"</item> |
| 301 | <item msgid="8105802370238551510">"Receive SMS/MMS"</item> |
| 302 | <item msgid="1407766984645388488">"Send SMS/MMS"</item> |
Baligh Uddin | 571d212 | 2013-09-11 15:40:07 -0700 | [diff] [blame] | 303 | <item msgid="3527273606643794973">"Read SMS/MMS"</item> |
| 304 | <item msgid="4370895547001583812">"Write SMS/MMS"</item> |
Baligh Uddin | 3ac8cb4 | 2013-07-15 11:41:29 -0700 | [diff] [blame] | 305 | <item msgid="4218544235221631789">"Modify settings"</item> |
| 306 | <item msgid="736541391767350377">"Draw on top"</item> |
| 307 | <item msgid="5530815681721654194">"Access notifications"</item> |
| 308 | <item msgid="781213371706962767">"Camera"</item> |
| 309 | <item msgid="1720492593061838172">"Record audio"</item> |
| 310 | <item msgid="3493046322001257041">"Play audio"</item> |
| 311 | <item msgid="136815868796597058">"Read clipboard"</item> |
| 312 | <item msgid="5238692940326972503">"Modify clipboard"</item> |
| 313 | <item msgid="5753789168376302997">"Media buttons"</item> |
| 314 | <item msgid="3265262911688671938">"Audio focus"</item> |
| 315 | <item msgid="2098976479485046797">"Master volume"</item> |
| 316 | <item msgid="5660213838861789350">"Voice volume"</item> |
| 317 | <item msgid="7983336752371254444">"Ring volume"</item> |
| 318 | <item msgid="7878027809189330917">"Media volume"</item> |
| 319 | <item msgid="7260546305036218513">"Alarm volume"</item> |
| 320 | <item msgid="9103719301075748925">"Notification volume"</item> |
| 321 | <item msgid="7025966722295861512">"Bluetooth volume"</item> |
Baligh Uddin | 7bcd0b8 | 2014-06-26 13:55:58 -0700 | [diff] [blame^] | 322 | <item msgid="2265317984004577529">"Mute/unmute microphone"</item> |
| 323 | <item msgid="3646325683886507917">"Keep awake"</item> |
Baligh Uddin | c08b769 | 2013-08-05 21:46:55 -0700 | [diff] [blame] | 324 | <item msgid="7669257279311110599">"Location"</item> |
Baligh Uddin | 7bcd0b8 | 2014-06-26 13:55:58 -0700 | [diff] [blame^] | 325 | <item msgid="7745724368696313169">"Location"</item> |
Baligh Uddin | 3ac8cb4 | 2013-07-15 11:41:29 -0700 | [diff] [blame] | 326 | </string-array> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 327 | <string-array name="long_press_timeout_selector_titles"> |
| 328 | <item msgid="3511504869290423954">"Short"</item> |
| 329 | <item msgid="2560532955514699713">"Medium"</item> |
| 330 | <item msgid="2372711992605524591">"Long"</item> |
| 331 | </string-array> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 332 | <string-array name="captioning_typeface_selector_titles"> |
| 333 | <item msgid="1319652728542138112">"Default"</item> |
| 334 | <item msgid="1016452621833735880">"Sans-serif"</item> |
| 335 | <item msgid="2496277987934654454">"Sans-serif condensed"</item> |
| 336 | <item msgid="4406003087391086325">"Serif"</item> |
| 337 | <item msgid="1558362802170124073">"Monospace"</item> |
Baligh Uddin | 63974a9 | 2013-12-26 16:30:07 -0800 | [diff] [blame] | 338 | <item msgid="6857338041963571301">"Casual"</item> |
| 339 | <item msgid="961716102408512888">"Cursive"</item> |
| 340 | <item msgid="784581717183349567">"Small capitals"</item> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 341 | </string-array> |
| 342 | <string-array name="captioning_font_size_selector_titles"> |
| 343 | <item msgid="4800919809575254054">"Very small"</item> |
| 344 | <item msgid="6781094565687692782">"Small"</item> |
| 345 | <item msgid="8222123259497646551">"Normal"</item> |
| 346 | <item msgid="5813217276778560466">"Large"</item> |
| 347 | <item msgid="9044232017390975191">"Very large"</item> |
| 348 | </string-array> |
| 349 | <string-array name="captioning_edge_type_selector_titles"> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 350 | <item msgid="4733815704128258753">"Default"</item> |
| 351 | <item msgid="3217099060748617005">"None"</item> |
| 352 | <item msgid="7467615139904599420">"Outline"</item> |
| 353 | <item msgid="5623165557468608975">"Drop shadow"</item> |
| 354 | <item msgid="8088451174058214588">"Raised"</item> |
| 355 | <item msgid="3821418743395480313">"Depressed"</item> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 356 | </string-array> |
| 357 | <string-array name="captioning_opacity_selector_titles"> |
| 358 | <item msgid="7622491218136667566">"25%"</item> |
| 359 | <item msgid="2367156416247936773">"50%"</item> |
| 360 | <item msgid="5395560410107149298">"75%"</item> |
| 361 | <item msgid="8342334626783983353">"100%"</item> |
| 362 | </string-array> |
| 363 | <string-array name="captioning_preset_selector_titles"> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 364 | <item msgid="7009918361545506251">"Use app defaults"</item> |
| 365 | <item msgid="1770533843436933500">"White on black"</item> |
| 366 | <item msgid="758587126802411846">"Black on white"</item> |
| 367 | <item msgid="1495307195241623402">"Yellow on black"</item> |
| 368 | <item msgid="6039700130994371612">"Yellow on blue"</item> |
| 369 | <item msgid="7169235156349580064">"Customise"</item> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 370 | </string-array> |
Baligh Uddin | a696589 | 2014-06-16 12:51:55 -0700 | [diff] [blame] | 371 | <string-array name="select_logd_size_titles"> |
| 372 | <item msgid="3100534874529240291">"64 K"</item> |
| 373 | <item msgid="505611754508988476">"256 K"</item> |
| 374 | <item msgid="6361286924268716397">"1 M"</item> |
| 375 | <item msgid="6405203239560695266">"4 M"</item> |
| 376 | <item msgid="3025431211013424097">"16 M"</item> |
| 377 | </string-array> |
| 378 | <string-array name="select_logd_size_summaries"> |
| 379 | <item msgid="7346595473588765019">"64 K per log buffer"</item> |
| 380 | <item msgid="2822309747675758628">"256 K per log buffer"</item> |
| 381 | <item msgid="6699306198357496731">"1 M per log buffer"</item> |
| 382 | <item msgid="5748528643937500349">"4 M per log buffer"</item> |
| 383 | <item msgid="1978629051085111592">"16 M per log buffer"</item> |
| 384 | </string-array> |
Eric Fischer | c821f6d | 2011-04-07 13:59:28 -0700 | [diff] [blame] | 385 | <string-array name="hdcp_checking_titles"> |
| 386 | <item msgid="441827799230089869">"Never check"</item> |
| 387 | <item msgid="6042769699089883931">"Check for DRM content only"</item> |
| 388 | <item msgid="9174900380056846820">"Always check"</item> |
| 389 | </string-array> |
| 390 | <string-array name="hdcp_checking_summaries"> |
| 391 | <item msgid="505558545611516707">"Never use HDCP checking"</item> |
| 392 | <item msgid="3878793616631049349">"Use HDCP checking for DRM content only"</item> |
| 393 | <item msgid="45075631231212732">"Always use HDCP checking"</item> |
| 394 | </string-array> |
Eric Fischer | 4c9b510 | 2011-07-15 16:51:20 -0700 | [diff] [blame] | 395 | <string-array name="window_animation_scale_entries"> |
| 396 | <item msgid="8134156599370824081">"Animation off"</item> |
| 397 | <item msgid="6624864048416710414">"Animation scale .5x"</item> |
| 398 | <item msgid="2219332261255416635">"Animation scale 1x"</item> |
| 399 | <item msgid="3544428804137048509">"Animation scale 1.5x"</item> |
| 400 | <item msgid="3110710404225974514">"Animation scale 2x"</item> |
| 401 | <item msgid="4402738611528318731">"Animation scale 5x"</item> |
| 402 | <item msgid="6189539267968330656">"Animation scale 10x"</item> |
| 403 | </string-array> |
| 404 | <string-array name="transition_animation_scale_entries"> |
| 405 | <item msgid="8464255836173039442">"Animation off"</item> |
| 406 | <item msgid="3375781541913316411">"Animation scale .5x"</item> |
| 407 | <item msgid="1991041427801869945">"Animation scale 1x"</item> |
| 408 | <item msgid="4012689927622382874">"Animation scale 1.5x"</item> |
| 409 | <item msgid="3289156759925947169">"Animation scale 2x"</item> |
| 410 | <item msgid="7705857441213621835">"Animation scale 5x"</item> |
| 411 | <item msgid="6660750935954853365">"Animation scale 10x"</item> |
| 412 | </string-array> |
Eric Fischer | d918c28 | 2012-02-03 12:44:20 -0800 | [diff] [blame] | 413 | <string-array name="animator_duration_scale_entries"> |
| 414 | <item msgid="6039901060648228241">"Animation off"</item> |
| 415 | <item msgid="1138649021950863198">"Animation scale .5x"</item> |
| 416 | <item msgid="4394388961370833040">"Animation scale 1x"</item> |
| 417 | <item msgid="8125427921655194973">"Animation scale 1.5x"</item> |
| 418 | <item msgid="3334024790739189573">"Animation scale 2x"</item> |
| 419 | <item msgid="3170120558236848008">"Animation scale 5x"</item> |
| 420 | <item msgid="1069584980746680398">"Animation scale 10x"</item> |
| 421 | </string-array> |
Baligh Uddin | 2b9b957 | 2012-09-21 15:51:22 -0700 | [diff] [blame] | 422 | <string-array name="overlay_display_devices_entries"> |
| 423 | <item msgid="1606809880904982133">"None"</item> |
| 424 | <item msgid="688482401508173818">"720x480 mdpi"</item> |
Baligh Uddin | c08b769 | 2013-08-05 21:46:55 -0700 | [diff] [blame] | 425 | <item msgid="6027541158956821790">"720 x 480 mdpi (secure)"</item> |
| 426 | <item msgid="8181151155909301030">"1280 x 720 tvdpi"</item> |
| 427 | <item msgid="2920655562462493148">"1280 x 720 tvdpi (secure)"</item> |
| 428 | <item msgid="8910371271391940941">"1920 x 1080 xhdpi"</item> |
| 429 | <item msgid="4171600481380800455">"1920 x 1080 xhdpi (secure)"</item> |
| 430 | <item msgid="1937752114395156918">"1280 x 720 tvdpi and 1920 x 1080 xhdpi"</item> |
Baligh Uddin | 2b9b957 | 2012-09-21 15:51:22 -0700 | [diff] [blame] | 431 | </string-array> |
Baligh Uddin | 9015ecc | 2012-10-22 12:14:38 -0700 | [diff] [blame] | 432 | <string-array name="enable_opengl_traces_entries"> |
| 433 | <item msgid="3191973083884253830">"None"</item> |
| 434 | <item msgid="9089630089455370183">"Logcat"</item> |
| 435 | <item msgid="5397807424362304288">"Systrace (Graphics)"</item> |
| 436 | <item msgid="1340692776955662664">"Call stack on glGetError"</item> |
| 437 | </string-array> |
Baligh Uddin | bef7b7f | 2013-03-06 10:48:01 -0800 | [diff] [blame] | 438 | <string-array name="show_non_rect_clip_entries"> |
| 439 | <item msgid="993742912147090253">"Off"</item> |
| 440 | <item msgid="675719912558941285">"Draw non-rectangular clip region in blue"</item> |
| 441 | <item msgid="1064373276095698656">"Highlight tested drawing commands in green"</item> |
| 442 | </string-array> |
Baligh Uddin | f200469 | 2013-01-22 09:27:15 -0800 | [diff] [blame] | 443 | <string-array name="track_frame_time_entries"> |
| 444 | <item msgid="2193584639058893150">"Off"</item> |
| 445 | <item msgid="2751513398307949636">"On screen as bars"</item> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 446 | <item msgid="1851438178120770973">"In adb shell dumpsys gfxinfo"</item> |
Baligh Uddin | f200469 | 2013-01-22 09:27:15 -0800 | [diff] [blame] | 447 | </string-array> |
Baligh Uddin | b590a5d | 2013-05-08 11:07:07 -0700 | [diff] [blame] | 448 | <string-array name="debug_hw_overdraw_entries"> |
| 449 | <item msgid="8190572633763871652">"Off"</item> |
| 450 | <item msgid="7688197031296835369">"Show overdraw areas"</item> |
Baligh Uddin | 1d619e1 | 2013-08-26 14:06:36 -0700 | [diff] [blame] | 451 | <item msgid="2290859360633824369">"Show areas for Deuteranomaly"</item> |
Baligh Uddin | b590a5d | 2013-05-08 11:07:07 -0700 | [diff] [blame] | 452 | </string-array> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 453 | <string-array name="app_process_limit_entries"> |
| 454 | <item msgid="3401625457385943795">"Standard limit"</item> |
| 455 | <item msgid="4071574792028999443">"No background processes"</item> |
| 456 | <item msgid="4810006996171705398">"At most, 1 process"</item> |
| 457 | <item msgid="8586370216857360863">"At most, 2 processes"</item> |
| 458 | <item msgid="836593137872605381">"At most, 3 processes"</item> |
| 459 | <item msgid="7899496259191969307">"At most, 4 processes"</item> |
| 460 | </string-array> |
Eric Fischer | bc638bf | 2011-07-07 11:49:07 -0700 | [diff] [blame] | 461 | <string-array name="vpn_types_long"> |
| 462 | <item msgid="2732002039459078847">"PPTP VPN"</item> |
| 463 | <item msgid="3799752201662127867">"L2TP/IPSec VPN with preshared keys"</item> |
| 464 | <item msgid="4725504331295252103">"L2TP/IPSec VPN with certificates"</item> |
| 465 | <item msgid="7526551163264034377">"IPSec VPN with preshared keys and Xauth authentication"</item> |
| 466 | <item msgid="8064740940687465039">"IPSec VPN with certificates and Xauth authentication"</item> |
| 467 | <item msgid="4946199982372391490">"IPSec VPN with certificates and hybrid authentication"</item> |
| 468 | </string-array> |
Eric Fischer | 4c9b510 | 2011-07-15 16:51:20 -0700 | [diff] [blame] | 469 | <string-array name="vpn_states"> |
| 470 | <item msgid="8621078286418985762">"Disconnected"</item> |
| 471 | <item msgid="6692305604213080515">"Initialising..."</item> |
| 472 | <item msgid="8001704909356800092">"Connecting…"</item> |
| 473 | <item msgid="4039737283841672166">"Connected"</item> |
| 474 | <item msgid="4042143101664725090">"Timeout"</item> |
Eric Fischer | 7f0c806 | 2011-08-26 14:59:45 -0700 | [diff] [blame] | 475 | <item msgid="7664124146786465092">"Unsuccessful"</item> |
Eric Fischer | 4c9b510 | 2011-07-15 16:51:20 -0700 | [diff] [blame] | 476 | </string-array> |
Baligh Uddin | 2b9b957 | 2012-09-21 15:51:22 -0700 | [diff] [blame] | 477 | <string-array name="security_settings_premium_sms_values"> |
| 478 | <item msgid="7389829271787670252">"Ask"</item> |
| 479 | <item msgid="5077768429488260031">"Never allow"</item> |
| 480 | <item msgid="1417929597727989746">"Always allow"</item> |
| 481 | </string-array> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 482 | <string-array name="ram_states"> |
| 483 | <item msgid="7088762389498381203">"normal"</item> |
| 484 | <item msgid="4517779899383204000">"moderate"</item> |
| 485 | <item msgid="406385694840950802">"low"</item> |
| 486 | <item msgid="4212263919458209842">"critical"</item> |
| 487 | </string-array> |
Baligh Uddin | 302523e | 2014-03-03 12:37:26 -0800 | [diff] [blame] | 488 | <string-array name="entries_zen_mode"> |
| 489 | <item msgid="816404936744485190">"Off"</item> |
| 490 | <item msgid="5656544177755411222">"Limited interruptions"</item> |
| 491 | <item msgid="8735337502532332056">"Zero interruptions"</item> |
| 492 | </string-array> |
Baligh Uddin | 9fa8570 | 2014-06-23 12:21:13 -0700 | [diff] [blame] | 493 | <string-array name="proc_stats_memory_states"> |
| 494 | <item msgid="8845855295876909468">"Normal"</item> |
| 495 | <item msgid="866544120205026771">"Moderate"</item> |
| 496 | <item msgid="7851902244436886890">"Low"</item> |
| 497 | <item msgid="3022922196817563960">"Critical"</item> |
| 498 | </string-array> |
| 499 | <string-array name="proc_stats_process_states"> |
| 500 | <item msgid="5069825997142785829">"Persistent"</item> |
| 501 | <item msgid="5779398140277006695">"Top activity"</item> |
| 502 | <item msgid="1439598363694578255">"Important (foreground)"</item> |
| 503 | <item msgid="3396458970745718652">"Important (background)"</item> |
| 504 | <item msgid="5214825238247511992">"Backup"</item> |
| 505 | <item msgid="311372689168254967">"Heavy weight"</item> |
| 506 | <item msgid="7438189122367820362">"Service (running)"</item> |
| 507 | <item msgid="918687422516982498">"Service (restarting)"</item> |
| 508 | <item msgid="6807727069641853029">"Receiver"</item> |
| 509 | <item msgid="6782857406100845127">"Home"</item> |
| 510 | <item msgid="2860945127596974299">"Last activity"</item> |
| 511 | <item msgid="8610560843693675830">"Cached (activity)"</item> |
| 512 | <item msgid="4338089220026248848">"Cached (activity client)"</item> |
| 513 | <item msgid="6652164677254579050">"Cached (empty)"</item> |
| 514 | </string-array> |
Eric Fischer | 9f5a2cc | 2010-11-17 16:40:05 -0800 | [diff] [blame] | 515 | </resources> |