blob: 4282975b2cbaf47077262938ef12174b630876c3 [file] [log] [blame]
Geoff Mendalfbe4ba42015-10-30 14:30:15 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3/*
4**
5** Copyright 2015 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="wifi_status">
24 <item msgid="1922181315419294640"></item>
25 <item msgid="8934131797783724664">"กำลังสแกน..."</item>
26 <item msgid="8513729475867537913">"กำลังเชื่อมต่อ…"</item>
27 <item msgid="515055375277271756">"กำลังตรวจสอบความถูกต้อง…"</item>
28 <item msgid="1943354004029184381">"กำลังรับที่อยู่ IP…"</item>
29 <item msgid="4221763391123233270">"เชื่อมต่อแล้ว"</item>
30 <item msgid="624838831631122137">"ระงับไว้"</item>
31 <item msgid="7979680559596111948">"กำลังตัดการเชื่อมต่อ..."</item>
32 <item msgid="1634960474403853625">"ตัดการเชื่อมต่อ"</item>
33 <item msgid="746097431216080650">"ไม่สำเร็จ"</item>
34 <item msgid="6367044185730295334">"ถูกบล็อก"</item>
35 <item msgid="503942654197908005">"หลีกเลี่ยงการเชื่อมต่อกับสัญญาณที่ไม่แรงพอชั่วคราว"</item>
36 </string-array>
37 <string-array name="wifi_status_with_ssid">
38 <item msgid="7714855332363650812"></item>
39 <item msgid="8878186979715711006">"กำลังสแกน..."</item>
40 <item msgid="355508996603873860">"กำลังเชื่อมต่อไปยัง <xliff:g id="NETWORK_NAME">%1$s</xliff:g>..."</item>
41 <item msgid="554971459996405634">"กำลังตรวจสอบสิทธิ์กับ<xliff:g id="NETWORK_NAME">%1$s</xliff:g>..."</item>
42 <item msgid="7928343808033020343">"กำลังรับที่อยู่ IP จาก <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
43 <item msgid="8937994881315223448">"เชื่อมต่อกับ <xliff:g id="NETWORK_NAME">%1$s</xliff:g> แล้ว"</item>
44 <item msgid="1330262655415760617">"ระงับไว้"</item>
45 <item msgid="7698638434317271902">"กำลังตัดการเชื่อมต่อจาก <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item>
46 <item msgid="197508606402264311">"ตัดการเชื่อมต่อ"</item>
47 <item msgid="8578370891960825148">"ไม่สำเร็จ"</item>
48 <item msgid="5660739516542454527">"ถูกบล็อก"</item>
49 <item msgid="1805837518286731242">"หลีกเลี่ยงการเชื่อมต่อกับสัญญาณที่ไม่แรงพอชั่วคราว"</item>
50 </string-array>
Geoff Mendal87661e22015-12-07 05:49:49 -080051 <string-array name="hdcp_checking_titles">
52 <item msgid="441827799230089869">"ไม่ต้องตรวจสอบ"</item>
53 <item msgid="6042769699089883931">"ตรวจสอบเนื้อหา DRM เท่านั้น"</item>
54 <item msgid="9174900380056846820">"ตรวจสอบทุกครั้ง"</item>
55 </string-array>
56 <string-array name="hdcp_checking_summaries">
57 <item msgid="505558545611516707">"ห้ามใช้การตรวจสอบ HDCP"</item>
58 <item msgid="3878793616631049349">"ใช้การตรวจสอบ HDCP สำหรับเนื้อหา DRM เท่านั้น"</item>
59 <item msgid="45075631231212732">"ใช้การตรวจสอบ HDCP เสมอ"</item>
60 </string-array>
61 <string-array name="select_logd_size_titles">
Geoff Mendal4e31a9e2015-12-30 06:06:22 -080062 <item msgid="8665206199209698501">"ปิด"</item>
63 <item msgid="1593289376502312923">"64 K"</item>
64 <item msgid="487545340236145324">"256 K"</item>
65 <item msgid="2423528675294333831">"1 M"</item>
66 <item msgid="180883774509476541">"4 M"</item>
67 <item msgid="2803199102589126938">"16 M"</item>
Geoff Mendal87661e22015-12-07 05:49:49 -080068 </string-array>
69 <string-array name="select_logd_size_lowram_titles">
Geoff Mendal4e31a9e2015-12-30 06:06:22 -080070 <item msgid="6089470720451068364">"ปิด"</item>
71 <item msgid="4622460333038586791">"64 K"</item>
72 <item msgid="2212125625169582330">"256 K"</item>
73 <item msgid="1704946766699242653">"1 M"</item>
Geoff Mendal87661e22015-12-07 05:49:49 -080074 </string-array>
75 <string-array name="select_logd_size_summaries">
Geoff Mendal4e31a9e2015-12-30 06:06:22 -080076 <item msgid="6921048829791179331">"ปิด"</item>
77 <item msgid="2969458029344750262">"64 K ต่อบัฟเฟอร์ไฟล์บันทึก"</item>
78 <item msgid="1342285115665698168">"256 K ต่อบัฟเฟอร์ไฟล์บันทึก"</item>
79 <item msgid="1314234299552254621">"1 M ต่อบัฟเฟอร์ไฟล์บันทึก"</item>
80 <item msgid="3606047780792894151">"4 M ต่อบัฟเฟอร์ไฟล์บันทึก"</item>
81 <item msgid="5431354956856655120">"16 M ต่อบัฟเฟอร์ไฟล์บันทึก"</item>
Geoff Mendal87661e22015-12-07 05:49:49 -080082 </string-array>
83 <string-array name="window_animation_scale_entries">
84 <item msgid="8134156599370824081">"ปิดภาพเคลื่อนไหว"</item>
85 <item msgid="6624864048416710414">"ภาพเคลื่อนไหวขนาด 0.5 เท่า"</item>
86 <item msgid="2219332261255416635">"ภาพเคลื่อนไหวขนาด 1 เท่า"</item>
87 <item msgid="3544428804137048509">"ภาพเคลื่อนไหวขนาด 1.5 เท่า"</item>
88 <item msgid="3110710404225974514">"ภาพเคลื่อนไหวขนาด 2 เท่า"</item>
89 <item msgid="4402738611528318731">"ภาพเคลื่อนไหวขนาด 5 เท่า"</item>
90 <item msgid="6189539267968330656">"ภาพเคลื่อนไหวขนาด 10 เท่า"</item>
91 </string-array>
92 <string-array name="transition_animation_scale_entries">
93 <item msgid="8464255836173039442">"ปิดภาพเคลื่อนไหว"</item>
94 <item msgid="3375781541913316411">"ภาพเคลื่อนไหวขนาด 0.5 เท่า"</item>
95 <item msgid="1991041427801869945">"ภาพเคลื่อนไหวขนาด 1 เท่า"</item>
96 <item msgid="4012689927622382874">"ภาพเคลื่อนไหวขนาด 1.5 เท่า"</item>
97 <item msgid="3289156759925947169">"ภาพเคลื่อนไหวขนาด 2 เท่า"</item>
98 <item msgid="7705857441213621835">"ภาพเคลื่อนไหวขนาด 5 เท่า"</item>
99 <item msgid="6660750935954853365">"ภาพเคลื่อนไหวขนาด 10 เท่า"</item>
100 </string-array>
101 <string-array name="animator_duration_scale_entries">
102 <item msgid="6039901060648228241">"ปิดภาพเคลื่อนไหว"</item>
103 <item msgid="1138649021950863198">"ความเร็วภาพเคลื่อนไหว 0.5 เท่า"</item>
104 <item msgid="4394388961370833040">"ความเร็วภาพเคลื่อนไหว 1 เท่า"</item>
105 <item msgid="8125427921655194973">"ความเร็วภาพเคลื่อนไหว 1.5 เท่า"</item>
106 <item msgid="3334024790739189573">"ความเร็วภาพเคลื่อนไหว 2 เท่า"</item>
107 <item msgid="3170120558236848008">"ความเร็วภาพเคลื่อนไหว 5 เท่า"</item>
108 <item msgid="1069584980746680398">"ความเร็วภาพเคลื่อนไหว 10 เท่า"</item>
109 </string-array>
110 <string-array name="overlay_display_devices_entries">
111 <item msgid="1606809880904982133">"ไม่มี"</item>
112 <item msgid="9033194758688161545">"480p"</item>
113 <item msgid="1025306206556583600">"480p (ปลอดภัย)"</item>
114 <item msgid="1853913333042744661">"720p"</item>
115 <item msgid="3414540279805870511">"720p (ปลอดภัย)"</item>
116 <item msgid="9039818062847141551">"1080p"</item>
117 <item msgid="4939496949750174834">"1080p (ปลอดภัย)"</item>
118 <item msgid="1833612718524903568">"4K"</item>
119 <item msgid="238303513127879234">"4K (ปลอดภัย)"</item>
120 <item msgid="3547211260846843098">"4K (เพิ่มความละเอียด)"</item>
121 <item msgid="5411365648951414254">"4K (เพิ่มความละเอียด ปลอดภัย)"</item>
122 <item msgid="1311305077526792901">"720p, 1080p (หน้าจอคู่)"</item>
123 </string-array>
124 <string-array name="enable_opengl_traces_entries">
125 <item msgid="3191973083884253830">"ไม่มี"</item>
126 <item msgid="9089630089455370183">"Logcat"</item>
127 <item msgid="5397807424362304288">"Systrace (กราฟิก)"</item>
128 <item msgid="1340692776955662664">"ชุดรายการเรียกใน glGetError"</item>
129 </string-array>
130 <string-array name="show_non_rect_clip_entries">
131 <item msgid="993742912147090253">"ปิด"</item>
132 <item msgid="675719912558941285">"วาดคลิปที่ไม่ใช่สี่เหลี่ยมด้วยสีฟ้า"</item>
133 <item msgid="1064373276095698656">"ไฮไลต์คำสั่งวาดที่ทดสอบด้วยสีเขียว"</item>
134 </string-array>
135 <string-array name="track_frame_time_entries">
136 <item msgid="2193584639058893150">"ปิด"</item>
137 <item msgid="2751513398307949636">"เป็นแถบบนหน้าจอ"</item>
138 <item msgid="1851438178120770973">"ใน adb shell dumpsys gfxinfo"</item>
139 </string-array>
140 <string-array name="debug_hw_overdraw_entries">
141 <item msgid="8190572633763871652">"ปิด"</item>
142 <item msgid="7688197031296835369">"แสดงพื้นที่การวาดทับ"</item>
143 <item msgid="2290859360633824369">"แสดงพื้นที่สำหรับคนตาบอดสีเขียว"</item>
144 </string-array>
145 <string-array name="app_process_limit_entries">
146 <item msgid="3401625457385943795">"ขีดจำกัดมาตรฐาน"</item>
147 <item msgid="4071574792028999443">"ไม่มีกระบวนการพื้นหลัง"</item>
148 <item msgid="4810006996171705398">"มากที่สุด 1 กระบวนการ"</item>
149 <item msgid="8586370216857360863">"มากที่สุด 2 กระบวนการ"</item>
150 <item msgid="836593137872605381">"มากที่สุด 3 กระบวนการ"</item>
151 <item msgid="7899496259191969307">"มากที่สุด 4 กระบวนการ"</item>
152 </string-array>
Geoff Mendal84945e52015-12-09 05:50:28 -0800153 <string-array name="usb_configuration_titles">
154 <item msgid="488237561639712799">"การชาร์จ"</item>
155 <item msgid="5220695614993094977">"MTP (โปรโตคอลการโอนสื่อ)"</item>
156 <item msgid="2086000968159047375">"PTP (โปรโตคอลการโอนรูปภาพ)"</item>
157 <item msgid="7398830860950841822">"RNDIS (อีเทอร์เน็ต USB)"</item>
158 <item msgid="1718924214939774352">"แหล่งที่มาของเสียง"</item>
159 <item msgid="8126315616613006284">"MIDI"</item>
160 </string-array>
Geoff Mendalfbe4ba42015-10-30 14:30:15 -0700161</resources>