blob: 58c9761ccc1771122772c49b9408c260be01555b [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!-- 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-->
16<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>
Eric Fischer7ce0d9b2009-04-03 17:21:53 -070033 <item>"常時点灯"</item>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080034 </string-array>
35 <string-array name="wifi_security_entries">
36 <item>"自動"</item>
37 <item>"なし"</item>
38 <item>"WEP"</item>
39 <item>"WPA Personal"</item>
40 <item>"WPA2 Personal"</item>
41 </string-array>
42 <string-array name="wifi_security_without_auto_entries">
43 <item>"なし"</item>
44 <item>"WEP"</item>
45 <item>"WPA Personal"</item>
46 <item>"WPA2 Personal"</item>
47 </string-array>
48 <string-array name="wifi_wep_type">
49 <item>"自動"</item>
50 <item>"WEP ASCII"</item>
51 <item>"16進のWEP"</item>
52 </string-array>
53 <string-array name="wifi_sleep_policy_entries">
54 <item>"画面がOFFになったとき"</item>
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -070055 <item>"電源接続時はスリープにしない"</item>
56 <item>"スリープにしない"</item>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080057 </string-array>
Eric Fischer3e3330d2009-03-25 17:04:29 -070058 <string-array name="battery_history_type_spinner">
59 <item>"CPU使用状況"</item>
60 <item>"ネットワーク使用状況"</item>
61 <item>"GPS使用状況"</item>
62 <item>"センサー使用状況"</item>
63 <item>"部分起動状況"</item>
64 <item>"その他の使用状況"</item>
65 </string-array>
66 <string-array name="battery_history_which_spinner">
67 <item>"充電池使用時間"</item>
68 <item>"起動時間合計"</item>
69 <item>"総時間"</item>
70 </string-array>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080071 <string-array name="usage_stats_display_order_types">
72 <item>"使用時間"</item>
73 <item>"起動回数"</item>
74 <item>"アプリケーション名"</item>
75 </string-array>
76</resources>