blob: 36869cbfcc7f201d68987fea648ad0ed4b8ba303 [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>
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 16진수"</item>
52 </string-array>
53 <string-array name="wifi_sleep_policy_entries">
54 <item>"화면이 꺼질 때"</item>
55 <item>"전원에 연결되었을 때는 절전 모드로 전환되지 않음"</item>
56 <item>"전환 안 됨"</item>
57 </string-array>
Eric Fischercfb25b22009-03-24 21:02:50 -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>