blob: 0cc7a2c03d907faae1b3ec0079e23106be25c86f [file] [log] [blame]
The Android Open Source Project5962e182009-01-09 17:51:25 -08001<?xml version="1.0" encoding="UTF-8"?>
The Android Open Source Project590c0a92009-01-22 00:13:44 -08002<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
The Android Open Source Project5962e182009-01-09 17:51:25 -080016<resources xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18 <string-array name="timezone_filters">
19 <item>"美洲"</item>
20 <item>"欧洲"</item>
21 <item>"非洲"</item>
22 <item>"亚洲"</item>
23 <item>"澳大利亚"</item>
24 <item>"太平洋"</item>
25 <item>"全部"</item>
26 </string-array>
27 <string-array name="screen_timeout_entries">
28 <item>"15 秒"</item>
29 <item>"30 秒"</item>
30 <item>"1 分钟"</item>
31 <item>"2 分钟"</item>
32 <item>"10 分钟"</item>
33 <item>"从不待机"</item>
34 </string-array>
35 <string-array name="wifi_security_entries">
36 <item>"自动"</item>
37 <item>"无"</item>
38 <item>"WEP"</item>
39 <item>"WPA(个人)"</item>
40 <item>"WPA2(个人)"</item>
41 </string-array>
42 <string-array name="wifi_security_without_auto_entries">
43 <item>"无"</item>
44 <item>"WEP"</item>
45 <item>"WPA(个人)"</item>
46 <item>"WPA2(个人)"</item>
47 </string-array>
48 <string-array name="wifi_wep_type">
49 <item>"自动"</item>
50 <item>"WEP ASCII"</item>
51 <item>"WEP 十六进制"</item>
52 </string-array>
The Android Open Source Project47729682009-02-19 10:57:36 -080053 <string-array name="wifi_sleep_policy_entries">
54 <item>"当屏幕关闭时"</item>
55 <item>"插入后从不进入休眠状态"</item>
56 <item>"从不"</item>
57 </string-array>
The Android Open Source Projecta578a6c2009-03-03 14:04:35 -080058 <string-array name="battery_history_type_spinner">
59 <item>"CPU 使用"</item>
60 <item>"网络使用"</item>
61 <item>"传感器使用"</item>
62 <item>"屏幕开启时间"</item>
63 </string-array>
64 <string-array name="battery_history_which_spinner">
65 <item>"自设备重置后"</item>
66 <item>"在上次引导前"</item>
67 <item>"自上次引导后"</item>
68 <item>"自上次拔除后"</item>
69 </string-array>
The Android Open Source Project47729682009-02-19 10:57:36 -080070 <string-array name="usage_stats_display_order_types">
71 <item>"使用时间"</item>
72 <item>"启动次数"</item>
73 <item>"应用程序名称"</item>
74 </string-array>
The Android Open Source Project5962e182009-01-09 17:51:25 -080075</resources>