strings.xml revision c2de3dbf59741dd5d0e67cbffd6878271cea4a7d
19066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<?xml version="1.0" encoding="UTF-8"?>
2113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer<!-- 
3113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer/* //device/apps/common/assets/res/any/strings.xml
4113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
5113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** Copyright 2006, The Android Open Source Project
6113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
7113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** Licensed under the Apache License, Version 2.0 (the "License");
8113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** you may not use this file except in compliance with the License.
9113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** You may obtain a copy of the License at
10113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
11113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**     http://www.apache.org/licenses/LICENSE-2.0
12113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
13113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** Unless required by applicable law or agreed to in writing, software
14113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** distributed under the License is distributed on an "AS IS" BASIS,
15113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** See the License for the specific language governing permissions and
17113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** limitations under the License.
18113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer*/
19113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer -->
20113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer
219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<resources xmlns:android="http://schemas.android.com/apk/res/android"
229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
23113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="byteShort" msgid="8340973892742019101">"B"</string>
24113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="kilobyteShort" msgid="5973789783504771878">"KB"</string>
25113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="megabyteShort" msgid="6355851576770428922">"MB"</string>
26113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="gigabyteShort" msgid="3259882455212193214">"GB"</string>
27113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="terabyteShort" msgid="231613018159186962">"TB"</string>
28113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="petabyteShort" msgid="5637816680144990219">"PB"</string>
299841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="fileSizeSuffix" msgid="9164292791500531949">"<xliff:g id="NUMBER">%1$s</xliff:g><xliff:g id="UNIT">%2$s</xliff:g>"</string>
3026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="untitled" msgid="4638956954852782576">"&lt;Untitled&gt;"</string>
31113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ellipsis" msgid="7899829516048813237">"…"</string>
32d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="ellipsis_two_dots" msgid="1228078994866030736">"‥"</string>
33113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emptyPhoneNumber" msgid="7694063042079676517">"(No phone number)"</string>
34113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="unknownName" msgid="2277556546742746522">"(Unknown)"</string>
35113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="defaultVoiceMailAlphaTag" msgid="2660020990097733077">"Voicemail"</string>
36113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="defaultMsisdnAlphaTag" msgid="2850889754919584674">"MSISDN1"</string>
37113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiError" msgid="5154499457739052907">"Connection problem or invalid MMI code."</string>
38113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiFdnError" msgid="5224398216385316471">"Operation is restricted to fixed dialling numbers only."</string>
39113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceEnabled" msgid="8147278346414714315">"Service was enabled."</string>
40113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceEnabledFor" msgid="6856228140453471041">"Service was enabled for:"</string>
41113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceDisabled" msgid="1937553226592516411">"Service has been disabled."</string>
42113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceRegistered" msgid="6275019082598102493">"Registration was successful."</string>
436f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="serviceErased" msgid="1288584695297200972">"Erase successful."</string>
44113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="passwordIncorrect" msgid="7612208839450128715">"Incorrect password."</string>
45113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiComplete" msgid="8232527495411698359">"MMI complete."</string>
4626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="badPin" msgid="9015277645546710014">"The old PIN that you typed is incorrect."</string>
4726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="badPuk" msgid="5487257647081132201">"The PUK that you typed isn\'t correct."</string>
4826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="mismatchPin" msgid="609379054496863419">"The PINs that you typed don\'t match."</string>
49113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="invalidPin" msgid="3850018445187475377">"Type a PIN that is 4 to 8 numbers."</string>
506d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="invalidPuk" msgid="8761456210898036513">"Type a PUK that is 8 numbers or longer."</string>
51113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="needPuk" msgid="919668385956251611">"Your SIM card is PUK-locked. Type the PUK code to unlock it."</string>
52113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="needPuk2" msgid="4526033371987193070">"Type PUK2 to unblock SIM card."</string>
53e422b10f93a0da9c49e2b090c348a56453111ec1Eric Fischer    <string name="imei" msgid="2625429890869005782">"IMEI"</string>
54e422b10f93a0da9c49e2b090c348a56453111ec1Eric Fischer    <string name="meid" msgid="4841221237681254195">"MEID"</string>
55113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ClipMmi" msgid="6952821216480289285">"Incoming Caller ID"</string>
56113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ClirMmi" msgid="7784673673446833091">"Outgoing Caller ID"</string>
57113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CfMmi" msgid="5123218989141573515">"Call forwarding"</string>
58113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CwMmi" msgid="9129678056795016867">"Call waiting"</string>
59113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="BaMmi" msgid="455193067926770581">"Call barring"</string>
60113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="PwdMmi" msgid="7043715687905254199">"Password change"</string>
61113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="PinMmi" msgid="3113117780361190304">"PIN change"</string>
62113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CnipMmi" msgid="3110534680557857162">"Calling number present"</string>
63113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CnirMmi" msgid="3062102121430548731">"Calling number restricted"</string>
64113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ThreeWCMmi" msgid="9051047170321190368">"Three-way calling"</string>
65113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RuacMmi" msgid="7827887459138308886">"Rejection of undesired annoying calls"</string>
66113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CndMmi" msgid="3116446237081575808">"Calling number delivery"</string>
67113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="DndMmi" msgid="1265478932418334331">"Do not disturb"</string>
68113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"Caller ID defaults to restricted. Next call: Restricted"</string>
69113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"Caller ID defaults to restricted. Next call: Not restricted"</string>
70113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"Caller ID defaults to not restricted. Next call: Restricted"</string>
71113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"Caller ID defaults to not restricted. Next call: Not restricted"</string>
72113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceNotProvisioned" msgid="8614830180508686666">"Service not provisioned."</string>
7326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="CLIRPermanent" msgid="3377371145926835671">"You can\'t change the caller ID setting."</string>
74113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedChangedTitle" msgid="5592189398956187498">"Restricted access changed"</string>
75113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnData" msgid="8653794784690065540">"Data service is blocked."</string>
76113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Emergency service is blocked."</string>
77113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnNormal" msgid="4953867011389750673">"Voice service is blocked."</string>
786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnAllVoice" msgid="3396963652108151260">"All voice services are blocked."</string>
79113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnSms" msgid="8314352327461638897">"SMS service is blocked."</string>
806f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnVoiceData" msgid="996636487106171320">"Voice/Data services are blocked."</string>
81113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnVoiceSms" msgid="1888588152792023873">"Voice/SMS services are blocked."</string>
826f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnAll" msgid="5643028264466092821">"All voice/data/SMS services are blocked."</string>
83113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassVoice" msgid="1258393812335258019">"Voice"</string>
84113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassData" msgid="872456782077937893">"Data"</string>
85113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassFAX" msgid="5566624998840486475">"FAX"</string>
86113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassSMS" msgid="2015460373701527489">"SMS"</string>
87113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassDataAsync" msgid="4523454783498551468">"Async"</string>
88113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassDataSync" msgid="7530000519646054776">"Sync"</string>
89113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassPacket" msgid="6991006557993423453">"Packet"</string>
90113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassPAD" msgid="3235259085648271037">"PAD"</string>
91113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText0" msgid="7170335472198694945">"Roaming Indicator On"</string>
92113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText1" msgid="5314861519752538922">"Roaming Indicator Off"</string>
93113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText2" msgid="8969929049081268115">"Roaming Indicator Flashing"</string>
94113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText3" msgid="5148255027043943317">"Out of local area"</string>
95113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText4" msgid="8808456682550796530">"Out of Building"</string>
96113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText5" msgid="7604063252850354350">"Roaming - Preferred System"</string>
97113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText6" msgid="2059440825782871513">"Roaming - Available System"</string>
98113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText7" msgid="7112078724097233605">"Roaming - Alliance Partner"</string>
99113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText8" msgid="5989569778604089291">"Roaming - Premium Partner"</string>
100113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText9" msgid="7969296811355152491">"Roaming - Full Service Functionality"</string>
101113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText10" msgid="3992906999815316417">"Roaming - Partial Service Functionality"</string>
102113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText11" msgid="4154476854426920970">"Roaming Banner On"</string>
103113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText12" msgid="1189071119992726320">"Roaming Banner Off"</string>
104113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingTextSearching" msgid="8360141885972279963">"Searching for Service"</string>
105113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
106113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateForwarded" msgid="1302922117498590521">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
107113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateForwardedTime" msgid="9206251736527085256">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g> after <xliff:g id="TIME_DELAY">{2}</xliff:g> seconds"</string>
108113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
109113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
110113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fcComplete" msgid="3118848230966886575">"Feature code complete."</string>
111113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fcError" msgid="3327560126588500777">"Connection problem or invalid feature code."</string>
112113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorOk" msgid="1191919378083472204">"OK"</string>
1136f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpError" msgid="7956392511146698522">"There was a network error."</string>
1146f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorLookup" msgid="4711687456111963163">"Couldn\'t find the URL."</string>
11526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="httpErrorUnsupportedAuthScheme" msgid="6299980280442076799">"The site authentication scheme isn\'t supported."</string>
1166f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorAuth" msgid="1435065629438044534">"Couldn\'t authenticate."</string>
117113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorProxyAuth" msgid="1788207010559081331">"Authentication via the proxy server was unsuccessful."</string>
1186f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorConnect" msgid="8714273236364640549">"Couldn\'t connect to the server."</string>
1196f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorIO" msgid="2340558197489302188">"Couldn\'t communicate with the server. Try again later."</string>
120113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorTimeout" msgid="4743403703762883954">"The connection to the server timed out."</string>
121113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorRedirectLoop" msgid="8679596090392779516">"The page contains too many server redirects."</string>
12226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="httpErrorUnsupportedScheme" msgid="5015730812906192208">"The protocol isn\'t supported."</string>
1236f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFailedSslHandshake" msgid="96549606000658641">"Couldn\'t establish a secure connection."</string>
1246f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorBadUrl" msgid="3636929722728881972">"Couldn\'t open the page because the URL is invalid."</string>
1256f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFile" msgid="2170788515052558676">"Couldn\'t access the file."</string>
1266f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFileNotFound" msgid="6203856612042655084">"Couldn\'t find the requested file."</string>
127113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorTooManyRequests" msgid="1235396927087188253">"Too many requests are being processed. Try again later."</string>
1286f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="notification_title" msgid="8967710025036163822">"Sign-in error for <xliff:g id="ACCOUNT">%1$s</xliff:g>"</string>
129113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceSync" msgid="8353523060269335667">"Sync"</string>
130113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceSyncNotificationTitle" msgid="397743349191901458">"Sync"</string>
131113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="8100981435080696431">"Too many <xliff:g id="CONTENT_TYPE">%s</xliff:g> deletions."</string>
1326f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="low_memory" product="tablet" msgid="6494019234102154896">"Tablet storage is full. Delete some files to free space."</string>
1336f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="low_memory" product="default" msgid="3475999286680000541">"Phone storage is full. Delete some files to free space."</string>
134c2de3dbf59741dd5d0e67cbffd6878271cea4a7dBaligh Uddin    <string name="ssl_ca_cert_warning" msgid="5848402127455021714">"Network may be monitored"</string>
135c2de3dbf59741dd5d0e67cbffd6878271cea4a7dBaligh Uddin    <string name="ssl_ca_cert_noti_by_unknown" msgid="4475437862189850602">"By an unknown third party"</string>
136c2de3dbf59741dd5d0e67cbffd6878271cea4a7dBaligh Uddin    <string name="ssl_ca_cert_noti_managed" msgid="4030263497686867141">"By <xliff:g id="MANAGING_DOMAIN">%s</xliff:g>"</string>
137113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="me" msgid="6545696007631404292">"Me"</string>
138a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="power_dialog" product="tablet" msgid="8545351420865202853">"Tablet options"</string>
139113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="power_dialog" product="default" msgid="1319919075463988638">"Phone options"</string>
140113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="silent_mode" msgid="7167703389802618663">"Silent mode"</string>
141113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="turn_on_radio" msgid="3912793092339962371">"Turn on wireless"</string>
142113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="turn_off_radio" msgid="8198784949987062346">"Turn off wireless"</string>
143113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="screen_lock" msgid="799094655496098153">"Screen lock"</string>
144113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="power_off" msgid="4266614107412865048">"Power off"</string>
1456f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_silent" msgid="319298163018473078">"Ringer off"</string>
1466f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_vibrate" msgid="7072043388581551395">"Ringer vibrate"</string>
1476f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_ring" msgid="8592241816194074353">"Ringer on"</string>
148113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="shutdown_progress" msgid="2281079257329981203">"Shutting down…"</string>
149a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="shutdown_confirm" product="tablet" msgid="3385745179555731470">"Your tablet will shut down."</string>
150113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="shutdown_confirm" product="default" msgid="649792175242821353">"Your phone will shut down."</string>
15126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="shutdown_confirm_question" msgid="2906544768881136183">"Do you want to shut down?"</string>
1520b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="reboot_safemode_title" msgid="7054509914500140361">"Reboot to safe mode"</string>
1530b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="reboot_safemode_confirm" msgid="55293944502784668">"Do you want to reboot into safe mode? This will disable all third-party applications that you have installed. They will be restored when you reboot again."</string>
154113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="recent_tasks_title" msgid="3691764623638127888">"Recent"</string>
15526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="no_recent_tasks" msgid="8794906658732193473">"No recent apps"</string>
156a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="global_actions" product="tablet" msgid="408477140088053665">"Tablet options"</string>
157113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_actions" product="default" msgid="2406416831541615258">"Phone options"</string>
158113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_lock" msgid="2844945191792119712">"Screen lock"</string>
159113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_power_off" msgid="4471879440839879722">"Power off"</string>
1601747cf158b857c359827f6aae441f81022129670Baligh Uddin    <string name="global_action_bug_report" msgid="7934010578922304799">"Bug report"</string>
1611747cf158b857c359827f6aae441f81022129670Baligh Uddin    <string name="bugreport_title" msgid="2667494803742548533">"Take bug report"</string>
162ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="bugreport_message" msgid="398447048750350456">"This will collect information about your current device state, to send as an email message. It will take a little time from starting the bug report until it is ready to be sent. Please be patient."</string>
163113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"Silent mode"</string>
164113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Sound is OFF"</string>
165113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"Sound is ON"</string>
1666f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"Aeroplane mode"</string>
1676f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"Aeroplane mode is ON"</string>
1686f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"Aeroplane mode is OFF"</string>
1696d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="status_bar_notification_info_overflow" msgid="5301981741705354993">"999+"</string>
170113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="safeMode" msgid="2788228061547930246">"Safe mode"</string>
171113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="android_system_label" msgid="6577375335728551336">"Android System"</string>
172113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_costMoney" msgid="5429808217861460401">"Services that cost you money"</string>
1736f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_costMoney" msgid="3293301903409869495">"Do things that can cost you money."</string>
174113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_messages" msgid="7521249148445456662">"Your messages"</string>
17526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permgroupdesc_messages" msgid="7821999071003699236">"Read and write your SMS, email and other messages."</string>
176113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_personalInfo" msgid="3519163141070533474">"Your personal information"</string>
177657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_personalInfo" msgid="8426453129788861338">"Direct access to information about you, stored in on your contact card."</string>
178657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Your social information"</string>
179657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direct access to information about your contacts and social connections."</string>
180113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_location" msgid="635149742436692049">"Your location"</string>
1816f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_location" msgid="5704679763124170100">"Monitor your physical location."</string>
182113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_network" msgid="5808983377727109831">"Network communication"</string>
1836f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_network" msgid="4478299413241861987">"Access various network features."</string>
184657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_bluetoothNetwork" msgid="1585403544162128109">"Bluetooth"</string>
185657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_bluetoothNetwork" msgid="5625288577164282391">"Access devices and networks through Bluetooth."</string>
186657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_audioSettings" msgid="8329261670151871235">"Audio Settings"</string>
187657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_audioSettings" msgid="2641515403347568130">"Change audio settings."</string>
188657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_affectsBattery" msgid="6209246653424798033">"Affects Battery"</string>
189657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_affectsBattery" msgid="6441275320638916947">"Use features that can quickly drain battery."</string>
190657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendar"</string>
191657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_calendar" msgid="5777534316982184416">"Direct access to calendar and events."</string>
192657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_dictionary" msgid="4148597128843641379">"Read User Dictionary"</string>
193657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_dictionary" msgid="7921166355964764490">"Read words in user dictionary."</string>
194657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_writeDictionary" msgid="8090237702432576788">"Write User Dictionary"</string>
195657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_writeDictionary" msgid="2711561994497361646">"Add words to the user dictionary."</string>
196657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bookmarks and History"</string>
197657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direct access to bookmarks and browser history."</string>
198657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_deviceAlarms" msgid="6117704629728824101">"Alarm"</string>
199657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_deviceAlarms" msgid="4769356362251641175">"Set the alarm clock."</string>
200657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_voicemail" msgid="4162237145027592133">"Voicemail"</string>
201657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_voicemail" msgid="2498403969862951393">"Direct access to voicemail."</string>
202657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_microphone" msgid="171539900250043464">"Microphone"</string>
203657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_microphone" msgid="7106618286905738408">"Direct access to the microphone to record audio."</string>
204657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera"</string>
205657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_camera" msgid="2933667372289567714">"Direct access to camera for image or video capture."</string>
2067f05e8736cf015a04c46414c779027c9e07fadc5Baligh Uddin    <string name="permgrouplab_screenlock" msgid="8275500173330718168">"Lock screen"</string>
2077f05e8736cf015a04c46414c779027c9e07fadc5Baligh Uddin    <string name="permgroupdesc_screenlock" msgid="7067497128925499401">"Ability to affect behaviour of the lock screen on your device."</string>
208657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_appInfo" msgid="8028789762634147725">"Your applications information"</string>
209657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_appInfo" msgid="3950378538049625907">"Ability to affect behaviour of other applications on your device."</string>
210657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_wallpaper" msgid="3850280158041175998">"Wallpaper"</string>
211657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_wallpaper" msgid="5630417854750540154">"Change the device wallpaper settings."</string>
212657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_systemClock" msgid="406535759236612992">"Clock"</string>
213657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_systemClock" msgid="3944359833624094992">"Change the device time or timezone."</string>
214657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_statusBar" msgid="2095862568113945398">"Status Bar"</string>
215657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_statusBar" msgid="6242593432226807171">"Change the device status bar settings."</string>
216657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_syncSettings" msgid="3341990986147826541">"Sync Settings"</string>
217657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_syncSettings" msgid="7603195265129031797">"Access to the sync settings."</string>
218113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_accounts" msgid="3359646291125325519">"Your accounts"</string>
219113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_accounts" msgid="4948732641827091312">"Access the available accounts."</string>
220113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_hardwareControls" msgid="7998214968791599326">"Hardware controls"</string>
221113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_hardwareControls" msgid="4357057861225462702">"Direct access to hardware on the handset."</string>
222113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_phoneCalls" msgid="9067173988325865923">"Phone calls"</string>
223113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_phoneCalls" msgid="7489701620446183770">"Monitor, record and process phone calls."</string>
224113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_systemTools" msgid="4652191644082714048">"System tools"</string>
225113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_systemTools" msgid="8162102602190734305">"Lower-level access and control of the system."</string>
226113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_developmentTools" msgid="3446164584710596513">"Development tools"</string>
22726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permgroupdesc_developmentTools" msgid="7058828032358142018">"Features only needed for app developers."</string>
228657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_display" msgid="4279909676036402636">"Other Application UI"</string>
229657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_display" msgid="6051002031933013714">"Effect the UI of other applications."</string>
230113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_storage" msgid="1971118770546336966">"Storage"</string>
231c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permgroupdesc_storage" product="nosdcard" msgid="7442318502446874999">"Access the USB storage."</string>
232113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_storage" product="default" msgid="9203302214915355774">"Access the SD card."</string>
23365f0ecbb17d6aaee5a30eaee504a5dc966b6d37fBaligh Uddin    <string name="permgrouplab_accessibilityFeatures" msgid="7919025602283593907">"Accessibility features"</string>
23465f0ecbb17d6aaee5a30eaee504a5dc966b6d37fBaligh Uddin    <string name="permgroupdesc_accessibilityFeatures" msgid="4205196881678144335">"Features that assistive technology can request."</string>
23565d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Retrieve window content"</string>
23665d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspect the content of a window that you\'re interacting with."</string>
23765d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Turn on Explore by Touch"</string>
23865d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRequestTouchExploration" msgid="5800552516779249356">"Touched items will be spoken aloud and the screen can be explored using gestures."</string>
23965d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRequestEnhancedWebAccessibility" msgid="1739881766522594073">"Turn on enhanced web accessibility"</string>
24065d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRequestEnhancedWebAccessibility" msgid="7881063961507511765">"Scripts may be installed to make app content more accessible."</string>
24165d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRequestFilterKeyEvents" msgid="2103440391902412174">"Observe text that you type"</string>
24265d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRequestFilterKeyEvents" msgid="7463135292204152818">"Includes personal data such as credit card numbers and passwords."</string>
243113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_statusBar" msgid="7417192629601890791">"disable or modify status bar"</string>
24426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_statusBar" msgid="8434669549504290975">"Allows the app to disable the status bar or add and remove system icons."</string>
245113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_statusBarService" msgid="7247281911387931485">"status bar"</string>
24626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_statusBarService" msgid="716113660795976060">"Allows the app to be the status bar."</string>
247113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_expandStatusBar" msgid="1148198785937489264">"expand/collapse status bar"</string>
24826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_expandStatusBar" msgid="6917549437129401132">"Allows the app to expand or collapse the status bar."</string>
24987cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_processOutgoingCalls" msgid="3906007831192990946">"reroute outgoing calls"</string>
25042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_processOutgoingCalls" msgid="5331318931937402040">"Allows the app to process outgoing calls and change the number to be dialled. This permission allows the app to monitor, redirect or prevent outgoing calls."</string>
25187cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveSms" msgid="8673471768947895082">"receive text messages (SMS)"</string>
25242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_receiveSms" msgid="6424387754228766939">"Allows the app to receive and process SMS messages. This means that the app could monitor or delete messages sent to your device without showing them to you."</string>
25387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveMms" msgid="1821317344668257098">"receive text messages (MMS)"</string>
25442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_receiveMms" msgid="533019437263212260">"Allows the app to receive and process MMS messages. This means that the app could monitor or delete messages sent to your device without showing them to you."</string>
2556d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_receiveEmergencyBroadcast" msgid="1803477660846288089">"receive emergency broadcasts"</string>
25626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_receiveEmergencyBroadcast" msgid="848524070262431974">"Allows the app to receive and process emergency broadcast messages. This permission is only available for system apps."</string>
257f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric Fischer    <string name="permlab_readCellBroadcasts" msgid="1598328843619646166">"read mobile broadcast messages"</string>
258f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric Fischer    <string name="permdesc_readCellBroadcasts" msgid="6361972776080458979">"Allows the app to read mobile broadcast messages received by your device. Cell broadcast alerts are delivered in some locations to warn you of emergency situations. Malicious apps may interfere with the performance or operation of your device when an emergency mobile broadcast is received."</string>
259113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_sendSms" msgid="5600830612147671529">"send SMS messages"</string>
26042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_sendSms" msgid="7094729298204937667">"Allows the app to send SMS messages. This may result in unexpected charges. Malicious apps may cost you money by sending messages without your confirmation."</string>
26136d6e3db89b2804c2a0328e6dcb60d9d07bfcf73Baligh Uddin    <string name="permlab_sendRespondViaMessageRequest" msgid="8713889105305943200">"send respond-via-message events"</string>
26236d6e3db89b2804c2a0328e6dcb60d9d07bfcf73Baligh Uddin    <string name="permdesc_sendRespondViaMessageRequest" msgid="7107648548468778734">"Allows the app to send requests to other messaging apps to handle respond-via-message events for incoming calls."</string>
26387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readSms" msgid="8745086572213270480">"read your text messages (SMS or MMS)"</string>
26442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readSms" product="tablet" msgid="2467981548684735522">"Allows the app to read SMS messages stored on your tablet or SIM card. This allows the app to read all SMS messages, regardless of content or confidentiality."</string>
26542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readSms" product="default" msgid="3695967533457240550">"Allows the app to read SMS messages stored on your phone or SIM card. This allows the app to read all SMS messages, regardless of content or confidentiality."</string>
26687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeSms" msgid="3216950472636214774">"edit your text messages (SMS or MMS)"</string>
26726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeSms" product="tablet" msgid="5160413947794501538">"Allows the app to write to SMS messages stored on your tablet or SIM card. Malicious apps may delete your messages."</string>
26826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeSms" product="default" msgid="7268668709052328567">"Allows the app to write to SMS messages stored on your phone or SIM card. Malicious apps may delete your messages."</string>
26987cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveWapPush" msgid="5991398711936590410">"receive text messages (WAP)"</string>
27042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_receiveWapPush" msgid="748232190220583385">"Allows the app to receive and process WAP messages. This permission includes the ability to monitor or delete messages sent to you without showing them to you."</string>
27126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_getTasks" msgid="6466095396623933906">"retrieve running apps"</string>
27242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_getTasks" msgid="7454215995847658102">"Allows the app to retrieve information about currently and recently running tasks. This may allow the app to discover information about which applications are used on the device."</string>
2730eb70f73f356f52a07c9ea899117616bc4623732Baligh Uddin    <string name="permlab_interactAcrossUsers" msgid="7114255281944211682">"interact across users"</string>
2740eb70f73f356f52a07c9ea899117616bc4623732Baligh Uddin    <string name="permdesc_interactAcrossUsers" msgid="364670963623385786">"Allows the app to perform actions across different users on the device. Malicious apps may use this to violate the protection between users."</string>
2750eb70f73f356f52a07c9ea899117616bc4623732Baligh Uddin    <string name="permlab_interactAcrossUsersFull" msgid="2567734285545074105">"full license to interact across users"</string>
2760eb70f73f356f52a07c9ea899117616bc4623732Baligh Uddin    <string name="permdesc_interactAcrossUsersFull" msgid="376841368395502366">"Allows all possible interactions across users."</string>
277a92bc3bb3b769bf5be92a19e33980c82953f3ec6Baligh Uddin    <string name="permlab_manageUsers" msgid="1676150911672282428">"manage users"</string>
278a92bc3bb3b769bf5be92a19e33980c82953f3ec6Baligh Uddin    <string name="permdesc_manageUsers" msgid="8409306667645355638">"Allows apps to manage users on the device, including query, creation and deletion."</string>
2790b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="permlab_getDetailedTasks" msgid="6229468674753529501">"retrieve details of running apps"</string>
2800b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="permdesc_getDetailedTasks" msgid="153824741440717599">"Allows the app to retrieve detailed information about currently and recently running tasks. Malicious apps may discover private information about other apps."</string>
28126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_reorderTasks" msgid="2018575526934422779">"re-order running apps"</string>
28242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_reorderTasks" msgid="7734217754877439351">"Allows the app to move tasks to the foreground and background. The app may do this without your input."</string>
28326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_removeTasks" msgid="6821513401870377403">"stop running apps"</string>
2846f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_removeTasks" msgid="1394714352062635493">"Allows the app to remove tasks and kill their apps. Malicious apps may disrupt the behaviour of other apps."</string>
285d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_manageActivityStacks" msgid="7391191384027303065">"manage activity stacks"</string>
286d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permdesc_manageActivityStacks" msgid="1615881933034084440">"Allows the app to add, remove and modify the activity stacks in which other apps run. Malicious apps may disrupt the behaviour of other apps."</string>
287f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric Fischer    <string name="permlab_startAnyActivity" msgid="2918768238045206456">"start any activity"</string>
288f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric Fischer    <string name="permdesc_startAnyActivity" msgid="997823695343584001">"Allows the app to start any activity, regardless of permission protection or exported state."</string>
2895f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permlab_setScreenCompatibility" msgid="6975387118861842061">"set screen compatibility"</string>
2905f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permdesc_setScreenCompatibility" msgid="692043618693917374">"Allows the app to control the screen compatibility mode of other applications. Malicious applications may break the behaviour of other applications."</string>
29126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_setDebugApp" msgid="3022107198686584052">"enable app debugging"</string>
2926f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_setDebugApp" msgid="4474512416299013256">"Allows the app to turn on debugging for another app. Malicious apps may use this to kill other apps."</string>
29387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_changeConfiguration" msgid="4162092185124234480">"change system display settings"</string>
2946f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_changeConfiguration" msgid="4372223873154296076">"Allows the app to change the current configuration, such as the locale or overall font size."</string>
295113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_enableCarMode" msgid="5684504058192921098">"enable car mode"</string>
29626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_enableCarMode" msgid="4853187425751419467">"Allows the app to enable the car mode."</string>
29787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_killBackgroundProcesses" msgid="3914026687420177202">"close other apps"</string>
29842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_killBackgroundProcesses" msgid="4593353235959733119">"Allows the app to end background processes of other apps. This may cause other apps to stop running."</string>
29926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_forceStopPackages" msgid="2329627428832067700">"force stop other apps"</string>
30026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_forceStopPackages" msgid="5253157296183940812">"Allows the app to forcibly stop other apps."</string>
30126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_forceBack" msgid="652935204072584616">"force app to close"</string>
30226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_forceBack" msgid="3892295830419513623">"Allows the app to force any activity that is in the foreground to close and go back. Should never be needed for normal apps."</string>
303113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_dump" msgid="1681799862438954752">"retrieve system internal status"</string>
30426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_dump" msgid="1778299088692290329">"Allows the app to retrieve the internal state of the system. Malicious apps may retrieve a wide variety of private and secure information that they should never normally need."</string>
3056d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_retrieve_window_content" msgid="8022588608994589938">"retrieve screen content"</string>
30626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_retrieve_window_content" msgid="3193269069469700265">"Allows the app to retrieve the content of the active window. Malicious apps may retrieve the entire window content and examine all its text except passwords."</string>
307ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="permlab_temporary_enable_accessibility" msgid="2312612135127310254">"temporary enable accessibility"</string>
308ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="permdesc_temporary_enable_accessibility" msgid="8079456293182975464">"Allows an application to temporarily enable accessibility on the device. Malicious apps may enable accessibility without user consent."</string>
30959a4cb36cf389c601edbfc8bc7b8c039ca8949ecYing Wang    <string name="permlab_retrieve_window_info" msgid="8532295199112519378">"retrieve window info"</string>
31059a4cb36cf389c601edbfc8bc7b8c039ca8949ecYing Wang    <string name="permdesc_retrieve_window_info" msgid="4998836370424186849">"Allows an application to retrieve information about the windows from the window manager. Malicious apps may retrieve information that is intended for internal system usage."</string>
31159a4cb36cf389c601edbfc8bc7b8c039ca8949ecYing Wang    <string name="permlab_filter_events" msgid="8675535648807427389">"filter events"</string>
31259a4cb36cf389c601edbfc8bc7b8c039ca8949ecYing Wang    <string name="permdesc_filter_events" msgid="8006236315888347680">"Allows an application to register an input filter which filters the stream of all user events before they are dispatched. Malicious app may control the system UI without user intervention."</string>
313657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permlab_magnify_display" msgid="5973626738170618775">"magnify display"</string>
314657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permdesc_magnify_display" msgid="7121235684515003792">"Allows an application to magnify the content of a display. Malicious apps may transform the display content in a way that renders the device unusable."</string>
315113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_shutdown" msgid="7185747824038909016">"partial shutdown"</string>
316113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permdesc_shutdown" msgid="7046500838746291775">"Puts the activity manager into a shut-down state. Does not perform a complete shut down."</string>
317113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_stopAppSwitches" msgid="4138608610717425573">"prevent app switches"</string>
31826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_stopAppSwitches" msgid="8262195802582255021">"Prevents the user from switching to another app."</string>
319d4d51a35a06ba9503948b53738caeef553f4dd43Baligh Uddin    <string name="permlab_getTopActivityInfo" msgid="2537922311411546016">"get current app info"</string>
320e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permdesc_getTopActivityInfo" msgid="2512448855496067131">"Allows the holder to retrieve private information about the current application in the foreground of the screen."</string>
32126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_runSetActivityWatcher" msgid="892239094867182656">"monitor and control all app launching"</string>
32226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_runSetActivityWatcher" msgid="6003603162578577406">"Allows the app to monitor and control how the system launches activities. Malicious apps may completely compromise the system. This permission is only needed for development, never for normal use."</string>
323113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"send package removed broadcast"</string>
32426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_broadcastPackageRemoved" msgid="6621901216207931089">"Allows the app to broadcast a notification that an app package has been removed. Malicious apps may use this to kill any other running app."</string>
325113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"send SMS-received broadcast"</string>
32626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_broadcastSmsReceived" msgid="4152037720034365492">"Allows the app to broadcast a notification that an SMS message has been received. Malicious apps may use this to forge incoming SMS messages."</string>
327113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastWapPush" msgid="3145347413028582371">"send WAP-PUSH-received broadcast"</string>
32826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_broadcastWapPush" msgid="4783402525039442729">"Allows the app to broadcast a notification that a WAP PUSH message has been received. Malicious apps may use this to forge MMS message receipt or to silently replace the content of any web page with malicious variants."</string>
329113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setProcessLimit" msgid="2451873664363662666">"limit number of running processes"</string>
33026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setProcessLimit" msgid="7318061314040879542">"Allows the app to control the maximum number of processes that will run. Never needed for normal apps."</string>
33187cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_setAlwaysFinish" msgid="550958507798796965">"force background apps to close"</string>
33226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setAlwaysFinish" msgid="7471310652868841499">"Allows the app to control whether activities are always finished as soon as they go to the background. Never needed for normal apps."</string>
3333e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_batteryStats" msgid="2789610673514103364">"read battery statistics"</string>
3343e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_batteryStats" msgid="5897346582882915114">"Allows an application to read the current low-level battery use data. May allow the application to find out detailed information about which apps you use."</string>
3353e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_updateBatteryStats" msgid="3719689764536379557">"modify battery statistics"</string>
3363e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_updateBatteryStats" msgid="6862817857178025002">"Allows the app to modify collected battery statistics. Not for use by normal apps."</string>
3375e3ea0d01c6fcfa96b073db26fa2dbebdc7714a3Baligh Uddin    <string name="permlab_getAppOpsStats" msgid="1508779687436585744">"retrieve app ops statistics"</string>
3385e3ea0d01c6fcfa96b073db26fa2dbebdc7714a3Baligh Uddin    <string name="permdesc_getAppOpsStats" msgid="6243887041577912877">"Allows the app to retrieve collected application operation statistics. Not for use by normal apps."</string>
339ac074da78bb4368975a045afd6ca19e173850209Baligh Uddin    <string name="permlab_updateAppOpsStats" msgid="8829097373851521505">"modify app ops statistics"</string>
340ac074da78bb4368975a045afd6ca19e173850209Baligh Uddin    <string name="permdesc_updateAppOpsStats" msgid="50784596594403483">"Allows the app to modify collected component usage statistics. Not for use by normal apps."</string>
341113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_backup" msgid="470013022865453920">"control system back up and restore"</string>
34226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_backup" msgid="6912230525140589891">"Allows the app to control the system\'s backup and restore mechanism. Not for use by normal apps."</string>
34389234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="permlab_confirm_full_backup" msgid="5557071325804469102">"confirm a full backup or restore operation"</string>
34426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_confirm_full_backup" msgid="1748762171637699562">"Allows the app to launch the full backup confirmation UI. Not to be used by any app."</string>
345113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_internalSystemWindow" msgid="2148563628140193231">"display unauthorised windows"</string>
3466f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_internalSystemWindow" msgid="7458387759461466397">"Allows the app to create windows that are intended to be used by the internal system user interface. Not for use by normal apps."</string>
34787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_systemAlertWindow" msgid="3543347980839518613">"draw over other apps"</string>
3483e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_systemAlertWindow" msgid="8584678381972820118">"Allows the app to draw on top of other applications or parts of the user interface. They may interfere with your use of the interface in any application, or change what you think you are seeing in other applications."</string>
349113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setAnimationScale" msgid="2805103241153907174">"modify global animation speed"</string>
3506f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_setAnimationScale" msgid="7690063428924343571">"Allows the app to change the global animation speed (faster or slower animations) at any time."</string>
35126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_manageAppTokens" msgid="1286505717050121370">"manage app tokens"</string>
35226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageAppTokens" msgid="8043431713014395671">"Allows the app to create and manage their own tokens, bypassing their normal Z-ordering. Should never be needed for normal apps."</string>
353657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permlab_freezeScreen" msgid="4708181184441880175">"freeze screen"</string>
354657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permdesc_freezeScreen" msgid="8558923789222670064">"Allows the application to temporarily freeze the screen for a full-screen transition."</string>
355113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_injectEvents" msgid="1378746584023586600">"press keys and control buttons"</string>
35626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_injectEvents" product="tablet" msgid="206352565599968632">"Allows the app to deliver its own input events (key presses, etc.) to other apps. Malicious apps may use this to take over the tablet."</string>
35726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_injectEvents" product="default" msgid="653128057572326253">"Allows the app to deliver its own input events (key presses, etc.) to other apps. Malicious apps may use this to take over the phone."</string>
358113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readInputState" msgid="469428900041249234">"record what you type and actions that you take"</string>
35926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readInputState" msgid="8387754901688728043">"Allows the app to watch the keys that you press even when interacting with another app (such as typing a password). Should never be needed for normal apps."</string>
360113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindInputMethod" msgid="3360064620230515776">"bind to an input method"</string>
36126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindInputMethod" msgid="3250440322807286331">"Allows the holder to bind to the top-level interface of an input method. Should never be needed for normal apps."</string>
36231348a1155c52df014691e98277e946056b23920Eric Fischer    <string name="permlab_bindAccessibilityService" msgid="5357733942556031593">"bind to an accessibility service"</string>
36331348a1155c52df014691e98277e946056b23920Eric Fischer    <string name="permdesc_bindAccessibilityService" msgid="7034615928609331368">"Allows the holder to bind to the top-level interface of an accessibility service. Should never be needed for normal apps."</string>
364d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_bindPrintService" msgid="8462815179572748761">"bind to a print service"</string>
365d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permdesc_bindPrintService" msgid="7960067623209111135">"Allows the holder to bind to the top-level interface of a print service. Should never be needed for normal apps."</string>
366369606b20c90905b594ce084e83fe0d3755bfd33Baligh Uddin    <string name="permlab_bindPrintSpoolerService" msgid="6807762783744125954">"bind to a print spooler service"</string>
367369606b20c90905b594ce084e83fe0d3755bfd33Baligh Uddin    <string name="permdesc_bindPrintSpoolerService" msgid="3680552285933318372">"Allows the holder to bind to the top-level interface of a print spooler service. Should never be needed for normal apps."</string>
368ff16e3728dc38efdd476f42350f14e8996b3dbedBaligh Uddin    <string name="permlab_bindNfcService" msgid="2752731300419410724">"bind to NFC service"</string>
369ff16e3728dc38efdd476f42350f14e8996b3dbedBaligh Uddin    <string name="permdesc_bindNfcService" msgid="6120647629174066862">"Allows the holder to bind to applications that are emulating NFC cards. Should never be needed for normal apps."</string>
3705a4e75e2e260d077bfdb285bef03760852b87651Eric Fischer    <string name="permlab_bindTextService" msgid="7358378401915287938">"bind to a text service"</string>
37126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindTextService" msgid="8151968910973998670">"Allows the holder to bind to the top-level interface of a text service (e.g. SpellCheckerService). Should never be needed for normal applications."</string>
37223018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_bindVpnService" msgid="4708596021161473255">"bind to a VPN service"</string>
37326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindVpnService" msgid="2067845564581693905">"Allows the holder to bind to the top-level interface of a Vpn service. Should never be needed for normal apps."</string>
374113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindWallpaper" msgid="8716400279937856462">"bind to wallpaper"</string>
37526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindWallpaper" msgid="7108428692595491668">"Allows the holder to bind to the top-level interface of wallpaper. Should never be needed for normal applications."</string>
376f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permlab_bindRemoteViews" msgid="5697987759897367099">"bind to a widget service"</string>
37726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindRemoteViews" msgid="4717987810137692572">"Allows the holder to bind to the top-level interface of a widget service. Should never be needed for normal apps."</string>
378113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindDeviceAdmin" msgid="8704986163711455010">"interact with device admin"</string>
37926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindDeviceAdmin" msgid="569715419543907930">"Allows the holder to send intents to a device administrator. Should never be needed for normal apps."</string>
380029f8b545ea8ab4fa3226f6115717e427350b218Baligh Uddin    <string name="permlab_manageDeviceAdmins" msgid="4248828900045808722">"add or remove a device admin"</string>
381029f8b545ea8ab4fa3226f6115717e427350b218Baligh Uddin    <string name="permdesc_manageDeviceAdmins" msgid="5025608167709942485">"Allows the holder to add or remove active device administrators. Should never be needed for normal apps."</string>
382113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setOrientation" msgid="3365947717163866844">"change screen orientation"</string>
38326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setOrientation" msgid="3046126619316671476">"Allows the app to change the rotation of the screen at any time. Should never be needed for normal apps."</string>
3846d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_setPointerSpeed" msgid="9175371613322562934">"change pointer speed"</string>
38526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setPointerSpeed" msgid="6866563234274104233">"Allows the app to change the mouse or touch pad pointer speed at any time. Should never be needed for normal apps."</string>
3865ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="permlab_setKeyboardLayout" msgid="4778731703600909340">"change keyboard layout"</string>
3875ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="permdesc_setKeyboardLayout" msgid="8480016771134175879">"Allows the app to change the keyboard layout. Should never be needed for normal apps."</string>
38826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_signalPersistentProcesses" msgid="4539002991947376659">"send Linux signals to apps"</string>
38926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_signalPersistentProcesses" msgid="4896992079182649141">"Allows the app to request that the supplied signal be sent to all persistent processes."</string>
39026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_persistentActivity" msgid="8841113627955563938">"make app always run"</string>
39142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_persistentActivity" product="tablet" msgid="8525189272329086137">"Allows the app to make parts of itself persistent in memory. This can limit the memory available to other apps, slowing down the tablet."</string>
39242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_persistentActivity" product="default" msgid="4384760047508278272">"Allows the app to make parts of itself persistent in memory. This can limit the memory available to other apps, slowing down the phone."</string>
39326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_deletePackages" msgid="184385129537705938">"delete apps"</string>
39426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_deletePackages" msgid="7411480275167205081">"Allows the app to delete Android packages. Malicious apps may use this to delete important apps."</string>
39526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_clearAppUserData" msgid="274109191845842756">"delete other apps\' data"</string>
39626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_clearAppUserData" msgid="4625323684125459488">"Allows the app to clear user data."</string>
39726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_deleteCacheFiles" msgid="3128665571837408675">"delete other apps\' caches"</string>
39826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_deleteCacheFiles" msgid="3812998599006730196">"Allows the app to delete cache files."</string>
39926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_getPackageSize" msgid="7472921768357981986">"measure app storage space"</string>
40026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_getPackageSize" msgid="3921068154420738296">"Allows the app to retrieve its code, data and cache sizes"</string>
40126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_installPackages" msgid="2199128482820306924">"directly install apps"</string>
40226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_installPackages" msgid="5628530972548071284">"Allows the app to install new or updated Android packages. Malicious apps may use this to add new apps with arbitrarily powerful permissions."</string>
40326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_clearAppCache" msgid="7487279391723526815">"delete all app cache data"</string>
4043e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_clearAppCache" product="tablet" msgid="8974640871945434565">"Allows the app to free tablet storage by deleting files in the cache directories of other applications. This may cause other applications to start up more slowly as they need to re-retrieve their data."</string>
4053e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_clearAppCache" product="default" msgid="2459441021956436779">"Allows the app to free phone storage by deleting files in the cache directories of other applications. This may cause other applications to start up more slowly as they need to re-retrieve their data."</string>
40626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_movePackage" msgid="3289890271645921411">"move app resources"</string>
40726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_movePackage" msgid="319562217778244524">"Allows the app to move app resources from internal to external media and vice versa."</string>
408c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_readLogs" msgid="6615778543198967614">"read sensitive log data"</string>
40926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readLogs" product="tablet" msgid="82061313293455151">"Allows the app to read from the system\'s various log files. This allows it to discover general information about what you are doing with the tablet, potentially including personal or private information."</string>
41026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readLogs" product="default" msgid="2063438140241560443">"Allows the app to read from the system\'s various log files. This allows it to discover general information about what you are doing with the phone, potentially including personal or private information."</string>
4114a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="permlab_anyCodecForPlayback" msgid="715805555823881818">"use any media decoder for playback"</string>
4126f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_anyCodecForPlayback" msgid="8283912488433189010">"Allows the app to use any installed media decoder to decode for playback."</string>
413856c281362e6d2a20089a7ce4bbbb7e32cb571c2Baligh Uddin    <string name="permlab_manageCaCertificates" msgid="1678391896786882014">"manage trusted credentials"</string>
414856c281362e6d2a20089a7ce4bbbb7e32cb571c2Baligh Uddin    <string name="permdesc_manageCaCertificates" msgid="4015644047196937014">"Allows the app to install and uninstall CA certificates as trusted credentials."</string>
415113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_diagnostic" msgid="8076743953908000342">"read/write to resources owned by diag"</string>
41626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_diagnostic" msgid="6608295692002452283">"Allows the app to read and write to any resource owned by the diag group; for example, files in /dev. This could potentially affect system stability and security. This should ONLY be used for hardware-specific diagnostics by the manufacturer or operator."</string>
41726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_changeComponentState" msgid="6335576775711095931">"enable or disable app components"</string>
41826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeComponentState" product="tablet" msgid="8887435740982237294">"Allows the app to change whether a component of another app is enabled or not. Malicious apps may use this to disable important tablet capabilities. Care must be taken with this permission, as it is possible to get app components into an unusable, inconsistent or unstable state."</string>
41926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeComponentState" product="default" msgid="1827232484416505615">"Allows the app to change whether a component of another app is enabled or not. Malicious apps may use this to disable important phone capabilities. Care must be taken with this permission, as it is possible to get app components into an unusable, inconsistent or unstable state."</string>
4204cfa5ec14cc705bf442e6e34a00b93d5bfbfc199Eric Fischer    <string name="permlab_grantRevokePermissions" msgid="4627315351093508795">"grant or revoke permissions"</string>
4214cfa5ec14cc705bf442e6e34a00b93d5bfbfc199Eric Fischer    <string name="permdesc_grantRevokePermissions" msgid="4088642654085850662">"Allows an application to grant or revoke specific permissions for it or other applications. Malicious applications may use this to access features for which you have not granted them permission."</string>
42226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_setPreferredApplications" msgid="8463181628695396391">"set preferred apps"</string>
42326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setPreferredApplications" msgid="4973986762241783712">"Allows the app to modify your preferred apps. Malicious apps may silently change the apps that are run, spoofing your existing apps to collect private data from you."</string>
42487cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeSettings" msgid="2226195290955224730">"modify system settings"</string>
42526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeSettings" msgid="7775723441558907181">"Allows the app to modify the system\'s settings data. Malicious apps may corrupt your system\'s configuration."</string>
426113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeSecureSettings" msgid="204676251876718288">"modify secure system settings"</string>
42726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeSecureSettings" msgid="8159535613020137391">"Allows the app to modify the system\'s secure settings data. Not for use by normal apps."</string>
428113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeGservices" msgid="2149426664226152185">"modify the Google services map"</string>
42926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeGservices" msgid="1287309437638380229">"Allows the app to modify the Google services map. Not for use by normal apps."</string>
43087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveBootCompleted" msgid="5312965565987800025">"run at startup"</string>
43126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_receiveBootCompleted" product="tablet" msgid="7390304664116880704">"Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the tablet and allow the app to slow down the overall tablet by always running."</string>
43226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_receiveBootCompleted" product="default" msgid="513950589102617504">"Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running."</string>
433113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastSticky" msgid="7919126372606881614">"send sticky broadcast"</string>
43442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_broadcastSticky" product="tablet" msgid="7749760494399915651">"Allows the app to send sticky broadcasts, which remain after the broadcast ends. Excessive use may make the tablet slow or unstable by causing it to use too much memory."</string>
43542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_broadcastSticky" product="default" msgid="2825803764232445091">"Allows the app to send sticky broadcasts, which remain after the broadcast ends. Excessive use may make the phone slow or unstable by causing it to use too much memory."</string>
43687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readContacts" msgid="8348481131899886131">"read your contacts"</string>
43742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readContacts" product="tablet" msgid="5294866856941149639">"Allows the app to read data about your contacts stored on your tablet, including the frequency with which you\'ve called, emailed or communicated in other ways with specific individuals. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge."</string>
43842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readContacts" product="default" msgid="8440654152457300662">"Allows the app to read data about your contacts stored on your phone, including the frequency with which you\'ve called, emailed or communicated in other ways with specific individuals. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge."</string>
43987cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeContacts" msgid="5107492086416793544">"modify your contacts"</string>
44042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeContacts" product="tablet" msgid="897243932521953602">"Allows the app to modify the data about your contacts stored on your tablet, including the frequency with which you\'ve called, emailed or communicated in other ways with specific contacts. This permission allows apps to delete contact data."</string>
44142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeContacts" product="default" msgid="589869224625163558">"Allows the app to modify the data about your contacts stored on your phone, including the frequency with which you\'ve called, emailed or communicated in other ways with specific contacts. This permission allows apps to delete contact data."</string>
4421469438f8bd02710a559617c90b38327918cf8dfEric Fischer    <string name="permlab_readCallLog" msgid="3478133184624102739">"read call log"</string>
44342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readCallLog" product="tablet" msgid="3700645184870760285">"Allows the app to read your tablet\'s call log, including data about incoming and outgoing calls. This permission allows apps to save your call log data, and malicious apps may share call log data without your knowledge."</string>
44442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readCallLog" product="default" msgid="5777725796813217244">"Allows the app to read your phone\'s call log, including data about incoming and outgoing calls. This permission allows apps to save your call log data, and malicious apps may share call log data without your knowledge."</string>
4451469438f8bd02710a559617c90b38327918cf8dfEric Fischer    <string name="permlab_writeCallLog" msgid="8552045664743499354">"write call log"</string>
4461469438f8bd02710a559617c90b38327918cf8dfEric Fischer    <string name="permdesc_writeCallLog" product="tablet" msgid="6661806062274119245">"Allows the app to modify your tablet\'s call log, including data about incoming and outgoing calls. Malicious apps may use this to erase or modify your call log."</string>
4471469438f8bd02710a559617c90b38327918cf8dfEric Fischer    <string name="permdesc_writeCallLog" product="default" msgid="683941736352787842">"Allows the app to modify your phone\'s call log, including data about incoming and outgoing calls. Malicious apps may use this to erase or modify your call log."</string>
44887cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readProfile" msgid="4701889852612716678">"read your own contact card"</string>
44942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readProfile" product="default" msgid="5462475151849888848">"Allows the app to read personal profile information stored on your device, such as your name and contact information. This means that the app can identify you and may send your profile information to others."</string>
45087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeProfile" msgid="907793628777397643">"modify your own contact card"</string>
45142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeProfile" product="default" msgid="5552084294598465899">"Allows the app to change or add to personal profile information stored on your device, such as your name and contact information. This means that the app can identify you and may send your profile information to others."</string>
45203e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="permlab_readSocialStream" product="default" msgid="1268920956152419170">"read your social stream"</string>
45342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readSocialStream" product="default" msgid="4255706027172050872">"Allows the app to access and sync social updates from you and your friends. Be careful when sharing information - this allows the app to read communications between you and your friends on social networks, regardless of confidentiality. Note: this permission may not be enforced on all social networks."</string>
45403e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="permlab_writeSocialStream" product="default" msgid="3504179222493235645">"write to your social stream"</string>
45542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeSocialStream" product="default" msgid="3086557552204114849">"Allows the app to display social updates from your friends. Be careful when sharing information - this allows the app to produce messages that may appear to come from a friend. Note: this permission may not be enforced on all social networks."</string>
45623018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_readCalendar" msgid="5972727560257612398">"read calendar events plus confidential information"</string>
45742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readCalendar" product="tablet" msgid="4216462049057658723">"Allows the app to read all calendar events stored on your tablet, including those of friends or co-workers. This may allow the app to share or save your calendar data, regardless of confidentiality or sensitivity."</string>
45842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readCalendar" product="default" msgid="7434548682470851583">"Allows the app to read all calendar events stored on your phone, including those of friends or co-workers. This may allow the app to share or save your calendar data, regardless of confidentiality or sensitivity."</string>
45923018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_writeCalendar" msgid="8438874755193825647">"add or modify calendar events and send emails to guests without owners\' knowledge"</string>
46042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeCalendar" product="tablet" msgid="6679035520113668528">"Allows the app to add, remove and change events that you can modify on your tablet, including those of friends or co-workers. This may allow the app to send messages that appear to come from calendar owners, or modify events without the owners\' knowledge."</string>
46142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeCalendar" product="default" msgid="2324469496327249376">"Allows the app to add, remove and change events that you can modify on your phone, including those of friends or co-workers. This may allow the app to send messages that appear to come from calendar owners, or modify events without the owners\' knowledge."</string>
462113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessMockLocation" msgid="8688334974036823330">"mock location sources for testing"</string>
46342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_accessMockLocation" msgid="5808711039482051824">"Create mock location sources for testing or install a new location provider. This allows the app to override the location and/or status returned by other location sources such as GPS or location providers."</string>
464113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"access extra location provider commands"</string>
46542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_accessLocationExtraCommands" msgid="5945166642335800763">"Allows the app to access extra location provider commands. This may allow the app to interfere with the operation of the GPS or other location sources."</string>
466113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_installLocationProvider" msgid="6578101199825193873">"permission to install a location provider"</string>
46742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_installLocationProvider" msgid="9066146120470591509">"Create mock location sources for testing or install a new location provider. This allows the app to override the location and/or status returned by other location sources such as GPS or location providers."</string>
4683e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_accessFineLocation" msgid="1191898061965273372">"precise location (GPS and network-based)"</string>
4693e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_accessFineLocation" msgid="5295047563564981250">"Allows the app to get your precise location using the Global Positioning System (GPS) or network location sources such as mobile towers and Wi-Fi. These location services must be turned on and available to your device for the app to use them. Apps may use this to determine where you are, and may consume additional battery power."</string>
4703e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_accessCoarseLocation" msgid="4887895362354239628">"approximate location (network-based)"</string>
4713e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_accessCoarseLocation" msgid="2538200184373302295">"Allows the app to get your approximate location. This location is derived by location services using network location sources such as mobile towers and Wi-Fi. These location services must be turned on and available to your device for the app to use them. Apps may use this to determine approximately where you are."</string>
472113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"access SurfaceFlinger"</string>
47326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessSurfaceFlinger" msgid="1041619516733293551">"Allows the app to use SurfaceFlinger low-level features."</string>
474113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readFrameBuffer" msgid="6690504248178498136">"read frame buffer"</string>
47526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readFrameBuffer" msgid="4937405521809454680">"Allows the app to read the content of the frame buffer."</string>
476d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_accessInputFlinger" msgid="5348635270689553857">"access InputFlinger"</string>
477d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permdesc_accessInputFlinger" msgid="2104864941201226616">"Allows the app to use InputFlinger low-level features."</string>
478db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permlab_configureWifiDisplay" msgid="5595661694746742168">"configure Wi-Fi displays"</string>
479db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permdesc_configureWifiDisplay" msgid="7916815158690218065">"Allows the app to configure and connect to Wi-Fi displays."</string>
4805365debd9bf52e329cee875f99f992f18457d91dBaligh Uddin    <string name="permlab_controlWifiDisplay" msgid="393641276723695496">"control Wi-Fi displays"</string>
4815365debd9bf52e329cee875f99f992f18457d91dBaligh Uddin    <string name="permdesc_controlWifiDisplay" msgid="4543912292681826986">"Allows the app to control low-level features of Wi-Fi displays."</string>
4827bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_captureAudioOutput" msgid="6857134498402346708">"capture audio output"</string>
4837bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permdesc_captureAudioOutput" msgid="6210597754212208853">"Allows the app to capture and redirect audio output."</string>
484e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permlab_captureAudioHotword" msgid="1890553935650349808">"Hotword detection"</string>
485e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permdesc_captureAudioHotword" msgid="9151807958153056810">"Allows the app to capture audio for Hotword detection. The capture can happen in the background but does not prevent other audio capture (e.g. Camcorder)."</string>
4867bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_captureVideoOutput" msgid="2246828773589094023">"capture video output"</string>
4877bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permdesc_captureVideoOutput" msgid="359481658034149860">"Allows the app to capture and redirect video output."</string>
4887bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_captureSecureVideoOutput" msgid="7815398969303382016">"capture secure video output"</string>
4897bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permdesc_captureSecureVideoOutput" msgid="2779793064709350289">"Allows the app to capture and redirect secure video output."</string>
490113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_modifyAudioSettings" msgid="6095859937069146086">"change your audio settings"</string>
49142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_modifyAudioSettings" msgid="3522565366806248517">"Allows the app to modify global audio settings such as volume and which speaker is used for output."</string>
492113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_recordAudio" msgid="3876049771427466323">"record audio"</string>
49342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_recordAudio" msgid="4906839301087980680">"Allows the app to record audio with the microphone. This permission allows the app to record audio at any time without your confirmation."</string>
494113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_camera" msgid="3616391919559751192">"take pictures and videos"</string>
49542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_camera" msgid="8497216524735535009">"Allows the app to take pictures and videos with the camera. This permission allows the app to use the camera at any time without your confirmation."</string>
4960f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permlab_cameraDisableTransmitLed" msgid="2651072630501126222">"disable transmit indicator LED when camera is in use"</string>
4970f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_cameraDisableTransmitLed" msgid="4764585465480295341">"Allows a pre-installed system application to disable the camera use indicator LED."</string>
498a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_brick" product="tablet" msgid="2961292205764488304">"permanently disable tablet"</string>
499113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_brick" product="default" msgid="8337817093326370537">"permanently disable phone"</string>
50026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_brick" product="tablet" msgid="4334818808001699530">"Allows the app to permanently disable the entire tablet. This is very dangerous."</string>
50126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_brick" product="default" msgid="5788903297627283099">"Allows the app to permanently disable the entire phone. This is very dangerous."</string>
502a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_reboot" product="tablet" msgid="3436634972561795002">"force tablet reboot"</string>
503113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_reboot" product="default" msgid="2898560872462638242">"force phone reboot"</string>
50426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_reboot" product="tablet" msgid="8172056180063700741">"Allows the app to force the tablet to reboot."</string>
50526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_reboot" product="default" msgid="5326008124289989969">"Allows the app to force the phone to reboot."</string>
50687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_unmount_filesystems" product="nosdcard" msgid="2927361537942591841">"access USB storage filesystem"</string>
50787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_unmount_filesystems" product="default" msgid="4402305049890953810">"access SD Card filesystem"</string>
50826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mount_unmount_filesystems" msgid="1829290701658992347">"Allows the app to mount and unmount file systems for removable storage."</string>
50987cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_format_filesystems" product="nosdcard" msgid="6227819582624904972">"Erase USB storage"</string>
51087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_format_filesystems" product="default" msgid="262582698639274056">"erase SD Card"</string>
51126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mount_format_filesystems" msgid="8784268246779198627">"Allows the app to format removable storage."</string>
512c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_access" msgid="3411338632002193846">"get information on internal storage"</string>
51326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_access" msgid="3094563844593878548">"Allows the application to access information on internal storage."</string>
514c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_create" msgid="6414757234789336327">"create internal storage"</string>
51526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_create" msgid="4558869273585856876">"Allows the application to create internal storage."</string>
516c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_destroy" msgid="526928328301618022">"destroy internal storage"</string>
51726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_destroy" msgid="7218749286145526537">"Allows the app to destroy internal storage."</string>
51826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_asec_mount_unmount" msgid="8877998101944999386">"mount/unmount internal storage"</string>
51926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_mount_unmount" msgid="3451360114902490929">"Allows the app to mount/unmount internal storage."</string>
520c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_rename" msgid="7496633954080472417">"rename internal storage"</string>
52126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_rename" msgid="1794757588472127675">"Allows the app to rename internal storage."</string>
52287cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_vibrate" msgid="7696427026057705834">"control vibration"</string>
52326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_vibrate" msgid="6284989245902300945">"Allows the app to control the vibrator."</string>
524113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_flashlight" msgid="2155920810121984215">"control flashlight"</string>
52526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_flashlight" msgid="6522284794568368310">"Allows the app to control the flashlight."</string>
526c8c3729506fe58a77d797dcaff286170e05996d0Eric Fischer    <string name="permlab_manageUsb" msgid="1113453430645402723">"manage preferences and permissions for USB devices"</string>
52726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageUsb" msgid="7776155430218239833">"Allows the app to manage preferences and permissions for USB devices."</string>
528f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permlab_accessMtp" msgid="4953468676795917042">"implement MTP protocol"</string>
529f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permdesc_accessMtp" msgid="6532961200486791570">"Allows access to the kernel MTP driver to implement the MTP USB protocol."</string>
530113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_hardware_test" msgid="4148290860400659146">"test hardware"</string>
53126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_hardware_test" msgid="6597964191208016605">"Allows the app to control various peripherals for the purpose of hardware testing."</string>
532113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_callPhone" msgid="3925836347681847954">"directly call phone numbers"</string>
53342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_callPhone" msgid="3740797576113760827">"Allows the app to call phone numbers without your intervention. This may result in unexpected charges or calls. Note that this doesn\'t allow the app to call emergency numbers. Malicious apps may cost you money by making calls without your confirmation."</string>
534113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_callPrivileged" msgid="4198349211108497879">"directly call any phone numbers"</string>
53526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_callPrivileged" msgid="1689024901509996810">"Allows the app to call any phone number, including emergency numbers, without your intervention. Malicious apps may place unnecessary and illegal calls to emergency services."</string>
536a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_performCdmaProvisioning" product="tablet" msgid="4842576994144604821">"directly start CDMA tablet setup"</string>
537113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_performCdmaProvisioning" product="default" msgid="5604848095315421425">"directly start CDMA phone setup"</string>
53826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_performCdmaProvisioning" msgid="1994193538802314186">"Allows the app to start CDMA provisioning. Malicious apps may unnecessarily start CDMA provisioning."</string>
539113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_locationUpdates" msgid="7785408253364335740">"control location update notifications"</string>
54026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_locationUpdates" msgid="1120741557891438876">"Allows the app to enable/disable location update notifications from the radio. Not for use by normal apps."</string>
541113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_checkinProperties" msgid="7855259461268734914">"access check-in properties"</string>
54226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_checkinProperties" msgid="4024526968630194128">"Allows the app read/write access to properties uploaded by the check-in service. Not for use by normal apps."</string>
543113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindGadget" msgid="776905339015863471">"choose widgets"</string>
54426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindGadget" msgid="8261326938599049290">"Allows the app to tell the system which widgets can be used by which app. An app with this permission can give other apps access to personal data. Not for use by normal apps."</string>
545113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_modifyPhoneState" msgid="8423923777659292228">"modify phone status"</string>
54626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_modifyPhoneState" msgid="1029877529007686732">"Allows the app to control the phone features of the device. An app with this permission can switch networks, turn the phone radio on and off and the like without ever notifying you."</string>
54787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readPhoneState" msgid="9178228524507610486">"read phone status and identity"</string>
54842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readPhoneState" msgid="1639212771826125528">"Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active and the remote number connected by a call."</string>
549a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_wakeLock" product="tablet" msgid="1531731435011495015">"prevent tablet from sleeping"</string>
550113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_wakeLock" product="default" msgid="573480187941496130">"prevent phone from sleeping"</string>
55126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_wakeLock" product="tablet" msgid="7311319824400447868">"Allows the app to prevent the tablet from going to sleep."</string>
55226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_wakeLock" product="default" msgid="8559100677372928754">"Allows the app to prevent the phone from going to sleep."</string>
553e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permlab_transmitIr" msgid="7545858504238530105">"transmit infrared"</string>
554e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permdesc_transmitIr" product="tablet" msgid="5358308854306529170">"Allows the app to use the tablet\'s infrared transmitter."</string>
555e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permdesc_transmitIr" product="default" msgid="7957763745020300725">"Allows the app to use the phone\'s infrared transmitter."</string>
556c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_devicePower" product="tablet" msgid="2787034722616350417">"turn tablet on or off"</string>
557113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_devicePower" product="default" msgid="4928622470980943206">"turn phone on or off"</string>
55826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_devicePower" product="tablet" msgid="6689862878984631831">"Allows the app to turn the tablet on or off."</string>
55926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_devicePower" product="default" msgid="6037057348463131032">"Allows the app to turn the phone on or off."</string>
560113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_factoryTest" msgid="3715225492696416187">"run in factory test mode"</string>
561a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permdesc_factoryTest" product="tablet" msgid="3952059318359653091">"Run as a low-level manufacturer test, allowing complete access to the tablet hardware. Only available when a tablet is running in manufacturer test mode."</string>
562113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permdesc_factoryTest" product="default" msgid="8136644990319244802">"Run as a low-level manufacturer test, allowing complete access to the phone hardware. Only available when a phone is running in manufacturer test mode."</string>
563113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setWallpaper" msgid="6627192333373465143">"set wallpaper"</string>
56426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setWallpaper" msgid="7373447920977624745">"Allows the app to set the system wallpaper."</string>
56587cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_setWallpaperHints" msgid="3278608165977736538">"adjust your wallpaper size"</string>
56626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setWallpaperHints" msgid="8235784384223730091">"Allows the app to set the system wallpaper size hints."</string>
567113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_masterClear" msgid="2315750423139697397">"reset system to factory defaults"</string>
56826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_masterClear" msgid="3665380492633910226">"Allows the app to completely reset the system to its factory settings, erasing all data, configuration and installed apps."</string>
569113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setTime" msgid="2021614829591775646">"set time"</string>
57026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTime" product="tablet" msgid="1896341438151152881">"Allows the app to change the tablet\'s clock time."</string>
57126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTime" product="default" msgid="1855702730738020">"Allows the app to change the phone\'s clock time."</string>
572113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setTimeZone" msgid="2945079801013077340">"set time zone"</string>
57326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTimeZone" product="tablet" msgid="1676983712315827645">"Allows the app to change the tablet\'s time zone."</string>
57426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTimeZone" product="default" msgid="4499943488436633398">"Allows the app to change the phone\'s time zone."</string>
575113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accountManagerService" msgid="4829262349691386986">"act as the Account Manager Service"</string>
5766f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_accountManagerService" msgid="1948455552333615954">"Allows the app to make calls to Account Authenticators."</string>
57787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_getAccounts" msgid="1086795467760122114">"find accounts on the device"</string>
57842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_getAccounts" product="tablet" msgid="2741496534769660027">"Allows the app to get the list of accounts known by the tablet. This may include any accounts created by applications that you have installed."</string>
57942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_getAccounts" product="default" msgid="3448316822451807382">"Allows the app to get the list of accounts known by the phone. This may include any accounts created by applications that you have installed."</string>
58087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_authenticateAccounts" msgid="5265908481172736933">"create accounts and set passwords"</string>
58126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_authenticateAccounts" msgid="5472124296908977260">"Allows the app to use the account authenticator capabilities of the Account Manager, including creating accounts and getting and setting their passwords."</string>
58287cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_manageAccounts" msgid="4983126304757177305">"add or remove accounts"</string>
58326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageAccounts" msgid="8698295625488292506">"Allows the app to perform operations like adding and removing accounts, and deleting their password."</string>
58487cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_useCredentials" msgid="235481396163877642">"use accounts on the device"</string>
58526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_useCredentials" msgid="7984227147403346422">"Allows the app to request authentication tokens."</string>
58687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_accessNetworkState" msgid="4951027964348974773">"view network connections"</string>
58742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_accessNetworkState" msgid="8318964424675960975">"Allows the app to view information about network connections such as which networks exist and are connected."</string>
58842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permlab_createNetworkSockets" msgid="8018758136404323658">"full network access"</string>
58942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_createNetworkSockets" msgid="3403062187779724185">"Allows the app to create network sockets and use customised network protocols. The browser and other applications provide means to send data to the Internet, so this permission is not required to send data to the Internet."</string>
5908da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_writeApnSettings" msgid="505660159675751896">"change/intercept network settings and traffic"</string>
59126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeApnSettings" msgid="5333798886412714193">"Allows the app to change network settings and to intercept and inspect all network traffic, for example to change the proxy and port of any APN. Malicious apps may monitor, redirect or modify network packets without your knowledge."</string>
592113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeNetworkState" msgid="958884291454327309">"change network connectivity"</string>
59326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeNetworkState" msgid="6789123912476416214">"Allows the app to change the state of network connectivity."</string>
59426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_changeTetherState" msgid="5952584964373017960">"change tethered connectivity"</string>
59526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeTetherState" msgid="1524441344412319780">"Allows the app to change the state of tethered network connectivity."</string>
596113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeBackgroundDataSetting" msgid="1400666012671648741">"change background data usage setting"</string>
59726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeBackgroundDataSetting" msgid="5347729578468744379">"Allows the app to change the background data usage setting."</string>
598db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permlab_accessWifiState" msgid="5202012949247040011">"view Wi-Fi connections"</string>
5990f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_accessWifiState" msgid="5002798077387803726">"Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices."</string>
600db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permlab_changeWifiState" msgid="6550641188749128035">"connect and disconnect from Wi-Fi"</string>
6010f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_changeWifiState" msgid="7137950297386127533">"Allows the app to connect to and disconnect from Wi-Fi access points and to make changes to device configuration for Wi-Fi networks."</string>
602113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeWifiMulticastState" msgid="1368253871483254784">"allow Wi-Fi Multicast reception"</string>
6030f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_changeWifiMulticastState" product="tablet" msgid="7969774021256336548">"Allows the app to receive packets sent to all devices on a Wi-Fi network using multicast addresses, not just your tablet. It uses more power than the non-multicast mode."</string>
6040f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_changeWifiMulticastState" product="default" msgid="6851949706025349926">"Allows the app to receive packets sent to all devices on a Wi-Fi network using multicast addresses, not just your phone. It uses more power than the non-multicast mode."</string>
60587cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_bluetoothAdmin" msgid="6006967373935926659">"access Bluetooth settings"</string>
60626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bluetoothAdmin" product="tablet" msgid="6921177471748882137">"Allows the app to configure the local Bluetooth tablet and to discover and pair with remote devices."</string>
60726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bluetoothAdmin" product="default" msgid="8931682159331542137">"Allows the app to configure the local Bluetooth phone and to discover and pair with remote devices."</string>
6083e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_accessWimaxState" msgid="4195907010610205703">"connect and disconnect from WiMAX"</string>
60942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_accessWimaxState" msgid="6360102877261978887">"Allows the app to determine whether WiMAX is enabled and information about any WiMAX networks that are connected."</string>
6104a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="permlab_changeWimaxState" msgid="2405042267131496579">"change WiMAX state"</string>
61142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_changeWimaxState" product="tablet" msgid="3156456504084201805">"Allows the app to connect the tablet to and disconnect the tablet from WiMAX networks."</string>
61242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_changeWimaxState" product="default" msgid="697025043004923798">"Allows the app to connect the phone to and disconnect the phone from WiMAX networks."</string>
61387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_bluetooth" msgid="6127769336339276828">"pair with Bluetooth devices"</string>
61442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_bluetooth" product="tablet" msgid="3480722181852438628">"Allows the app to view the configuration of Bluetooth on the tablet and to make and accept connections with paired devices."</string>
61542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_bluetooth" product="default" msgid="3207106324452312739">"Allows the app to view the configuration of the Bluetooth on the phone and to make and accept connections with paired devices."</string>
616c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_nfc" msgid="4423351274757876953">"control Near-Field Communication"</string>
61726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_nfc" msgid="7120611819401789907">"Allows the app to communicate with Near Field Communication (NFC) tags, cards and readers."</string>
61887cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_disableKeyguard" msgid="3598496301486439258">"disable your screen lock"</string>
61942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_disableKeyguard" msgid="6034203065077122992">"Allows the app to disable the keylock and any associated password security. For example, the phone disables the keylock when receiving an incoming phone call, then re-enables the keylock when the call is finished."</string>
620113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readSyncSettings" msgid="6201810008230503052">"read sync settings"</string>
62142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readSyncSettings" msgid="2706745674569678644">"Allows the app to read the sync settings for an account. For example, this can determine whether the People app is synced with an account."</string>
62287cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeSyncSettings" msgid="5408694875793945314">"toggle sync on and off"</string>
62342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeSyncSettings" msgid="8956262591306369868">"Allows an app to modify the sync settings for an account. For example, this can be used to enable syncing of the People app with an account."</string>
624113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readSyncStats" msgid="7396577451360202448">"read sync statistics"</string>
62542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readSyncStats" msgid="1510143761757606156">"Allows an app to read the sync stats for an account, including the history of sync events and how much data is synced."</string>
626113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"read subscribed feeds"</string>
62726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_subscribedFeedsRead" msgid="5557058907906144505">"Allows the app to get details about the currently synced feeds."</string>
628113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"write subscribed feeds"</string>
62926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_subscribedFeedsWrite" msgid="6928930188826089413">"Allows the app to modify your currently synced feeds. Malicious apps may change your synced feeds."</string>
63087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readDictionary" msgid="4107101525746035718">"read terms you added to the dictionary"</string>
63142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readDictionary" msgid="659614600338904243">"Allows the app to read all words, names and phrases that the user may have stored in the user dictionary."</string>
6323e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_writeDictionary" msgid="2183110402314441106">"add words to user-defined dictionary"</string>
63326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeDictionary" msgid="8185385716255065291">"Allows the app to write new words into the user dictionary."</string>
63442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permlab_sdcardRead" product="nosdcard" msgid="8235341515605559677">"test access to protected storage"</string>
63542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permlab_sdcardRead" product="default" msgid="8235341515605559677">"test access to protected storage"</string>
6366a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="permdesc_sdcardRead" product="nosdcard" msgid="3642473292348132072">"Allows the app to test a permission for USB storage that will be available on future devices."</string>
63742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_sdcardRead" product="default" msgid="5914402684685848828">"Allows the app to test a permission for the SD card that will be available on future devices."</string>
63887cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_sdcardWrite" product="nosdcard" msgid="8485979062254666748">"modify or delete the contents of your USB storage"</string>
63945f110fb0df6de1496e0904918f9ca4eb406eb85Eric Fischer    <string name="permlab_sdcardWrite" product="default" msgid="8805693630050458763">"modify or delete the contents of your SD card"</string>
64026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sdcardWrite" product="nosdcard" msgid="6175406299445710888">"Allows the app to write to the USB storage."</string>
64126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sdcardWrite" product="default" msgid="4337417790936632090">"Allows the app to write to the SD card."</string>
642c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_mediaStorageWrite" product="default" msgid="6859839199706879015">"modify/delete internal media storage contents"</string>
64326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mediaStorageWrite" product="default" msgid="8189160597698529185">"Allows the app to modify the contents of the internal media storage."</string>
6440f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permlab_manageDocs" product="default" msgid="5778318598448849829">"manage document storage"</string>
6450f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_manageDocs" product="default" msgid="8704323176914121484">"Allows the app to manage document storage."</string>
6469a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="permlab_sdcardAccessAll" msgid="8150613823900460576">"access external storage of all users"</string>
6479a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="permdesc_sdcardAccessAll" msgid="3215208357415891320">"Allows the app to access external storage for all users."</string>
648113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_cache_filesystem" msgid="5656487264819669824">"access the cache file system"</string>
64926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_cache_filesystem" msgid="5578967642265550955">"Allows the app to read and write the cache file system."</string>
650c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_use_sip" msgid="5986952362795870502">"make/receive Internet calls"</string>
65126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_use_sip" msgid="4717632000062674294">"Allows the app to use the SIP service to make/receive Internet calls."</string>
6526d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_readNetworkUsageHistory" msgid="7862593283611493232">"read historical network usage"</string>
65326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readNetworkUsageHistory" msgid="7689060749819126472">"Allows the app to read historical network usage for specific networks and apps."</string>
6546d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_manageNetworkPolicy" msgid="2562053592339859990">"manage network policy"</string>
65526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageNetworkPolicy" msgid="7537586771559370668">"Allows the app to manage network policies and define app-specific rules."</string>
656ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="permlab_modifyNetworkAccounting" msgid="5088217309088729650">"modify network usage accounting"</string>
6576f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_modifyNetworkAccounting" msgid="5443412866746198123">"Allows the app to modify how network usage is accounted against apps. Not for use by normal apps."</string>
658d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_markNetworkSocket" msgid="3658527214914959749">"modify socket marks"</string>
659d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permdesc_markNetworkSocket" msgid="7655568433696356578">"Allows the app to modify socket marks for routing"</string>
660f706cbdf224d400a67ffb57d55d58196581ab8cdBaligh Uddin    <string name="permlab_accessNotifications" msgid="7673416487873432268">"access notifications"</string>
661f706cbdf224d400a67ffb57d55d58196581ab8cdBaligh Uddin    <string name="permdesc_accessNotifications" msgid="458457742683431387">"Allows the app to retrieve, examine, and clear notifications, including those posted by other apps."</string>
66266e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="permlab_bindNotificationListenerService" msgid="7057764742211656654">"bind to a notification listener service"</string>
66366e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="permdesc_bindNotificationListenerService" msgid="985697918576902986">"Allows the holder to bind to the top-level interface of a notification listener service. Should never be needed for normal apps."</string>
664d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_invokeCarrierSetup" msgid="3699600833975117478">"invoke the carrier-provided configuration app"</string>
665d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permdesc_invokeCarrierSetup" msgid="4159549152529111920">"Allows the holder to invoke the carrier-provided configuration app. Should never be needed for normal apps."</string>
6667bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_accessNetworkConditions" msgid="8206077447838909516">"listen for observations on network conditions"</string>
6677bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permdesc_accessNetworkConditions" msgid="6899102075825272211">"Allows an application to listen for observations on network conditions. Should never be needed for normal apps."</string>
668c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_limitPassword" msgid="4497420728857585791">"Set password rules"</string>
6696f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_limitPassword" msgid="3252114203919510394">"Control the length and the characters allowed in screen-unlock passwords."</string>
670c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_watchLogin" msgid="914130646942199503">"Monitor screen-unlock attempts"</string>
67126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="policydesc_watchLogin" product="tablet" msgid="3215729294215070072">"Monitor the number of incorrect passwords typed when unlocking the screen and lock the tablet or erase all the tablet\'s data if too many incorrect passwords are typed."</string>
67226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="policydesc_watchLogin" product="default" msgid="5712323091846761073">"Monitor the number of incorrect passwords typed when unlocking the screen and lock the phone or erase all the phone\'s data if too many incorrect passwords are typed."</string>
673c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_resetPassword" msgid="2620077191242688955">"Change the screen-unlock password"</string>
6746f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_resetPassword" msgid="605963962301904458">"Change the screen-unlock password."</string>
675c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_forceLock" msgid="2274085384704248431">"Lock the screen"</string>
6766f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_forceLock" msgid="1141797588403827138">"Control how and when the screen locks."</string>
677113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="policylab_wipeData" msgid="3910545446758639713">"Erase all data"</string>
6786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_wipeData" product="tablet" msgid="4306184096067756876">"Erase the tablet\'s data without warning by performing a factory data reset."</string>
6796f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_wipeData" product="default" msgid="5096895604574188391">"Erase the phone\'s data without warning by performing a factory data reset."</string>
680c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_setGlobalProxy" msgid="2784828293747791446">"Set the device global proxy"</string>
681c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policydesc_setGlobalProxy" msgid="6387497466660154931">"Set the device\'s global proxy to be used while policy is enabled. Only the first device admin sets the effective global proxy."</string>
6820d1d2a7a2c27794ebd76c4f8f82708d742adb9cdEric Fischer    <string name="policylab_expirePassword" msgid="885279151847254056">"Set lock-screen password expiry"</string>
6836f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_expirePassword" msgid="1729725226314691591">"Control how frequently the lock-screen password must be changed."</string>
684f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="policylab_encryptedStorage" msgid="8901326199909132915">"Set storage encryption"</string>
6856f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_encryptedStorage" msgid="2637732115325316992">"Require that stored app data be encrypted."</string>
6866d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="policylab_disableCamera" msgid="6395301023152297826">"Disable cameras"</string>
6876f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_disableCamera" msgid="2306349042834754597">"Prevent use of all device cameras."</string>
68854323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="policylab_disableKeyguardFeatures" msgid="266329104542638802">"Disable features in keyguard"</string>
68954323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="policydesc_disableKeyguardFeatures" msgid="3467082272186534614">"Prevent use of some features in keyguard."</string>
690113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="phoneTypes">
691113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8901098336658710359">"Home"</item>
692113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="869923650527136615">"Mobile"</item>
693113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7897544654242874543">"Work"</item>
694113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1103601433382158155">"Work Fax"</item>
695113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1735177144948329370">"Home Fax"</item>
696113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="603878674477207394">"Pager"</item>
697113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1650824275177931637">"Other"</item>
698113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="9192514806975898961">"Custom"</item>
699113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
700113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="emailAddressTypes">
701113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8073994352956129127">"Home"</item>
702113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7084237356602625604">"Work"</item>
703113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1112044410659011023">"Other"</item>
704113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="2374913952870110618">"Custom"</item>
705113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
706113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="postalAddressTypes">
707113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="6880257626740047286">"Home"</item>
708113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="5629153956045109251">"Work"</item>
709113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4966604264500343469">"Other"</item>
710113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4932682847595299369">"Custom"</item>
711113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
712113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="imAddressTypes">
713113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1738585194601476694">"Home"</item>
714113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1359644565647383708">"Work"</item>
715113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7868549401053615677">"Other"</item>
716113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3145118944639869809">"Custom"</item>
717113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
718113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="organizationTypes">
719113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7546335612189115615">"Work"</item>
720113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4378074129049520373">"Other"</item>
721113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3455047468583965104">"Custom"</item>
722113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
723113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="imProtocols">
724113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8595261363518459565">"AIM"</item>
725113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7390473628275490700">"Windows Live"</item>
726113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7882877134931458217">"Yahoo"</item>
727113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="5035376313200585242">"Skype"</item>
728113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7532363178459444943">"QQ"</item>
729113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3713441034299660749">"Google Talk"</item>
730113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="2506857312718630823">"ICQ"</item>
731113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1648797903785279353">"Jabber"</item>
732113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
733113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCustom" msgid="1644738059053355820">"Custom"</string>
734113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeHome" msgid="2570923463033985887">"Home"</string>
735113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMobile" msgid="6501463557754751037">"Mobile"</string>
736113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWork" msgid="8863939667059911633">"Work"</string>
737113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeFaxWork" msgid="3517792160008890912">"Work Fax"</string>
738113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeFaxHome" msgid="2067265972322971467">"Home Fax"</string>
739113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypePager" msgid="7582359955394921732">"Pager"</string>
740113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeOther" msgid="1544425847868765990">"Other"</string>
741113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCallback" msgid="2712175203065678206">"Callback"</string>
742113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCar" msgid="8738360689616716982">"Car"</string>
743113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCompanyMain" msgid="540434356461478916">"Company Main"</string>
744113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeIsdn" msgid="8022453193171370337">"ISDN"</string>
745113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMain" msgid="6766137010628326916">"Main"</string>
746113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeOtherFax" msgid="8587657145072446565">"Other Fax"</string>
747113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeRadio" msgid="4093738079908667513">"Radio"</string>
748113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeTelex" msgid="3367879952476250512">"Telex"</string>
749113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeTtyTdd" msgid="8606514378585000044">"TTY/TDD"</string>
750113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWorkMobile" msgid="1311426989184065709">"Work Mobile"</string>
751113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWorkPager" msgid="649938731231157056">"Work Pager"</string>
752113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeAssistant" msgid="5596772636128562884">"Assistant"</string>
753113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMms" msgid="7254492275502768992">"MMS"</string>
754c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="eventTypeCustom" msgid="7837586198458073404">"Customised"</string>
755113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="eventTypeBirthday" msgid="2813379844211390740">"Birthday"</string>
756113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="eventTypeAnniversary" msgid="3876779744518284000">"Anniversary"</string>
757c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="eventTypeOther" msgid="7388178939010143077">"Other"</string>
758113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeCustom" msgid="8525960257804213846">"Custom"</string>
759113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeHome" msgid="449227236140433919">"Home"</string>
760113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeWork" msgid="3548058059601149973">"Work"</string>
761113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeOther" msgid="2923008695272639549">"Other"</string>
762113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeMobile" msgid="119919005321166205">"Mobile"</string>
763113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeCustom" msgid="8903206903060479902">"Custom"</string>
764113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeHome" msgid="8165756977184483097">"Home"</string>
765113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeWork" msgid="5268172772387694495">"Work"</string>
766113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeOther" msgid="2726111966623584341">"Other"</string>
767113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeCustom" msgid="2074028755527826046">"Custom"</string>
768113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeHome" msgid="6241181032954263892">"Home"</string>
769113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeWork" msgid="1371489290242433090">"Work"</string>
770113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeOther" msgid="5377007495735915478">"Other"</string>
771113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolCustom" msgid="6919453836618749992">"Custom"</string>
772113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolAim" msgid="7050360612368383417">"AIM"</string>
773113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolMsn" msgid="144556545420769442">"Windows Live"</string>
774113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolYahoo" msgid="8271439408469021273">"Yahoo"</string>
775113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolSkype" msgid="9019296744622832951">"Skype"</string>
776113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolQq" msgid="8887484379494111884">"QQ"</string>
777d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="imProtocolGoogleTalk" msgid="493902321140277304">"Hangouts"</string>
778113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolIcq" msgid="1574870433606517315">"ICQ"</string>
779113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolJabber" msgid="2279917630875771722">"Jabber"</string>
780113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolNetMeeting" msgid="8287625655986827971">"Net Meeting"</string>
781113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeWork" msgid="29268870505363872">"Work"</string>
782113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeOther" msgid="3951781131570124082">"Other"</string>
783113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeCustom" msgid="225523415372088322">"Custom"</string>
784c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeCustom" msgid="3542403679827297300">"Customised"</string>
785c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeAssistant" msgid="6274334825195379076">"Assistant"</string>
786c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeBrother" msgid="8757913506784067713">"Brother"</string>
787c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeChild" msgid="1890746277276881626">"Child"</string>
788c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeDomesticPartner" msgid="6904807112121122133">"Domestic Partner"</string>
789c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeFather" msgid="5228034687082050725">"Father"</string>
790c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeFriend" msgid="7313106762483391262">"Friend"</string>
791c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeManager" msgid="6365677861610137895">"Manager"</string>
792c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeMother" msgid="4578571352962758304">"Mother"</string>
793c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeParent" msgid="4755635567562925226">"Parent"</string>
794c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypePartner" msgid="7266490285120262781">"Partner"</string>
795c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeReferredBy" msgid="101573059844135524">"Referred by"</string>
796c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeRelative" msgid="1799819930085610271">"Relative"</string>
797c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeSister" msgid="1735983554479076481">"Sister"</string>
798c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeSpouse" msgid="394136939428698117">"Spouse"</string>
799c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeCustom" msgid="2473580593111590945">"Customised"</string>
800c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeHome" msgid="6093598181069359295">"Home"</string>
801c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeWork" msgid="6920725730797099047">"Work"</string>
802c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeOther" msgid="4408436162950119849">"Other"</string>
80326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_code" msgid="3037685796058495017">"Type PIN code"</string>
80426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_puk_code" msgid="4800725266925845333">"Type PUK and new PIN code"</string>
8056d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="keyguard_password_enter_puk_prompt" msgid="1341112146710087048">"PUK code"</string>
80626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_prompt" msgid="8027680321614196258">"New PIN Code"</string>
80726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_entry_touch_hint" msgid="7858547464982981384"><font size="17">"Touch to type password"</font></string>
80826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_password_code" msgid="1054721668279049780">"Type password to unlock"</string>
80926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_password_code" msgid="6391755146112503443">"Type PIN to unlock"</string>
8106f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="keyguard_password_wrong_pin_code" msgid="2422225591006134936">"Incorrect PIN code."</string>
811113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="keyguard_label_text" msgid="861796461028298424">"To unlock, press Menu, then 0."</string>
812113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"Emergency number"</string>
8135820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="lockscreen_carrier_default" msgid="8963839242565653192">"No service"</string>
814113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_screen_locked" msgid="7288443074806832904">"Screen locked."</string>
815113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"Press Menu to unlock or place emergency call."</string>
816113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"Press Menu to unlock."</string>
817113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"Draw pattern to unlock"</string>
818113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_emergency_call" msgid="5347633784401285225">"Emergency call"</string>
819113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_return_to_call" msgid="5244259785500040021">"Return to call"</string>
820113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_pattern_correct" msgid="9039008650362261237">"Correct!"</string>
82126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_pattern_wrong" msgid="4317955014948108794">"Try again"</string>
82226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_password_wrong" msgid="5737815393253165301">"Try again"</string>
8236f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="faceunlock_multiple_failures" msgid="754137583022792429">"Maximum Face Unlock attempts exceeded"</string>
8245820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="lockscreen_plugged_in" msgid="8057762828355572315">"Charging, <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
82539b1f03e17804346e0ce33ef2f8c646788d2a5b5Baligh Uddin    <string name="lockscreen_charged" msgid="321635745684060624">"Charged"</string>
8269841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="lockscreen_battery_short" msgid="4477264849386850266">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
827113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_low_battery" msgid="1482873981919249740">"Connect your charger."</string>
8283e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="lockscreen_missing_sim_message_short" msgid="5099439277819215399">"No SIM card"</string>
829a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="lockscreen_missing_sim_message" product="tablet" msgid="151659196095791474">"No SIM card in tablet."</string>
830113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_missing_sim_message" product="default" msgid="2186920585695169078">"No SIM card in phone."</string>
83126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_missing_sim_instructions" msgid="5372787138023272615">"Insert a SIM card."</string>
83226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_missing_sim_instructions_long" msgid="3526573099019319472">"The SIM card is missing or not readable. Insert a SIM card."</string>
8335ae9587e063033a92ea7de7798a78f273e3380efEric Fischer    <string name="lockscreen_permanent_disabled_sim_message_short" msgid="5096149665138916184">"Unusable SIM card."</string>
8341c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_permanent_disabled_sim_instructions" msgid="910904643433151371">"Your SIM card has been permanently disabled.\n Contact your wireless service provider for another SIM card."</string>
835b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_prev_description" msgid="201594905152746886">"Previous track button"</string>
836b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_next_description" msgid="6089297650481292363">"Next-track button"</string>
837b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_pause_description" msgid="7659088786780128001">"Pause button"</string>
838b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_play_description" msgid="5888422938351019426">"Play button"</string>
839b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_stop_description" msgid="4562318378766987601">"Stop button"</string>
840113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emergency_calls_only" msgid="6733978304386365407">"Emergency calls only"</string>
841113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_network_locked_message" msgid="143389224986028501">"Network locked"</string>
842113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_puk_locked_message" msgid="7441797339976230">"SIM card is PUK-locked."</string>
84326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_sim_puk_locked_instructions" msgid="8127916255245181063">"See the User Guide or contact Customer Care."</string>
844113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_locked_message" msgid="8066660129206001039">"SIM card is locked."</string>
845113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="595323214052881264">"Unlocking SIM card…"</string>
8461c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_too_many_failed_attempts_dialog_message" msgid="6481623830344107222">"You have incorrectly drawn your unlock pattern <xliff:g id="NUMBER_0">%d</xliff:g> times. \n\nTry again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
8471c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_too_many_failed_password_attempts_dialog_message" msgid="2725973286239344555">"You have incorrectly typed your password <xliff:g id="NUMBER_0">%d</xliff:g> times. \n\nTry again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
8481c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message" msgid="6216672706545696955">"You have incorrectly typed your PIN <xliff:g id="NUMBER_0">%d</xliff:g> times. \n\nTry again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
8491c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_failed_attempts_almost_glogin" product="tablet" msgid="9191611984625460820">"You have incorrectly drawn your unlock pattern <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, you will be asked to unlock your tablet using your Google sign-in.\n\n Try again in <xliff:g id="NUMBER_2">%d</xliff:g> seconds."</string>
8501c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_failed_attempts_almost_glogin" product="default" msgid="2590227559763762751">"You have drawn your unlock pattern incorrectly <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, you will be asked to unlock your phone using your Google sign-in.\n\n Please try again in <xliff:g id="NUMBER_2">%d</xliff:g> seconds."</string>
8516a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet" msgid="6128106399745755604">"You have incorrectly attempted to unlock the tablet <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, the tablet will be reset to factory default and all user data will be lost."</string>
8526a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="lockscreen_failed_attempts_almost_at_wipe" product="default" msgid="8603565142156826565">"You have incorrectly attempted to unlock the phone <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, the phone will be reset to factory default and all user data will be lost."</string>
8536a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="lockscreen_failed_attempts_now_wiping" product="tablet" msgid="280873516493934365">"You have incorrectly attempted to unlock the tablet <xliff:g id="NUMBER">%d</xliff:g> times. The tablet will now be reset to factory default."</string>
8546a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="lockscreen_failed_attempts_now_wiping" product="default" msgid="3025504721764922246">"You have incorrectly attempted to unlock the phone <xliff:g id="NUMBER">%d</xliff:g> times. The phone will now be reset to factory default."</string>
855113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6251480343394389665">"Try again in <xliff:g id="NUMBER">%d</xliff:g> seconds."</string>
856113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"Forgotten pattern?"</string>
857113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_forgot_pattern" msgid="2588521501166032747">"Account unlock"</string>
8586f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_too_many_attempts" msgid="2751368605287288808">"Too many pattern attempts"</string>
8596f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_instructions" msgid="3931816256100707784">"To unlock, sign in with your Google account."</string>
860113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_username_hint" msgid="8846881424106484447">"Username (email)"</string>
861113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_password_hint" msgid="5958028383954738528">"Password"</string>
862113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Sign in"</string>
863113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Invalid username or password."</string>
8641c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_glogin_account_recovery_hint" msgid="1696924763690379073">"Forgot your username or password?\nVisit "<b>"google.co.uk/accounts/recovery"</b>"."</string>
8656f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_checking_password" msgid="7114627351286933867">"Checking…"</string>
866113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_unlock_label" msgid="737440483220667054">"Unlock"</string>
867113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Sound on"</string>
868113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Sound off"</string>
869b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_start" msgid="3941045502933142847">"Pattern started"</string>
870b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_cleared" msgid="5583479721001639579">"Pattern cleared"</string>
871b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_cell_added" msgid="6756031208359292487">"Cell added"</string>
872b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_detected" msgid="4988730895554057058">"Pattern completed"</string>
873666a6298731b0967c11bf3b93cc6fe8334ab9126Baligh Uddin    <string name="keyguard_accessibility_widget_changed" msgid="5678624624681400191">"%1$s. Widget %2$d of %3$d."</string>
8746a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_add_widget" msgid="8273277058724924654">"Add widget"</string>
8756a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_empty_slot" msgid="1281505703307930757">"Empty"</string>
8766a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_unlock_area_expanded" msgid="2278106022311170299">"Unlock area expanded."</string>
8776a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_unlock_area_collapsed" msgid="6366992066936076396">"Unlock area collapsed."</string>
8786a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget" msgid="6527131039741808240">"<xliff:g id="WIDGET_INDEX">%1$s</xliff:g> widget."</string>
879ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="keyguard_accessibility_user_selector" msgid="1226798370913698896">"User selector"</string>
880ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="keyguard_accessibility_status" msgid="8008264603935930611">"Status"</string>
8816a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_camera" msgid="8904231194181114603">"Camera"</string>
882ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="keygaurd_accessibility_media_controls" msgid="262209654292161806">"Media controls"</string>
8836a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_reorder_start" msgid="8736853615588828197">"Widget reordering started."</string>
8846a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_reorder_end" msgid="7170190950870468320">"Widget reordering ended."</string>
8856a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_deleted" msgid="4426204263929224434">"Widget <xliff:g id="WIDGET_INDEX">%1$s</xliff:g> deleted."</string>
8866a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_expand_lock_area" msgid="519859720934178024">"Expand unlock area."</string>
8876a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_slide_unlock" msgid="2959928478764697254">"Slide unlock."</string>
8886a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_pattern_unlock" msgid="1490840706075246612">"Pattern unlock."</string>
8896a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_face_unlock" msgid="4817282543351718535">"Face unlock."</string>
8906a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_pin_unlock" msgid="2469687111784035046">"Pin unlock."</string>
8916a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_password_unlock" msgid="7675777623912155089">"Password unlock."</string>
8926a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_pattern_area" msgid="7679891324509597904">"Pattern area."</string>
8936a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_slide_area" msgid="6736064494019979544">"Slide area."</string>
894113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_symbol_key" msgid="992280756256536042">"?123"</string>
895113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_alpha_key" msgid="8001096175167485649">"ABC"</string>
896113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_alt_key" msgid="1284820942620288678">"ALT"</string>
8970b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_character" msgid="7336470535385009523">"character"</string>
8980b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_word" msgid="7075570328374918660">"word"</string>
8990b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_link" msgid="5815508880782488267">"link"</string>
9000b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_line" msgid="5764267235026120888">"line"</string>
9019841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="hour_ampm" msgid="4584338083529355982">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
9029841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="hour_cap_ampm" msgid="2083465992940444366">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
903113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_failed" msgid="5410270329114212041">"Factory test failed"</string>
904113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_not_system" msgid="4435201656767276723">"The FACTORY_TEST action is only supported for packages installed in /system/app."</string>
905113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_no_action" msgid="872991874799998561">"No package was found that provides the FACTORY_TEST action."</string>
906113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_reboot" msgid="6320168203050791643">"Reboot"</string>
9076f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="js_dialog_title" msgid="1987483977834603872">"The page at \"<xliff:g id="TITLE">%s</xliff:g>\" says:"</string>
908113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="js_dialog_title_default" msgid="6961903213729667573">"JavaScript"</string>
90965d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="js_dialog_before_unload_title" msgid="2619376555525116593">"Confirm Navigation"</string>
91065d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="js_dialog_before_unload_positive_button" msgid="3112752010600484130">"Leave this Page"</string>
91165d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="js_dialog_before_unload_negative_button" msgid="5614861293026099715">"Stay on this Page"</string>
9121c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="js_dialog_before_unload" msgid="3468816357095378590">"<xliff:g id="MESSAGE">%s</xliff:g>\n\nAre you sure you want to navigate away from this page?"</string>
913113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_label" msgid="6860261758665825069">"Confirm"</string>
9146f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="double_tap_toast" msgid="4595046515400268881">"Tip: double-tap to zoom in and out."</string>
9156f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="autofill_this_form" msgid="4616758841157816676">"Auto-fill"</string>
9166f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="setup_autofill" msgid="7103495070180590814">"Set up Auto-fill"</string>
9179841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="autofill_address_name_separator" msgid="6350145154779706772">" "</string>
918c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_name_format" msgid="3268041054899214945">"$1$2$3"</string>
919c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_separator" msgid="7483307893170324129">", "</string>
920c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_format" msgid="4874459455786827344">"$1$2$3"</string>
92167fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_province" msgid="2231806553863422300">"Province"</string>
92267fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_postal_code" msgid="4696430407689377108">"Postcode"</string>
92367fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_state" msgid="6988894195520044613">"State"</string>
92467fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_zip_code" msgid="8697544592627322946">"Zip code"</string>
92567fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_county" msgid="237073771020362891">"County"</string>
92667fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_island" msgid="4020100875984667025">"Island"</string>
92767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_district" msgid="8400735073392267672">"District"</string>
92867fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_department" msgid="5343279462564453309">"Department"</string>
92967fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_prefecture" msgid="2028499485065800419">"Prefecture"</string>
93067fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_parish" msgid="8202206105468820057">"Parish"</string>
93167fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_area" msgid="3547409050889952423">"Area"</string>
93267fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_emirate" msgid="2893880978835698818">"Emirate"</string>
93387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readHistoryBookmarks" msgid="3775265775405106983">"read your Web bookmarks and history"</string>
93442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_readHistoryBookmarks" msgid="8462378226600439658">"Allows the app to read the history of all URLs that the Browser has visited, and all of the Browser\'s bookmarks. Note: this permission may not be enforced by third-party browsers or other applications with web browsing capabilities."</string>
93587cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeHistoryBookmarks" msgid="3714785165273314490">"write web bookmarks and history"</string>
93642a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeHistoryBookmarks" product="tablet" msgid="6825527469145760922">"Allows the app to modify the Browser\'s history or bookmarks stored on your tablet. This may allow the app to delete or modify Browser data. Note: this permission may not be enforced by third-party browsers or other applications with web browsing capabilities."</string>
93742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_writeHistoryBookmarks" product="default" msgid="8497389531014185509">"Allows the app to modify the Browser\'s history or bookmarks stored on your phone. This may allow the app to delete or modify Browser data. Note: this permission may not be enforced by third-party browsers or other applications with web browsing capabilities."</string>
93887cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_setAlarm" msgid="1379294556362091814">"set an alarm"</string>
93926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setAlarm" msgid="316392039157473848">"Allows the app to set an alarm in an installed alarm clock app. Some alarm clock apps may not implement this feature."</string>
94023018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_addVoicemail" msgid="5525660026090959044">"add voicemail"</string>
94126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_addVoicemail" msgid="6604508651428252437">"Allows the app to add messages to your voicemail inbox."</string>
94226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_writeGeolocationPermissions" msgid="5962224158955273932">"Modify Browser geo-location permissions"</string>
94326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeGeolocationPermissions" msgid="1083743234522638747">"Allows the app to modify the Browser\'s geo-location permissions. Malicious apps may use this to allow sending location information to arbitrary websites."</string>
9448da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_packageVerificationAgent" msgid="5568139100645829117">"verify packages"</string>
94526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_packageVerificationAgent" msgid="8437590190990843381">"Allows the app to verify a package is installable."</string>
9468da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_bindPackageVerifier" msgid="4187786793360326654">"bind to a package verifier"</string>
94726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindPackageVerifier" msgid="3180741773233862126">"Allows the holder to make requests of package verifiers. Should never be needed for normal apps."</string>
9485f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permlab_serialPort" msgid="546083327654631076">"access serial ports"</string>
9495f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permdesc_serialPort" msgid="2991639985224598193">"Allows the holder to access serial ports using the SerialManager API."</string>
9502b630306182d14d184c73c6070dea3755ab685cdEric Fischer    <string name="permlab_accessContentProvidersExternally" msgid="5077774297943409285">"access content providers externally"</string>
9512b630306182d14d184c73c6070dea3755ab685cdEric Fischer    <string name="permdesc_accessContentProvidersExternally" msgid="4544346486697853685">"Allows the holder to access content providers from the shell. Should never be needed for normal apps."</string>
9529841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="permlab_updateLock" msgid="3527558366616680889">"discourage automatic device updates"</string>
9539841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="permdesc_updateLock" msgid="1655625832166778492">"Allows the holder to offer information to the system about when would be a good time for a non-interactive reboot to upgrade the device."</string>
954113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_message" msgid="767344687139195790">"Do you want the browser to remember this password?"</string>
955113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_notnow" msgid="6389675316706699758">"Not now"</string>
956113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_remember" msgid="6491879678996749466">"Remember"</string>
957113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_never" msgid="8274330296785855105">"Never"</string>
95826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="open_permission_deny" msgid="7374036708316629800">"You don\'t have permission to open this page."</string>
959113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="text_copied" msgid="4985729524670131385">"Text copied to clipboard."</string>
960113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="more_item_label" msgid="4650918923083320495">"More"</string>
961113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="prepend_shortcut_label" msgid="2572214461676015642">"Menu+"</string>
962113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_space_shortcut_label" msgid="2410328639272162537">"space"</string>
963113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_enter_shortcut_label" msgid="2743362785111309668">"enter"</string>
964113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_delete_shortcut_label" msgid="3658178007202748164">"delete"</string>
965113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="search_go" msgid="8298016669822141719">"Search"</string>
9668da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_search" msgid="6749826639098512120">"Search"</string>
9678da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_query" msgid="5911778593125355124">"Search query"</string>
9688da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_clear" msgid="1330281990951833033">"Clear query"</string>
9698da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_submit" msgid="2688450133297983542">"Submit query"</string>
9708da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_voice" msgid="2453203695674994440">"Voice search"</string>
971e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="enable_explore_by_touch_warning_title" msgid="7460694070309730149">"Enable Explore by Touch?"</string>
972e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="enable_explore_by_touch_warning_message" product="tablet" msgid="8655887539089910577">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g> wants to enable Explore by Touch. When Explore by Touch is turned on, you can hear or see descriptions of what\'s under your finger or perform gestures to interact with the tablet."</string>
973e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="enable_explore_by_touch_warning_message" product="default" msgid="2708199672852373195">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g> wants to enable Explore by Touch. When Explore by Touch is turned on, you can hear or see descriptions of what\'s under your finger or perform gestures to interact with the phone."</string>
974113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="oneMonthDurationPast" msgid="7396384508953779925">"1 month ago"</string>
975113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="beforeOneMonthDurationPast" msgid="909134546836499826">"Before 1 month ago"</string>
976113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_seconds_ago">
977113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="4869870056547896011">"1 second ago"</item>
978113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3903706804349556379">"<xliff:g id="COUNT">%d</xliff:g> seconds ago"</item>
979113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
980113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_minutes_ago">
981113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="3306787433088810191">"1 minute ago"</item>
982113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2176942008915455116">"<xliff:g id="COUNT">%d</xliff:g> minutes ago"</item>
983113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
984113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_hours_ago">
985113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="9150797944610821849">"1 hour ago"</item>
986113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2467273239587587569">"<xliff:g id="COUNT">%d</xliff:g> hours ago"</item>
987113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
988113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="last_num_days">
989113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3069992808164318268">"Last <xliff:g id="COUNT">%d</xliff:g> days"</item>
990113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
991113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="last_month" msgid="3959346739979055432">"Last month"</string>
992113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="older" msgid="5211975022815554840">"Older"</string>
993113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_days_ago">
994113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="861358534398115820">"yesterday"</item>
995113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2479586466153314633">"<xliff:g id="COUNT">%d</xliff:g> days ago"</item>
996113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
997113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_seconds">
998113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="2729745560954905102">"in 1 second"</item>
999113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="1241926116443974687">"in <xliff:g id="COUNT">%d</xliff:g> seconds"</item>
1000113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1001113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_minutes">
1002113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="8793095251325200395">"in 1 minute"</item>
1003113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3330713936399448749">"in <xliff:g id="COUNT">%d</xliff:g> minutes"</item>
1004113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1005113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_hours">
1006113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="7164353342477769999">"in 1 hour"</item>
1007113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="547290677353727389">"in <xliff:g id="COUNT">%d</xliff:g> hours"</item>
1008113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1009113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_days">
1010113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="5413088743009839518">"tomorrow"</item>
1011113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="5109449375100953247">"in <xliff:g id="COUNT">%d</xliff:g> days"</item>
1012113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1013113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_seconds_ago">
1014113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="1849036840200069118">"1 sec ago"</item>
1015113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3699169366650930415">"<xliff:g id="COUNT">%d</xliff:g> secs ago"</item>
1016113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1017113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_minutes_ago">
1018113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="6361490147113871545">"1 min ago"</item>
1019113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="851164968597150710">"<xliff:g id="COUNT">%d</xliff:g> mins ago"</item>
1020113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1021113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_hours_ago">
1022113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="4796212039724722116">"1 hour ago"</item>
1023113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="6889970745748538901">"<xliff:g id="COUNT">%d</xliff:g> hours ago"</item>
1024113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1025113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_days_ago">
1026113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="8463161711492680309">"yesterday"</item>
1027113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3453342639616481191">"<xliff:g id="COUNT">%d</xliff:g> days ago"</item>
1028113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1029113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_seconds">
1030113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="5842225370795066299">"in 1 sec"</item>
1031113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="5495880108825805108">"in <xliff:g id="COUNT">%d</xliff:g> secs"</item>
1032113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1033113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_minutes">
1034113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="562786149928284878">"in 1 min"</item>
1035113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="4216113292706568726">"in <xliff:g id="COUNT">%d</xliff:g> mins"</item>
1036113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1037113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_hours">
1038113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="3274708118124045246">"in 1 hour"</item>
1039113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3705373766798013406">"in <xliff:g id="COUNT">%d</xliff:g> hours"</item>
1040113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1041113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_days">
1042113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="2178576254385739855">"tomorrow"</item>
1043113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2973062968038355991">"in <xliff:g id="COUNT">%d</xliff:g> days"</item>
1044113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1045113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_date" msgid="9093949757757445117">"on <xliff:g id="DATE">%s</xliff:g>"</string>
1046113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_time" msgid="5506831244263083793">"at <xliff:g id="TIME">%s</xliff:g>"</string>
1047113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_year" msgid="5040395640711867177">"in<xliff:g id="YEAR">%s</xliff:g>"</string>
1048113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="day" msgid="8144195776058119424">"day"</string>
1049113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="days" msgid="4774547661021344602">"days"</string>
1050113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="hour" msgid="2126771916426189481">"hour"</string>
1051113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="hours" msgid="894424005266852993">"hours"</string>
1052113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="minute" msgid="9148878657703769868">"min"</string>
1053113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="minutes" msgid="5646001005827034509">"mins"</string>
1054113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="second" msgid="3184235808021478">"sec"</string>
1055113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="seconds" msgid="3161515347216589235">"secs"</string>
1056113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="week" msgid="5617961537173061583">"week"</string>
1057113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="weeks" msgid="6509623834583944518">"weeks"</string>
1058113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="year" msgid="4001118221013892076">"year"</string>
1059113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="years" msgid="6881577717993213522">"years"</string>
1060640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  <plurals name="duration_seconds">
1061640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="one" msgid="6962015528372969481">"1 second"</item>
1062640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="other" msgid="1886107766577166786">"<xliff:g id="COUNT">%d</xliff:g> seconds"</item>
1063640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  </plurals>
1064640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  <plurals name="duration_minutes">
1065640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="one" msgid="4915414002546085617">"1 minute"</item>
1066640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="other" msgid="3165187169224908775">"<xliff:g id="COUNT">%d</xliff:g> minutes"</item>
1067640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  </plurals>
1068640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  <plurals name="duration_hours">
1069640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="one" msgid="8917467491248809972">"1 hour"</item>
1070640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="other" msgid="3863962854246773930">"<xliff:g id="COUNT">%d</xliff:g> hours"</item>
1071640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  </plurals>
10726f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="VideoView_error_title" msgid="3534509135438353077">"Video problem"</string>
107326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="VideoView_error_text_invalid_progressive_playback" msgid="3186670335938670444">"This video isn\'t valid for streaming to this device."</string>
10746f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="VideoView_error_text_unknown" msgid="3450439155187810085">"Can\'t play this video."</string>
1075113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="VideoView_error_button" msgid="2822238215100679592">"OK"</string>
1076113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="relative_time" msgid="1818557177829411417">"<xliff:g id="DATE">%1$s</xliff:g>, <xliff:g id="TIME">%2$s</xliff:g>"</string>
1077113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="noon" msgid="7245353528818587908">"noon"</string>
1078113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="Noon" msgid="3342127745230013127">"Noon"</string>
1079113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="midnight" msgid="7166259508850457595">"midnight"</string>
1080113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="Midnight" msgid="5630806906897892201">"Midnight"</string>
1081113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="elapsed_time_short_format_mm_ss" msgid="4431555943828711473">"<xliff:g id="MINUTES">%1$02d</xliff:g>:<xliff:g id="SECONDS">%2$02d</xliff:g>"</string>
1082113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="elapsed_time_short_format_h_mm_ss" msgid="1846071997616654124">"<xliff:g id="HOURS">%1$d</xliff:g>:<xliff:g id="MINUTES">%2$02d</xliff:g>:<xliff:g id="SECONDS">%3$02d</xliff:g>"</string>
1083113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="selectAll" msgid="6876518925844129331">"Select all"</string>
1084113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cut" msgid="3092569408438626261">"Cut"</string>
1085113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="copy" msgid="2681946229533511987">"Copy"</string>
1086113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="paste" msgid="5629880836805036433">"Paste"</string>
1087b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="replace" msgid="5781686059063148930">"Replace..."</string>
10885820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="delete" msgid="6098684844021697789">"Delete"</string>
1089113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="copyUrl" msgid="2538211579596067402">"Copy URL"</string>
109026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="selectTextMode" msgid="1018691815143165326">"Select text"</string>
1091c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="textSelectionCABTitle" msgid="5236850394370820357">"Text selection"</string>
109214e933be250ca29ceba9d4e5b8b7f9c5bf986c68Ying Wang    <string name="addToDictionary" msgid="4352161534510057874">"Add to dictionary"</string>
109314e933be250ca29ceba9d4e5b8b7f9c5bf986c68Ying Wang    <string name="deleteText" msgid="6979668428458199034">"Delete"</string>
1094113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="inputMethod" msgid="1653630062304567879">"Input method"</string>
1095c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="editTextMenuTitle" msgid="4909135564941815494">"Text actions"</string>
10966bb5290e714da472ba62b5f21f575008886144fcYing Wang    <string name="low_internal_storage_view_title" msgid="5576272496365684834">"Storage space running out"</string>
10976bb5290e714da472ba62b5f21f575008886144fcYing Wang    <string name="low_internal_storage_view_text" msgid="6640505817617414371">"Some system functions may not work"</string>
109866e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="app_running_notification_title" msgid="8718335121060787914">"<xliff:g id="APP_NAME">%1$s</xliff:g> is running"</string>
109966e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="app_running_notification_text" msgid="4653586947747330058">"Touch for more information or to stop the app."</string>
1100113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ok" msgid="5970060430562524910">"OK"</string>
1101113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cancel" msgid="6442560571259935130">"Cancel"</string>
1102113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="yes" msgid="5362982303337969312">"OK"</string>
1103113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="no" msgid="5141531044935541497">"Cancel"</string>
1104113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dialog_alert_title" msgid="2049658708609043103">"Attention"</string>
110526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="loading" msgid="7933681260296021180">"Loading…"</string>
1106113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="capital_on" msgid="1544682755514494298">"ON"</string>
1107113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="capital_off" msgid="6815870386972805832">"OFF"</string>
1108113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="whichApplication" msgid="4533185947064773386">"Complete action using"</string>
1109113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="alwaysUse" msgid="4583018368000610438">"Use by default for this action."</string>
111026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="clearDefaultHintMsg" msgid="3252584689512077257">"Clear default in System settings &gt; Apps &gt; Downloaded."</string>
11116f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="chooseActivity" msgid="7486876147751803333">"Choose an action"</string>
111226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="chooseUsbActivity" msgid="6894748416073583509">"Choose an app for the USB device"</string>
111326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="noApplications" msgid="2991814273936504689">"No apps can perform this action."</string>
111423018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="aerr_title" msgid="1905800560317137752"></string>
11156a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="aerr_application" msgid="932628488013092776">"Unfortunately, <xliff:g id="APPLICATION">%1$s</xliff:g> has stopped."</string>
11166a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="aerr_process" msgid="4507058997035697579">"Unfortunately, the process <xliff:g id="PROCESS">%1$s</xliff:g> has stopped."</string>
111723018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="anr_title" msgid="4351948481459135709"></string>
11181c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="anr_activity_application" msgid="1904477189057199066">"<xliff:g id="APPLICATION">%2$s</xliff:g> isn\'t responding.\n\nDo you want to close it?"</string>
11191c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="anr_activity_process" msgid="5776209883299089767">"Activity <xliff:g id="ACTIVITY">%1$s</xliff:g> isn\'t responding.\n\nDo you want to close it?"</string>
112026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="anr_application_process" msgid="8941757607340481057">"<xliff:g id="APPLICATION">%1$s</xliff:g> isn\'t responding. Do you want to close it?"</string>
11211c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="anr_process" msgid="6513209874880517125">"Process <xliff:g id="PROCESS">%1$s</xliff:g> isn\'t responding.\n\nDo you want to close it?"</string>
112223018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="force_close" msgid="8346072094521265605">"OK"</string>
1123113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="report" msgid="4060218260984795706">"Report"</string>
1124113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="wait" msgid="7147118217226317732">"Wait"</string>
11251c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="webpage_unresponsive" msgid="3272758351138122503">"The page has become unresponsive.\n\nDo you want to close it?"</string>
112626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="launch_warning_title" msgid="1547997780506713581">"App redirected"</string>
1127c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="launch_warning_replace" msgid="6202498949970281412">"<xliff:g id="APP_NAME">%1$s</xliff:g> is now running."</string>
1128c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="launch_warning_original" msgid="188102023021668683">"<xliff:g id="APP_NAME">%1$s</xliff:g> was originally launched."</string>
11293a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="screen_compat_mode_scale" msgid="3202955667675944499">"Scale"</string>
11303a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="screen_compat_mode_show" msgid="4013878876486655892">"Always show"</string>
113126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="screen_compat_mode_hint" msgid="1064524084543304459">"Re-enable this in System settings &gt; Apps &gt; Downloaded."</string>
113226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="smv_application" msgid="3307209192155442829">"The app <xliff:g id="APPLICATION">%1$s</xliff:g> (process <xliff:g id="PROCESS">%2$s</xliff:g>) has violated its self-enforced Strict Mode policy."</string>
1133113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="smv_process" msgid="5120397012047462446">"The process <xliff:g id="PROCESS">%1$s</xliff:g> has violated its self-enforced StrictMode policy."</string>
113426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="android_upgrading_title" msgid="1584192285441405746">"Android is upgrading…"</string>
113526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="android_upgrading_apk" msgid="7904042682111526169">"Optimising app <xliff:g id="NUMBER_0">%1$d</xliff:g> of <xliff:g id="NUMBER_1">%2$d</xliff:g>."</string>
113626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="android_upgrading_starting_apps" msgid="451464516346926713">"Starting apps."</string>
11376a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="android_upgrading_complete" msgid="1405954754112999229">"Finishing boot."</string>
1138113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="heavy_weight_notification" msgid="9087063985776626166">"<xliff:g id="APP">%1$s</xliff:g> running"</string>
113926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="heavy_weight_notification_detail" msgid="1721681741617898865">"Touch to switch to app"</string>
114026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="heavy_weight_switcher_title" msgid="7153167085403298169">"Switch apps?"</string>
114126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="heavy_weight_switcher_text" msgid="7022631924534406403">"Another app is already running that must be stopped before you can start a new one."</string>
1142113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="old_app_action" msgid="493129172238566282">"Return to <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
114326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="old_app_description" msgid="2082094275580358049">"Don\'t start the new app."</string>
1144113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="new_app_action" msgid="5472756926945440706">"Start <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
114526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="new_app_description" msgid="1932143598371537340">"Stop the old app without saving."</string>
11466f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sendText" msgid="5209874571959469142">"Choose an action for text"</string>
1147113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_ringtone" msgid="6885421406845734650">"Ringer volume"</string>
1148113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_music" msgid="5421651157138628171">"Media volume"</string>
1149113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"Playing through Bluetooth"</string>
11506f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="volume_music_hint_silent_ringtone_selected" msgid="8310739960973156272">"Silent ringtone set"</string>
1151113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_call" msgid="3941680041282788711">"In-call volume"</string>
1152113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_bluetooth_call" msgid="2002891926351151534">"Bluetooth in-call volume"</string>
1153113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_alarm" msgid="1985191616042689100">"Alarm volume"</string>
1154113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_notification" msgid="2422265656744276715">"Notification volume"</string>
1155113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_unknown" msgid="1400219669770445902">"Volume"</string>
11568da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_bluetooth" msgid="6538894177255964340">"Bluetooth volume"</string>
11578da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_ringer" msgid="3326003847006162496">"Ringtone volume"</string>
11588da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_incall" msgid="8890073218154543397">"Call volume"</string>
11598da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_media" msgid="4217311719665194215">"Media volume"</string>
11608da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_notification" msgid="7044986546477282274">"Notification volume"</string>
1161113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_default" msgid="3789758980357696936">"Default ringtone"</string>
1162113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_default_with_actual" msgid="8129563480895990372">"Default ringtone (<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
1163daee4449854cbf1c04ce571e403443181ec7327dBaligh Uddin    <string name="ringtone_silent" msgid="7937634392408977062">"None"</string>
1164113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_picker_title" msgid="3515143939175119094">"Ringtones"</string>
1165113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_unknown" msgid="5477919988701784788">"Unknown ringtone"</string>
1166113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="wifi_available">
1167113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="6654123987418168693">"Wi-Fi network available"</item>
1168113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="4192424489168397386">"Wi-Fi networks available"</item>
1169113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1170113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="wifi_available_detailed">
1171113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="1634101450343277345">"Open available Wi-Fi network"</item>
1172113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="7915895323644292768">"Open Wi-Fi networks available"</item>
1173113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
11746f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_available_sign_in" msgid="4029489716605255386">"Sign in to Wi-Fi network"</string>
1175db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="network_available_sign_in" msgid="8495155593358054676">"Sign in to network"</string>
1176b62ef8e99877093557351955884948cd8c3e6d54Baligh Uddin    <!-- no translation found for network_available_sign_in_detailed (8000081941447976118) -->
117726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <skip />
117823018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="wifi_watchdog_network_disabled" msgid="7904214231651546347">"Couldn\'t connect to Wi-Fi"</string>
11796f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_watchdog_network_disabled_detailed" msgid="5548780776418332675">" has a poor Internet connection."</string>
118016ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_dialog_title" msgid="97611782659324517">"Wi-Fi Direct"</string>
118116ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_turnon_message" msgid="2909250942299627244">"Start Wi-Fi Direct. This will turn off Wi-Fi client/hotspot."</string>
118216ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_failed_message" msgid="3763669677935623084">"Couldn\'t start Wi-Fi Direct."</string>
118316ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_enabled_notification_title" msgid="2068321881673734886">"Wi-Fi Direct is on"</string>
118416ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_enabled_notification_message" msgid="1638949953993894335">"Touch for settings"</string>
11856f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="accept" msgid="1645267259272829559">"Accept"</string>
11866f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="decline" msgid="2112225451706137894">"Decline"</string>
11876f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_invitation_sent_title" msgid="1318975185112070734">"Invitation sent"</string>
11886f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_invitation_to_connect_title" msgid="4958803948658533637">"Invitation to connect"</string>
11896f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_from_message" msgid="570389174731951769">"From:"</string>
11906f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_to_message" msgid="248968974522044099">"To:"</string>
11916f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_enter_pin_message" msgid="5920929550367828970">"Type the required PIN:"</string>
11926f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_show_pin_message" msgid="8530563323880921094">"PIN:"</string>
11937f05e8736cf015a04c46414c779027c9e07fadc5Baligh Uddin    <string name="wifi_p2p_frequency_conflict_message" product="tablet" msgid="8012981257742232475">"The tablet will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
11940f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="wifi_p2p_frequency_conflict_message" product="default" msgid="7363907213787469151">"The phone will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
11953a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="select_character" msgid="3365550120617701745">"Insert character"</string>
11963a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sms_control_title" msgid="7296612781128917719">"Sending SMS messages"</string>
1197d07db7831831385e8115b57c74ae4dead3948460Eric Fischer    <string name="sms_control_message" msgid="3867899169651496433">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; is sending a large number of SMS messages. Do you want to allow this app to continue sending messages?"</string>
1198d07db7831831385e8115b57c74ae4dead3948460Eric Fischer    <string name="sms_control_yes" msgid="3663725993855816807">"Allow"</string>
1199d07db7831831385e8115b57c74ae4dead3948460Eric Fischer    <string name="sms_control_no" msgid="625438561395534982">"Deny"</string>
12003e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_message" msgid="1645436466285310855">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; would like to send a message to &lt;b&gt;<xliff:g id="DEST_ADDRESS">%2$s</xliff:g>&lt;/b&gt;."</string>
1201ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="sms_short_code_details" msgid="3492025719868078457">"This "<font fgcolor="#ffffb060">"may cause charges"</font>" on your mobile account."</string>
1202ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="sms_premium_short_code_details" msgid="5523826349105123687"><font fgcolor="#ffffb060">"This will cause charges on your mobile account."</font></string>
12033e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_allow" msgid="4458878637111023413">"Send"</string>
12043e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_deny" msgid="2927389840209170706">"Cancel"</string>
12053e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_remember_choice" msgid="5289538592272218136">"Remember my choice"</string>
1206ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="sms_short_code_remember_undo_instruction" msgid="4960944133052287484">"You can change this later in Settings &gt; Apps"</string>
12073e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_always_allow" msgid="3241181154869493368">"Always Allow*"</string>
12083e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_never_allow" msgid="446992765774269673">"Never Allow"</string>
12093a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_removed_title" msgid="6227712319223226185">"SIM card removed"</string>
12108da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="sim_removed_message" msgid="2333164559970958645">"The mobile network will be unavailable until you restart with a valid SIM card inserted."</string>
12113a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_done_button" msgid="827949989369963775">"Done"</string>
12123a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_added_title" msgid="3719670512889674693">"SIM card added"</string>
12136f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sim_added_message" msgid="6599945301141050216">"Restart your device to access the mobile network."</string>
12143a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_restart_button" msgid="4722407842815232347">"Restart"</string>
1215a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="time_picker_dialog_title" msgid="8349362623068819295">"Set time"</string>
12167b3bfca2599418279a631e47498370136f93a792Eric Fischer    <string name="date_picker_dialog_title" msgid="5879450659453782278">"Set date"</string>
1217113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="date_time_set" msgid="5777075614321087758">"Set"</string>
12187866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_time_done" msgid="2507683751759308828">"Done"</string>
1219bdb7eb0746555188a403a18623d94874d64bb8d6Baligh Uddin    <string name="perms_new_perm_prefix" msgid="8257740710754301407"><font size="12" fgcolor="#ff33b5e5">"NEW: "</font></string>
122045f110fb0df6de1496e0904918f9ca4eb406eb85Eric Fischer    <string name="perms_description_app" msgid="5139836143293299417">"Provided by <xliff:g id="APP_NAME">%1$s</xliff:g>."</string>
1221657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="no_permissions" msgid="7283357728219338112">"No permission required"</string>
12223e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="perm_costs_money" msgid="4902470324142151116">"this may cost you money"</string>
12236f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_activity_title" msgid="4465055157209648641">"USB mass storage"</string>
1224113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_title" msgid="5901459041398751495">"USB connected"</string>
12256f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_message" product="nosdcard" msgid="3308538094316477839">"You\'ve connected to your computer via USB. Touch the button below if you want to copy files between your computer and your Android\'s USB storage."</string>
12266f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_message" product="default" msgid="805351000446037811">"You\'ve connected to your computer via USB. Touch the button below if you want to copy files between your computer and your Android\'s SD card."</string>
12270d1d2a7a2c27794ebd76c4f8f82708d742adb9cdEric Fischer    <string name="usb_storage_button_mount" msgid="1052259930369508235">"Turn on USB storage"</string>
12286f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_error_message" product="nosdcard" msgid="3017045217365540658">"There\'s a problem using your USB storage for USB mass storage."</string>
12296f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_error_message" product="default" msgid="2876018512716970313">"There\'s a problem using your SD card for USB mass storage."</string>
1230113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_notification_title" msgid="8175892554757216525">"USB connected"</string>
12316f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_notification_message" msgid="939822783828183763">"Touch to copy files to/from your computer."</string>
1232113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_notification_title" msgid="2336058396663516017">"Turn off USB storage"</string>
12336f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_stop_notification_message" msgid="1656852098555623822">"Touch to turn off USB storage."</string>
1234113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_title" msgid="660129851708775853">"USB storage in use"</string>
12356f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_stop_message" product="nosdcard" msgid="4264025280777219521">"Before turning off USB storage, unmount (\"eject\") your Android\'s USB storage from your computer."</string>
12366f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_stop_message" product="default" msgid="8043969782460613114">"Before turning off USB storage, unmount (\"eject\") your Android\'s SD card from your computer."</string>
1237113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_button_mount" msgid="7060218034900696029">"Turn off USB storage"</string>
12386f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_stop_error_message" msgid="1970374898263063836">"There was a problem turning off USB storage. Check that you\'ve unmounted the USB host, then try again."</string>
1239113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dlg_confirm_kill_storage_users_title" msgid="963039033470478697">"Turn off USB storage"</string>
12406f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="dlg_confirm_kill_storage_users_text" msgid="5100428757107469454">"If you turn on USB storage, some apps that you\'re using will stop and may be unavailable until you turn off USB storage."</string>
12416a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="dlg_error_title" msgid="7323658469626514207">"USB operation unsuccessful"</string>
1242113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dlg_ok" msgid="7376953167039865701">"OK"</string>
124367fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_mtp_notification_title" msgid="3699913097391550394">"Connected as a media device"</string>
124467fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_ptp_notification_title" msgid="1960817192216064833">"Connected as a camera"</string>
124567fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_cd_installer_notification_title" msgid="6774712827892090754">"Connected as an installer"</string>
12465a4e75e2e260d077bfdb285bef03760852b87651Eric Fischer    <string name="usb_accessory_notification_title" msgid="7848236974087653666">"Connected to a USB accessory"</string>
12476f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_notification_message" msgid="2290859399983720271">"Touch for other USB options."</string>
124826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_title" product="nosdcard" msgid="9020092196061007262">"Format USB storage?"</string>
124926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_title" product="default" msgid="3648415921526526069">"Format SD card?"</string>
125026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_message" product="nosdcard" msgid="3934016853425761078">"All files stored in your USB storage will be erased. This action can\'t be reversed!"</string>
125126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_message" product="default" msgid="14131895027543830">"All data on your card will be lost."</string>
1252113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="extmedia_format_button_format" msgid="4131064560127478695">"Format"</string>
1253113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="adb_active_notification_title" msgid="6729044778949189918">"USB debugging connected"</string>
125426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="adb_active_notification_message" msgid="1016654627626476142">"Touch to disable USB debugging."</string>
125526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="select_input_method" msgid="4653387336791222978">"Choose input method"</string>
125626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="configure_input_methods" msgid="9091652157722495116">"Set up input methods"</string>
12575ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="use_physical_keyboard" msgid="6203112478095117625">"Physical keyboard"</string>
12585ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="hardware" msgid="7517821086888990278">"Hardware"</string>
1259e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="select_keyboard_layout_notification_title" msgid="1407367017263030773">"Select keyboard layout"</string>
1260e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="select_keyboard_layout_notification_message" msgid="4465907700449257063">"Touch to select a keyboard layout."</string>
1261113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fast_scroll_alphabet" msgid="5433275485499039199">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
1262113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fast_scroll_numeric_alphabet" msgid="4030170524595123610">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
1263113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="candidates_style" msgid="4333913089637062257"><u>"candidates"</u></string>
1264c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_checking_notification_title" product="nosdcard" msgid="3449816005351468560">"Preparing USB storage"</string>
1265113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_checking_notification_title" product="default" msgid="5457603418970994050">"Preparing SD card"</string>
1266113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_checking_notification_message" msgid="8287319882926737053">"Checking for errors."</string>
1267c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nofs_notification_title" product="nosdcard" msgid="7788040745686229307">"Blank USB storage"</string>
1268113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nofs_notification_title" product="default" msgid="780477838241212997">"Blank SD card"</string>
12696f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_nofs_notification_message" product="nosdcard" msgid="7840121067427269500">"USB storage is blank or has unsupported filesystem."</string>
12706f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_nofs_notification_message" product="default" msgid="8641065641786923604">"SD card is blank or has unsupported file system."</string>
1271c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_unmountable_notification_title" product="nosdcard" msgid="2090046769532713563">"Damaged USB storage"</string>
1272113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_unmountable_notification_title" product="default" msgid="6410723906019100189">"Damaged SD card"</string>
12736f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_unmountable_notification_message" product="nosdcard" msgid="1795917578395333280">"USB storage is damaged. Try reformatting it."</string>
12746f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_unmountable_notification_message" product="default" msgid="1753898567525568253">"SD card is damaged. Try reformatting it."</string>
1275c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_badremoval_notification_title" product="nosdcard" msgid="1661683031330951073">"USB storage removed unexpectedly"</string>
1276113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_badremoval_notification_title" product="default" msgid="6872152882604407837">"SD card removed unexpectedly"</string>
1277c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_badremoval_notification_message" product="nosdcard" msgid="4329848819865594241">"Unmount USB storage before removing to avoid data loss."</string>
1278113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_badremoval_notification_message" product="default" msgid="7260183293747448241">"Unmount SD card before removing to avoid data loss."</string>
1279c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_safe_unmount_notification_title" product="nosdcard" msgid="3967973893270360230">"USB storage safe to remove"</string>
1280113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_safe_unmount_notification_title" product="default" msgid="6729801130790616200">"SD card safe to remove"</string>
1281c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_safe_unmount_notification_message" product="nosdcard" msgid="6142195361606493530">"You can safely remove USB storage."</string>
1282113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_safe_unmount_notification_message" product="default" msgid="568841278138377604">"You can safely remove SD card."</string>
1283c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nomedia_notification_title" product="nosdcard" msgid="4486377230140227651">"Removed USB storage"</string>
1284113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nomedia_notification_title" product="default" msgid="8902518030404381318">"Removed SD card"</string>
1285c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nomedia_notification_message" product="nosdcard" msgid="6921126162580574143">"USB storage removed. Insert new media."</string>
1286113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nomedia_notification_message" product="default" msgid="3870120652983659641">"SD card removed. Insert a new one."</string>
12876f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="activity_list_empty" msgid="1675388330786841066">"No matching activities found."</string>
1288113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_pkgUsageStats" msgid="8787352074326748892">"update component usage statistics"</string>
128926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_pkgUsageStats" msgid="1106612424254277630">"Allows the app to modify collected component usage statistics. Not for use by normal apps."</string>
129026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_copyProtectedData" msgid="4341036311211406692">"copy content"</string>
129126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_copyProtectedData" msgid="4390697124288317831">"Allows the app to invoke default container service to copy content. Not for use by normal apps."</string>
129242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permlab_route_media_output" msgid="1642024455750414694">"Route media output"</string>
129342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_route_media_output" msgid="4932818749547244346">"Allows an application to route media output to other external devices."</string>
1294934064b764de240278752d2195aff93954fb7f72Baligh Uddin    <string name="permlab_access_keyguard_secure_storage" msgid="7565552237977815047">"Access keyguard secure storage"</string>
1295934064b764de240278752d2195aff93954fb7f72Baligh Uddin    <string name="permdesc_access_keyguard_secure_storage" msgid="5866245484303285762">"Allows an application to access keyguard secure storage."</string>
12960f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permlab_control_keyguard" msgid="172195184207828387">"Control displaying and hiding keyguard"</string>
12970f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_control_keyguard" msgid="3043732290518629061">"Allows an application to control keyguard."</string>
129826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="tutorial_double_tap_to_zoom_message_short" msgid="4070433208160063538">"Touch twice for zoom control"</string>
12996f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="gadget_host_error_inflating" msgid="4882004314906466162">"Couldn\'t add widget."</string>
1300113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_go" msgid="8320845651737369027">"Go"</string>
1301113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_search" msgid="658110271822807811">"Search"</string>
1302113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_send" msgid="2316166556349314424">"Send"</string>
1303113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_next" msgid="3138843904009813834">"Next"</string>
1304113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_done" msgid="8971516117910934605">"Done"</string>
1305c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ime_action_previous" msgid="1443550039250105948">"Prev"</string>
1306113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_default" msgid="2840921885558045721">"Execute"</string>
13071c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="dial_number_using" msgid="5789176425167573586">"Dial number\n using <xliff:g id="NUMBER">%s</xliff:g>"</string>
13081c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="create_contact_using" msgid="4947405226788104538">"Create contact\n using <xliff:g id="NUMBER">%s</xliff:g>"</string>
130926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="grant_credentials_permission_message_header" msgid="2106103817937859662">"The following one or more applications request permission to access your account, now and in the future."</string>
1310113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="grant_credentials_permission_message_footer" msgid="3125211343379376561">"Do you want to allow this request?"</string>
13116f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="grant_permissions_header_text" msgid="6874497408201826708">"Access request"</string>
1312113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="allow" msgid="7225948811296386551">"Allow"</string>
1313113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="deny" msgid="2081879885755434506">"Deny"</string>
13146f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permission_request_notification_title" msgid="6486759795926237907">"Permission requested"</string>
13151c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="permission_request_notification_with_subtitle" msgid="8530393139639560189">"Permission requested\nfor account <xliff:g id="ACCOUNT">%s</xliff:g>."</string>
1316113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="input_method_binding_label" msgid="1283557179944992649">"Input Method"</string>
1317113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="sync_binding_label" msgid="3687969138375092423">"Sync"</string>
1318113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="accessibility_binding_label" msgid="4148120742096474641">"Accessibility"</string>
1319113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="wallpaper_binding_label" msgid="1240087844304687662">"Wallpaper"</string>
1320113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="chooser_wallpaper" msgid="7873476199295190279">"Change wallpaper"</string>
132166e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="notification_listener_binding_label" msgid="2014162835481906429">"Notification listener"</string>
13226f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_title" msgid="19615213552042827">"VPN activated"</string>
132367fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="vpn_title_long" msgid="6400714798049252294">"VPN is activated by <xliff:g id="APP">%s</xliff:g>"</string>
13246f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_text" msgid="3011306607126450322">"Touch to manage the network."</string>
13256f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_text_long" msgid="6407351006249174473">"Connected to <xliff:g id="SESSION">%s</xliff:g>. Touch to manage the network."</string>
1326e479ac121d18660eb9b5ec798cee7e7fdb0a7cb4Baligh Uddin    <string name="vpn_lockdown_connecting" msgid="6443438964440960745">"Always-on VPN connecting…"</string>
1327e479ac121d18660eb9b5ec798cee7e7fdb0a7cb4Baligh Uddin    <string name="vpn_lockdown_connected" msgid="8202679674819213931">"Always-on VPN connected"</string>
1328e479ac121d18660eb9b5ec798cee7e7fdb0a7cb4Baligh Uddin    <string name="vpn_lockdown_error" msgid="6009249814034708175">"Always-on VPN error"</string>
13292973ccdba848b03cabba95f2b8eeae1b4204713eBaligh Uddin    <string name="vpn_lockdown_config" msgid="6415899150671537970">"Touch to configure"</string>
1330113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="upload_file" msgid="2897957172366730416">"Choose file"</string>
1331113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="no_file_chosen" msgid="6363648562170759465">"No file chosen"</string>
1332113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="reset" msgid="2448168080964209908">"Reset"</string>
1333113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="submit" msgid="1602335572089911941">"Submit"</string>
1334113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="car_mode_disable_notification_title" msgid="3164768212003864316">"Car mode enabled"</string>
13356f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="car_mode_disable_notification_message" msgid="8035230537563503262">"Touch to exit car mode."</string>
1336113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="tethered_notification_title" msgid="3146694234398202601">"Tethering or hotspot active"</string>
13376f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="tethered_notification_message" msgid="6857031760103062982">"Touch to set up."</string>
1338113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="back_button_label" msgid="2300470004503343439">"Back"</string>
1339113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="next_button_label" msgid="1080555104677992408">"Next"</string>
1340c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="skip_button_label" msgid="1275362299471631819">"Skip"</string>
1341113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="throttle_warning_notification_title" msgid="4890894267454867276">"High mobile data use"</string>
13426f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="throttle_warning_notification_message" msgid="3340822228599337743">"Touch to learn more about mobile data use."</string>
1343113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="throttled_notification_title" msgid="6269541897729781332">"Mobile data limit exceeded"</string>
13446f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="throttled_notification_message" msgid="5443457321354907181">"Touch to learn more about mobile data use."</string>
1345c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="no_matches" msgid="8129421908915840737">"No matches"</string>
1346c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="find_on_page" msgid="1946799233822820384">"Find on page"</string>
1347c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer  <plurals name="matches_found">
1348c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <item quantity="one" msgid="8167147081136579439">"1 Match"</item>
1349c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <item quantity="other" msgid="4641872797067609177">"<xliff:g id="INDEX">%d</xliff:g> of <xliff:g id="TOTAL">%d</xliff:g>"</item>
1350c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer  </plurals>
1351c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="action_mode_done" msgid="7217581640461922289">"Done"</string>
13526f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_unmounting" product="nosdcard" msgid="3923810448507612746">"Unmounting USB storage…"</string>
13536f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_unmounting" product="default" msgid="1327894998409537190">"Unmounting SD card…"</string>
13546f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_erasing" product="nosdcard" msgid="4521573321524340058">"Erasing USB storage..."</string>
13556f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_erasing" product="default" msgid="6596988875507043042">"Erasing SD card…"</string>
13566a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="format_error" product="nosdcard" msgid="6299769563624776948">"Couldn\'t erase USB storage."</string>
13576a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="format_error" product="default" msgid="7315248696644510935">"Couldn\'t erase SD card."</string>
1358c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_bad_removal" msgid="7960864061016603281">"SD card was removed before being unmounted."</string>
1359c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_checking" product="nosdcard" msgid="418188720009569693">"USB storage is currently being checked."</string>
1360c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_checking" product="default" msgid="7334762503904827481">"SD card is currently being checked."</string>
1361c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_removed" msgid="7001526905057952097">"SD card has been removed."</string>
1362c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_shared" product="nosdcard" msgid="5830814349250834225">"USB storage is currently in use by a computer."</string>
1363c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_shared" product="default" msgid="5706130568133540435">"SD card is currently in use by a computer."</string>
1364c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_unknown_state" msgid="729192782197290385">"External media in unknown state."</string>
1365c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="share" msgid="1778686618230011964">"Share"</string>
1366c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="find" msgid="4808270900322985960">"Find"</string>
1367c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="websearch" msgid="4337157977400211589">"Web Search"</string>
136854323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="find_next" msgid="5742124618942193978">"Find next"</string>
136954323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="find_previous" msgid="2196723669388360506">"Find previous"</string>
1370f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsNotifTicker" msgid="5622683912616496172">"Location request from <xliff:g id="NAME">%s</xliff:g>"</string>
1371f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsNotifTitle" msgid="5446858717157416839">"Location request"</string>
1372f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsNotifMessage" msgid="1374718023224000702">"Requested by <xliff:g id="NAME">%1$s</xliff:g> (<xliff:g id="SERVICE">%2$s</xliff:g>)"</string>
1373f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsVerifYes" msgid="2346566072867213563">"Yes"</string>
1374f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsVerifNo" msgid="1146564937346454865">"No"</string>
1375f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="sync_too_many_deletes" msgid="5296321850662746890">"Deletion limit exceeded"</string>
13766f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_too_many_deletes_desc" msgid="496551671008694245">"There are <xliff:g id="NUMBER_OF_DELETED_ITEMS">%1$d</xliff:g> deleted items for <xliff:g id="TYPE_OF_SYNC">%2$s</xliff:g>, account <xliff:g id="ACCOUNT_NAME">%3$s</xliff:g>. What do you want to do?"</string>
13776f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_really_delete" msgid="2572600103122596243">"Delete the items"</string>
13786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_undo_deletes" msgid="2941317360600338602">"Undo the deletes"</string>
13796f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_do_nothing" msgid="3743764740430821845">"Do nothing for now"</string>
138026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="choose_account_label" msgid="5655203089746423927">"Choose an account"</string>
1381d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="add_account_label" msgid="2935267344849993553">"Add an account"</string>
1382d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="add_account_button_label" msgid="3611982894853435874">"Add account"</string>
13837866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="number_picker_increment_button" msgid="2412072272832284313">"Increase"</string>
13847866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="number_picker_decrement_button" msgid="476050778386779067">"Decrease"</string>
138514766b1910349bdb6b426ca7f769fa868bc00190Eric Fischer    <string name="number_picker_increment_scroll_mode" msgid="3073101067441638428">"<xliff:g id="VALUE">%s</xliff:g> touch and hold."</string>
13867866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="number_picker_increment_scroll_action" msgid="9101473045891835490">"Slide up to increase and down to decrease."</string>
13877866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_increment_minute_button" msgid="8865885114028614321">"Increase minute"</string>
13887866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_decrement_minute_button" msgid="6246834937080684791">"Decrease minute"</string>
13897866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_increment_hour_button" msgid="3652056055810223139">"Increase hour"</string>
13907866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_decrement_hour_button" msgid="1377479863429214792">"Decrease hour"</string>
139178cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_increment_set_pm_button" msgid="4147590696151230863">"Set p.m."</string>
139278cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_decrement_set_am_button" msgid="8302140353539486752">"Set a.m."</string>
13937866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_increment_month_button" msgid="5369998479067934110">"Increase month"</string>
13947866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_decrement_month_button" msgid="1832698995541726019">"Decrease month"</string>
13957866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_increment_day_button" msgid="7130465412308173903">"Increase day"</string>
13967866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_decrement_day_button" msgid="4131881521818750031">"Decrease day"</string>
13977866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_increment_year_button" msgid="6318697384310808899">"Increase year"</string>
13987866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_decrement_year_button" msgid="4482021813491121717">"Decrease year"</string>
13996a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_alt" msgid="4856868820040051939">"Alt"</string>
14006a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_cancel" msgid="1203984017245783244">"Cancel"</string>
14016a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_delete" msgid="3337914833206635744">"Delete"</string>
14026a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_done" msgid="1992571118466679775">"Done"</string>
14036a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_mode_change" msgid="4547387741906537519">"Mode change"</string>
14046a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_shift" msgid="2270748814315147690">"Shift"</string>
14056a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_enter" msgid="2985864015076059467">"Enter"</string>
140626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activitychooserview_choose_application" msgid="2125168057199941199">"Choose an app"</string>
140703e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="shareactionprovider_share_with" msgid="806688056141131819">"Share with"</string>
140803e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="shareactionprovider_share_with_application" msgid="5627411384638389738">"Share with <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string>
140926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="content_description_sliding_handle" msgid="415975056159262248">"Sliding handle. Touch &amp; hold."</string>
14107866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="description_direction_up" msgid="7169032478259485180">"Slide up for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
14117866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="description_direction_down" msgid="5087739728639014595">"Slide down for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
14127866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="description_direction_left" msgid="7207478719805562165">"Slide left for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
14137866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="description_direction_right" msgid="8034433242579600980">"Slide right for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
14145820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_unlock" msgid="2228524900439801453">"Unlock"</string>
14155820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_camera" msgid="969071997552486814">"Camera"</string>
14165820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_silent" msgid="893551287746522182">"Silent"</string>
14175820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_soundon" msgid="30052466675500172">"Sound on"</string>
14187866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="description_target_search" msgid="3091587249776033139">"Search"</string>
141926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="description_target_unlock_tablet" msgid="3833195335629795055">"Swipe to unlock."</string>
14206f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="keyboard_headset_required_to_hear_password" msgid="7011927352267668657">"Plug in a headset to hear password keys spoken."</string>
142103e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="keyboard_password_character_no_headset" msgid="2859873770886153678">"Dot"</string>
142289234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_bar_home_description" msgid="5293600496601490216">"Navigate home"</string>
142389234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_bar_up_description" msgid="2237496562952152589">"Navigate up"</string>
142489234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_menu_overflow_description" msgid="2295659037509008453">"More options"</string>
142566e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="action_bar_home_description_format" msgid="7965984360903693903">"%1$s, %2$s"</string>
142666e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="action_bar_home_subtitle_description_format" msgid="6985546530471780727">"%1$s, %2$s, %3$s"</string>
14276f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="storage_internal" msgid="4891916833657929263">"Internal storage"</string>
14286f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="storage_sd_card" msgid="3282948861378286745">"SD card"</string>
14298447a13f9cdc87b5dbb865ad2d55fe2d6ea87294Eric Fischer    <string name="storage_usb" msgid="3017954059538517278">"USB storage"</string>
14306f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="extract_edit_menu_button" msgid="8940478730496610137">"Edit"</string>
14316d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_warning_title" msgid="1955638862122232342">"Data usage warning"</string>
14326f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_warning_body" msgid="2814673551471969954">"Touch to view usage and settings."</string>
14336d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_3g_limit_title" msgid="7093334419518706686">"2G-3G data disabled"</string>
14346d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_4g_limit_title" msgid="7636489436819470761">"4G data disabled"</string>
14356d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_mobile_limit_title" msgid="7869402519391631884">"Mobile data disabled"</string>
14366a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_wifi_limit_title" msgid="8992154736441284865">"Wi-Fi data disabled"</string>
14376f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_limit_body" msgid="3317964706973601386">"Touch to enable."</string>
143823018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_3g_limit_snoozed_title" msgid="7026739121138005231">"2G-3G data limit exceeded"</string>
143923018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_4g_limit_snoozed_title" msgid="1106562779311209039">"4G data limit exceeded"</string>
144023018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_mobile_limit_snoozed_title" msgid="279240572165412168">"Mobile data limit exceeded"</string>
14416a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_wifi_limit_snoozed_title" msgid="8743856006384825974">"Wi-Fi data limit exceeded"</string>
14426f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_limit_snoozed_body" msgid="7035490278298441767">"<xliff:g id="SIZE">%s</xliff:g> over specified limit."</string>
14436a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_restricted_title" msgid="5965157361036321914">"Background data restricted"</string>
14446f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_restricted_body" msgid="6741521330997452990">"Touch to remove restriction."</string>
1445ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="ssl_certificate" msgid="6510040486049237639">"Security certificate"</string>
1446ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="ssl_certificate_is_valid" msgid="6825263250774569373">"This certificate is valid."</string>
1447ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_to" msgid="454239480274921032">"Issued to:"</string>
1448ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="common_name" msgid="2233209299434172646">"Common name:"</string>
1449ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="org_name" msgid="6973561190762085236">"Organisation:"</string>
1450ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="org_unit" msgid="7265981890422070383">"Organisational unit:"</string>
1451ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_by" msgid="2647584988057481566">"Issued by:"</string>
1452ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="validity_period" msgid="8818886137545983110">"Validity:"</string>
1453ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_on" msgid="5895017404361397232">"Issued on:"</string>
1454ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="expires_on" msgid="3676242949915959821">"Expires on:"</string>
145567fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="serial_number" msgid="758814067660862493">"Serial number:"</string>
145667fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="fingerprints" msgid="4516019619850763049">"Fingerprints:"</string>
145767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="sha256_fingerprint" msgid="4391271286477279263">"SHA-256 fingerprint"</string>
145867fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="sha1_fingerprint" msgid="7930330235269404581">"SHA-1 fingerprint"</string>
145926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activity_chooser_view_see_all" msgid="4292569383976636200">"See all"</string>
146026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activity_chooser_view_dialog_title_default" msgid="4710013864974040615">"Choose activity"</string>
146126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="share_action_provider_share_with" msgid="5247684435979149216">"Share with"</string>
14626a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="list_delimeter" msgid="3975117572185494152">", "</string>
14636f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sending" msgid="3245653681008218030">"Sending…"</string>
14644a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="launchBrowserDefault" msgid="2057951947297614725">"Launch Browser?"</string>
14656f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="SetupCallDefault" msgid="5834948469253758575">"Accept call?"</string>
1466672bc8265959019737d43c123a6eeafc6a2407c0Eric Fischer    <string name="activity_resolver_use_always" msgid="8017770747801494933">"Always"</string>
1467e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="activity_resolver_use_once" msgid="2404644797149173758">"Just once"</string>
14686135e52e82de0bd3830fe093462881251d5e3d41Eric Fischer    <string name="default_audio_route_name" product="tablet" msgid="4617053898167127471">"Tablet"</string>
1469a7c7d759b344613434853c022c6903c0c2609d81Ying Wang    <string name="default_audio_route_name" product="default" msgid="4239291273420140123">"Phone"</string>
147042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="default_audio_route_name_headphones" msgid="8119971843803439110">"Headphones"</string>
147142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="default_audio_route_name_dock_speakers" msgid="6240602982276591864">"Dock speakers"</string>
1472ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="default_media_route_name_hdmi" msgid="2450970399023478055">"HDMI"</string>
147342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="default_audio_route_category_name" msgid="3722811174003886946">"System"</string>
14746bb5290e714da472ba62b5f21f575008886144fcYing Wang    <string name="bluetooth_a2dp_audio_route_name" msgid="8575624030406771015">"Bluetooth audio"</string>
14754e508f775caedcb11c12ed53969d3e9fda679018Baligh Uddin    <string name="wireless_display_route_description" msgid="9070346425023979651">"Wireless display"</string>
14766bb5290e714da472ba62b5f21f575008886144fcYing Wang    <string name="media_route_chooser_grouping_done" msgid="7966438307723317169">"Done"</string>
147754f5c30387cd66b1a6dc94d99e439b31ca745340Ying Wang    <string name="media_route_button_content_description" msgid="5758553567065145276">"Media output"</string>
1478ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_scanning" msgid="7279908761758293783">"Scanning..."</string>
1479ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_connecting" msgid="6422571716007825440">"Connecting..."</string>
1480ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_available" msgid="6983258067194649391">"Available"</string>
1481ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_not_available" msgid="6739899962681886401">"Not available"</string>
14821819d6acfad477498603ab941b5f46d5caea0601Baligh Uddin    <string name="media_route_status_in_use" msgid="4533786031090198063">"In use"</string>
14839a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="display_manager_built_in_display_name" msgid="2583134294292563941">"Built-in Screen"</string>
1484fe11913c0c7784799845873eea08130414e9f40bBaligh Uddin    <string name="display_manager_hdmi_display_name" msgid="1555264559227470109">"HDMI Screen"</string>
14859a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="display_manager_overlay_display_name" msgid="5142365982271620716">"Overlay #<xliff:g id="ID">%1$d</xliff:g>"</string>
1486fe11913c0c7784799845873eea08130414e9f40bBaligh Uddin    <string name="display_manager_overlay_display_title" msgid="652124517672257172">"<xliff:g id="NAME">%1$s</xliff:g>: <xliff:g id="WIDTH">%2$d</xliff:g>x<xliff:g id="HEIGHT">%3$d</xliff:g>, <xliff:g id="DPI">%4$d</xliff:g> dpi"</string>
1487ff16e3728dc38efdd476f42350f14e8996b3dbedBaligh Uddin    <string name="display_manager_overlay_display_secure_suffix" msgid="6022119702628572080">", secure"</string>
1488345fec638048e1ae74ca0cbe0384f679c2d7b6b5Baligh Uddin    <string name="wifi_display_notification_title" msgid="2223050649240326557">"Wireless display is connected"</string>
1489345fec638048e1ae74ca0cbe0384f679c2d7b6b5Baligh Uddin    <string name="wifi_display_notification_message" msgid="4498802012464170685">"This screen is showing on another device"</string>
1490345fec638048e1ae74ca0cbe0384f679c2d7b6b5Baligh Uddin    <string name="wifi_display_notification_disconnect" msgid="6183754463561153372">"Disconnect"</string>
14919a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_emergency_call_label" msgid="684946192523830531">"Emergency call"</string>
14929a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_forgot_pattern_button_text" msgid="8852021467868220608">"Forgot Pattern"</string>
14939a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_wrong_pattern" msgid="1850806070801358830">"Wrong Pattern"</string>
14949a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_wrong_password" msgid="2333281762128113157">"Wrong Password"</string>
14959a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_wrong_pin" msgid="1131306510833563801">"Wrong PIN"</string>
1496f53efeec68f8e57b8c83adbc5afefe55952a64f8Baligh Uddin    <string name="kg_too_many_failed_attempts_countdown" msgid="6358110221603297548">"Try again in <xliff:g id="NUMBER">%1$d</xliff:g> seconds."</string>
14979a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_pattern_instructions" msgid="398978611683075868">"Draw your pattern"</string>
14989a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_sim_pin_instructions" msgid="2319508550934557331">"Enter SIM PIN"</string>
14999a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_pin_instructions" msgid="2377242233495111557">"Enter PIN"</string>
15009a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_password_instructions" msgid="5753646556186936819">"Enter Password"</string>
1501ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_puk_enter_puk_hint" msgid="453227143861735537">"SIM is now disabled. Enter PUK code to continue. Contact carrier for details."</string>
1502ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_puk_enter_pin_hint" msgid="7871604527429602024">"Enter desired PIN code"</string>
1503ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_enter_confirm_pin_hint" msgid="325676184762529976">"Confirm desired PIN code"</string>
15049a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_sim_unlock_progress_dialog_message" msgid="8950398016976865762">"Unlocking SIM card…"</string>
15059a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_password_wrong_pin_code" msgid="1139324887413846912">"Incorrect PIN code."</string>
15069a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_invalid_sim_pin_hint" msgid="8795159358110620001">"Type a PIN that is 4 to 8 numbers."</string>
1507ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_invalid_sim_puk_hint" msgid="7553388325654369575">"PUK code should be 8 numbers or more."</string>
1508ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_invalid_puk" msgid="3638289409676051243">"Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM."</string>
1509ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_invalid_confirm_pin_hint" product="default" msgid="7003469261464593516">"PIN codes do not match"</string>
15109a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_too_many_attempts" msgid="6486842094005698475">"Too many pattern attempts"</string>
15119a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_instructions" msgid="1100551261265506448">"To unlock, sign in with your Google account."</string>
15129a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_username_hint" msgid="5718534272070920364">"Username (email)"</string>
15139a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_password_hint" msgid="9057289103827298549">"Password"</string>
15149a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_submit_button" msgid="5355904582674054702">"Sign in"</string>
15159a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_invalid_input" msgid="5754664119319872197">"Invalid username or password."</string>
15161c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="kg_login_account_recovery_hint" msgid="5690709132841752974">"Forgot your username or password?\nVisit "<b>"google.com/accounts/recovery"</b>"."</string>
151725ca56e44a468ba26a4da15dcf42a3f98cffb0d0Baligh Uddin    <string name="kg_login_checking_password" msgid="1052685197710252395">"Checking account…"</string>
15181c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="kg_too_many_failed_pin_attempts_dialog_message" msgid="8276745642049502550">"You have incorrectly typed your PIN <xliff:g id="NUMBER_0">%d</xliff:g> times. \n\nTry again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
15191c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="kg_too_many_failed_password_attempts_dialog_message" msgid="7813713389422226531">"You have incorrectly typed your password <xliff:g id="NUMBER_0">%d</xliff:g> times. \n\nTry again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
15201c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="kg_too_many_failed_pattern_attempts_dialog_message" msgid="74089475965050805">"You have incorrectly drawn your unlock pattern <xliff:g id="NUMBER_0">%d</xliff:g> times. \n\nTry again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
15219a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_failed_attempts_almost_at_wipe" product="tablet" msgid="1575557200627128949">"You have incorrectly attempted to unlock the tablet <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, the tablet will be reset to factory default and all user data will be lost."</string>
15229a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_failed_attempts_almost_at_wipe" product="default" msgid="4051015943038199910">"You have incorrectly attempted to unlock the phone <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, the phone will be reset to factory default and all user data will be lost."</string>
15239a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_failed_attempts_now_wiping" product="tablet" msgid="2072996269148483637">"You have incorrectly attempted to unlock the tablet <xliff:g id="NUMBER">%d</xliff:g> times. The tablet will now be reset to factory default."</string>
15249a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_failed_attempts_now_wiping" product="default" msgid="4817627474419471518">"You have incorrectly attempted to unlock the phone <xliff:g id="NUMBER">%d</xliff:g> times. The phone will now be reset to factory default."</string>
15251c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="kg_failed_attempts_almost_at_login" product="tablet" msgid="3253575572118914370">"You have incorrectly drawn your unlock pattern <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, you will be asked to unlock your tablet using an email account.\n\n Try again in <xliff:g id="NUMBER_2">%d</xliff:g> seconds."</string>
15261c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="kg_failed_attempts_almost_at_login" product="default" msgid="1437638152015574839">"You have incorrectly drawn your unlock pattern <xliff:g id="NUMBER_0">%d</xliff:g> times. After <xliff:g id="NUMBER_1">%d</xliff:g> more unsuccessful attempts, you will be asked to unlock your phone using an email account.\n\n Try again in <xliff:g id="NUMBER_2">%d</xliff:g> seconds."</string>
152739b1f03e17804346e0ce33ef2f8c646788d2a5b5Baligh Uddin    <string name="kg_text_message_separator" product="default" msgid="4160700433287233771">" — "</string>
152839b1f03e17804346e0ce33ef2f8c646788d2a5b5Baligh Uddin    <string name="kg_reordering_delete_drop_target_text" msgid="7899202978204438708">"Remove"</string>
15291c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="safe_media_volume_warning" product="default" msgid="7324161939475478066">"Raise volume above recommended level?\nListening at high volume for long periods may damage your hearing."</string>
1530bd6e33b8cff5e90bbe9fc0ce4741758fce6478bdBaligh Uddin    <string name="continue_to_enable_accessibility" msgid="1626427372316070258">"Keep holding down two fingers to enable accessibility."</string>
1531ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="accessibility_enabled" msgid="1381972048564547685">"Accessibility enabled."</string>
1532ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="enable_accessibility_canceled" msgid="3833923257966635673">"Accessibility cancelled."</string>
1533ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="user_switched" msgid="3768006783166984410">"Current user <xliff:g id="NAME">%1$s</xliff:g>."</string>
15346a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="owner_name" msgid="2716755460376028154">"Owner"</string>
1535572c2410478b18b948e127b182fe03f28067943bBaligh Uddin    <string name="error_message_title" msgid="4510373083082500195">"Error"</string>
1536c15f410d97cf1aecaeaeacc0db5e848178928c71Baligh Uddin    <string name="app_no_restricted_accounts" msgid="5739463249673727736">"This app doesn\'t support accounts for restricted profiles"</string>
1537572c2410478b18b948e127b182fe03f28067943bBaligh Uddin    <string name="app_not_found" msgid="3429141853498927379">"No application found to handle this action"</string>
153866e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="revoke" msgid="5404479185228271586">"Revoke"</string>
1539d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a0" msgid="7875427489420821793">"ISO A0"</string>
1540d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a1" msgid="3760734499050875356">"ISO A1"</string>
1541d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a2" msgid="5973266378020144382">"ISO A2"</string>
1542d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a3" msgid="1373407105687300884">"ISO A3"</string>
1543d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a4" msgid="6689772807982597254">"ISO A4"</string>
1544d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a5" msgid="5353549652015741040">"ISO A5"</string>
1545d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a6" msgid="8585038048674911907">"ISO A6"</string>
1546d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a7" msgid="6641836716963839119">"ISO A7"</string>
1547d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a8" msgid="7571139437465693355">"ISO A8"</string>
1548d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a9" msgid="1378455891957115079">"ISO A9"</string>
1549d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_a10" msgid="2480747457429475344">"ISO A10"</string>
1550d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b0" msgid="3965935097661108039">"ISO B0"</string>
1551d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b1" msgid="2505753285010115437">"ISO B1"</string>
1552d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b2" msgid="8763874709859458453">"ISO B2"</string>
1553d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b3" msgid="4210506688191764076">"ISO B3"</string>
1554d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b4" msgid="5749404165888526034">"ISO B4"</string>
1555d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b5" msgid="7640627414621904733">"ISO B5"</string>
1556d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b6" msgid="7342988864712748544">"ISO B6"</string>
1557d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b7" msgid="5069844065235382429">"ISO B7"</string>
1558d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b8" msgid="7316818922278779774">"ISO B8"</string>
1559d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b9" msgid="5414727094026532341">"ISO B9"</string>
1560d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_b10" msgid="5251253731832048185">"ISO B10"</string>
1561d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c0" msgid="4003138342671964217">"ISO C0"</string>
1562d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c1" msgid="1935188063393553008">"ISO C1"</string>
1563d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c2" msgid="3197307969712069904">"ISO C2"</string>
1564d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c3" msgid="4335826087321913508">"ISO C3"</string>
1565d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c4" msgid="3745639598281015005">"ISO C4"</string>
1566d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c5" msgid="8269457765822791013">"ISO C5"</string>
1567d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c6" msgid="566666105260346930">"ISO C6"</string>
1568d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c7" msgid="8678413180782608498">"ISO C7"</string>
1569d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c8" msgid="8392376206627041730">"ISO C8"</string>
1570d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c9" msgid="9191613372324845405">"ISO C9"</string>
1571d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_iso_c10" msgid="7327709699184920822">"ISO C10"</string>
1572d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_na_letter" msgid="4191805615829472953">"Letter"</string>
1573d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_na_gvrnmt_letter" msgid="7853382192649405507">"Government Letter"</string>
1574d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_na_legal" msgid="6697982988283823150">"Legal"</string>
1575d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_na_junior_legal" msgid="3727743969902758948">"Junior Legal"</string>
1576d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_na_ledger" msgid="281871464896601236">"Ledger"</string>
1577d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="mediaSize_na_tabloid" msgid="5775966416333578127">"Tabloid"</string>
1578d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="write_fail_reason_cancelled" msgid="7091258378121627624">"Cancelled"</string>
1579d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="write_fail_reason_cannot_write" msgid="8132505417935337724">"Error writing content"</string>
1580369606b20c90905b594ce084e83fe0d3755bfd33Baligh Uddin    <string name="reason_unknown" msgid="6048913880184628119">"unknown"</string>
15811b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <string name="restr_pin_enter_admin_pin" msgid="783643731895143970">"Enter administrator PIN"</string>
1582d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_enter_pin" msgid="3395953421368476103">"Enter PIN"</string>
15831b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <string name="restr_pin_incorrect" msgid="8571512003955077924">"Incorrect"</string>
1584d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_enter_old_pin" msgid="1462206225512910757">"Current PIN:"</string>
1585d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_enter_new_pin" msgid="5959606691619959184">"New PIN"</string>
1586d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_confirm_pin" msgid="8501523829633146239">"Confirm new PIN"</string>
1587d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_create_pin" msgid="8017600000263450337">"Create a PIN for modifying restrictions"</string>
1588d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_error_doesnt_match" msgid="2224214190906994548">"PINs don\'t match. Try again."</string>
1589d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_error_too_short" msgid="8173982756265777792">"PIN is too short. Must be at least 4 digits."</string>
1590d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin  <plurals name="restr_pin_countdown">
15911b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <item quantity="one" msgid="311050995198548675">"Try again in 1 second"</item>
15921b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <item quantity="other" msgid="4730868920742952817">"Try again in <xliff:g id="COUNT">%d</xliff:g> seconds"</item>
1593d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin  </plurals>
15941b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <string name="restr_pin_try_later" msgid="973144472490532377">"Try again later"</string>
159558eb1925bdd05aafa492461f5e3519b3e1df06bdBaligh Uddin    <string name="transient_navigation_confirmation" msgid="4907844043611123426">"Swipe edge of screen to reveal bar"</string>
159658eb1925bdd05aafa492461f5e3519b3e1df06bdBaligh Uddin    <string name="transient_navigation_confirmation_long" msgid="8061685920508086697">"Swipe from edge of screen to reveal system bar"</string>
15979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project</resources>
1598