The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Kenny Root | c42bee0 | 2010-03-17 22:15:56 -0700 | [diff] [blame] | 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 | --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 20 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 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"> |
Eric Fischer | 1d75440 | 2009-10-13 16:43:35 -0700 | [diff] [blame] | 24 | <item msgid="5296756001147094692">"美洲"</item> |
| 25 | <item msgid="3005562397632768392">"欧洲"</item> |
| 26 | <item msgid="5696915123093701218">"非洲"</item> |
| 27 | <item msgid="4439789052790868249">"亚洲"</item> |
| 28 | <item msgid="956915953069815961">"澳大利亚"</item> |
| 29 | <item msgid="5345178126174698955">"太平洋"</item> |
| 30 | <item msgid="8392017019801393511">"全部"</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 秒"</item> |
| 34 | <item msgid="8881760709354815449">"30 秒"</item> |
| 35 | <item msgid="7589406073232279088">"1 分钟"</item> |
| 36 | <item msgid="7001195990902244174">"2 分钟"</item> |
| 37 | <item msgid="7489864775127957179">"5 分钟"</item> |
| 38 | <item msgid="2314124409517439288">"10 分钟"</item> |
| 39 | <item msgid="6864027152847611413">"30 分钟"</item> |
| 40 | </string-array> |
Eric Fischer | 22d6d47 | 2011-06-02 16:58:43 -0700 | [diff] [blame] | 41 | <string-array name="dream_timeout_entries"> |
Eric Fischer | acfb55e | 2012-05-25 14:50:06 -0700 | [diff] [blame] | 42 | <item msgid="3149294732238283185">"永不"</item> |
Eric Fischer | 22d6d47 | 2011-06-02 16:58:43 -0700 | [diff] [blame] | 43 | <item msgid="2194151041885903260">"15 秒"</item> |
| 44 | <item msgid="5892295237131074341">"30 秒"</item> |
| 45 | <item msgid="3538441365970038213">"1 分钟"</item> |
| 46 | <item msgid="412343871668955639">"2 分钟"</item> |
| 47 | <item msgid="5076853889688991690">"5 分钟"</item> |
| 48 | <item msgid="1903860996174927898">"10 分钟"</item> |
| 49 | <item msgid="6415509612413178727">"30 分钟"</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 | 860931d | 2011-09-02 14:52:46 -0700 | [diff] [blame] | 52 | <item msgid="8929270399652145290">"立即"</item> |
Eric Fischer | 82d880d | 2011-02-17 10:20:39 -0800 | [diff] [blame] | 53 | <item msgid="6736512735606834431">"5 秒"</item> |
| 54 | <item msgid="8044619388267891375">"15 秒"</item> |
| 55 | <item msgid="1822002388249545488">"30 秒"</item> |
| 56 | <item msgid="8538071621211916519">"1 分钟"</item> |
| 57 | <item msgid="5663439580228932882">"2 分钟"</item> |
| 58 | <item msgid="49888496216106852">"5 分钟"</item> |
| 59 | <item msgid="9002737361305019353">"10 分钟"</item> |
| 60 | <item msgid="4322676235684793329">"30 分钟"</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 | 9f12b39 | 2011-09-30 16:46:13 -0700 | [diff] [blame] | 63 | <item msgid="8166647333858618801">"小"</item> |
| 64 | <item msgid="1932071435506638315">"普通"</item> |
| 65 | <item msgid="38373998008112077">"大"</item> |
Eric Fischer | 6492021 | 2011-10-25 11:00:07 -0700 | [diff] [blame] | 66 | <item msgid="7786168277516233536">"超大"</item> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 67 | </string-array> |
Baligh Uddin | 6b2283d | 2013-03-18 11:26:14 -0700 | [diff] [blame] | 68 | <string-array name="tts_rate_entries"> |
| 69 | <item msgid="6041212618892492920">"很慢"</item> |
| 70 | <item msgid="2361722960903353554">"慢"</item> |
| 71 | <item msgid="1145554631248513562">"正常"</item> |
| 72 | <item msgid="7553665153391107454">"快"</item> |
| 73 | <item msgid="1370673569131070146">"较快"</item> |
| 74 | <item msgid="4648206845228970803">"非常快"</item> |
| 75 | <item msgid="4977949754169483251">"迅速"</item> |
| 76 | <item msgid="6106302964845503577">"很迅速"</item> |
| 77 | <item msgid="6800277205640837264">"最快"</item> |
| 78 | </string-array> |
Eric Fischer | 1d75440 | 2009-10-13 16:43:35 -0700 | [diff] [blame] | 79 | <string-array name="tts_pitch_entries"> |
| 80 | <item msgid="7526050907652687351">"很低"</item> |
| 81 | <item msgid="2692137425242433765">"低"</item> |
| 82 | <item msgid="3332408460740717754">"正常"</item> |
| 83 | <item msgid="4907380534957572531">"高"</item> |
| 84 | <item msgid="4699640516390840297">"很高"</item> |
| 85 | </string-array> |
Eric Fischer | 2e613d1 | 2012-03-07 14:09:26 -0800 | [diff] [blame] | 86 | <string-array name="wifi_status"> |
| 87 | <item msgid="1922181315419294640"></item> |
| 88 | <item msgid="8934131797783724664">"正在扫描..."</item> |
| 89 | <item msgid="8513729475867537913">"正在连接..."</item> |
| 90 | <item msgid="515055375277271756">"正在进行身份验证..."</item> |
| 91 | <item msgid="1943354004029184381">"正在获取 IP 地址..."</item> |
| 92 | <item msgid="4221763391123233270">"已连接"</item> |
| 93 | <item msgid="624838831631122137">"已暂停"</item> |
| 94 | <item msgid="7979680559596111948">"正在断开连接..."</item> |
| 95 | <item msgid="1634960474403853625">"已断开连接"</item> |
| 96 | <item msgid="746097431216080650">"失败"</item> |
Baligh Uddin | bfb44cd | 2014-04-28 12:39:38 -0700 | [diff] [blame] | 97 | <item msgid="6367044185730295334">"已停用"</item> |
Baligh Uddin | 31dd72a | 2013-03-12 11:27:24 -0700 | [diff] [blame] | 98 | <item msgid="503942654197908005">"暂时关闭(网络状况不佳)"</item> |
Eric Fischer | 2e613d1 | 2012-03-07 14:09:26 -0800 | [diff] [blame] | 99 | </string-array> |
| 100 | <string-array name="wifi_status_with_ssid"> |
| 101 | <item msgid="7714855332363650812"></item> |
| 102 | <item msgid="8878186979715711006">"正在扫描..."</item> |
| 103 | <item msgid="355508996603873860">"正在连接到 <xliff:g id="NETWORK_NAME">%1$s</xliff:g>..."</item> |
| 104 | <item msgid="554971459996405634">"正在通过 <xliff:g id="NETWORK_NAME">%1$s</xliff:g> 进行身份验证..."</item> |
| 105 | <item msgid="7928343808033020343">"正在从 <xliff:g id="NETWORK_NAME">%1$s</xliff:g> 获取 IP 地址..."</item> |
| 106 | <item msgid="8937994881315223448">"已连接到 <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item> |
| 107 | <item msgid="1330262655415760617">"已暂停"</item> |
| 108 | <item msgid="7698638434317271902">"正在断开与 <xliff:g id="NETWORK_NAME">%1$s</xliff:g> 的连接..."</item> |
| 109 | <item msgid="197508606402264311">"已断开连接"</item> |
| 110 | <item msgid="8578370891960825148">"失败"</item> |
Baligh Uddin | bfb44cd | 2014-04-28 12:39:38 -0700 | [diff] [blame] | 111 | <item msgid="5660739516542454527">"已停用"</item> |
Baligh Uddin | 31dd72a | 2013-03-12 11:27:24 -0700 | [diff] [blame] | 112 | <item msgid="1805837518286731242">"暂时关闭(网络状况不佳)"</item> |
Eric Fischer | 2e613d1 | 2012-03-07 14:09:26 -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 | 2e613d1 | 2012-03-07 14:09:26 -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 | d399a90 | 2011-08-05 17:07:14 -0700 | [diff] [blame] | 130 | <string-array name="wifi_p2p_wps_setup"> |
| 131 | <item msgid="5085064298144493867">"按钮"</item> |
Eric Fischer | 715a9ad | 2011-10-18 15:45:53 -0700 | [diff] [blame] | 132 | <item msgid="1624323946324499595">"从对等设备获取的 PIN"</item> |
| 133 | <item msgid="5366790421523328066">"从此设备生成的 PIN"</item> |
Eric Fischer | d399a90 | 2011-08-05 17:07:14 -0700 | [diff] [blame] | 134 | </string-array> |
| 135 | <string-array name="wifi_p2p_status"> |
| 136 | <item msgid="1701505390737218306">"已连接"</item> |
| 137 | <item msgid="3189211552661432651">"已邀请"</item> |
Eric Fischer | 860931d | 2011-09-02 14:52:46 -0700 | [diff] [blame] | 138 | <item msgid="3206450250360237549">"失败"</item> |
| 139 | <item msgid="7785896708926971207">"可用"</item> |
Eric Fischer | 715a9ad | 2011-10-18 15:45:53 -0700 | [diff] [blame] | 140 | <item msgid="2330782789550628803">"超出范围"</item> |
Eric Fischer | d399a90 | 2011-08-05 17:07:14 -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 | 5b892f1 | 2011-08-22 11:34:42 -0700 | [diff] [blame] | 143 | <item msgid="8151962652413645395">"2 分钟"</item> |
| 144 | <item msgid="8675215713017289017">"5 分钟"</item> |
| 145 | <item msgid="477015974247590543">"1 小时"</item> |
| 146 | <item msgid="5198271470953124739">"永不超时"</item> |
Eric Fischer | 82d880d | 2011-02-17 10:20:39 -0800 | [diff] [blame] | 147 | </string-array> |
Eric Fischer | a15d03f | 2010-02-26 17:33:15 -0800 | [diff] [blame] | 148 | <string-array name="wifi_signal"> |
| 149 | <item msgid="2245412278046491293">"弱"</item> |
| 150 | <item msgid="5615082285463430971">"一般"</item> |
| 151 | <item msgid="3565079809875324621">"较强"</item> |
| 152 | <item msgid="5702329417707689835">"强"</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 153 | </string-array> |
| 154 | <string-array name="wifi_sleep_policy_entries"> |
Eric Fischer | 9f12b39 | 2011-09-30 16:46:13 -0700 | [diff] [blame] | 155 | <item msgid="3269131034472904310">"始终"</item> |
| 156 | <item msgid="844721238536786870">"仅限充电时"</item> |
Eric Fischer | acfb55e | 2012-05-25 14:50:06 -0700 | [diff] [blame] | 157 | <item msgid="2990218920631468642">"永不(会增加数据网络流量)"</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -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 | 9f12b39 | 2011-09-30 16:46:13 -0700 | [diff] [blame] | 160 | <item msgid="2124319326282651391">"始终"</item> |
| 161 | <item msgid="7433294150916905997">"仅限充电时"</item> |
| 162 | <item msgid="1390404486722375028">"永不"</item> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 163 | </string-array> |
Eric Fischer | 5931c0d | 2010-11-29 15:17:31 -0800 | [diff] [blame] | 164 | <string-array name="wifi_frequency_band_entries"> |
| 165 | <item msgid="624340809384223320">"自动"</item> |
| 166 | <item msgid="6670588712989942178">"仅使用 5 GHz 频带"</item> |
| 167 | <item msgid="2715516524973207876">"仅使用 2.4 GHz 频带"</item> |
| 168 | </string-array> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 169 | <string-array name="usage_stats_display_order_types"> |
Eric Fischer | 715a9ad | 2011-10-18 15:45:53 -0700 | [diff] [blame] | 170 | <item msgid="2100172576767439288">"使用时间"</item> |
| 171 | <item msgid="3703676222230317933">"启动次数"</item> |
Eric Fischer | b4dbd79 | 2012-03-23 13:51:40 -0700 | [diff] [blame] | 172 | <item msgid="2502754479975776899">"应用名称"</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 173 | </string-array> |
Eric Fischer | 2e613d1 | 2012-03-07 14:09:26 -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 | 131b6f8 | 2013-01-30 10:43:41 -0800 | [diff] [blame] | 180 | <string-array name="wifi_peap_phase2_entries"> |
| 181 | <item msgid="2577747762745812488">"无"</item> |
| 182 | <item msgid="937786527870979616">"MSCHAPV2"</item> |
| 183 | <item msgid="5302613883318643629">"GTC"</item> |
| 184 | </string-array> |
Eric Fischer | ac05211 | 2010-01-07 16:00:11 -0800 | [diff] [blame] | 185 | <string-array name="wifi_phase2_entries"> |
| 186 | <item msgid="1818786254010764570">"无"</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 | 9446b7f | 2010-10-27 14:36:03 -0700 | [diff] [blame] | 192 | <string-array name="wifi_ip_settings"> |
| 193 | <item msgid="3906714200993111074">"DHCP"</item> |
| 194 | <item msgid="628395202971532382">"静态"</item> |
| 195 | </string-array> |
Baligh Uddin | 45aeec7 | 2014-05-27 18:32:34 +0000 | [diff] [blame] | 196 | <string-array name="wifi_proxy_settings"> |
| 197 | <item msgid="4473276491748503377">"无"</item> |
| 198 | <item msgid="8673874894887358090">"手动"</item> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 199 | <item msgid="168893341855953140">"代理自动配置"</item> |
Eric Fischer | 1d75440 | 2009-10-13 16:43:35 -0700 | [diff] [blame] | 200 | </string-array> |
Eric Fischer | ac05211 | 2010-01-07 16:00:11 -0800 | [diff] [blame] | 201 | <string-array name="apn_auth_entries"> |
| 202 | <item msgid="3856896061242872146">"无"</item> |
| 203 | <item msgid="5756844015743664882">"PAP"</item> |
| 204 | <item msgid="535934025797984365">"CHAP"</item> |
| 205 | <item msgid="8383098660619805783">"PAP 或 CHAP"</item> |
| 206 | </string-array> |
Eric Fischer | d399a90 | 2011-08-05 17:07:14 -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">"未指定"</item> |
| 216 | </string-array> |
Baligh Uddin | 9c65b16 | 2013-03-22 11:40:40 -0700 | [diff] [blame] | 217 | <string-array name="mvno_type_entries"> |
| 218 | <item msgid="4367119357633573465">"无"</item> |
| 219 | <item msgid="6062567900587138000">"SPN"</item> |
| 220 | <item msgid="2454085083342423481">"IMSI"</item> |
| 221 | <item msgid="2681427309183221543">"GID"</item> |
| 222 | </string-array> |
Kenny Root | c42bee0 | 2010-03-17 22:15:56 -0700 | [diff] [blame] | 223 | <string-array name="app_install_location_entries"> |
Eric Fischer | acfb55e | 2012-05-25 14:50:06 -0700 | [diff] [blame] | 224 | <item msgid="8151497958991952759">"设备内存"</item> |
Kenny Root | c42bee0 | 2010-03-17 22:15:56 -0700 | [diff] [blame] | 225 | <item msgid="3738430123799803530">"可卸载的 SD 卡"</item> |
| 226 | <item msgid="4498124044785815005">"由系统确定"</item> |
| 227 | </string-array> |
Baligh Uddin | 0309f33 | 2013-05-13 09:46:14 -0700 | [diff] [blame] | 228 | <string-array name="app_ops_categories"> |
| 229 | <item msgid="6358963769537892925">"位置"</item> |
| 230 | <item msgid="255608127647030286">"个人"</item> |
| 231 | <item msgid="4588829735729884491">"短信"</item> |
| 232 | <item msgid="886742181977884584">"媒体"</item> |
| 233 | <item msgid="7924928667052300589">"设备"</item> |
| 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">"粗略位置"</item> |
| 237 | <item msgid="5789673140227507995">"精准位置"</item> |
| 238 | <item msgid="1061584358377390581">"GPS"</item> |
| 239 | <item msgid="5387405117297558954">"振动"</item> |
| 240 | <item msgid="3434165993711230924">"读取联系人"</item> |
| 241 | <item msgid="616161687718081936">"修改联系人"</item> |
| 242 | <item msgid="7638002295329050091">"读取通话记录"</item> |
| 243 | <item msgid="6546959730920410907">"修改通话记录"</item> |
| 244 | <item msgid="446877710771379667">"读取日历"</item> |
| 245 | <item msgid="7674458294386319722">"修改日历"</item> |
| 246 | <item msgid="8281201165558093009">"WLAN 扫描"</item> |
| 247 | <item msgid="8694611243479480497">"通知"</item> |
| 248 | <item msgid="7776439107987345446">"手机网络扫描"</item> |
| 249 | <item msgid="514615766544675057">"拨打电话"</item> |
| 250 | <item msgid="8181415497109310680">"读取短信"</item> |
| 251 | <item msgid="6816551144382117307">"编写短信"</item> |
| 252 | <item msgid="4600463921908905030">"接收短信"</item> |
| 253 | <item msgid="5958926493289432745">"接收紧急短信"</item> |
| 254 | <item msgid="4945269495221089540">"接收彩信"</item> |
| 255 | <item msgid="5570472453573929087">"接收 WAP PUSH 消息"</item> |
| 256 | <item msgid="7125408150230860501">"发送短信"</item> |
| 257 | <item msgid="7080337936612188061">"读取 ICC 短信"</item> |
| 258 | <item msgid="587124103118495063">"写入 ICC 短信"</item> |
| 259 | <item msgid="2320577158869025503">"修改设置"</item> |
| 260 | <item msgid="1545733463471924009">"在顶部绘制"</item> |
| 261 | <item msgid="3609046903962454582">"访问通知"</item> |
| 262 | <item msgid="4671646036128214513">"相机"</item> |
| 263 | <item msgid="1097324338692486211">"录制音频"</item> |
| 264 | <item msgid="5031552983987798163">"播放音频"</item> |
| 265 | <item msgid="8374996688066472414">"读取剪贴板内容"</item> |
| 266 | <item msgid="3045529469061083747">"修改剪贴板内容"</item> |
| 267 | <item msgid="5124443975763747838">"媒体按钮"</item> |
| 268 | <item msgid="4547883971364273343">"音频焦点"</item> |
| 269 | <item msgid="2603878814882344450">"主音量"</item> |
| 270 | <item msgid="7136963238377062018">"语音音量"</item> |
| 271 | <item msgid="4270236897655923007">"铃声音量"</item> |
| 272 | <item msgid="6325739889222559394">"媒体音量"</item> |
| 273 | <item msgid="5762123934816216821">"闹钟音量"</item> |
| 274 | <item msgid="785049718065337473">"通知音量"</item> |
| 275 | <item msgid="6700305533746877052">"蓝牙音量"</item> |
| 276 | <item msgid="2029227495214047094">"保持唤醒状态"</item> |
| 277 | <item msgid="26109888160231211">"监测位置"</item> |
Baligh Uddin | c08b769 | 2013-08-05 21:46:55 -0700 | [diff] [blame] | 278 | <item msgid="5753382310468855812">"监控高电耗位置信息服务"</item> |
Baligh Uddin | 3ac8cb4 | 2013-07-15 11:41:29 -0700 | [diff] [blame] | 279 | </string-array> |
Baligh Uddin | 35d41d2 | 2013-09-14 00:15:31 -0700 | [diff] [blame] | 280 | <string-array name="app_ops_labels"> |
| 281 | <item msgid="6602854600289714121">"位置"</item> |
| 282 | <item msgid="8677040780775113033">"位置"</item> |
| 283 | <item msgid="1660743989948992916">"位置"</item> |
| 284 | <item msgid="8791172739860195290">"振动"</item> |
| 285 | <item msgid="383413555642128046">"读取联系人"</item> |
| 286 | <item msgid="3654594895269697313">"修改联系人"</item> |
| 287 | <item msgid="7928393476362362538">"读取通话记录"</item> |
| 288 | <item msgid="6248591205254641116">"修改通话记录"</item> |
| 289 | <item msgid="6093344633066170692">"读取日历"</item> |
| 290 | <item msgid="1334886368750347692">"修改日历"</item> |
| 291 | <item msgid="1638204101698708656">"位置"</item> |
| 292 | <item msgid="2154671955760380322">"发布通知"</item> |
| 293 | <item msgid="4282477730595931828">"位置"</item> |
| 294 | <item msgid="4891423912898525905">"拨打电话"</item> |
| 295 | <item msgid="2623604824935968113">"读取短信/彩信"</item> |
| 296 | <item msgid="4420177125221176306">"编写短信/彩信"</item> |
| 297 | <item msgid="3986142739951490025">"接收短信/彩信"</item> |
| 298 | <item msgid="3984213795861739778">"接收短信/彩信"</item> |
| 299 | <item msgid="3656243523752472788">"接收短信/彩信"</item> |
| 300 | <item msgid="8105802370238551510">"接收短信/彩信"</item> |
| 301 | <item msgid="1407766984645388488">"发送短信/彩信"</item> |
| 302 | <item msgid="3527273606643794973">"读取短信/彩信"</item> |
| 303 | <item msgid="4370895547001583812">"编写短信/彩信"</item> |
| 304 | <item msgid="4218544235221631789">"修改设置"</item> |
| 305 | <item msgid="736541391767350377">"在顶部绘制"</item> |
| 306 | <item msgid="5530815681721654194">"访问通知"</item> |
| 307 | <item msgid="781213371706962767">"相机"</item> |
| 308 | <item msgid="1720492593061838172">"录制音频"</item> |
| 309 | <item msgid="3493046322001257041">"播放音频"</item> |
| 310 | <item msgid="136815868796597058">"读取剪贴板内容"</item> |
| 311 | <item msgid="5238692940326972503">"修改剪贴板内容"</item> |
| 312 | <item msgid="5753789168376302997">"媒体按钮"</item> |
| 313 | <item msgid="3265262911688671938">"音频焦点"</item> |
| 314 | <item msgid="2098976479485046797">"主音量"</item> |
| 315 | <item msgid="5660213838861789350">"语音音量"</item> |
| 316 | <item msgid="7983336752371254444">"铃声音量"</item> |
| 317 | <item msgid="7878027809189330917">"媒体音量"</item> |
| 318 | <item msgid="7260546305036218513">"闹钟音量"</item> |
| 319 | <item msgid="9103719301075748925">"通知音量"</item> |
| 320 | <item msgid="7025966722295861512">"蓝牙音量"</item> |
| 321 | <item msgid="4665183401128289653">"保持唤醒状态"</item> |
| 322 | <item msgid="8584357129746649222">"位置"</item> |
| 323 | <item msgid="7669257279311110599">"位置信息"</item> |
| 324 | </string-array> |
Eric Fischer | 88806fa | 2011-03-17 16:55:36 -0700 | [diff] [blame] | 325 | <string-array name="long_press_timeout_selector_titles"> |
| 326 | <item msgid="3511504869290423954">"短"</item> |
| 327 | <item msgid="2560532955514699713">"中"</item> |
| 328 | <item msgid="2372711992605524591">"长"</item> |
| 329 | </string-array> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 330 | <string-array name="captioning_typeface_selector_titles"> |
| 331 | <item msgid="1319652728542138112">"默认"</item> |
| 332 | <item msgid="1016452621833735880">"Sans-serif"</item> |
| 333 | <item msgid="2496277987934654454">"Sans-serif condensed"</item> |
| 334 | <item msgid="4406003087391086325">"Serif"</item> |
| 335 | <item msgid="1558362802170124073">"等宽"</item> |
Baligh Uddin | 63974a9 | 2013-12-26 16:30:07 -0800 | [diff] [blame] | 336 | <item msgid="6857338041963571301">"随意"</item> |
| 337 | <item msgid="961716102408512888">"手写"</item> |
| 338 | <item msgid="784581717183349567">"小型大写字母"</item> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 339 | </string-array> |
| 340 | <string-array name="captioning_font_size_selector_titles"> |
| 341 | <item msgid="4800919809575254054">"超小"</item> |
| 342 | <item msgid="6781094565687692782">"小"</item> |
| 343 | <item msgid="8222123259497646551">"正常"</item> |
| 344 | <item msgid="5813217276778560466">"大"</item> |
| 345 | <item msgid="9044232017390975191">"超大"</item> |
| 346 | </string-array> |
| 347 | <string-array name="captioning_edge_type_selector_titles"> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 348 | <item msgid="4733815704128258753">"默认"</item> |
| 349 | <item msgid="3217099060748617005">"无"</item> |
| 350 | <item msgid="7467615139904599420">"轮廓"</item> |
| 351 | <item msgid="5623165557468608975">"阴影"</item> |
| 352 | <item msgid="8088451174058214588">"凸起"</item> |
| 353 | <item msgid="3821418743395480313">"凹陷"</item> |
Baligh Uddin | f5ecf57 | 2013-08-12 11:54:53 -0700 | [diff] [blame] | 354 | </string-array> |
| 355 | <string-array name="captioning_opacity_selector_titles"> |
| 356 | <item msgid="7622491218136667566">"25%"</item> |
| 357 | <item msgid="2367156416247936773">"50%"</item> |
| 358 | <item msgid="5395560410107149298">"75%"</item> |
| 359 | <item msgid="8342334626783983353">"100%"</item> |
| 360 | </string-array> |
Baligh Uddin | 1d619e1 | 2013-08-26 14:06:36 -0700 | [diff] [blame] | 361 | <string-array name="captioning_preset_selector_titles"> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 362 | <item msgid="7009918361545506251">"使用应用默认样式"</item> |
| 363 | <item msgid="1770533843436933500">"黑底白字"</item> |
| 364 | <item msgid="758587126802411846">"白底黑字"</item> |
| 365 | <item msgid="1495307195241623402">"黑底黄字"</item> |
| 366 | <item msgid="6039700130994371612">"蓝底黄字"</item> |
| 367 | <item msgid="7169235156349580064">"自定义"</item> |
Baligh Uddin | 1d619e1 | 2013-08-26 14:06:36 -0700 | [diff] [blame] | 368 | </string-array> |
Baligh Uddin | 3ac8cb4 | 2013-07-15 11:41:29 -0700 | [diff] [blame] | 369 | <string-array name="select_runtime_titles"> |
| 370 | <item msgid="3574453009229338122">"Dalvik"</item> |
| 371 | <item msgid="8978402910750533864">"ART"</item> |
| 372 | <item msgid="7839859333977894115">"ART(调试)"</item> |
| 373 | </string-array> |
| 374 | <string-array name="select_runtime_summaries"> |
| 375 | <item msgid="6412880178297884701">"使用 Dalvik"</item> |
| 376 | <item msgid="5131846588686178907">"使用 ART"</item> |
| 377 | <item msgid="4530003713865319928">"使用 ART 调试版本"</item> |
| 378 | </string-array> |
Baligh Uddin | 80d650d | 2014-06-18 13:12:57 -0700 | [diff] [blame^] | 379 | <string-array name="select_logd_size_titles"> |
| 380 | <item msgid="3100534874529240291">"64K"</item> |
| 381 | <item msgid="505611754508988476">"256K"</item> |
| 382 | <item msgid="6361286924268716397">"1M"</item> |
| 383 | <item msgid="6405203239560695266">"4M"</item> |
| 384 | <item msgid="3025431211013424097">"16M"</item> |
| 385 | </string-array> |
| 386 | <string-array name="select_logd_size_summaries"> |
| 387 | <item msgid="7346595473588765019">"每个日志缓冲区64K"</item> |
| 388 | <item msgid="2822309747675758628">"每个日志缓冲区256K"</item> |
| 389 | <item msgid="6699306198357496731">"每个日志缓冲区1M"</item> |
| 390 | <item msgid="5748528643937500349">"每个日志缓冲区4M"</item> |
| 391 | <item msgid="1978629051085111592">"每个日志缓冲区16M"</item> |
| 392 | </string-array> |
Eric Fischer | c821f6d | 2011-04-07 13:59:28 -0700 | [diff] [blame] | 393 | <string-array name="hdcp_checking_titles"> |
Eric Fischer | acfb55e | 2012-05-25 14:50:06 -0700 | [diff] [blame] | 394 | <item msgid="441827799230089869">"永不检查"</item> |
Eric Fischer | c821f6d | 2011-04-07 13:59:28 -0700 | [diff] [blame] | 395 | <item msgid="6042769699089883931">"仅检查 DRM 内容"</item> |
| 396 | <item msgid="9174900380056846820">"总是检查"</item> |
| 397 | </string-array> |
| 398 | <string-array name="hdcp_checking_summaries"> |
| 399 | <item msgid="505558545611516707">"一律不使用 HDCP 检查"</item> |
| 400 | <item msgid="3878793616631049349">"仅使用 HDCP 检查 DRM 内容"</item> |
| 401 | <item msgid="45075631231212732">"始终使用 HDCP 检查"</item> |
| 402 | </string-array> |
Eric Fischer | 4c9b510 | 2011-07-15 16:51:20 -0700 | [diff] [blame] | 403 | <string-array name="window_animation_scale_entries"> |
| 404 | <item msgid="8134156599370824081">"关闭动画"</item> |
| 405 | <item msgid="6624864048416710414">"动画缩放 0.5x"</item> |
| 406 | <item msgid="2219332261255416635">"动画缩放 1x"</item> |
| 407 | <item msgid="3544428804137048509">"动画缩放 1.5x"</item> |
| 408 | <item msgid="3110710404225974514">"动画缩放 2x"</item> |
| 409 | <item msgid="4402738611528318731">"动画缩放 5x"</item> |
| 410 | <item msgid="6189539267968330656">"动画缩放 10x"</item> |
| 411 | </string-array> |
| 412 | <string-array name="transition_animation_scale_entries"> |
| 413 | <item msgid="8464255836173039442">"关闭动画"</item> |
| 414 | <item msgid="3375781541913316411">"动画缩放 0.5x"</item> |
| 415 | <item msgid="1991041427801869945">"动画缩放 1x"</item> |
| 416 | <item msgid="4012689927622382874">"动画缩放 1.5x"</item> |
| 417 | <item msgid="3289156759925947169">"动画缩放 2x"</item> |
| 418 | <item msgid="7705857441213621835">"动画缩放 5x"</item> |
| 419 | <item msgid="6660750935954853365">"动画缩放 10x"</item> |
| 420 | </string-array> |
Eric Fischer | 77b6c8e | 2012-02-07 10:59:45 -0800 | [diff] [blame] | 421 | <string-array name="animator_duration_scale_entries"> |
| 422 | <item msgid="6039901060648228241">"关闭动画"</item> |
| 423 | <item msgid="1138649021950863198">"动画缩放 0.5x"</item> |
| 424 | <item msgid="4394388961370833040">"动画缩放 1x"</item> |
| 425 | <item msgid="8125427921655194973">"动画缩放 1.5x"</item> |
| 426 | <item msgid="3334024790739189573">"动画缩放 2x"</item> |
| 427 | <item msgid="3170120558236848008">"动画缩放 5x"</item> |
| 428 | <item msgid="1069584980746680398">"动画缩放 10x"</item> |
| 429 | </string-array> |
Baligh Uddin | 2b9b957 | 2012-09-21 15:51:22 -0700 | [diff] [blame] | 430 | <string-array name="overlay_display_devices_entries"> |
| 431 | <item msgid="1606809880904982133">"无"</item> |
| 432 | <item msgid="688482401508173818">"720x480 mdpi"</item> |
Baligh Uddin | c08b769 | 2013-08-05 21:46:55 -0700 | [diff] [blame] | 433 | <item msgid="6027541158956821790">"720x480 mdpi(安全)"</item> |
| 434 | <item msgid="8181151155909301030">"1280x720 tvdpi"</item> |
| 435 | <item msgid="2920655562462493148">"1280x720 tvdpi(安全)"</item> |
| 436 | <item msgid="8910371271391940941">"1920x1080 xhdpi"</item> |
| 437 | <item msgid="4171600481380800455">"1920x1080 xhdpi(安全)"</item> |
| 438 | <item msgid="1937752114395156918">"1280x720 tvdpi 和 1920x1080 xhdpi"</item> |
Baligh Uddin | 2b9b957 | 2012-09-21 15:51:22 -0700 | [diff] [blame] | 439 | </string-array> |
Baligh Uddin | 0746020 | 2012-10-24 16:27:14 -0700 | [diff] [blame] | 440 | <string-array name="enable_opengl_traces_entries"> |
| 441 | <item msgid="3191973083884253830">"无"</item> |
| 442 | <item msgid="9089630089455370183">"Logcat"</item> |
| 443 | <item msgid="5397807424362304288">"Systrace(图形)"</item> |
| 444 | <item msgid="1340692776955662664">"glGetError 上的调用堆栈"</item> |
| 445 | </string-array> |
Baligh Uddin | bef7b7f | 2013-03-06 10:48:01 -0800 | [diff] [blame] | 446 | <string-array name="show_non_rect_clip_entries"> |
Baligh Uddin | f675b0f | 2014-03-24 13:07:04 -0700 | [diff] [blame] | 447 | <item msgid="993742912147090253">"关闭"</item> |
Baligh Uddin | 31dd72a | 2013-03-12 11:27:24 -0700 | [diff] [blame] | 448 | <item msgid="675719912558941285">"以蓝色填充非矩形剪裁区域"</item> |
Baligh Uddin | bef7b7f | 2013-03-06 10:48:01 -0800 | [diff] [blame] | 449 | <item msgid="1064373276095698656">"以绿色突出显示测试绘制命令"</item> |
| 450 | </string-array> |
Baligh Uddin | f200469 | 2013-01-22 09:27:15 -0800 | [diff] [blame] | 451 | <string-array name="track_frame_time_entries"> |
| 452 | <item msgid="2193584639058893150">"关闭"</item> |
| 453 | <item msgid="2751513398307949636">"在屏幕上显示为条形图"</item> |
Baligh Uddin | df480d3 | 2014-06-13 15:02:04 -0700 | [diff] [blame] | 454 | <item msgid="1851438178120770973">"在 adb shell dumpsys gfxinfo 中"</item> |
Baligh Uddin | f200469 | 2013-01-22 09:27:15 -0800 | [diff] [blame] | 455 | </string-array> |
Baligh Uddin | b590a5d | 2013-05-08 11:07:07 -0700 | [diff] [blame] | 456 | <string-array name="debug_hw_overdraw_entries"> |
| 457 | <item msgid="8190572633763871652">"关闭"</item> |
| 458 | <item msgid="7688197031296835369">"显示过度绘制区域"</item> |
Baligh Uddin | 4f0ca04 | 2013-08-28 23:43:04 -0700 | [diff] [blame] | 459 | <item msgid="2290859360633824369">"显示适合绿色弱视患者查看的区域"</item> |
Baligh Uddin | b590a5d | 2013-05-08 11:07:07 -0700 | [diff] [blame] | 460 | </string-array> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 461 | <string-array name="app_process_limit_entries"> |
| 462 | <item msgid="3401625457385943795">"标准限制"</item> |
Eric Fischer | 5b892f1 | 2011-08-22 11:34:42 -0700 | [diff] [blame] | 463 | <item msgid="4071574792028999443">"不允许后台进程"</item> |
Eric Fischer | 7f0c806 | 2011-08-26 14:59:45 -0700 | [diff] [blame] | 464 | <item msgid="4810006996171705398">"不得超过 1 个进程"</item> |
| 465 | <item msgid="8586370216857360863">"不得超过 2 个进程"</item> |
| 466 | <item msgid="836593137872605381">"不得超过 3 个进程"</item> |
| 467 | <item msgid="7899496259191969307">"不得超过 4 个进程"</item> |
Eric Fischer | 3985ce3 | 2011-08-04 16:13:03 -0700 | [diff] [blame] | 468 | </string-array> |
Eric Fischer | bc638bf | 2011-07-07 11:49:07 -0700 | [diff] [blame] | 469 | <string-array name="vpn_types_long"> |
| 470 | <item msgid="2732002039459078847">"PPTP VPN"</item> |
| 471 | <item msgid="3799752201662127867">"具有预共享密钥的 L2TP/IPSec VPN"</item> |
| 472 | <item msgid="4725504331295252103">"具有证书的 L2TP/IPSec VPN"</item> |
| 473 | <item msgid="7526551163264034377">"具有预共享密钥且进行 Xauth 身份验证的 IPSec VPN"</item> |
| 474 | <item msgid="8064740940687465039">"具有证书且进行 Xauth 身份验证的 IPSec VPN"</item> |
| 475 | <item msgid="4946199982372391490">"具有证书且进行混合身份验证的 IPSec VPN"</item> |
| 476 | </string-array> |
Eric Fischer | 4c9b510 | 2011-07-15 16:51:20 -0700 | [diff] [blame] | 477 | <string-array name="vpn_states"> |
| 478 | <item msgid="8621078286418985762">"连接已断开"</item> |
| 479 | <item msgid="6692305604213080515">"正在初始化..."</item> |
| 480 | <item msgid="8001704909356800092">"正在连接..."</item> |
| 481 | <item msgid="4039737283841672166">"已连接"</item> |
| 482 | <item msgid="4042143101664725090">"超时"</item> |
Eric Fischer | 860931d | 2011-09-02 14:52:46 -0700 | [diff] [blame] | 483 | <item msgid="7664124146786465092">"失败"</item> |
Eric Fischer | 4c9b510 | 2011-07-15 16:51:20 -0700 | [diff] [blame] | 484 | </string-array> |
Baligh Uddin | 2b9b957 | 2012-09-21 15:51:22 -0700 | [diff] [blame] | 485 | <string-array name="security_settings_premium_sms_values"> |
| 486 | <item msgid="7389829271787670252">"询问"</item> |
| 487 | <item msgid="5077768429488260031">"永不允许"</item> |
| 488 | <item msgid="1417929597727989746">"始终允许"</item> |
| 489 | </string-array> |
Baligh Uddin | 97bed1e | 2013-08-14 14:50:28 -0700 | [diff] [blame] | 490 | <string-array name="ram_states"> |
| 491 | <item msgid="7088762389498381203">"一般"</item> |
| 492 | <item msgid="4517779899383204000">"中"</item> |
| 493 | <item msgid="406385694840950802">"低"</item> |
| 494 | <item msgid="4212263919458209842">"严重不足"</item> |
| 495 | </string-array> |
Baligh Uddin | 302523e | 2014-03-03 12:37:26 -0800 | [diff] [blame] | 496 | <string-array name="entries_zen_mode"> |
| 497 | <item msgid="816404936744485190">"关闭"</item> |
Baligh Uddin | 27e9f6d | 2014-03-05 13:07:50 -0800 | [diff] [blame] | 498 | <item msgid="5656544177755411222">"有限打扰"</item> |
| 499 | <item msgid="8735337502532332056">"零打扰"</item> |
Baligh Uddin | 302523e | 2014-03-03 12:37:26 -0800 | [diff] [blame] | 500 | </string-array> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 501 | </resources> |