strings.xml revision e061d449970c9fd33bba97fea3f8d1b355633972
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>
308d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationDays" msgid="6652371460511178259">"<xliff:g id="DAYS">%1$d</xliff:g> days"</string>
318d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationDayHours" msgid="2713107458736744435">"<xliff:g id="DAYS">%1$d</xliff:g> day <xliff:g id="HOURS">%2$d</xliff:g> hrs"</string>
328d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationDayHour" msgid="7293789639090958917">"<xliff:g id="DAYS">%1$d</xliff:g> day <xliff:g id="HOURS">%2$d</xliff:g> hr"</string>
338d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationHours" msgid="4266858287167358988">"<xliff:g id="HOURS">%1$d</xliff:g> hrs"</string>
348d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationHourMinutes" msgid="9029176248692041549">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="MINUTES">%2$d</xliff:g> mins"</string>
358d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationHourMinute" msgid="2741677355177402539">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="MINUTES">%2$d</xliff:g> min"</string>
368d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationMinutes" msgid="3134226679883579347">"<xliff:g id="MINUTES">%1$d</xliff:g> mins"</string>
378d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationMinuteSeconds" msgid="1424656185379003751">"<xliff:g id="MINUTES">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> secs"</string>
388d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationMinuteSecond" msgid="3989228718067466680">"<xliff:g id="MINUTES">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> sec"</string>
398d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationSeconds" msgid="8050088505238241405">"<xliff:g id="SECONDS">%1$d</xliff:g> secs"</string>
408d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="durationSecond" msgid="985669622276420331">"<xliff:g id="SECONDS">%1$d</xliff:g> sec"</string>
4126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="untitled" msgid="4638956954852782576">"&lt;Untitled&gt;"</string>
42113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ellipsis" msgid="7899829516048813237">"…"</string>
43d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="ellipsis_two_dots" msgid="1228078994866030736">"‥"</string>
44113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emptyPhoneNumber" msgid="7694063042079676517">"(No phone number)"</string>
45113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="unknownName" msgid="2277556546742746522">"(Unknown)"</string>
46113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="defaultVoiceMailAlphaTag" msgid="2660020990097733077">"Voicemail"</string>
47113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="defaultMsisdnAlphaTag" msgid="2850889754919584674">"MSISDN1"</string>
48113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiError" msgid="5154499457739052907">"Connection problem or invalid MMI code."</string>
49113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiFdnError" msgid="5224398216385316471">"Operation is restricted to fixed dialling numbers only."</string>
50113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceEnabled" msgid="8147278346414714315">"Service was enabled."</string>
51113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceEnabledFor" msgid="6856228140453471041">"Service was enabled for:"</string>
52113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceDisabled" msgid="1937553226592516411">"Service has been disabled."</string>
53113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceRegistered" msgid="6275019082598102493">"Registration was successful."</string>
546f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="serviceErased" msgid="1288584695297200972">"Erase successful."</string>
55113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="passwordIncorrect" msgid="7612208839450128715">"Incorrect password."</string>
56113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiComplete" msgid="8232527495411698359">"MMI complete."</string>
5726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="badPin" msgid="9015277645546710014">"The old PIN that you typed is incorrect."</string>
5826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="badPuk" msgid="5487257647081132201">"The PUK that you typed isn\'t correct."</string>
5926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="mismatchPin" msgid="609379054496863419">"The PINs that you typed don\'t match."</string>
60113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="invalidPin" msgid="3850018445187475377">"Type a PIN that is 4 to 8 numbers."</string>
616d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="invalidPuk" msgid="8761456210898036513">"Type a PUK that is 8 numbers or longer."</string>
62113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="needPuk" msgid="919668385956251611">"Your SIM card is PUK-locked. Type the PUK code to unlock it."</string>
63113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="needPuk2" msgid="4526033371987193070">"Type PUK2 to unblock SIM card."</string>
64070f1a25296f5349ff8bb5ef7b75486286e7599dBaligh Uddin    <string name="enablePin" msgid="209412020907207950">"Unsuccessful, enable SIM/RUIM Lock."</string>
65070f1a25296f5349ff8bb5ef7b75486286e7599dBaligh Uddin  <plurals name="pinpuk_attempts">
66070f1a25296f5349ff8bb5ef7b75486286e7599dBaligh Uddin    <item quantity="one" msgid="6596245285809790142">"You have <xliff:g id="NUMBER">%d</xliff:g> remaining attempt/s before SIM is locked."</item>
67070f1a25296f5349ff8bb5ef7b75486286e7599dBaligh Uddin    <item quantity="other" msgid="7530597808358774740">"You have <xliff:g id="NUMBER">%d</xliff:g> remaining attempt/s before SIM is locked."</item>
68070f1a25296f5349ff8bb5ef7b75486286e7599dBaligh Uddin  </plurals>
69e422b10f93a0da9c49e2b090c348a56453111ec1Eric Fischer    <string name="imei" msgid="2625429890869005782">"IMEI"</string>
70e422b10f93a0da9c49e2b090c348a56453111ec1Eric Fischer    <string name="meid" msgid="4841221237681254195">"MEID"</string>
71113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ClipMmi" msgid="6952821216480289285">"Incoming Caller ID"</string>
72113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ClirMmi" msgid="7784673673446833091">"Outgoing Caller ID"</string>
73113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CfMmi" msgid="5123218989141573515">"Call forwarding"</string>
74113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CwMmi" msgid="9129678056795016867">"Call waiting"</string>
75113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="BaMmi" msgid="455193067926770581">"Call barring"</string>
76113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="PwdMmi" msgid="7043715687905254199">"Password change"</string>
77113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="PinMmi" msgid="3113117780361190304">"PIN change"</string>
78113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CnipMmi" msgid="3110534680557857162">"Calling number present"</string>
79113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CnirMmi" msgid="3062102121430548731">"Calling number restricted"</string>
80113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ThreeWCMmi" msgid="9051047170321190368">"Three-way calling"</string>
81113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RuacMmi" msgid="7827887459138308886">"Rejection of undesired annoying calls"</string>
82113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CndMmi" msgid="3116446237081575808">"Calling number delivery"</string>
83113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="DndMmi" msgid="1265478932418334331">"Do not disturb"</string>
84113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"Caller ID defaults to restricted. Next call: Restricted"</string>
85113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"Caller ID defaults to restricted. Next call: Not restricted"</string>
86113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"Caller ID defaults to not restricted. Next call: Restricted"</string>
87113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"Caller ID defaults to not restricted. Next call: Not restricted"</string>
88113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceNotProvisioned" msgid="8614830180508686666">"Service not provisioned."</string>
8926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="CLIRPermanent" msgid="3377371145926835671">"You can\'t change the caller ID setting."</string>
90113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedChangedTitle" msgid="5592189398956187498">"Restricted access changed"</string>
91113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnData" msgid="8653794784690065540">"Data service is blocked."</string>
92113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Emergency service is blocked."</string>
93113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnNormal" msgid="4953867011389750673">"Voice service is blocked."</string>
946f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnAllVoice" msgid="3396963652108151260">"All voice services are blocked."</string>
95113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnSms" msgid="8314352327461638897">"SMS service is blocked."</string>
966f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnVoiceData" msgid="996636487106171320">"Voice/Data services are blocked."</string>
97113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnVoiceSms" msgid="1888588152792023873">"Voice/SMS services are blocked."</string>
986f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnAll" msgid="5643028264466092821">"All voice/data/SMS services are blocked."</string>
99113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassVoice" msgid="1258393812335258019">"Voice"</string>
100113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassData" msgid="872456782077937893">"Data"</string>
101113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassFAX" msgid="5566624998840486475">"FAX"</string>
102113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassSMS" msgid="2015460373701527489">"SMS"</string>
103113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassDataAsync" msgid="4523454783498551468">"Async"</string>
104113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassDataSync" msgid="7530000519646054776">"Sync"</string>
105113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassPacket" msgid="6991006557993423453">"Packet"</string>
106113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassPAD" msgid="3235259085648271037">"PAD"</string>
107113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText0" msgid="7170335472198694945">"Roaming Indicator On"</string>
108113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText1" msgid="5314861519752538922">"Roaming Indicator Off"</string>
109113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText2" msgid="8969929049081268115">"Roaming Indicator Flashing"</string>
110113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText3" msgid="5148255027043943317">"Out of local area"</string>
111113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText4" msgid="8808456682550796530">"Out of Building"</string>
112113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText5" msgid="7604063252850354350">"Roaming - Preferred System"</string>
113113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText6" msgid="2059440825782871513">"Roaming - Available System"</string>
114113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText7" msgid="7112078724097233605">"Roaming - Alliance Partner"</string>
115113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText8" msgid="5989569778604089291">"Roaming - Premium Partner"</string>
116113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText9" msgid="7969296811355152491">"Roaming - Full Service Functionality"</string>
117113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText10" msgid="3992906999815316417">"Roaming - Partial Service Functionality"</string>
118113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText11" msgid="4154476854426920970">"Roaming Banner On"</string>
119113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText12" msgid="1189071119992726320">"Roaming Banner Off"</string>
120113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingTextSearching" msgid="8360141885972279963">"Searching for Service"</string>
121113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
122113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateForwarded" msgid="1302922117498590521">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
123113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
124113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
125113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
126113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fcComplete" msgid="3118848230966886575">"Feature code complete."</string>
127113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fcError" msgid="3327560126588500777">"Connection problem or invalid feature code."</string>
128113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorOk" msgid="1191919378083472204">"OK"</string>
1296f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpError" msgid="7956392511146698522">"There was a network error."</string>
1306f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorLookup" msgid="4711687456111963163">"Couldn\'t find the URL."</string>
13126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="httpErrorUnsupportedAuthScheme" msgid="6299980280442076799">"The site authentication scheme isn\'t supported."</string>
1326f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorAuth" msgid="1435065629438044534">"Couldn\'t authenticate."</string>
133113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorProxyAuth" msgid="1788207010559081331">"Authentication via the proxy server was unsuccessful."</string>
1346f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorConnect" msgid="8714273236364640549">"Couldn\'t connect to the server."</string>
1356f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorIO" msgid="2340558197489302188">"Couldn\'t communicate with the server. Try again later."</string>
136113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorTimeout" msgid="4743403703762883954">"The connection to the server timed out."</string>
137113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorRedirectLoop" msgid="8679596090392779516">"The page contains too many server redirects."</string>
13826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="httpErrorUnsupportedScheme" msgid="5015730812906192208">"The protocol isn\'t supported."</string>
1396f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFailedSslHandshake" msgid="96549606000658641">"Couldn\'t establish a secure connection."</string>
1406f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorBadUrl" msgid="3636929722728881972">"Couldn\'t open the page because the URL is invalid."</string>
1416f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFile" msgid="2170788515052558676">"Couldn\'t access the file."</string>
1426f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFileNotFound" msgid="6203856612042655084">"Couldn\'t find the requested file."</string>
143113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorTooManyRequests" msgid="1235396927087188253">"Too many requests are being processed. Try again later."</string>
1446f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="notification_title" msgid="8967710025036163822">"Sign-in error for <xliff:g id="ACCOUNT">%1$s</xliff:g>"</string>
145113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceSync" msgid="8353523060269335667">"Sync"</string>
146113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceSyncNotificationTitle" msgid="397743349191901458">"Sync"</string>
147113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="8100981435080696431">"Too many <xliff:g id="CONTENT_TYPE">%s</xliff:g> deletions."</string>
1486f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="low_memory" product="tablet" msgid="6494019234102154896">"Tablet storage is full. Delete some files to free space."</string>
1498d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="low_memory" product="watch" msgid="4415914910770005166">"Watch storage is full. Delete some files to free up space."</string>
1506f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="low_memory" product="default" msgid="3475999286680000541">"Phone storage is full. Delete some files to free space."</string>
151c2de3dbf59741dd5d0e67cbffd6878271cea4a7dBaligh Uddin    <string name="ssl_ca_cert_warning" msgid="5848402127455021714">"Network may be monitored"</string>
152c2de3dbf59741dd5d0e67cbffd6878271cea4a7dBaligh Uddin    <string name="ssl_ca_cert_noti_by_unknown" msgid="4475437862189850602">"By an unknown third party"</string>
153c2de3dbf59741dd5d0e67cbffd6878271cea4a7dBaligh Uddin    <string name="ssl_ca_cert_noti_managed" msgid="4030263497686867141">"By <xliff:g id="MANAGING_DOMAIN">%s</xliff:g>"</string>
154113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="me" msgid="6545696007631404292">"Me"</string>
155a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="power_dialog" product="tablet" msgid="8545351420865202853">"Tablet options"</string>
156113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="power_dialog" product="default" msgid="1319919075463988638">"Phone options"</string>
157113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="silent_mode" msgid="7167703389802618663">"Silent mode"</string>
158113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="turn_on_radio" msgid="3912793092339962371">"Turn on wireless"</string>
159113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="turn_off_radio" msgid="8198784949987062346">"Turn off wireless"</string>
160113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="screen_lock" msgid="799094655496098153">"Screen lock"</string>
161113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="power_off" msgid="4266614107412865048">"Power off"</string>
1626f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_silent" msgid="319298163018473078">"Ringer off"</string>
1636f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_vibrate" msgid="7072043388581551395">"Ringer vibrate"</string>
1646f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_ring" msgid="8592241816194074353">"Ringer on"</string>
165113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="shutdown_progress" msgid="2281079257329981203">"Shutting down…"</string>
166a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="shutdown_confirm" product="tablet" msgid="3385745179555731470">"Your tablet will shut down."</string>
1678d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="shutdown_confirm" product="watch" msgid="3490275567476369184">"Your watch will shut down."</string>
168113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="shutdown_confirm" product="default" msgid="649792175242821353">"Your phone will shut down."</string>
16926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="shutdown_confirm_question" msgid="2906544768881136183">"Do you want to shut down?"</string>
1700b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="reboot_safemode_title" msgid="7054509914500140361">"Reboot to safe mode"</string>
1710b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric 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>
172113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="recent_tasks_title" msgid="3691764623638127888">"Recent"</string>
17326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="no_recent_tasks" msgid="8794906658732193473">"No recent apps"</string>
174a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="global_actions" product="tablet" msgid="408477140088053665">"Tablet options"</string>
175113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_actions" product="default" msgid="2406416831541615258">"Phone options"</string>
176113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_lock" msgid="2844945191792119712">"Screen lock"</string>
177113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_power_off" msgid="4471879440839879722">"Power off"</string>
1781747cf158b857c359827f6aae441f81022129670Baligh Uddin    <string name="global_action_bug_report" msgid="7934010578922304799">"Bug report"</string>
1791747cf158b857c359827f6aae441f81022129670Baligh Uddin    <string name="bugreport_title" msgid="2667494803742548533">"Take bug report"</string>
180ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh 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>
181113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"Silent mode"</string>
182113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Sound is OFF"</string>
183113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"Sound is ON"</string>
1846f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"Aeroplane mode"</string>
1856f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"Aeroplane mode is ON"</string>
1866f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"Aeroplane mode is OFF"</string>
1878d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="global_action_settings" msgid="1756531602592545966">"Settings"</string>
188b282abcbf0f8e9a8ac5b08684f7d5ecd53d584bdBaligh Uddin    <string name="global_action_lockdown" msgid="8751542514724332873">"Lock now"</string>
1896d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="status_bar_notification_info_overflow" msgid="5301981741705354993">"999+"</string>
190113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="safeMode" msgid="2788228061547930246">"Safe mode"</string>
191113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="android_system_label" msgid="6577375335728551336">"Android System"</string>
192dae2a8e286c3e0b715742f4c2fc6dd04452e8442Baligh Uddin    <string name="user_owner_label" msgid="6465364741001216388">"Personal apps"</string>
193eb5b366411d79fd194bc931ee3604f6e812cc048Baligh Uddin    <string name="managed_profile_label" msgid="6260850669674791528">"Work"</string>
194113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_costMoney" msgid="5429808217861460401">"Services that cost you money"</string>
1956f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_costMoney" msgid="3293301903409869495">"Do things that can cost you money."</string>
196113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_messages" msgid="7521249148445456662">"Your messages"</string>
19726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permgroupdesc_messages" msgid="7821999071003699236">"Read and write your SMS, email and other messages."</string>
198113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_personalInfo" msgid="3519163141070533474">"Your personal information"</string>
199657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_personalInfo" msgid="8426453129788861338">"Direct access to information about you, stored in on your contact card."</string>
200657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Your social information"</string>
201657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direct access to information about your contacts and social connections."</string>
202113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_location" msgid="635149742436692049">"Your location"</string>
2036f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_location" msgid="5704679763124170100">"Monitor your physical location."</string>
204113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_network" msgid="5808983377727109831">"Network communication"</string>
2056f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_network" msgid="4478299413241861987">"Access various network features."</string>
206657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_bluetoothNetwork" msgid="1585403544162128109">"Bluetooth"</string>
207657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_bluetoothNetwork" msgid="5625288577164282391">"Access devices and networks through Bluetooth."</string>
208657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_audioSettings" msgid="8329261670151871235">"Audio Settings"</string>
209657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_audioSettings" msgid="2641515403347568130">"Change audio settings."</string>
210657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_affectsBattery" msgid="6209246653424798033">"Affects Battery"</string>
211657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_affectsBattery" msgid="6441275320638916947">"Use features that can quickly drain battery."</string>
212657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendar"</string>
213657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_calendar" msgid="5777534316982184416">"Direct access to calendar and events."</string>
214657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_dictionary" msgid="4148597128843641379">"Read User Dictionary"</string>
215657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_dictionary" msgid="7921166355964764490">"Read words in user dictionary."</string>
216657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_writeDictionary" msgid="8090237702432576788">"Write User Dictionary"</string>
217657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_writeDictionary" msgid="2711561994497361646">"Add words to the user dictionary."</string>
218657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bookmarks and History"</string>
219657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direct access to bookmarks and browser history."</string>
220657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_deviceAlarms" msgid="6117704629728824101">"Alarm"</string>
221657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_deviceAlarms" msgid="4769356362251641175">"Set the alarm clock."</string>
222657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_voicemail" msgid="4162237145027592133">"Voicemail"</string>
223657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_voicemail" msgid="2498403969862951393">"Direct access to voicemail."</string>
224657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_microphone" msgid="171539900250043464">"Microphone"</string>
225657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_microphone" msgid="7106618286905738408">"Direct access to the microphone to record audio."</string>
226657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera"</string>
227657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_camera" msgid="2933667372289567714">"Direct access to camera for image or video capture."</string>
2287f05e8736cf015a04c46414c779027c9e07fadc5Baligh Uddin    <string name="permgrouplab_screenlock" msgid="8275500173330718168">"Lock screen"</string>
2297f05e8736cf015a04c46414c779027c9e07fadc5Baligh Uddin    <string name="permgroupdesc_screenlock" msgid="7067497128925499401">"Ability to affect behaviour of the lock screen on your device."</string>
230657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_appInfo" msgid="8028789762634147725">"Your applications information"</string>
231657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_appInfo" msgid="3950378538049625907">"Ability to affect behaviour of other applications on your device."</string>
232657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_wallpaper" msgid="3850280158041175998">"Wallpaper"</string>
233657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_wallpaper" msgid="5630417854750540154">"Change the device wallpaper settings."</string>
234657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_systemClock" msgid="406535759236612992">"Clock"</string>
235657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_systemClock" msgid="3944359833624094992">"Change the device time or timezone."</string>
236657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_statusBar" msgid="2095862568113945398">"Status Bar"</string>
237657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_statusBar" msgid="6242593432226807171">"Change the device status bar settings."</string>
238657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_syncSettings" msgid="3341990986147826541">"Sync Settings"</string>
239657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_syncSettings" msgid="7603195265129031797">"Access to the sync settings."</string>
240113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_accounts" msgid="3359646291125325519">"Your accounts"</string>
241113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_accounts" msgid="4948732641827091312">"Access the available accounts."</string>
242113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_hardwareControls" msgid="7998214968791599326">"Hardware controls"</string>
243113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_hardwareControls" msgid="4357057861225462702">"Direct access to hardware on the handset."</string>
244113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_phoneCalls" msgid="9067173988325865923">"Phone calls"</string>
245113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_phoneCalls" msgid="7489701620446183770">"Monitor, record and process phone calls."</string>
246113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_systemTools" msgid="4652191644082714048">"System tools"</string>
247113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_systemTools" msgid="8162102602190734305">"Lower-level access and control of the system."</string>
248113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_developmentTools" msgid="3446164584710596513">"Development tools"</string>
24926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permgroupdesc_developmentTools" msgid="7058828032358142018">"Features only needed for app developers."</string>
250657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgrouplab_display" msgid="4279909676036402636">"Other Application UI"</string>
251657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permgroupdesc_display" msgid="6051002031933013714">"Effect the UI of other applications."</string>
252113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_storage" msgid="1971118770546336966">"Storage"</string>
253c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permgroupdesc_storage" product="nosdcard" msgid="7442318502446874999">"Access the USB storage."</string>
254113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_storage" product="default" msgid="9203302214915355774">"Access the SD card."</string>
25565f0ecbb17d6aaee5a30eaee504a5dc966b6d37fBaligh Uddin    <string name="permgrouplab_accessibilityFeatures" msgid="7919025602283593907">"Accessibility features"</string>
25665f0ecbb17d6aaee5a30eaee504a5dc966b6d37fBaligh Uddin    <string name="permgroupdesc_accessibilityFeatures" msgid="4205196881678144335">"Features that assistive technology can request."</string>
25765d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Retrieve window content"</string>
25865d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspect the content of a window that you\'re interacting with."</string>
25965d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Turn on Explore by Touch"</string>
26065d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRequestTouchExploration" msgid="5800552516779249356">"Touched items will be spoken aloud and the screen can be explored using gestures."</string>
26165d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRequestEnhancedWebAccessibility" msgid="1739881766522594073">"Turn on enhanced web accessibility"</string>
26265d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRequestEnhancedWebAccessibility" msgid="7881063961507511765">"Scripts may be installed to make app content more accessible."</string>
26365d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_title_canRequestFilterKeyEvents" msgid="2103440391902412174">"Observe text that you type"</string>
26465d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="capability_desc_canRequestFilterKeyEvents" msgid="7463135292204152818">"Includes personal data such as credit card numbers and passwords."</string>
265113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_statusBar" msgid="7417192629601890791">"disable or modify status bar"</string>
26626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_statusBar" msgid="8434669549504290975">"Allows the app to disable the status bar or add and remove system icons."</string>
267113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_statusBarService" msgid="7247281911387931485">"status bar"</string>
26826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_statusBarService" msgid="716113660795976060">"Allows the app to be the status bar."</string>
269113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_expandStatusBar" msgid="1148198785937489264">"expand/collapse status bar"</string>
27026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_expandStatusBar" msgid="6917549437129401132">"Allows the app to expand or collapse the status bar."</string>
27199a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permlab_install_shortcut" msgid="4279070216371564234">"install shortcuts"</string>
27299a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permdesc_install_shortcut" msgid="8341295916286736996">"Allows an application to add Home screen shortcuts without user intervention."</string>
27399a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permlab_uninstall_shortcut" msgid="4729634524044003699">"uninstall shortcuts"</string>
27499a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permdesc_uninstall_shortcut" msgid="6745743474265057975">"Allows the application to remove Home screen shortcuts without user intervention."</string>
27587cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_processOutgoingCalls" msgid="3906007831192990946">"reroute outgoing calls"</string>
2768d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_processOutgoingCalls" msgid="5156385005547315876">"Allows the app to see the number being dialled during an outgoing call with the option to redirect the call to a different number or abort the call altogether."</string>
27787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveSms" msgid="8673471768947895082">"receive text messages (SMS)"</string>
27842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
27987cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveMms" msgid="1821317344668257098">"receive text messages (MMS)"</string>
28042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
2816d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_receiveEmergencyBroadcast" msgid="1803477660846288089">"receive emergency broadcasts"</string>
28226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
283f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric Fischer    <string name="permlab_readCellBroadcasts" msgid="1598328843619646166">"read mobile broadcast messages"</string>
284f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric 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>
285113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_sendSms" msgid="5600830612147671529">"send SMS messages"</string>
28642a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
28736d6e3db89b2804c2a0328e6dcb60d9d07bfcf73Baligh Uddin    <string name="permlab_sendRespondViaMessageRequest" msgid="8713889105305943200">"send respond-via-message events"</string>
28836d6e3db89b2804c2a0328e6dcb60d9d07bfcf73Baligh 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>
28987cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readSms" msgid="8745086572213270480">"read your text messages (SMS or MMS)"</string>
29042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
29142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
29287cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeSms" msgid="3216950472636214774">"edit your text messages (SMS or MMS)"</string>
29326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
29426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
29587cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveWapPush" msgid="5991398711936590410">"receive text messages (WAP)"</string>
29642a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
297041628cea439825baaa68f593b3d3daf2ccaebebBaligh Uddin    <string name="permlab_receiveBluetoothMap" msgid="7593811487142360528">"receive Bluetooth messages (MAP)"</string>
298041628cea439825baaa68f593b3d3daf2ccaebebBaligh Uddin    <string name="permdesc_receiveBluetoothMap" msgid="8656755936919466345">"Allows the app to receive and process Bluetooth MAP messages. This means that the app could monitor or delete messages sent to your device without showing them to you."</string>
29926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_getTasks" msgid="6466095396623933906">"retrieve running apps"</string>
30042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
30106a1d149628a7e9074a83caebf653ee2a3894451Baligh Uddin    <string name="permlab_startTasksFromRecents" msgid="8990073877885690623">"start a task from recents"</string>
30206a1d149628a7e9074a83caebf653ee2a3894451Baligh Uddin    <string name="permdesc_startTasksFromRecents" msgid="7382133554871222235">"Allows the app to use an ActivityManager.RecentTaskInfo object to launch a defunct task that was returned from ActivityManager.getRecentTaskList()."</string>
3030eb70f73f356f52a07c9ea899117616bc4623732Baligh Uddin    <string name="permlab_interactAcrossUsers" msgid="7114255281944211682">"interact across users"</string>
3040eb70f73f356f52a07c9ea899117616bc4623732Baligh 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>
3050eb70f73f356f52a07c9ea899117616bc4623732Baligh Uddin    <string name="permlab_interactAcrossUsersFull" msgid="2567734285545074105">"full license to interact across users"</string>
3060eb70f73f356f52a07c9ea899117616bc4623732Baligh Uddin    <string name="permdesc_interactAcrossUsersFull" msgid="376841368395502366">"Allows all possible interactions across users."</string>
307a92bc3bb3b769bf5be92a19e33980c82953f3ec6Baligh Uddin    <string name="permlab_manageUsers" msgid="1676150911672282428">"manage users"</string>
308a92bc3bb3b769bf5be92a19e33980c82953f3ec6Baligh Uddin    <string name="permdesc_manageUsers" msgid="8409306667645355638">"Allows apps to manage users on the device, including query, creation and deletion."</string>
3090b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="permlab_getDetailedTasks" msgid="6229468674753529501">"retrieve details of running apps"</string>
3100b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric 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>
31126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_reorderTasks" msgid="2018575526934422779">"re-order running apps"</string>
31242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
31326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_removeTasks" msgid="6821513401870377403">"stop running apps"</string>
3146f32f87717756aab939be84269b8096a46015a36Eric 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>
315d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_manageActivityStacks" msgid="7391191384027303065">"manage activity stacks"</string>
316d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh 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>
317f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric Fischer    <string name="permlab_startAnyActivity" msgid="2918768238045206456">"start any activity"</string>
318f4a5cc1b526a9ec00146f70ce1d627f0f1078f1bEric Fischer    <string name="permdesc_startAnyActivity" msgid="997823695343584001">"Allows the app to start any activity, regardless of permission protection or exported state."</string>
3195f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permlab_setScreenCompatibility" msgid="6975387118861842061">"set screen compatibility"</string>
3205f304cedab474732acec5d8dfda41efaa1a51ffeEric 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>
32126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_setDebugApp" msgid="3022107198686584052">"enable app debugging"</string>
3226f32f87717756aab939be84269b8096a46015a36Eric 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>
32387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_changeConfiguration" msgid="4162092185124234480">"change system display settings"</string>
3246f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_changeConfiguration" msgid="4372223873154296076">"Allows the app to change the current configuration, such as the locale or overall font size."</string>
325113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_enableCarMode" msgid="5684504058192921098">"enable car mode"</string>
32626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_enableCarMode" msgid="4853187425751419467">"Allows the app to enable the car mode."</string>
32787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_killBackgroundProcesses" msgid="3914026687420177202">"close other apps"</string>
32842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
32926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_forceStopPackages" msgid="2329627428832067700">"force stop other apps"</string>
33026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_forceStopPackages" msgid="5253157296183940812">"Allows the app to forcibly stop other apps."</string>
33126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_forceBack" msgid="652935204072584616">"force app to close"</string>
33226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
333113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_dump" msgid="1681799862438954752">"retrieve system internal status"</string>
33426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
3356d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_retrieve_window_content" msgid="8022588608994589938">"retrieve screen content"</string>
33626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
337ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="permlab_temporary_enable_accessibility" msgid="2312612135127310254">"temporary enable accessibility"</string>
338ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh 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>
3398d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_retrieveWindowToken" msgid="7154762602367758602">"retrieve window token"</string>
3408d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_retrieveWindowToken" msgid="668173747687795074">"Allows an application to retrieve the window token. Malicious apps may perform unauthorised interaction with the application window impersonating the system."</string>
3418d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_frameStats" msgid="7056374987314361639">"retrieve frame statistics"</string>
3428d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_frameStats" msgid="4758001089491284919">"Allows an application to collect frame statistics. Malicious apps may observe the frame statistics of windows from other apps."</string>
34359a4cb36cf389c601edbfc8bc7b8c039ca8949ecYing Wang    <string name="permlab_filter_events" msgid="8675535648807427389">"filter events"</string>
34459a4cb36cf389c601edbfc8bc7b8c039ca8949ecYing 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>
345113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_shutdown" msgid="7185747824038909016">"partial shutdown"</string>
346113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permdesc_shutdown" msgid="7046500838746291775">"Puts the activity manager into a shut-down state. Does not perform a complete shut down."</string>
347113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_stopAppSwitches" msgid="4138608610717425573">"prevent app switches"</string>
34826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_stopAppSwitches" msgid="8262195802582255021">"Prevents the user from switching to another app."</string>
349d4d51a35a06ba9503948b53738caeef553f4dd43Baligh Uddin    <string name="permlab_getTopActivityInfo" msgid="2537922311411546016">"get current app info"</string>
350e9772829a8146684962b54e7902ccb50c69acb78Baligh 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>
35126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_runSetActivityWatcher" msgid="892239094867182656">"monitor and control all app launching"</string>
35226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
353113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"send package removed broadcast"</string>
35426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
355113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"send SMS-received broadcast"</string>
35626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
357113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastWapPush" msgid="3145347413028582371">"send WAP-PUSH-received broadcast"</string>
35826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
359113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setProcessLimit" msgid="2451873664363662666">"limit number of running processes"</string>
36026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
36187cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_setAlwaysFinish" msgid="550958507798796965">"force background apps to close"</string>
36226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
3633e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_batteryStats" msgid="2789610673514103364">"read battery statistics"</string>
3643e2e9747b363235b52bf78c0295733924a6eb9ddBaligh 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>
3653e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_updateBatteryStats" msgid="3719689764536379557">"modify battery statistics"</string>
3663e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permdesc_updateBatteryStats" msgid="6862817857178025002">"Allows the app to modify collected battery statistics. Not for use by normal apps."</string>
3675e3ea0d01c6fcfa96b073db26fa2dbebdc7714a3Baligh Uddin    <string name="permlab_getAppOpsStats" msgid="1508779687436585744">"retrieve app ops statistics"</string>
3685e3ea0d01c6fcfa96b073db26fa2dbebdc7714a3Baligh Uddin    <string name="permdesc_getAppOpsStats" msgid="6243887041577912877">"Allows the app to retrieve collected application operation statistics. Not for use by normal apps."</string>
369ac074da78bb4368975a045afd6ca19e173850209Baligh Uddin    <string name="permlab_updateAppOpsStats" msgid="8829097373851521505">"modify app ops statistics"</string>
370ac074da78bb4368975a045afd6ca19e173850209Baligh Uddin    <string name="permdesc_updateAppOpsStats" msgid="50784596594403483">"Allows the app to modify collected component usage statistics. Not for use by normal apps."</string>
371113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_backup" msgid="470013022865453920">"control system back up and restore"</string>
37226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
37389234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="permlab_confirm_full_backup" msgid="5557071325804469102">"confirm a full backup or restore operation"</string>
37426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
375113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_internalSystemWindow" msgid="2148563628140193231">"display unauthorised windows"</string>
3766f32f87717756aab939be84269b8096a46015a36Eric 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>
37787cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_systemAlertWindow" msgid="3543347980839518613">"draw over other apps"</string>
3783e2e9747b363235b52bf78c0295733924a6eb9ddBaligh 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>
379113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setAnimationScale" msgid="2805103241153907174">"modify global animation speed"</string>
3806f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_setAnimationScale" msgid="7690063428924343571">"Allows the app to change the global animation speed (faster or slower animations) at any time."</string>
38126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_manageAppTokens" msgid="1286505717050121370">"manage app tokens"</string>
38226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
383657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permlab_freezeScreen" msgid="4708181184441880175">"freeze screen"</string>
384657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="permdesc_freezeScreen" msgid="8558923789222670064">"Allows the application to temporarily freeze the screen for a full-screen transition."</string>
385113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_injectEvents" msgid="1378746584023586600">"press keys and control buttons"</string>
38626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
38726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
388113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readInputState" msgid="469428900041249234">"record what you type and actions that you take"</string>
38926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
390113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindInputMethod" msgid="3360064620230515776">"bind to an input method"</string>
39126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
39231348a1155c52df014691e98277e946056b23920Eric Fischer    <string name="permlab_bindAccessibilityService" msgid="5357733942556031593">"bind to an accessibility service"</string>
39331348a1155c52df014691e98277e946056b23920Eric 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>
394d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_bindPrintService" msgid="8462815179572748761">"bind to a print service"</string>
395d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh 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>
396369606b20c90905b594ce084e83fe0d3755bfd33Baligh Uddin    <string name="permlab_bindPrintSpoolerService" msgid="6807762783744125954">"bind to a print spooler service"</string>
397369606b20c90905b594ce084e83fe0d3755bfd33Baligh 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>
398ff16e3728dc38efdd476f42350f14e8996b3dbedBaligh Uddin    <string name="permlab_bindNfcService" msgid="2752731300419410724">"bind to NFC service"</string>
399ff16e3728dc38efdd476f42350f14e8996b3dbedBaligh 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>
4005a4e75e2e260d077bfdb285bef03760852b87651Eric Fischer    <string name="permlab_bindTextService" msgid="7358378401915287938">"bind to a text service"</string>
40126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
40223018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_bindVpnService" msgid="4708596021161473255">"bind to a VPN service"</string>
40326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
404113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindWallpaper" msgid="8716400279937856462">"bind to wallpaper"</string>
40526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
4068d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_bindVoiceInteraction" msgid="5334852580713715068">"bind to a voice interactor"</string>
4078d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_bindVoiceInteraction" msgid="2345721766501778101">"Allows the holder to bind to the top-level interface of a voice interaction service. Should never be needed for normal apps."</string>
408d6db9bc985843c7290711fda2d134483ceb011ecBaligh Uddin    <string name="permlab_manageVoiceKeyphrases" msgid="1252285102392793548">"manage voice key phrases"</string>
409d6db9bc985843c7290711fda2d134483ceb011ecBaligh Uddin    <string name="permdesc_manageVoiceKeyphrases" msgid="8476560722907530008">"Allows the holder to manage the key phrases for voice hotword detection. Should never be needed for normal apps."</string>
410d405ecff9bbb6827e30c2f48ada4efcd2a46f674Baligh Uddin    <string name="permlab_bindRemoteDisplay" msgid="1782923938029941960">"bind to a remote display"</string>
411d405ecff9bbb6827e30c2f48ada4efcd2a46f674Baligh Uddin    <string name="permdesc_bindRemoteDisplay" msgid="1261242718727295981">"Allows the holder to bind to the top-level interface of a remote display. Should never be needed for normal apps."</string>
412f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permlab_bindRemoteViews" msgid="5697987759897367099">"bind to a widget service"</string>
41326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
4148d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_bindRouteProvider" msgid="4869394607915096847">"bind to a route provider service"</string>
4158d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_bindRouteProvider" msgid="4703804520859960329">"Allows the holder to bind to any registered route providers. Should never be needed for normal apps."</string>
416113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindDeviceAdmin" msgid="8704986163711455010">"interact with device admin"</string>
41726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
418f3cd5189754e22d522da86636b3b1c44e730ec04Baligh Uddin    <string name="permlab_bindTvInput" msgid="5601264742478168987">"bind to a TV input"</string>
419f3cd5189754e22d522da86636b3b1c44e730ec04Baligh Uddin    <string name="permdesc_bindTvInput" msgid="2371008331852001924">"Allows the holder to bind to the top-level interface of a TV input. Should never be needed for normal apps."</string>
420e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <!-- no translation found for permlab_modifyParentalControls (4611318225997592242) -->
421e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <skip />
422e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <!-- no translation found for permdesc_modifyParentalControls (7438482894162282039) -->
423e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <skip />
424029f8b545ea8ab4fa3226f6115717e427350b218Baligh Uddin    <string name="permlab_manageDeviceAdmins" msgid="4248828900045808722">"add or remove a device admin"</string>
425029f8b545ea8ab4fa3226f6115717e427350b218Baligh 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>
426113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setOrientation" msgid="3365947717163866844">"change screen orientation"</string>
42726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
4286d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_setPointerSpeed" msgid="9175371613322562934">"change pointer speed"</string>
42926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
4305ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="permlab_setKeyboardLayout" msgid="4778731703600909340">"change keyboard layout"</string>
4315ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="permdesc_setKeyboardLayout" msgid="8480016771134175879">"Allows the app to change the keyboard layout. Should never be needed for normal apps."</string>
43226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_signalPersistentProcesses" msgid="4539002991947376659">"send Linux signals to apps"</string>
43326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_signalPersistentProcesses" msgid="4896992079182649141">"Allows the app to request that the supplied signal be sent to all persistent processes."</string>
43426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_persistentActivity" msgid="8841113627955563938">"make app always run"</string>
43542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
43642a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
43726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_deletePackages" msgid="184385129537705938">"delete apps"</string>
43826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_deletePackages" msgid="7411480275167205081">"Allows the app to delete Android packages. Malicious apps may use this to delete important apps."</string>
43926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_clearAppUserData" msgid="274109191845842756">"delete other apps\' data"</string>
44026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_clearAppUserData" msgid="4625323684125459488">"Allows the app to clear user data."</string>
44126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_deleteCacheFiles" msgid="3128665571837408675">"delete other apps\' caches"</string>
44226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_deleteCacheFiles" msgid="3812998599006730196">"Allows the app to delete cache files."</string>
44326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_getPackageSize" msgid="7472921768357981986">"measure app storage space"</string>
44426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_getPackageSize" msgid="3921068154420738296">"Allows the app to retrieve its code, data and cache sizes"</string>
44526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_installPackages" msgid="2199128482820306924">"directly install apps"</string>
44626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
44726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_clearAppCache" msgid="7487279391723526815">"delete all app cache data"</string>
4483e2e9747b363235b52bf78c0295733924a6eb9ddBaligh 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>
4493e2e9747b363235b52bf78c0295733924a6eb9ddBaligh 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>
45026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_movePackage" msgid="3289890271645921411">"move app resources"</string>
45126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_movePackage" msgid="319562217778244524">"Allows the app to move app resources from internal to external media and vice versa."</string>
452c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_readLogs" msgid="6615778543198967614">"read sensitive log data"</string>
45326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
45426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
4554a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="permlab_anyCodecForPlayback" msgid="715805555823881818">"use any media decoder for playback"</string>
4566f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_anyCodecForPlayback" msgid="8283912488433189010">"Allows the app to use any installed media decoder to decode for playback."</string>
457856c281362e6d2a20089a7ce4bbbb7e32cb571c2Baligh Uddin    <string name="permlab_manageCaCertificates" msgid="1678391896786882014">"manage trusted credentials"</string>
458856c281362e6d2a20089a7ce4bbbb7e32cb571c2Baligh Uddin    <string name="permdesc_manageCaCertificates" msgid="4015644047196937014">"Allows the app to install and uninstall CA certificates as trusted credentials."</string>
459d6db9bc985843c7290711fda2d134483ceb011ecBaligh Uddin    <string name="permlab_bindJobService" msgid="3637568367978271086">"run the application\'s scheduled background work"</string>
460d6db9bc985843c7290711fda2d134483ceb011ecBaligh Uddin    <string name="permdesc_bindJobService" msgid="3473288460524119838">"This permission allows the Android system to run the application in the background when requested."</string>
461113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_diagnostic" msgid="8076743953908000342">"read/write to resources owned by diag"</string>
46226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
46326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_changeComponentState" msgid="6335576775711095931">"enable or disable app components"</string>
46426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
46526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
4664cfa5ec14cc705bf442e6e34a00b93d5bfbfc199Eric Fischer    <string name="permlab_grantRevokePermissions" msgid="4627315351093508795">"grant or revoke permissions"</string>
4674cfa5ec14cc705bf442e6e34a00b93d5bfbfc199Eric 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>
46826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_setPreferredApplications" msgid="8463181628695396391">"set preferred apps"</string>
46926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
47087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeSettings" msgid="2226195290955224730">"modify system settings"</string>
47126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
472113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeSecureSettings" msgid="204676251876718288">"modify secure system settings"</string>
47326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
474113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeGservices" msgid="2149426664226152185">"modify the Google services map"</string>
47526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeGservices" msgid="1287309437638380229">"Allows the app to modify the Google services map. Not for use by normal apps."</string>
47687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_receiveBootCompleted" msgid="5312965565987800025">"run at startup"</string>
47726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
47826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
479113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastSticky" msgid="7919126372606881614">"send sticky broadcast"</string>
48042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
48142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
48287cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readContacts" msgid="8348481131899886131">"read your contacts"</string>
48342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
48442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
48587cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeContacts" msgid="5107492086416793544">"modify your contacts"</string>
48642a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
48742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
4881469438f8bd02710a559617c90b38327918cf8dfEric Fischer    <string name="permlab_readCallLog" msgid="3478133184624102739">"read call log"</string>
48942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
49042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
4911469438f8bd02710a559617c90b38327918cf8dfEric Fischer    <string name="permlab_writeCallLog" msgid="8552045664743499354">"write call log"</string>
4921469438f8bd02710a559617c90b38327918cf8dfEric 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>
4931469438f8bd02710a559617c90b38327918cf8dfEric 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>
49487cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readProfile" msgid="4701889852612716678">"read your own contact card"</string>
49542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
49687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeProfile" msgid="907793628777397643">"modify your own contact card"</string>
49742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
4988d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_bodySensors" msgid="4871091374767171066">"body sensors (like heart rate monitors)"</string>
4998d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_bodySensors" product="default" msgid="2998865085124153531">"Allows the app to access data from sensors that you use to measure what’s happening inside your body, such as heart rate."</string>
50003e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="permlab_readSocialStream" product="default" msgid="1268920956152419170">"read your social stream"</string>
50142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
50203e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="permlab_writeSocialStream" product="default" msgid="3504179222493235645">"write to your social stream"</string>
50342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
50423018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_readCalendar" msgid="5972727560257612398">"read calendar events plus confidential information"</string>
50542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
50642a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
50723018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_writeCalendar" msgid="8438874755193825647">"add or modify calendar events and send emails to guests without owners\' knowledge"</string>
50842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
50942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
510113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessMockLocation" msgid="8688334974036823330">"mock location sources for testing"</string>
51142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
512113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"access extra location provider commands"</string>
513b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="permdesc_accessLocationExtraCommands" msgid="6078307221056649927">"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>
514113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_installLocationProvider" msgid="6578101199825193873">"permission to install a location provider"</string>
51542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
5163e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_accessFineLocation" msgid="1191898061965273372">"precise location (GPS and network-based)"</string>
5173e2e9747b363235b52bf78c0295733924a6eb9ddBaligh 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>
5183e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_accessCoarseLocation" msgid="4887895362354239628">"approximate location (network-based)"</string>
5193e2e9747b363235b52bf78c0295733924a6eb9ddBaligh 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>
520113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"access SurfaceFlinger"</string>
52126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessSurfaceFlinger" msgid="1041619516733293551">"Allows the app to use SurfaceFlinger low-level features."</string>
522113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readFrameBuffer" msgid="6690504248178498136">"read frame buffer"</string>
52326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readFrameBuffer" msgid="4937405521809454680">"Allows the app to read the content of the frame buffer."</string>
524d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_accessInputFlinger" msgid="5348635270689553857">"access InputFlinger"</string>
525d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permdesc_accessInputFlinger" msgid="2104864941201226616">"Allows the app to use InputFlinger low-level features."</string>
526db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permlab_configureWifiDisplay" msgid="5595661694746742168">"configure Wi-Fi displays"</string>
527db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permdesc_configureWifiDisplay" msgid="7916815158690218065">"Allows the app to configure and connect to Wi-Fi displays."</string>
5285365debd9bf52e329cee875f99f992f18457d91dBaligh Uddin    <string name="permlab_controlWifiDisplay" msgid="393641276723695496">"control Wi-Fi displays"</string>
5295365debd9bf52e329cee875f99f992f18457d91dBaligh Uddin    <string name="permdesc_controlWifiDisplay" msgid="4543912292681826986">"Allows the app to control low-level features of Wi-Fi displays."</string>
5307bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_captureAudioOutput" msgid="6857134498402346708">"capture audio output"</string>
5317bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permdesc_captureAudioOutput" msgid="6210597754212208853">"Allows the app to capture and redirect audio output."</string>
532e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permlab_captureAudioHotword" msgid="1890553935650349808">"Hotword detection"</string>
533e9772829a8146684962b54e7902ccb50c69acb78Baligh 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>
534dae2a8e286c3e0b715742f4c2fc6dd04452e8442Baligh Uddin    <string name="permlab_modifyAudioRouting" msgid="7738060354490807723">"Audio Routing"</string>
535dae2a8e286c3e0b715742f4c2fc6dd04452e8442Baligh Uddin    <string name="permdesc_modifyAudioRouting" msgid="7205731074267199735">"Allows the app to directly control audio routing and override audio policy decisions."</string>
5367bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_captureVideoOutput" msgid="2246828773589094023">"capture video output"</string>
5377bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permdesc_captureVideoOutput" msgid="359481658034149860">"Allows the app to capture and redirect video output."</string>
5387bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_captureSecureVideoOutput" msgid="7815398969303382016">"capture secure video output"</string>
5397bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permdesc_captureSecureVideoOutput" msgid="2779793064709350289">"Allows the app to capture and redirect secure video output."</string>
54048d7d2b28bafefdc776b0d72bb9fceadc6cb1d2fBaligh Uddin    <string name="permlab_mediaContentControl" msgid="8749790560720562511">"control media playback and metadata access"</string>
54148d7d2b28bafefdc776b0d72bb9fceadc6cb1d2fBaligh Uddin    <string name="permdesc_mediaContentControl" msgid="1637478200272062">"Allows the app to control media playback and access the media information (title, author...)."</string>
542113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_modifyAudioSettings" msgid="6095859937069146086">"change your audio settings"</string>
54342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
544113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_recordAudio" msgid="3876049771427466323">"record audio"</string>
54542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
5463c5fe29ed22a80fca5067445caf011e4e0c4ab7fBaligh Uddin    <string name="permlab_sim_communication" msgid="1180265879464893029">"SIM communication"</string>
5473c5fe29ed22a80fca5067445caf011e4e0c4ab7fBaligh Uddin    <string name="permdesc_sim_communication" msgid="5725159654279639498">"Allows the app to send commands to the SIM. This is very dangerous."</string>
548113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_camera" msgid="3616391919559751192">"take pictures and videos"</string>
54942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
5500f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permlab_cameraDisableTransmitLed" msgid="2651072630501126222">"disable transmit indicator LED when camera is in use"</string>
5510f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_cameraDisableTransmitLed" msgid="4764585465480295341">"Allows a pre-installed system application to disable the camera use indicator LED."</string>
552a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_brick" product="tablet" msgid="2961292205764488304">"permanently disable tablet"</string>
553113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_brick" product="default" msgid="8337817093326370537">"permanently disable phone"</string>
55426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_brick" product="tablet" msgid="4334818808001699530">"Allows the app to permanently disable the entire tablet. This is very dangerous."</string>
55526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_brick" product="default" msgid="5788903297627283099">"Allows the app to permanently disable the entire phone. This is very dangerous."</string>
556a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_reboot" product="tablet" msgid="3436634972561795002">"force tablet reboot"</string>
557113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_reboot" product="default" msgid="2898560872462638242">"force phone reboot"</string>
55826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_reboot" product="tablet" msgid="8172056180063700741">"Allows the app to force the tablet to reboot."</string>
55926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_reboot" product="default" msgid="5326008124289989969">"Allows the app to force the phone to reboot."</string>
56087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_unmount_filesystems" product="nosdcard" msgid="2927361537942591841">"access USB storage filesystem"</string>
56187cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_unmount_filesystems" product="default" msgid="4402305049890953810">"access SD Card filesystem"</string>
56226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mount_unmount_filesystems" msgid="1829290701658992347">"Allows the app to mount and unmount file systems for removable storage."</string>
56387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_format_filesystems" product="nosdcard" msgid="6227819582624904972">"Erase USB storage"</string>
56487cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_mount_format_filesystems" product="default" msgid="262582698639274056">"erase SD Card"</string>
56526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mount_format_filesystems" msgid="8784268246779198627">"Allows the app to format removable storage."</string>
566c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_access" msgid="3411338632002193846">"get information on internal storage"</string>
56726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_access" msgid="3094563844593878548">"Allows the application to access information on internal storage."</string>
568c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_create" msgid="6414757234789336327">"create internal storage"</string>
56926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_create" msgid="4558869273585856876">"Allows the application to create internal storage."</string>
570c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_destroy" msgid="526928328301618022">"destroy internal storage"</string>
57126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_destroy" msgid="7218749286145526537">"Allows the app to destroy internal storage."</string>
57226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_asec_mount_unmount" msgid="8877998101944999386">"mount/unmount internal storage"</string>
57326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_mount_unmount" msgid="3451360114902490929">"Allows the app to mount/unmount internal storage."</string>
574c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_rename" msgid="7496633954080472417">"rename internal storage"</string>
57526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_rename" msgid="1794757588472127675">"Allows the app to rename internal storage."</string>
57687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_vibrate" msgid="7696427026057705834">"control vibration"</string>
57726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_vibrate" msgid="6284989245902300945">"Allows the app to control the vibrator."</string>
578113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_flashlight" msgid="2155920810121984215">"control flashlight"</string>
57926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_flashlight" msgid="6522284794568368310">"Allows the app to control the flashlight."</string>
580c8c3729506fe58a77d797dcaff286170e05996d0Eric Fischer    <string name="permlab_manageUsb" msgid="1113453430645402723">"manage preferences and permissions for USB devices"</string>
58126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageUsb" msgid="7776155430218239833">"Allows the app to manage preferences and permissions for USB devices."</string>
582f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permlab_accessMtp" msgid="4953468676795917042">"implement MTP protocol"</string>
583f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permdesc_accessMtp" msgid="6532961200486791570">"Allows access to the kernel MTP driver to implement the MTP USB protocol."</string>
584113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_hardware_test" msgid="4148290860400659146">"test hardware"</string>
58526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_hardware_test" msgid="6597964191208016605">"Allows the app to control various peripherals for the purpose of hardware testing."</string>
586113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_callPhone" msgid="3925836347681847954">"directly call phone numbers"</string>
58742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
588113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_callPrivileged" msgid="4198349211108497879">"directly call any phone numbers"</string>
58926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
590a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_performCdmaProvisioning" product="tablet" msgid="4842576994144604821">"directly start CDMA tablet setup"</string>
591113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_performCdmaProvisioning" product="default" msgid="5604848095315421425">"directly start CDMA phone setup"</string>
59226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_performCdmaProvisioning" msgid="1994193538802314186">"Allows the app to start CDMA provisioning. Malicious apps may unnecessarily start CDMA provisioning."</string>
593113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_locationUpdates" msgid="7785408253364335740">"control location update notifications"</string>
59426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
595113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_checkinProperties" msgid="7855259461268734914">"access check-in properties"</string>
59626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
597113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindGadget" msgid="776905339015863471">"choose widgets"</string>
59826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
599113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_modifyPhoneState" msgid="8423923777659292228">"modify phone status"</string>
60026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
60187cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readPhoneState" msgid="9178228524507610486">"read phone status and identity"</string>
60242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
6038d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_readPrecisePhoneState" msgid="5476483020282007597">"read precise phone states"</string>
6048d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_readPrecisePhoneState" msgid="6648009074263855418">"Allows the app to access the precise phone states. This permission allows the app to determine the real call status, whether a call is active or in the background, call fails, precise data connection status and data connection fails."</string>
605a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_wakeLock" product="tablet" msgid="1531731435011495015">"prevent tablet from sleeping"</string>
606113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_wakeLock" product="default" msgid="573480187941496130">"prevent phone from sleeping"</string>
60726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_wakeLock" product="tablet" msgid="7311319824400447868">"Allows the app to prevent the tablet from going to sleep."</string>
60826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_wakeLock" product="default" msgid="8559100677372928754">"Allows the app to prevent the phone from going to sleep."</string>
609e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permlab_transmitIr" msgid="7545858504238530105">"transmit infrared"</string>
610e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permdesc_transmitIr" product="tablet" msgid="5358308854306529170">"Allows the app to use the tablet\'s infrared transmitter."</string>
611e9772829a8146684962b54e7902ccb50c69acb78Baligh Uddin    <string name="permdesc_transmitIr" product="default" msgid="7957763745020300725">"Allows the app to use the phone\'s infrared transmitter."</string>
612c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_devicePower" product="tablet" msgid="2787034722616350417">"turn tablet on or off"</string>
613113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_devicePower" product="default" msgid="4928622470980943206">"turn phone on or off"</string>
61426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_devicePower" product="tablet" msgid="6689862878984631831">"Allows the app to turn the tablet on or off."</string>
61526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_devicePower" product="default" msgid="6037057348463131032">"Allows the app to turn the phone on or off."</string>
616113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_factoryTest" msgid="3715225492696416187">"run in factory test mode"</string>
617a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric 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>
618113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
619113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setWallpaper" msgid="6627192333373465143">"set wallpaper"</string>
62026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setWallpaper" msgid="7373447920977624745">"Allows the app to set the system wallpaper."</string>
62187cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_setWallpaperHints" msgid="3278608165977736538">"adjust your wallpaper size"</string>
62226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setWallpaperHints" msgid="8235784384223730091">"Allows the app to set the system wallpaper size hints."</string>
623113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_masterClear" msgid="2315750423139697397">"reset system to factory defaults"</string>
62426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
625113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setTime" msgid="2021614829591775646">"set time"</string>
62626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTime" product="tablet" msgid="1896341438151152881">"Allows the app to change the tablet\'s clock time."</string>
62726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTime" product="default" msgid="1855702730738020">"Allows the app to change the phone\'s clock time."</string>
628113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setTimeZone" msgid="2945079801013077340">"set time zone"</string>
62926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTimeZone" product="tablet" msgid="1676983712315827645">"Allows the app to change the tablet\'s time zone."</string>
63026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTimeZone" product="default" msgid="4499943488436633398">"Allows the app to change the phone\'s time zone."</string>
631113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accountManagerService" msgid="4829262349691386986">"act as the Account Manager Service"</string>
6326f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_accountManagerService" msgid="1948455552333615954">"Allows the app to make calls to Account Authenticators."</string>
63387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_getAccounts" msgid="1086795467760122114">"find accounts on the device"</string>
63442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
63542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
63687cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_authenticateAccounts" msgid="5265908481172736933">"create accounts and set passwords"</string>
63726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
63887cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_manageAccounts" msgid="4983126304757177305">"add or remove accounts"</string>
63926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageAccounts" msgid="8698295625488292506">"Allows the app to perform operations like adding and removing accounts, and deleting their password."</string>
64087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_useCredentials" msgid="235481396163877642">"use accounts on the device"</string>
64126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_useCredentials" msgid="7984227147403346422">"Allows the app to request authentication tokens."</string>
64287cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_accessNetworkState" msgid="4951027964348974773">"view network connections"</string>
64342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
64442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permlab_createNetworkSockets" msgid="8018758136404323658">"full network access"</string>
64542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
6468da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_writeApnSettings" msgid="505660159675751896">"change/intercept network settings and traffic"</string>
64726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
648113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeNetworkState" msgid="958884291454327309">"change network connectivity"</string>
64926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeNetworkState" msgid="6789123912476416214">"Allows the app to change the state of network connectivity."</string>
65026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_changeTetherState" msgid="5952584964373017960">"change tethered connectivity"</string>
65126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeTetherState" msgid="1524441344412319780">"Allows the app to change the state of tethered network connectivity."</string>
652113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeBackgroundDataSetting" msgid="1400666012671648741">"change background data usage setting"</string>
65326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeBackgroundDataSetting" msgid="5347729578468744379">"Allows the app to change the background data usage setting."</string>
654db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permlab_accessWifiState" msgid="5202012949247040011">"view Wi-Fi connections"</string>
6550f3f34612f93063939911805501e2dea187bb355Baligh 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>
656db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="permlab_changeWifiState" msgid="6550641188749128035">"connect and disconnect from Wi-Fi"</string>
6570f3f34612f93063939911805501e2dea187bb355Baligh 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>
658113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeWifiMulticastState" msgid="1368253871483254784">"allow Wi-Fi Multicast reception"</string>
6590f3f34612f93063939911805501e2dea187bb355Baligh 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>
6600f3f34612f93063939911805501e2dea187bb355Baligh 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>
66187cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_bluetoothAdmin" msgid="6006967373935926659">"access Bluetooth settings"</string>
66226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
66326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
6641595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="permlab_bluetoothPriv" msgid="4009494246009513828">"allow Bluetooth pairing by Application"</string>
6651595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="permdesc_bluetoothPriv" product="tablet" msgid="8045735193417468857">"Allows the app to pair with remote devices without user interaction."</string>
6661595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="permdesc_bluetoothPriv" product="default" msgid="8045735193417468857">"Allows the app to pair with remote devices without user interaction."</string>
6673e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_accessWimaxState" msgid="4195907010610205703">"connect and disconnect from WiMAX"</string>
66842a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
6694a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="permlab_changeWimaxState" msgid="2405042267131496579">"change WiMAX state"</string>
67042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
67142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
6728d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_scoreNetworks" msgid="6445777779383587181">"score networks"</string>
6738d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_scoreNetworks" product="tablet" msgid="1304304745850215556">"Allows the app to rank networks and influence which networks the tablet should prefer."</string>
6748d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_scoreNetworks" product="default" msgid="1831501848178651379">"Allows the app to rank networks and influence which networks the phone should prefer."</string>
67587cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_bluetooth" msgid="6127769336339276828">"pair with Bluetooth devices"</string>
67642a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
67742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
678c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_nfc" msgid="4423351274757876953">"control Near-Field Communication"</string>
67926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_nfc" msgid="7120611819401789907">"Allows the app to communicate with Near Field Communication (NFC) tags, cards and readers."</string>
68087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_disableKeyguard" msgid="3598496301486439258">"disable your screen lock"</string>
68142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
682113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readSyncSettings" msgid="6201810008230503052">"read sync settings"</string>
68342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
68487cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeSyncSettings" msgid="5408694875793945314">"toggle sync on and off"</string>
68542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
686113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readSyncStats" msgid="7396577451360202448">"read sync statistics"</string>
68742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
688113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"read subscribed feeds"</string>
68926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_subscribedFeedsRead" msgid="5557058907906144505">"Allows the app to get details about the currently synced feeds."</string>
690113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"write subscribed feeds"</string>
69126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_subscribedFeedsWrite" msgid="6928930188826089413">"Allows the app to modify your currently synced feeds. Malicious apps may change your synced feeds."</string>
69287cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readDictionary" msgid="4107101525746035718">"read terms you added to the dictionary"</string>
69342a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
6943e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="permlab_writeDictionary" msgid="2183110402314441106">"add words to user-defined dictionary"</string>
69526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeDictionary" msgid="8185385716255065291">"Allows the app to write new words into the user dictionary."</string>
69699a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permlab_sdcardRead" product="nosdcard" msgid="367275095159405468">"read the contents of your USB storage"</string>
69799a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permlab_sdcardRead" product="default" msgid="2188156462934977940">"read the contents of your SD card"</string>
69899a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permdesc_sdcardRead" product="nosdcard" msgid="3446988712598386079">"Allows the app to read the contents of your USB storage."</string>
69999a6183443b63f5c9795389f4353e854ef9118e3Baligh Uddin    <string name="permdesc_sdcardRead" product="default" msgid="2607362473654975411">"Allows the app to read the contents of your SD card."</string>
70087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_sdcardWrite" product="nosdcard" msgid="8485979062254666748">"modify or delete the contents of your USB storage"</string>
70145f110fb0df6de1496e0904918f9ca4eb406eb85Eric Fischer    <string name="permlab_sdcardWrite" product="default" msgid="8805693630050458763">"modify or delete the contents of your SD card"</string>
70226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sdcardWrite" product="nosdcard" msgid="6175406299445710888">"Allows the app to write to the USB storage."</string>
70326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sdcardWrite" product="default" msgid="4337417790936632090">"Allows the app to write to the SD card."</string>
704c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_mediaStorageWrite" product="default" msgid="6859839199706879015">"modify/delete internal media storage contents"</string>
70526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mediaStorageWrite" product="default" msgid="8189160597698529185">"Allows the app to modify the contents of the internal media storage."</string>
7060f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permlab_manageDocs" product="default" msgid="5778318598448849829">"manage document storage"</string>
7070f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_manageDocs" product="default" msgid="8704323176914121484">"Allows the app to manage document storage."</string>
7089a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="permlab_sdcardAccessAll" msgid="8150613823900460576">"access external storage of all users"</string>
7099a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="permdesc_sdcardAccessAll" msgid="3215208357415891320">"Allows the app to access external storage for all users."</string>
710113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_cache_filesystem" msgid="5656487264819669824">"access the cache file system"</string>
71126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_cache_filesystem" msgid="5578967642265550955">"Allows the app to read and write the cache file system."</string>
712c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_use_sip" msgid="5986952362795870502">"make/receive Internet calls"</string>
71326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_use_sip" msgid="4717632000062674294">"Allows the app to use the SIP service to make/receive Internet calls."</string>
71448d7d2b28bafefdc776b0d72bb9fceadc6cb1d2fBaligh Uddin    <string name="permlab_bind_call_service" msgid="6724009726671246551">"interact with in-call screen"</string>
71548d7d2b28bafefdc776b0d72bb9fceadc6cb1d2fBaligh Uddin    <string name="permdesc_bind_call_service" msgid="8732547662442572435">"Allows the app to control when and how the user sees the in-call screen."</string>
7166d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_readNetworkUsageHistory" msgid="7862593283611493232">"read historical network usage"</string>
71726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readNetworkUsageHistory" msgid="7689060749819126472">"Allows the app to read historical network usage for specific networks and apps."</string>
7186d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_manageNetworkPolicy" msgid="2562053592339859990">"manage network policy"</string>
71926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageNetworkPolicy" msgid="7537586771559370668">"Allows the app to manage network policies and define app-specific rules."</string>
720ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="permlab_modifyNetworkAccounting" msgid="5088217309088729650">"modify network usage accounting"</string>
7216f32f87717756aab939be84269b8096a46015a36Eric 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>
722f706cbdf224d400a67ffb57d55d58196581ab8cdBaligh Uddin    <string name="permlab_accessNotifications" msgid="7673416487873432268">"access notifications"</string>
723f706cbdf224d400a67ffb57d55d58196581ab8cdBaligh Uddin    <string name="permdesc_accessNotifications" msgid="458457742683431387">"Allows the app to retrieve, examine, and clear notifications, including those posted by other apps."</string>
72466e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="permlab_bindNotificationListenerService" msgid="7057764742211656654">"bind to a notification listener service"</string>
72566e3763aa0c7433c33b00e37b3331009a13d7816Baligh 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>
7268d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_bindConditionProviderService" msgid="1180107672332704641">"bind to a condition provider service"</string>
7278d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_bindConditionProviderService" msgid="1680513931165058425">"Allows the holder to bind to the top-level interface of a condition provider service. Should never be needed for normal apps."</string>
728b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="permlab_bindMediaRouteService" msgid="6637740382272686835">"bind to a media route service"</string>
729b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="permdesc_bindMediaRouteService" msgid="6436655024972496687">"Allows the holder to bind to the top-level interface of a media route service. Should never be needed for normal apps."</string>
730041628cea439825baaa68f593b3d3daf2ccaebebBaligh Uddin    <string name="permlab_bindDreamService" msgid="4153646965978563462">"bind to a dream service"</string>
731041628cea439825baaa68f593b3d3daf2ccaebebBaligh Uddin    <string name="permdesc_bindDreamService" msgid="7325825272223347863">"Allows the holder to bind to the top-level interface of a dream service. Should never be needed for normal apps."</string>
732d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="permlab_invokeCarrierSetup" msgid="3699600833975117478">"invoke the carrier-provided configuration app"</string>
733d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh 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>
7347bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh Uddin    <string name="permlab_accessNetworkConditions" msgid="8206077447838909516">"listen for observations on network conditions"</string>
7357bb1d9450a9864fb2c804be3d07063277dcaaf6eBaligh 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>
7368d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_setInputCalibration" msgid="4902620118878467615">"change input device calibration"</string>
7378d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_setInputCalibration" msgid="4527511047549456929">"Allows the app to modify the calibration parameters of the touch screen. Should never be needed for normal apps."</string>
7388d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_accessDrmCertificates" msgid="7436886640723203615">"access DRM certificates"</string>
7398d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_accessDrmCertificates" msgid="8073288354426159089">"Allows an application to provision and use DRM certficates. Should never be needed for normal apps."</string>
740b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="permlab_handoverStatus" msgid="1159132046126626731">"Receive Android Beam transfer status"</string>
741b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="permdesc_handoverStatus" msgid="4788144087245714948">"Allows this application to receive information about current Android Beam transfers"</string>
742c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_limitPassword" msgid="4497420728857585791">"Set password rules"</string>
7436f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_limitPassword" msgid="3252114203919510394">"Control the length and the characters allowed in screen-unlock passwords."</string>
744c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_watchLogin" msgid="914130646942199503">"Monitor screen-unlock attempts"</string>
74526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
74626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
747c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_resetPassword" msgid="2620077191242688955">"Change the screen-unlock password"</string>
7486f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_resetPassword" msgid="605963962301904458">"Change the screen-unlock password."</string>
749c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_forceLock" msgid="2274085384704248431">"Lock the screen"</string>
7506f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_forceLock" msgid="1141797588403827138">"Control how and when the screen locks."</string>
751113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="policylab_wipeData" msgid="3910545446758639713">"Erase all data"</string>
7526f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_wipeData" product="tablet" msgid="4306184096067756876">"Erase the tablet\'s data without warning by performing a factory data reset."</string>
7536f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_wipeData" product="default" msgid="5096895604574188391">"Erase the phone\'s data without warning by performing a factory data reset."</string>
754c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_setGlobalProxy" msgid="2784828293747791446">"Set the device global proxy"</string>
755c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric 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>
7560d1d2a7a2c27794ebd76c4f8f82708d742adb9cdEric Fischer    <string name="policylab_expirePassword" msgid="885279151847254056">"Set lock-screen password expiry"</string>
7576f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_expirePassword" msgid="1729725226314691591">"Control how frequently the lock-screen password must be changed."</string>
758f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="policylab_encryptedStorage" msgid="8901326199909132915">"Set storage encryption"</string>
7596f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_encryptedStorage" msgid="2637732115325316992">"Require that stored app data be encrypted."</string>
7606d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="policylab_disableCamera" msgid="6395301023152297826">"Disable cameras"</string>
7616f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_disableCamera" msgid="2306349042834754597">"Prevent use of all device cameras."</string>
76254323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="policylab_disableKeyguardFeatures" msgid="266329104542638802">"Disable features in keyguard"</string>
76354323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="policydesc_disableKeyguardFeatures" msgid="3467082272186534614">"Prevent use of some features in keyguard."</string>
764113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="phoneTypes">
765113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8901098336658710359">"Home"</item>
766113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="869923650527136615">"Mobile"</item>
767113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7897544654242874543">"Work"</item>
768113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1103601433382158155">"Work Fax"</item>
769113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1735177144948329370">"Home Fax"</item>
770113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="603878674477207394">"Pager"</item>
771113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1650824275177931637">"Other"</item>
772113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="9192514806975898961">"Custom"</item>
773113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
774113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="emailAddressTypes">
775113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8073994352956129127">"Home"</item>
776113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7084237356602625604">"Work"</item>
777113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1112044410659011023">"Other"</item>
778113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="2374913952870110618">"Custom"</item>
779113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
780113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="postalAddressTypes">
781113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="6880257626740047286">"Home"</item>
782113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="5629153956045109251">"Work"</item>
783113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4966604264500343469">"Other"</item>
784113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4932682847595299369">"Custom"</item>
785113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
786113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="imAddressTypes">
787113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1738585194601476694">"Home"</item>
788113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1359644565647383708">"Work"</item>
789113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7868549401053615677">"Other"</item>
790113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3145118944639869809">"Custom"</item>
791113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
792113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="organizationTypes">
793113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7546335612189115615">"Work"</item>
794113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4378074129049520373">"Other"</item>
795113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3455047468583965104">"Custom"</item>
796113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
797113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="imProtocols">
798113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8595261363518459565">"AIM"</item>
799113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7390473628275490700">"Windows Live"</item>
800113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7882877134931458217">"Yahoo"</item>
801113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="5035376313200585242">"Skype"</item>
802113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7532363178459444943">"QQ"</item>
803113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3713441034299660749">"Google Talk"</item>
804113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="2506857312718630823">"ICQ"</item>
805113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1648797903785279353">"Jabber"</item>
806113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
807113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCustom" msgid="1644738059053355820">"Custom"</string>
808113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeHome" msgid="2570923463033985887">"Home"</string>
809113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMobile" msgid="6501463557754751037">"Mobile"</string>
810113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWork" msgid="8863939667059911633">"Work"</string>
811113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeFaxWork" msgid="3517792160008890912">"Work Fax"</string>
812113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeFaxHome" msgid="2067265972322971467">"Home Fax"</string>
813113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypePager" msgid="7582359955394921732">"Pager"</string>
814113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeOther" msgid="1544425847868765990">"Other"</string>
815113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCallback" msgid="2712175203065678206">"Callback"</string>
816113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCar" msgid="8738360689616716982">"Car"</string>
817113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCompanyMain" msgid="540434356461478916">"Company Main"</string>
818113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeIsdn" msgid="8022453193171370337">"ISDN"</string>
819113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMain" msgid="6766137010628326916">"Main"</string>
820113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeOtherFax" msgid="8587657145072446565">"Other Fax"</string>
821113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeRadio" msgid="4093738079908667513">"Radio"</string>
822113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeTelex" msgid="3367879952476250512">"Telex"</string>
823113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeTtyTdd" msgid="8606514378585000044">"TTY/TDD"</string>
824113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWorkMobile" msgid="1311426989184065709">"Work Mobile"</string>
825113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWorkPager" msgid="649938731231157056">"Work Pager"</string>
826113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeAssistant" msgid="5596772636128562884">"Assistant"</string>
827113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMms" msgid="7254492275502768992">"MMS"</string>
828c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="eventTypeCustom" msgid="7837586198458073404">"Customised"</string>
829113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="eventTypeBirthday" msgid="2813379844211390740">"Birthday"</string>
830113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="eventTypeAnniversary" msgid="3876779744518284000">"Anniversary"</string>
831c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="eventTypeOther" msgid="7388178939010143077">"Other"</string>
832113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeCustom" msgid="8525960257804213846">"Custom"</string>
833113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeHome" msgid="449227236140433919">"Home"</string>
834113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeWork" msgid="3548058059601149973">"Work"</string>
835113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeOther" msgid="2923008695272639549">"Other"</string>
836113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeMobile" msgid="119919005321166205">"Mobile"</string>
837113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeCustom" msgid="8903206903060479902">"Custom"</string>
838113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeHome" msgid="8165756977184483097">"Home"</string>
839113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeWork" msgid="5268172772387694495">"Work"</string>
840113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeOther" msgid="2726111966623584341">"Other"</string>
841113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeCustom" msgid="2074028755527826046">"Custom"</string>
842113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeHome" msgid="6241181032954263892">"Home"</string>
843113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeWork" msgid="1371489290242433090">"Work"</string>
844113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeOther" msgid="5377007495735915478">"Other"</string>
845113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolCustom" msgid="6919453836618749992">"Custom"</string>
846113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolAim" msgid="7050360612368383417">"AIM"</string>
847113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolMsn" msgid="144556545420769442">"Windows Live"</string>
848113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolYahoo" msgid="8271439408469021273">"Yahoo"</string>
849113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolSkype" msgid="9019296744622832951">"Skype"</string>
850113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolQq" msgid="8887484379494111884">"QQ"</string>
851d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="imProtocolGoogleTalk" msgid="493902321140277304">"Hangouts"</string>
852113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolIcq" msgid="1574870433606517315">"ICQ"</string>
853113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolJabber" msgid="2279917630875771722">"Jabber"</string>
854113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolNetMeeting" msgid="8287625655986827971">"Net Meeting"</string>
855113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeWork" msgid="29268870505363872">"Work"</string>
856113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeOther" msgid="3951781131570124082">"Other"</string>
857113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeCustom" msgid="225523415372088322">"Custom"</string>
858c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeCustom" msgid="3542403679827297300">"Customised"</string>
859c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeAssistant" msgid="6274334825195379076">"Assistant"</string>
860c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeBrother" msgid="8757913506784067713">"Brother"</string>
861c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeChild" msgid="1890746277276881626">"Child"</string>
862c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeDomesticPartner" msgid="6904807112121122133">"Domestic Partner"</string>
863c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeFather" msgid="5228034687082050725">"Father"</string>
864c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeFriend" msgid="7313106762483391262">"Friend"</string>
865c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeManager" msgid="6365677861610137895">"Manager"</string>
866c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeMother" msgid="4578571352962758304">"Mother"</string>
867c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeParent" msgid="4755635567562925226">"Parent"</string>
868c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypePartner" msgid="7266490285120262781">"Partner"</string>
869c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeReferredBy" msgid="101573059844135524">"Referred by"</string>
870c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeRelative" msgid="1799819930085610271">"Relative"</string>
871c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeSister" msgid="1735983554479076481">"Sister"</string>
872c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeSpouse" msgid="394136939428698117">"Spouse"</string>
873c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeCustom" msgid="2473580593111590945">"Customised"</string>
874c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeHome" msgid="6093598181069359295">"Home"</string>
875c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeWork" msgid="6920725730797099047">"Work"</string>
876c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeOther" msgid="4408436162950119849">"Other"</string>
8770c6754df6af36b3f56c55ffad8b855212e806219Baligh Uddin    <string name="quick_contacts_not_available" msgid="746098007828579688">"No application found to view this contact."</string>
87826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_code" msgid="3037685796058495017">"Type PIN code"</string>
87926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_puk_code" msgid="4800725266925845333">"Type PUK and new PIN code"</string>
8806d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="keyguard_password_enter_puk_prompt" msgid="1341112146710087048">"PUK code"</string>
88126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_prompt" msgid="8027680321614196258">"New PIN Code"</string>
88226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_entry_touch_hint" msgid="7858547464982981384"><font size="17">"Touch to type password"</font></string>
88326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_password_code" msgid="1054721668279049780">"Type password to unlock"</string>
88426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_password_code" msgid="6391755146112503443">"Type PIN to unlock"</string>
8856f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="keyguard_password_wrong_pin_code" msgid="2422225591006134936">"Incorrect PIN code."</string>
886113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="keyguard_label_text" msgid="861796461028298424">"To unlock, press Menu, then 0."</string>
887113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"Emergency number"</string>
8885820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="lockscreen_carrier_default" msgid="8963839242565653192">"No service"</string>
889113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_screen_locked" msgid="7288443074806832904">"Screen locked."</string>
890113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"Press Menu to unlock or place emergency call."</string>
891113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"Press Menu to unlock."</string>
892113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"Draw pattern to unlock"</string>
893113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_emergency_call" msgid="5347633784401285225">"Emergency call"</string>
894113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_return_to_call" msgid="5244259785500040021">"Return to call"</string>
895113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_pattern_correct" msgid="9039008650362261237">"Correct!"</string>
89626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_pattern_wrong" msgid="4317955014948108794">"Try again"</string>
89726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_password_wrong" msgid="5737815393253165301">"Try again"</string>
8986f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="faceunlock_multiple_failures" msgid="754137583022792429">"Maximum Face Unlock attempts exceeded"</string>
8995820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="lockscreen_plugged_in" msgid="8057762828355572315">"Charging, <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
90039b1f03e17804346e0ce33ef2f8c646788d2a5b5Baligh Uddin    <string name="lockscreen_charged" msgid="321635745684060624">"Charged"</string>
9019841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="lockscreen_battery_short" msgid="4477264849386850266">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
902113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_low_battery" msgid="1482873981919249740">"Connect your charger."</string>
9033e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="lockscreen_missing_sim_message_short" msgid="5099439277819215399">"No SIM card"</string>
904a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="lockscreen_missing_sim_message" product="tablet" msgid="151659196095791474">"No SIM card in tablet."</string>
905113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_missing_sim_message" product="default" msgid="2186920585695169078">"No SIM card in phone."</string>
90626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_missing_sim_instructions" msgid="5372787138023272615">"Insert a SIM card."</string>
90726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_missing_sim_instructions_long" msgid="3526573099019319472">"The SIM card is missing or not readable. Insert a SIM card."</string>
9085ae9587e063033a92ea7de7798a78f273e3380efEric Fischer    <string name="lockscreen_permanent_disabled_sim_message_short" msgid="5096149665138916184">"Unusable SIM card."</string>
9091c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
910b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_prev_description" msgid="201594905152746886">"Previous track button"</string>
911b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_next_description" msgid="6089297650481292363">"Next-track button"</string>
912b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_pause_description" msgid="7659088786780128001">"Pause button"</string>
913b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_play_description" msgid="5888422938351019426">"Play button"</string>
914b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_stop_description" msgid="4562318378766987601">"Stop button"</string>
915113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emergency_calls_only" msgid="6733978304386365407">"Emergency calls only"</string>
916113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_network_locked_message" msgid="143389224986028501">"Network locked"</string>
917113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_puk_locked_message" msgid="7441797339976230">"SIM card is PUK-locked."</string>
91826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_sim_puk_locked_instructions" msgid="8127916255245181063">"See the User Guide or contact Customer Care."</string>
919113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_locked_message" msgid="8066660129206001039">"SIM card is locked."</string>
920113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="595323214052881264">"Unlocking SIM card…"</string>
9211c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
9221c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
9231c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
9241c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
9251c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
9266a5134397541af058e1128baebe0451ae4befce8Eric 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>
9276a5134397541af058e1128baebe0451ae4befce8Eric 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>
9286a5134397541af058e1128baebe0451ae4befce8Eric 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>
9296a5134397541af058e1128baebe0451ae4befce8Eric 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>
930113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6251480343394389665">"Try again in <xliff:g id="NUMBER">%d</xliff:g> seconds."</string>
931113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"Forgotten pattern?"</string>
932113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_forgot_pattern" msgid="2588521501166032747">"Account unlock"</string>
9336f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_too_many_attempts" msgid="2751368605287288808">"Too many pattern attempts"</string>
9346f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_instructions" msgid="3931816256100707784">"To unlock, sign in with your Google account."</string>
935113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_username_hint" msgid="8846881424106484447">"Username (email)"</string>
936113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_password_hint" msgid="5958028383954738528">"Password"</string>
937113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Sign in"</string>
938113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Invalid username or password."</string>
9391c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="lockscreen_glogin_account_recovery_hint" msgid="1696924763690379073">"Forgot your username or password?\nVisit "<b>"google.co.uk/accounts/recovery"</b>"."</string>
9406f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_checking_password" msgid="7114627351286933867">"Checking…"</string>
941113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_unlock_label" msgid="737440483220667054">"Unlock"</string>
942113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Sound on"</string>
943113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Sound off"</string>
944b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_start" msgid="3941045502933142847">"Pattern started"</string>
945b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_cleared" msgid="5583479721001639579">"Pattern cleared"</string>
946b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_cell_added" msgid="6756031208359292487">"Cell added"</string>
947b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_detected" msgid="4988730895554057058">"Pattern completed"</string>
948666a6298731b0967c11bf3b93cc6fe8334ab9126Baligh Uddin    <string name="keyguard_accessibility_widget_changed" msgid="5678624624681400191">"%1$s. Widget %2$d of %3$d."</string>
9496a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_add_widget" msgid="8273277058724924654">"Add widget"</string>
9506a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_empty_slot" msgid="1281505703307930757">"Empty"</string>
9516a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_unlock_area_expanded" msgid="2278106022311170299">"Unlock area expanded."</string>
9526a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_unlock_area_collapsed" msgid="6366992066936076396">"Unlock area collapsed."</string>
9536a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget" msgid="6527131039741808240">"<xliff:g id="WIDGET_INDEX">%1$s</xliff:g> widget."</string>
954ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="keyguard_accessibility_user_selector" msgid="1226798370913698896">"User selector"</string>
955ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="keyguard_accessibility_status" msgid="8008264603935930611">"Status"</string>
9566a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_camera" msgid="8904231194181114603">"Camera"</string>
957ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="keygaurd_accessibility_media_controls" msgid="262209654292161806">"Media controls"</string>
9586a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_reorder_start" msgid="8736853615588828197">"Widget reordering started."</string>
9596a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_reorder_end" msgid="7170190950870468320">"Widget reordering ended."</string>
9606a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_widget_deleted" msgid="4426204263929224434">"Widget <xliff:g id="WIDGET_INDEX">%1$s</xliff:g> deleted."</string>
9616a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_expand_lock_area" msgid="519859720934178024">"Expand unlock area."</string>
9626a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_slide_unlock" msgid="2959928478764697254">"Slide unlock."</string>
9636a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_pattern_unlock" msgid="1490840706075246612">"Pattern unlock."</string>
9646a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_face_unlock" msgid="4817282543351718535">"Face unlock."</string>
9656a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_pin_unlock" msgid="2469687111784035046">"Pin unlock."</string>
9666a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_password_unlock" msgid="7675777623912155089">"Password unlock."</string>
9676a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_pattern_area" msgid="7679891324509597904">"Pattern area."</string>
9686a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="keyguard_accessibility_slide_area" msgid="6736064494019979544">"Slide area."</string>
969113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_symbol_key" msgid="992280756256536042">"?123"</string>
970113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_alpha_key" msgid="8001096175167485649">"ABC"</string>
971113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_alt_key" msgid="1284820942620288678">"ALT"</string>
9720b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_character" msgid="7336470535385009523">"character"</string>
9730b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_word" msgid="7075570328374918660">"word"</string>
9740b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_link" msgid="5815508880782488267">"link"</string>
9750b6408b6bf0f740959304c4ed7b1ed03b371bf74Eric Fischer    <string name="granularity_label_line" msgid="5764267235026120888">"line"</string>
9769841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="hour_ampm" msgid="4584338083529355982">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
9779841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="hour_cap_ampm" msgid="2083465992940444366">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
978113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_failed" msgid="5410270329114212041">"Factory test failed"</string>
979113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_not_system" msgid="4435201656767276723">"The FACTORY_TEST action is only supported for packages installed in /system/app."</string>
980113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_no_action" msgid="872991874799998561">"No package was found that provides the FACTORY_TEST action."</string>
981113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_reboot" msgid="6320168203050791643">"Reboot"</string>
9826f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="js_dialog_title" msgid="1987483977834603872">"The page at \"<xliff:g id="TITLE">%s</xliff:g>\" says:"</string>
983113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="js_dialog_title_default" msgid="6961903213729667573">"JavaScript"</string>
98465d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="js_dialog_before_unload_title" msgid="2619376555525116593">"Confirm Navigation"</string>
98565d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="js_dialog_before_unload_positive_button" msgid="3112752010600484130">"Leave this Page"</string>
98665d97eae3d16ea6a3dac6bf17f97ac39d28d0c49Baligh Uddin    <string name="js_dialog_before_unload_negative_button" msgid="5614861293026099715">"Stay on this Page"</string>
9871c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
988113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_label" msgid="6860261758665825069">"Confirm"</string>
9896f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="double_tap_toast" msgid="4595046515400268881">"Tip: double-tap to zoom in and out."</string>
9906f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="autofill_this_form" msgid="4616758841157816676">"Auto-fill"</string>
9916f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="setup_autofill" msgid="7103495070180590814">"Set up Auto-fill"</string>
9929841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="autofill_address_name_separator" msgid="6350145154779706772">" "</string>
993c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_name_format" msgid="3268041054899214945">"$1$2$3"</string>
994c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_separator" msgid="7483307893170324129">", "</string>
995c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_format" msgid="4874459455786827344">"$1$2$3"</string>
99667fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_province" msgid="2231806553863422300">"Province"</string>
99767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_postal_code" msgid="4696430407689377108">"Postcode"</string>
99867fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_state" msgid="6988894195520044613">"State"</string>
99967fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_zip_code" msgid="8697544592627322946">"Zip code"</string>
100067fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_county" msgid="237073771020362891">"County"</string>
100167fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_island" msgid="4020100875984667025">"Island"</string>
100267fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_district" msgid="8400735073392267672">"District"</string>
100367fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_department" msgid="5343279462564453309">"Department"</string>
100467fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_prefecture" msgid="2028499485065800419">"Prefecture"</string>
100567fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_parish" msgid="8202206105468820057">"Parish"</string>
100667fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_area" msgid="3547409050889952423">"Area"</string>
100767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_emirate" msgid="2893880978835698818">"Emirate"</string>
100887cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_readHistoryBookmarks" msgid="3775265775405106983">"read your Web bookmarks and history"</string>
100942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
101087cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_writeHistoryBookmarks" msgid="3714785165273314490">"write web bookmarks and history"</string>
101142a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
101242a51b5e97a5fa16a225ee74d4fb23dbd177556bEric 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>
101387cbc928efd2b9503301b5f379ff2c867a09db9dEric Fischer    <string name="permlab_setAlarm" msgid="1379294556362091814">"set an alarm"</string>
101426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
10151d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="permlab_writeVoicemail" msgid="7309899891683938100">"write voicemails"</string>
10161d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="permdesc_writeVoicemail" msgid="6592572839715924830">"Allows the app to modify and remove messages from your voicemail inbox."</string>
101723018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_addVoicemail" msgid="5525660026090959044">"add voicemail"</string>
101826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_addVoicemail" msgid="6604508651428252437">"Allows the app to add messages to your voicemail inbox."</string>
10191d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="permlab_readVoicemail" msgid="8415201752589140137">"read voicemail"</string>
10201d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="permdesc_readVoicemail" msgid="8926534735321616550">"Allows the app to read your voicemails."</string>
102126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_writeGeolocationPermissions" msgid="5962224158955273932">"Modify Browser geo-location permissions"</string>
102226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
10238da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_packageVerificationAgent" msgid="5568139100645829117">"verify packages"</string>
102426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_packageVerificationAgent" msgid="8437590190990843381">"Allows the app to verify a package is installable."</string>
10258da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_bindPackageVerifier" msgid="4187786793360326654">"bind to a package verifier"</string>
102626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindPackageVerifier" msgid="3180741773233862126">"Allows the holder to make requests of package verifiers. Should never be needed for normal apps."</string>
10275f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permlab_serialPort" msgid="546083327654631076">"access serial ports"</string>
10285f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permdesc_serialPort" msgid="2991639985224598193">"Allows the holder to access serial ports using the SerialManager API."</string>
10292b630306182d14d184c73c6070dea3755ab685cdEric Fischer    <string name="permlab_accessContentProvidersExternally" msgid="5077774297943409285">"access content providers externally"</string>
10302b630306182d14d184c73c6070dea3755ab685cdEric 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>
10319841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="permlab_updateLock" msgid="3527558366616680889">"discourage automatic device updates"</string>
10329841174e07db12e46e5885485a8558313bb8c915Eric 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>
1033113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_message" msgid="767344687139195790">"Do you want the browser to remember this password?"</string>
1034113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_notnow" msgid="6389675316706699758">"Not now"</string>
1035113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_remember" msgid="6491879678996749466">"Remember"</string>
1036113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_never" msgid="8274330296785855105">"Never"</string>
103726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="open_permission_deny" msgid="7374036708316629800">"You don\'t have permission to open this page."</string>
1038113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="text_copied" msgid="4985729524670131385">"Text copied to clipboard."</string>
1039113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="more_item_label" msgid="4650918923083320495">"More"</string>
1040113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="prepend_shortcut_label" msgid="2572214461676015642">"Menu+"</string>
1041113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_space_shortcut_label" msgid="2410328639272162537">"space"</string>
1042113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_enter_shortcut_label" msgid="2743362785111309668">"enter"</string>
1043113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_delete_shortcut_label" msgid="3658178007202748164">"delete"</string>
1044113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="search_go" msgid="8298016669822141719">"Search"</string>
10458da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_search" msgid="6749826639098512120">"Search"</string>
10468da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_query" msgid="5911778593125355124">"Search query"</string>
10478da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_clear" msgid="1330281990951833033">"Clear query"</string>
10488da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_submit" msgid="2688450133297983542">"Submit query"</string>
10498da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_voice" msgid="2453203695674994440">"Voice search"</string>
1050e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="enable_explore_by_touch_warning_title" msgid="7460694070309730149">"Enable Explore by Touch?"</string>
1051e2fc16438404f09216525fd3c1965d7980963b99Eric 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>
1052e2fc16438404f09216525fd3c1965d7980963b99Eric 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>
1053113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="oneMonthDurationPast" msgid="7396384508953779925">"1 month ago"</string>
1054113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="beforeOneMonthDurationPast" msgid="909134546836499826">"Before 1 month ago"</string>
1055113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_seconds_ago">
1056113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="4869870056547896011">"1 second ago"</item>
1057113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3903706804349556379">"<xliff:g id="COUNT">%d</xliff:g> seconds ago"</item>
1058113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1059113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_minutes_ago">
1060113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="3306787433088810191">"1 minute ago"</item>
1061113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2176942008915455116">"<xliff:g id="COUNT">%d</xliff:g> minutes ago"</item>
1062113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1063113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_hours_ago">
1064113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="9150797944610821849">"1 hour ago"</item>
1065113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2467273239587587569">"<xliff:g id="COUNT">%d</xliff:g> hours ago"</item>
1066113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1067113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="last_num_days">
1068113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3069992808164318268">"Last <xliff:g id="COUNT">%d</xliff:g> days"</item>
1069113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1070113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="last_month" msgid="3959346739979055432">"Last month"</string>
1071113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="older" msgid="5211975022815554840">"Older"</string>
1072113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_days_ago">
1073113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="861358534398115820">"yesterday"</item>
1074113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2479586466153314633">"<xliff:g id="COUNT">%d</xliff:g> days ago"</item>
1075113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1076113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_seconds">
1077113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="2729745560954905102">"in 1 second"</item>
1078113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="1241926116443974687">"in <xliff:g id="COUNT">%d</xliff:g> seconds"</item>
1079113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1080113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_minutes">
1081113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="8793095251325200395">"in 1 minute"</item>
1082113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3330713936399448749">"in <xliff:g id="COUNT">%d</xliff:g> minutes"</item>
1083113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1084113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_hours">
1085113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="7164353342477769999">"in 1 hour"</item>
1086113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="547290677353727389">"in <xliff:g id="COUNT">%d</xliff:g> hours"</item>
1087113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1088113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_days">
1089113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="5413088743009839518">"tomorrow"</item>
1090113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="5109449375100953247">"in <xliff:g id="COUNT">%d</xliff:g> days"</item>
1091113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1092113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_seconds_ago">
1093113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="1849036840200069118">"1 sec ago"</item>
1094113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3699169366650930415">"<xliff:g id="COUNT">%d</xliff:g> secs ago"</item>
1095113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1096113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_minutes_ago">
1097113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="6361490147113871545">"1 min ago"</item>
1098113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="851164968597150710">"<xliff:g id="COUNT">%d</xliff:g> mins ago"</item>
1099113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1100113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_hours_ago">
1101113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="4796212039724722116">"1 hour ago"</item>
1102113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="6889970745748538901">"<xliff:g id="COUNT">%d</xliff:g> hours ago"</item>
1103113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1104113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_days_ago">
1105113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="8463161711492680309">"yesterday"</item>
1106113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3453342639616481191">"<xliff:g id="COUNT">%d</xliff:g> days ago"</item>
1107113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1108113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_seconds">
1109113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="5842225370795066299">"in 1 sec"</item>
1110113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="5495880108825805108">"in <xliff:g id="COUNT">%d</xliff:g> secs"</item>
1111113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1112113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_minutes">
1113113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="562786149928284878">"in 1 min"</item>
1114113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="4216113292706568726">"in <xliff:g id="COUNT">%d</xliff:g> mins"</item>
1115113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1116113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_hours">
1117113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="3274708118124045246">"in 1 hour"</item>
1118113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3705373766798013406">"in <xliff:g id="COUNT">%d</xliff:g> hours"</item>
1119113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1120113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_days">
1121113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="2178576254385739855">"tomorrow"</item>
1122113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2973062968038355991">"in <xliff:g id="COUNT">%d</xliff:g> days"</item>
1123113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1124113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_date" msgid="9093949757757445117">"on <xliff:g id="DATE">%s</xliff:g>"</string>
1125113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_time" msgid="5506831244263083793">"at <xliff:g id="TIME">%s</xliff:g>"</string>
1126113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_year" msgid="5040395640711867177">"in<xliff:g id="YEAR">%s</xliff:g>"</string>
1127113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="day" msgid="8144195776058119424">"day"</string>
1128113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="days" msgid="4774547661021344602">"days"</string>
1129113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="hour" msgid="2126771916426189481">"hour"</string>
1130113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="hours" msgid="894424005266852993">"hours"</string>
1131113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="minute" msgid="9148878657703769868">"min"</string>
1132113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="minutes" msgid="5646001005827034509">"mins"</string>
1133113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="second" msgid="3184235808021478">"sec"</string>
1134113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="seconds" msgid="3161515347216589235">"secs"</string>
1135113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="week" msgid="5617961537173061583">"week"</string>
1136113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="weeks" msgid="6509623834583944518">"weeks"</string>
1137113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="year" msgid="4001118221013892076">"year"</string>
1138113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="years" msgid="6881577717993213522">"years"</string>
1139640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  <plurals name="duration_seconds">
1140640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="one" msgid="6962015528372969481">"1 second"</item>
1141640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="other" msgid="1886107766577166786">"<xliff:g id="COUNT">%d</xliff:g> seconds"</item>
1142640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  </plurals>
1143640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  <plurals name="duration_minutes">
1144640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="one" msgid="4915414002546085617">"1 minute"</item>
1145640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="other" msgid="3165187169224908775">"<xliff:g id="COUNT">%d</xliff:g> minutes"</item>
1146640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  </plurals>
1147640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  <plurals name="duration_hours">
1148640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="one" msgid="8917467491248809972">"1 hour"</item>
1149640b4e3375d7a22c2231666f02318066698100afBaligh Uddin    <item quantity="other" msgid="3863962854246773930">"<xliff:g id="COUNT">%d</xliff:g> hours"</item>
1150640b4e3375d7a22c2231666f02318066698100afBaligh Uddin  </plurals>
11516f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="VideoView_error_title" msgid="3534509135438353077">"Video problem"</string>
115226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="VideoView_error_text_invalid_progressive_playback" msgid="3186670335938670444">"This video isn\'t valid for streaming to this device."</string>
11536f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="VideoView_error_text_unknown" msgid="3450439155187810085">"Can\'t play this video."</string>
1154113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="VideoView_error_button" msgid="2822238215100679592">"OK"</string>
1155113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="relative_time" msgid="1818557177829411417">"<xliff:g id="DATE">%1$s</xliff:g>, <xliff:g id="TIME">%2$s</xliff:g>"</string>
1156113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="noon" msgid="7245353528818587908">"noon"</string>
1157113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="Noon" msgid="3342127745230013127">"Noon"</string>
1158113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="midnight" msgid="7166259508850457595">"midnight"</string>
1159113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="Midnight" msgid="5630806906897892201">"Midnight"</string>
1160113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
1161113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
1162113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="selectAll" msgid="6876518925844129331">"Select all"</string>
1163113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cut" msgid="3092569408438626261">"Cut"</string>
1164113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="copy" msgid="2681946229533511987">"Copy"</string>
1165113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="paste" msgid="5629880836805036433">"Paste"</string>
1166b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="replace" msgid="5781686059063148930">"Replace..."</string>
11675820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="delete" msgid="6098684844021697789">"Delete"</string>
1168113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="copyUrl" msgid="2538211579596067402">"Copy URL"</string>
116926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="selectTextMode" msgid="1018691815143165326">"Select text"</string>
1170c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="textSelectionCABTitle" msgid="5236850394370820357">"Text selection"</string>
117114e933be250ca29ceba9d4e5b8b7f9c5bf986c68Ying Wang    <string name="addToDictionary" msgid="4352161534510057874">"Add to dictionary"</string>
117214e933be250ca29ceba9d4e5b8b7f9c5bf986c68Ying Wang    <string name="deleteText" msgid="6979668428458199034">"Delete"</string>
1173113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="inputMethod" msgid="1653630062304567879">"Input method"</string>
1174c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="editTextMenuTitle" msgid="4909135564941815494">"Text actions"</string>
11756bb5290e714da472ba62b5f21f575008886144fcYing Wang    <string name="low_internal_storage_view_title" msgid="5576272496365684834">"Storage space running out"</string>
11766bb5290e714da472ba62b5f21f575008886144fcYing Wang    <string name="low_internal_storage_view_text" msgid="6640505817617414371">"Some system functions may not work"</string>
117766e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="app_running_notification_title" msgid="8718335121060787914">"<xliff:g id="APP_NAME">%1$s</xliff:g> is running"</string>
117866e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="app_running_notification_text" msgid="4653586947747330058">"Touch for more information or to stop the app."</string>
1179113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ok" msgid="5970060430562524910">"OK"</string>
1180113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cancel" msgid="6442560571259935130">"Cancel"</string>
1181113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="yes" msgid="5362982303337969312">"OK"</string>
1182113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="no" msgid="5141531044935541497">"Cancel"</string>
1183113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dialog_alert_title" msgid="2049658708609043103">"Attention"</string>
118426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="loading" msgid="7933681260296021180">"Loading…"</string>
1185113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="capital_on" msgid="1544682755514494298">"ON"</string>
1186113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="capital_off" msgid="6815870386972805832">"OFF"</string>
1187113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="whichApplication" msgid="4533185947064773386">"Complete action using"</string>
1188b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="whichApplicationNamed" msgid="8260158865936942783">"Complete action using %1$s"</string>
1189b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="whichViewApplication" msgid="3272778576700572102">"Open with"</string>
1190b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="whichViewApplicationNamed" msgid="2286418824011249620">"Open with %1$s"</string>
1191b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="whichEditApplication" msgid="144727838241402655">"Edit with"</string>
1192b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="whichEditApplicationNamed" msgid="1775815530156447790">"Edit with %1$s"</string>
1193b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="whichSendApplication" msgid="6902512414057341668">"Share with"</string>
1194b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="whichSendApplicationNamed" msgid="2799370240005424391">"Share with %1$s"</string>
119526e41392704eabc1ed67252a8645c1ef0cd3c993Baligh Uddin    <string name="whichHomeApplication" msgid="4616420172727326782">"Select a home app"</string>
1196113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="alwaysUse" msgid="4583018368000610438">"Use by default for this action."</string>
119726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="clearDefaultHintMsg" msgid="3252584689512077257">"Clear default in System settings &gt; Apps &gt; Downloaded."</string>
11986f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="chooseActivity" msgid="7486876147751803333">"Choose an action"</string>
119926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="chooseUsbActivity" msgid="6894748416073583509">"Choose an app for the USB device"</string>
120026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="noApplications" msgid="2991814273936504689">"No apps can perform this action."</string>
120123018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="aerr_title" msgid="1905800560317137752"></string>
12026a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="aerr_application" msgid="932628488013092776">"Unfortunately, <xliff:g id="APPLICATION">%1$s</xliff:g> has stopped."</string>
12036a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="aerr_process" msgid="4507058997035697579">"Unfortunately, the process <xliff:g id="PROCESS">%1$s</xliff:g> has stopped."</string>
120423018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="anr_title" msgid="4351948481459135709"></string>
12051c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
12061c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
120726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
12081c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
120923018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="force_close" msgid="8346072094521265605">"OK"</string>
1210113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="report" msgid="4060218260984795706">"Report"</string>
1211113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="wait" msgid="7147118217226317732">"Wait"</string>
12121c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="webpage_unresponsive" msgid="3272758351138122503">"The page has become unresponsive.\n\nDo you want to close it?"</string>
121326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="launch_warning_title" msgid="1547997780506713581">"App redirected"</string>
1214c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="launch_warning_replace" msgid="6202498949970281412">"<xliff:g id="APP_NAME">%1$s</xliff:g> is now running."</string>
1215c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="launch_warning_original" msgid="188102023021668683">"<xliff:g id="APP_NAME">%1$s</xliff:g> was originally launched."</string>
12163a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="screen_compat_mode_scale" msgid="3202955667675944499">"Scale"</string>
12173a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="screen_compat_mode_show" msgid="4013878876486655892">"Always show"</string>
121826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="screen_compat_mode_hint" msgid="1064524084543304459">"Re-enable this in System settings &gt; Apps &gt; Downloaded."</string>
121926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
1220113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
122126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="android_upgrading_title" msgid="1584192285441405746">"Android is upgrading…"</string>
122226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
122326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="android_upgrading_starting_apps" msgid="451464516346926713">"Starting apps."</string>
12246a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="android_upgrading_complete" msgid="1405954754112999229">"Finishing boot."</string>
1225113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="heavy_weight_notification" msgid="9087063985776626166">"<xliff:g id="APP">%1$s</xliff:g> running"</string>
122626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="heavy_weight_notification_detail" msgid="1721681741617898865">"Touch to switch to app"</string>
122726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="heavy_weight_switcher_title" msgid="7153167085403298169">"Switch apps?"</string>
122826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
1229113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="old_app_action" msgid="493129172238566282">"Return to <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
123026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="old_app_description" msgid="2082094275580358049">"Don\'t start the new app."</string>
1231113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="new_app_action" msgid="5472756926945440706">"Start <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
123226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="new_app_description" msgid="1932143598371537340">"Stop the old app without saving."</string>
12336f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sendText" msgid="5209874571959469142">"Choose an action for text"</string>
1234113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_ringtone" msgid="6885421406845734650">"Ringer volume"</string>
1235113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_music" msgid="5421651157138628171">"Media volume"</string>
1236113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"Playing through Bluetooth"</string>
12376f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="volume_music_hint_silent_ringtone_selected" msgid="8310739960973156272">"Silent ringtone set"</string>
1238113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_call" msgid="3941680041282788711">"In-call volume"</string>
1239113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_bluetooth_call" msgid="2002891926351151534">"Bluetooth in-call volume"</string>
1240113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_alarm" msgid="1985191616042689100">"Alarm volume"</string>
1241113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_notification" msgid="2422265656744276715">"Notification volume"</string>
1242113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_unknown" msgid="1400219669770445902">"Volume"</string>
12438da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_bluetooth" msgid="6538894177255964340">"Bluetooth volume"</string>
12448da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_ringer" msgid="3326003847006162496">"Ringtone volume"</string>
12458da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_incall" msgid="8890073218154543397">"Call volume"</string>
12468da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_media" msgid="4217311719665194215">"Media volume"</string>
12478da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_notification" msgid="7044986546477282274">"Notification volume"</string>
1248113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_default" msgid="3789758980357696936">"Default ringtone"</string>
1249113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_default_with_actual" msgid="8129563480895990372">"Default ringtone (<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
1250daee4449854cbf1c04ce571e403443181ec7327dBaligh Uddin    <string name="ringtone_silent" msgid="7937634392408977062">"None"</string>
1251113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_picker_title" msgid="3515143939175119094">"Ringtones"</string>
1252113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_unknown" msgid="5477919988701784788">"Unknown ringtone"</string>
1253113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="wifi_available">
1254113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="6654123987418168693">"Wi-Fi network available"</item>
1255113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="4192424489168397386">"Wi-Fi networks available"</item>
1256113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
1257113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="wifi_available_detailed">
1258113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="1634101450343277345">"Open available Wi-Fi network"</item>
1259113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="7915895323644292768">"Open Wi-Fi networks available"</item>
1260113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
12616f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_available_sign_in" msgid="4029489716605255386">"Sign in to Wi-Fi network"</string>
1262db412dcad8c6f6fd36c6d57bf6628b50f5b3c002Baligh Uddin    <string name="network_available_sign_in" msgid="8495155593358054676">"Sign in to network"</string>
1263b62ef8e99877093557351955884948cd8c3e6d54Baligh Uddin    <!-- no translation found for network_available_sign_in_detailed (8000081941447976118) -->
126426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <skip />
126523018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="wifi_watchdog_network_disabled" msgid="7904214231651546347">"Couldn\'t connect to Wi-Fi"</string>
12666f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_watchdog_network_disabled_detailed" msgid="5548780776418332675">" has a poor Internet connection."</string>
126716ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_dialog_title" msgid="97611782659324517">"Wi-Fi Direct"</string>
126816ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_turnon_message" msgid="2909250942299627244">"Start Wi-Fi Direct. This will turn off Wi-Fi client/hotspot."</string>
126916ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_failed_message" msgid="3763669677935623084">"Couldn\'t start Wi-Fi Direct."</string>
127016ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_enabled_notification_title" msgid="2068321881673734886">"Wi-Fi Direct is on"</string>
127116ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_enabled_notification_message" msgid="1638949953993894335">"Touch for settings"</string>
12726f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="accept" msgid="1645267259272829559">"Accept"</string>
12736f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="decline" msgid="2112225451706137894">"Decline"</string>
12746f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_invitation_sent_title" msgid="1318975185112070734">"Invitation sent"</string>
12756f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_invitation_to_connect_title" msgid="4958803948658533637">"Invitation to connect"</string>
12766f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_from_message" msgid="570389174731951769">"From:"</string>
12776f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_to_message" msgid="248968974522044099">"To:"</string>
12786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_enter_pin_message" msgid="5920929550367828970">"Type the required PIN:"</string>
12796f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_show_pin_message" msgid="8530563323880921094">"PIN:"</string>
12807f05e8736cf015a04c46414c779027c9e07fadc5Baligh 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>
12810f3f34612f93063939911805501e2dea187bb355Baligh 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>
12823a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="select_character" msgid="3365550120617701745">"Insert character"</string>
12833a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sms_control_title" msgid="7296612781128917719">"Sending SMS messages"</string>
1284d07db7831831385e8115b57c74ae4dead3948460Eric 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>
1285d07db7831831385e8115b57c74ae4dead3948460Eric Fischer    <string name="sms_control_yes" msgid="3663725993855816807">"Allow"</string>
1286d07db7831831385e8115b57c74ae4dead3948460Eric Fischer    <string name="sms_control_no" msgid="625438561395534982">"Deny"</string>
12873e2e9747b363235b52bf78c0295733924a6eb9ddBaligh 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>
1288ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="sms_short_code_details" msgid="3492025719868078457">"This "<font fgcolor="#ffffb060">"may cause charges"</font>" on your mobile account."</string>
1289ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="sms_premium_short_code_details" msgid="5523826349105123687"><font fgcolor="#ffffb060">"This will cause charges on your mobile account."</font></string>
12903e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_allow" msgid="4458878637111023413">"Send"</string>
12913e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_deny" msgid="2927389840209170706">"Cancel"</string>
12923e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_remember_choice" msgid="5289538592272218136">"Remember my choice"</string>
1293ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="sms_short_code_remember_undo_instruction" msgid="4960944133052287484">"You can change this later in Settings &gt; Apps"</string>
12943e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_always_allow" msgid="3241181154869493368">"Always Allow*"</string>
12953e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="sms_short_code_confirm_never_allow" msgid="446992765774269673">"Never Allow"</string>
12963a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_removed_title" msgid="6227712319223226185">"SIM card removed"</string>
1297b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="sim_removed_message" msgid="5450336489923274918">"The mobile network will be unavailable until you restart with a valid SIM card inserted."</string>
12983a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_done_button" msgid="827949989369963775">"Done"</string>
12993a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_added_title" msgid="3719670512889674693">"SIM card added"</string>
1300b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="sim_added_message" msgid="7797975656153714319">"Restart your device to access the mobile network."</string>
13013a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_restart_button" msgid="4722407842815232347">"Restart"</string>
1302a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="time_picker_dialog_title" msgid="8349362623068819295">"Set time"</string>
13037b3bfca2599418279a631e47498370136f93a792Eric Fischer    <string name="date_picker_dialog_title" msgid="5879450659453782278">"Set date"</string>
1304113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="date_time_set" msgid="5777075614321087758">"Set"</string>
13057866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_time_done" msgid="2507683751759308828">"Done"</string>
1306bdb7eb0746555188a403a18623d94874d64bb8d6Baligh Uddin    <string name="perms_new_perm_prefix" msgid="8257740710754301407"><font size="12" fgcolor="#ff33b5e5">"NEW: "</font></string>
130745f110fb0df6de1496e0904918f9ca4eb406eb85Eric Fischer    <string name="perms_description_app" msgid="5139836143293299417">"Provided by <xliff:g id="APP_NAME">%1$s</xliff:g>."</string>
1308657e96ee3e16a34e6f8f51c7573eaaeea6295312Baligh Uddin    <string name="no_permissions" msgid="7283357728219338112">"No permission required"</string>
13093e2e9747b363235b52bf78c0295733924a6eb9ddBaligh Uddin    <string name="perm_costs_money" msgid="4902470324142151116">"this may cost you money"</string>
13106f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_activity_title" msgid="4465055157209648641">"USB mass storage"</string>
1311113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_title" msgid="5901459041398751495">"USB connected"</string>
13126f32f87717756aab939be84269b8096a46015a36Eric 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>
13136f32f87717756aab939be84269b8096a46015a36Eric 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>
13140d1d2a7a2c27794ebd76c4f8f82708d742adb9cdEric Fischer    <string name="usb_storage_button_mount" msgid="1052259930369508235">"Turn on USB storage"</string>
13156f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_error_message" product="nosdcard" msgid="3017045217365540658">"There\'s a problem using your USB storage for USB mass storage."</string>
13166f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_error_message" product="default" msgid="2876018512716970313">"There\'s a problem using your SD card for USB mass storage."</string>
1317113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_notification_title" msgid="8175892554757216525">"USB connected"</string>
13186f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_notification_message" msgid="939822783828183763">"Touch to copy files to/from your computer."</string>
1319113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_notification_title" msgid="2336058396663516017">"Turn off USB storage"</string>
13206f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_stop_notification_message" msgid="1656852098555623822">"Touch to turn off USB storage."</string>
1321113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_title" msgid="660129851708775853">"USB storage in use"</string>
13226f32f87717756aab939be84269b8096a46015a36Eric 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>
13236f32f87717756aab939be84269b8096a46015a36Eric 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>
1324113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_button_mount" msgid="7060218034900696029">"Turn off USB storage"</string>
13256f32f87717756aab939be84269b8096a46015a36Eric 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>
1326113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dlg_confirm_kill_storage_users_title" msgid="963039033470478697">"Turn off USB storage"</string>
13276f32f87717756aab939be84269b8096a46015a36Eric 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>
13286a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="dlg_error_title" msgid="7323658469626514207">"USB operation unsuccessful"</string>
1329113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dlg_ok" msgid="7376953167039865701">"OK"</string>
133067fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_mtp_notification_title" msgid="3699913097391550394">"Connected as a media device"</string>
133167fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_ptp_notification_title" msgid="1960817192216064833">"Connected as a camera"</string>
133267fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_cd_installer_notification_title" msgid="6774712827892090754">"Connected as an installer"</string>
13335a4e75e2e260d077bfdb285bef03760852b87651Eric Fischer    <string name="usb_accessory_notification_title" msgid="7848236974087653666">"Connected to a USB accessory"</string>
13346f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_notification_message" msgid="2290859399983720271">"Touch for other USB options."</string>
133526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_title" product="nosdcard" msgid="9020092196061007262">"Format USB storage?"</string>
133626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_title" product="default" msgid="3648415921526526069">"Format SD card?"</string>
133726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
133826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_message" product="default" msgid="14131895027543830">"All data on your card will be lost."</string>
1339113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="extmedia_format_button_format" msgid="4131064560127478695">"Format"</string>
1340113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="adb_active_notification_title" msgid="6729044778949189918">"USB debugging connected"</string>
134126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="adb_active_notification_message" msgid="1016654627626476142">"Touch to disable USB debugging."</string>
134226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="select_input_method" msgid="4653387336791222978">"Choose input method"</string>
134326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="configure_input_methods" msgid="9091652157722495116">"Set up input methods"</string>
13445ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="use_physical_keyboard" msgid="6203112478095117625">"Physical keyboard"</string>
13455ffc3bd2b6741b8e98e38e8710d5a5df024cc7bfEric Fischer    <string name="hardware" msgid="7517821086888990278">"Hardware"</string>
1346e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="select_keyboard_layout_notification_title" msgid="1407367017263030773">"Select keyboard layout"</string>
1347e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="select_keyboard_layout_notification_message" msgid="4465907700449257063">"Touch to select a keyboard layout."</string>
1348113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fast_scroll_alphabet" msgid="5433275485499039199">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
1349113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fast_scroll_numeric_alphabet" msgid="4030170524595123610">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
1350113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="candidates_style" msgid="4333913089637062257"><u>"candidates"</u></string>
1351c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_checking_notification_title" product="nosdcard" msgid="3449816005351468560">"Preparing USB storage"</string>
1352113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_checking_notification_title" product="default" msgid="5457603418970994050">"Preparing SD card"</string>
1353113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_checking_notification_message" msgid="8287319882926737053">"Checking for errors."</string>
1354c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nofs_notification_title" product="nosdcard" msgid="7788040745686229307">"Blank USB storage"</string>
1355113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nofs_notification_title" product="default" msgid="780477838241212997">"Blank SD card"</string>
13566f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_nofs_notification_message" product="nosdcard" msgid="7840121067427269500">"USB storage is blank or has unsupported filesystem."</string>
13576f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_nofs_notification_message" product="default" msgid="8641065641786923604">"SD card is blank or has unsupported file system."</string>
1358c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_unmountable_notification_title" product="nosdcard" msgid="2090046769532713563">"Damaged USB storage"</string>
1359113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_unmountable_notification_title" product="default" msgid="6410723906019100189">"Damaged SD card"</string>
13606f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_unmountable_notification_message" product="nosdcard" msgid="1795917578395333280">"USB storage is damaged. Try reformatting it."</string>
13616f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_unmountable_notification_message" product="default" msgid="1753898567525568253">"SD card is damaged. Try reformatting it."</string>
1362c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_badremoval_notification_title" product="nosdcard" msgid="1661683031330951073">"USB storage removed unexpectedly"</string>
1363113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_badremoval_notification_title" product="default" msgid="6872152882604407837">"SD card removed unexpectedly"</string>
1364c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_badremoval_notification_message" product="nosdcard" msgid="4329848819865594241">"Unmount USB storage before removing to avoid data loss."</string>
1365113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_badremoval_notification_message" product="default" msgid="7260183293747448241">"Unmount SD card before removing to avoid data loss."</string>
1366c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_safe_unmount_notification_title" product="nosdcard" msgid="3967973893270360230">"USB storage safe to remove"</string>
1367113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_safe_unmount_notification_title" product="default" msgid="6729801130790616200">"SD card safe to remove"</string>
1368c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_safe_unmount_notification_message" product="nosdcard" msgid="6142195361606493530">"You can safely remove USB storage."</string>
1369113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_safe_unmount_notification_message" product="default" msgid="568841278138377604">"You can safely remove SD card."</string>
1370c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nomedia_notification_title" product="nosdcard" msgid="4486377230140227651">"Removed USB storage"</string>
1371113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nomedia_notification_title" product="default" msgid="8902518030404381318">"Removed SD card"</string>
1372c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nomedia_notification_message" product="nosdcard" msgid="6921126162580574143">"USB storage removed. Insert new media."</string>
1373113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nomedia_notification_message" product="default" msgid="3870120652983659641">"SD card removed. Insert a new one."</string>
13746f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="activity_list_empty" msgid="1675388330786841066">"No matching activities found."</string>
1375113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_pkgUsageStats" msgid="8787352074326748892">"update component usage statistics"</string>
137626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_pkgUsageStats" msgid="1106612424254277630">"Allows the app to modify collected component usage statistics. Not for use by normal apps."</string>
137726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_copyProtectedData" msgid="4341036311211406692">"copy content"</string>
137826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
137942a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permlab_route_media_output" msgid="1642024455750414694">"Route media output"</string>
138042a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="permdesc_route_media_output" msgid="4932818749547244346">"Allows an application to route media output to other external devices."</string>
1381934064b764de240278752d2195aff93954fb7f72Baligh Uddin    <string name="permlab_access_keyguard_secure_storage" msgid="7565552237977815047">"Access keyguard secure storage"</string>
1382934064b764de240278752d2195aff93954fb7f72Baligh Uddin    <string name="permdesc_access_keyguard_secure_storage" msgid="5866245484303285762">"Allows an application to access keyguard secure storage."</string>
13830f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permlab_control_keyguard" msgid="172195184207828387">"Control displaying and hiding keyguard"</string>
13840f3f34612f93063939911805501e2dea187bb355Baligh Uddin    <string name="permdesc_control_keyguard" msgid="3043732290518629061">"Allows an application to control keyguard."</string>
13858d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_trust_listener" msgid="1765718054003704476">"Listen to trust state changes."</string>
13868d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_trust_listener" msgid="8233895334214716864">"Allows an application to listen for changes in trust state."</string>
1387dae2a8e286c3e0b715742f4c2fc6dd04452e8442Baligh Uddin    <string name="permlab_provide_trust_agent" msgid="5465587586091358316">"Provide a trust agent."</string>
1388dae2a8e286c3e0b715742f4c2fc6dd04452e8442Baligh Uddin    <string name="permdesc_provide_trust_agent" msgid="3865702641053068148">"Allows an application to provide a trust agent."</string>
1389041628cea439825baaa68f593b3d3daf2ccaebebBaligh Uddin    <string name="permlab_launch_trust_agent_settings" msgid="5859430082240410200">"Launch trust agent settings menu."</string>
1390041628cea439825baaa68f593b3d3daf2ccaebebBaligh Uddin    <string name="permdesc_launch_trust_agent_settings" msgid="8185142708644913381">"Allows an application to launch an activity that changes the trust agent behaviour."</string>
13918d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permlab_bind_trust_agent_service" msgid="8242093169457695334">"Bind to a trust agent service"</string>
13928d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="permdesc_bind_trust_agent_service" msgid="7041930026024507515">"Allows an application to bind to a trust agent service."</string>
1393ff86e532dcc00191dbec06902e617273d89969b2Baligh Uddin    <string name="permlab_recovery" msgid="3157024487744125846">"Interact with update and recovery system"</string>
1394ff86e532dcc00191dbec06902e617273d89969b2Baligh Uddin    <string name="permdesc_recovery" msgid="8511774533266359571">"Allows an application to interact with the recovery system and system updates."</string>
13951d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="permlab_createMediaProjection" msgid="4941338725487978112">"Create media projection sessions"</string>
13961d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="permdesc_createMediaProjection" msgid="1284530992706219702">"Allows an application to create media projection sessions. These sessions can provide applications the ability to capture display and audio contents. Should never be needed by normal apps."</string>
1397e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <string name="permlab_readInstallSessions" msgid="6165432407628065939">"Read install sessions"</string>
1398e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <string name="permdesc_readInstallSessions" msgid="2049771699626019849">"Allows an application to read install sessions. This allows it to see details about active package installations."</string>
139926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="tutorial_double_tap_to_zoom_message_short" msgid="4070433208160063538">"Touch twice for zoom control"</string>
14006f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="gadget_host_error_inflating" msgid="4882004314906466162">"Couldn\'t add widget."</string>
1401113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_go" msgid="8320845651737369027">"Go"</string>
1402113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_search" msgid="658110271822807811">"Search"</string>
1403113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_send" msgid="2316166556349314424">"Send"</string>
1404113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_next" msgid="3138843904009813834">"Next"</string>
1405113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_done" msgid="8971516117910934605">"Done"</string>
1406c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ime_action_previous" msgid="1443550039250105948">"Prev"</string>
1407113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_default" msgid="2840921885558045721">"Execute"</string>
14081c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="dial_number_using" msgid="5789176425167573586">"Dial number\n using <xliff:g id="NUMBER">%s</xliff:g>"</string>
14091c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="create_contact_using" msgid="4947405226788104538">"Create contact\n using <xliff:g id="NUMBER">%s</xliff:g>"</string>
141026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
1411113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="grant_credentials_permission_message_footer" msgid="3125211343379376561">"Do you want to allow this request?"</string>
14126f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="grant_permissions_header_text" msgid="6874497408201826708">"Access request"</string>
1413113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="allow" msgid="7225948811296386551">"Allow"</string>
1414113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="deny" msgid="2081879885755434506">"Deny"</string>
14156f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permission_request_notification_title" msgid="6486759795926237907">"Permission requested"</string>
14161c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="permission_request_notification_with_subtitle" msgid="8530393139639560189">"Permission requested\nfor account <xliff:g id="ACCOUNT">%s</xliff:g>."</string>
1417e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <string name="forward_intent_to_owner" msgid="570916783072215572">"You\'re using this app in your personal space"</string>
1418e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <string name="forward_intent_to_work" msgid="8624579696577525279">"You\'re using this app in your work space"</string>
1419113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="input_method_binding_label" msgid="1283557179944992649">"Input Method"</string>
1420113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="sync_binding_label" msgid="3687969138375092423">"Sync"</string>
1421113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="accessibility_binding_label" msgid="4148120742096474641">"Accessibility"</string>
1422113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="wallpaper_binding_label" msgid="1240087844304687662">"Wallpaper"</string>
1423113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="chooser_wallpaper" msgid="7873476199295190279">"Change wallpaper"</string>
142466e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="notification_listener_binding_label" msgid="2014162835481906429">"Notification listener"</string>
14258d8fe50d801f7149bfc00d844cf0223bc33c498fBaligh Uddin    <string name="condition_provider_service_binding_label" msgid="1321343352906524564">"Condition provider"</string>
14266f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_title" msgid="19615213552042827">"VPN activated"</string>
142767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="vpn_title_long" msgid="6400714798049252294">"VPN is activated by <xliff:g id="APP">%s</xliff:g>"</string>
14286f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_text" msgid="3011306607126450322">"Touch to manage the network."</string>
14296f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_text_long" msgid="6407351006249174473">"Connected to <xliff:g id="SESSION">%s</xliff:g>. Touch to manage the network."</string>
1430e479ac121d18660eb9b5ec798cee7e7fdb0a7cb4Baligh Uddin    <string name="vpn_lockdown_connecting" msgid="6443438964440960745">"Always-on VPN connecting…"</string>
1431e479ac121d18660eb9b5ec798cee7e7fdb0a7cb4Baligh Uddin    <string name="vpn_lockdown_connected" msgid="8202679674819213931">"Always-on VPN connected"</string>
1432e479ac121d18660eb9b5ec798cee7e7fdb0a7cb4Baligh Uddin    <string name="vpn_lockdown_error" msgid="6009249814034708175">"Always-on VPN error"</string>
14332973ccdba848b03cabba95f2b8eeae1b4204713eBaligh Uddin    <string name="vpn_lockdown_config" msgid="6415899150671537970">"Touch to configure"</string>
1434113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="upload_file" msgid="2897957172366730416">"Choose file"</string>
1435113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="no_file_chosen" msgid="6363648562170759465">"No file chosen"</string>
1436113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="reset" msgid="2448168080964209908">"Reset"</string>
1437113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="submit" msgid="1602335572089911941">"Submit"</string>
1438113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="car_mode_disable_notification_title" msgid="3164768212003864316">"Car mode enabled"</string>
14396f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="car_mode_disable_notification_message" msgid="8035230537563503262">"Touch to exit car mode."</string>
1440113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="tethered_notification_title" msgid="3146694234398202601">"Tethering or hotspot active"</string>
14416f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="tethered_notification_message" msgid="6857031760103062982">"Touch to set up."</string>
1442113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="back_button_label" msgid="2300470004503343439">"Back"</string>
1443113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="next_button_label" msgid="1080555104677992408">"Next"</string>
1444c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="skip_button_label" msgid="1275362299471631819">"Skip"</string>
1445c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="no_matches" msgid="8129421908915840737">"No matches"</string>
1446c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="find_on_page" msgid="1946799233822820384">"Find on page"</string>
1447c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer  <plurals name="matches_found">
1448c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <item quantity="one" msgid="8167147081136579439">"1 Match"</item>
1449c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <item quantity="other" msgid="4641872797067609177">"<xliff:g id="INDEX">%d</xliff:g> of <xliff:g id="TOTAL">%d</xliff:g>"</item>
1450c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer  </plurals>
1451c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="action_mode_done" msgid="7217581640461922289">"Done"</string>
14526f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_unmounting" product="nosdcard" msgid="3923810448507612746">"Unmounting USB storage…"</string>
14536f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_unmounting" product="default" msgid="1327894998409537190">"Unmounting SD card…"</string>
14546f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_erasing" product="nosdcard" msgid="4521573321524340058">"Erasing USB storage..."</string>
14556f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_erasing" product="default" msgid="6596988875507043042">"Erasing SD card…"</string>
14566a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="format_error" product="nosdcard" msgid="6299769563624776948">"Couldn\'t erase USB storage."</string>
14576a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="format_error" product="default" msgid="7315248696644510935">"Couldn\'t erase SD card."</string>
1458c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_bad_removal" msgid="7960864061016603281">"SD card was removed before being unmounted."</string>
1459c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_checking" product="nosdcard" msgid="418188720009569693">"USB storage is currently being checked."</string>
1460c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_checking" product="default" msgid="7334762503904827481">"SD card is currently being checked."</string>
1461c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_removed" msgid="7001526905057952097">"SD card has been removed."</string>
1462c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_shared" product="nosdcard" msgid="5830814349250834225">"USB storage is currently in use by a computer."</string>
1463c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_shared" product="default" msgid="5706130568133540435">"SD card is currently in use by a computer."</string>
1464c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_unknown_state" msgid="729192782197290385">"External media in unknown state."</string>
1465c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="share" msgid="1778686618230011964">"Share"</string>
1466c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="find" msgid="4808270900322985960">"Find"</string>
1467c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="websearch" msgid="4337157977400211589">"Web Search"</string>
146854323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="find_next" msgid="5742124618942193978">"Find next"</string>
146954323a12a9bd9a24c9439b9915ad5a39671255faBaligh Uddin    <string name="find_previous" msgid="2196723669388360506">"Find previous"</string>
1470f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsNotifTicker" msgid="5622683912616496172">"Location request from <xliff:g id="NAME">%s</xliff:g>"</string>
1471f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsNotifTitle" msgid="5446858717157416839">"Location request"</string>
1472f04ae729fa453bb7a025b44a099fab981bec67f5Eric 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>
1473f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsVerifYes" msgid="2346566072867213563">"Yes"</string>
1474f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsVerifNo" msgid="1146564937346454865">"No"</string>
1475f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="sync_too_many_deletes" msgid="5296321850662746890">"Deletion limit exceeded"</string>
14766f32f87717756aab939be84269b8096a46015a36Eric 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>
14776f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_really_delete" msgid="2572600103122596243">"Delete the items"</string>
14786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_undo_deletes" msgid="2941317360600338602">"Undo the deletes"</string>
14796f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_do_nothing" msgid="3743764740430821845">"Do nothing for now"</string>
148026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="choose_account_label" msgid="5655203089746423927">"Choose an account"</string>
1481d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="add_account_label" msgid="2935267344849993553">"Add an account"</string>
1482d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="add_account_button_label" msgid="3611982894853435874">"Add account"</string>
14837866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="number_picker_increment_button" msgid="2412072272832284313">"Increase"</string>
14847866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="number_picker_decrement_button" msgid="476050778386779067">"Decrease"</string>
148514766b1910349bdb6b426ca7f769fa868bc00190Eric Fischer    <string name="number_picker_increment_scroll_mode" msgid="3073101067441638428">"<xliff:g id="VALUE">%s</xliff:g> touch and hold."</string>
14867866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="number_picker_increment_scroll_action" msgid="9101473045891835490">"Slide up to increase and down to decrease."</string>
14877866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_increment_minute_button" msgid="8865885114028614321">"Increase minute"</string>
14887866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_decrement_minute_button" msgid="6246834937080684791">"Decrease minute"</string>
14897866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_increment_hour_button" msgid="3652056055810223139">"Increase hour"</string>
14907866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="time_picker_decrement_hour_button" msgid="1377479863429214792">"Decrease hour"</string>
149178cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_increment_set_pm_button" msgid="4147590696151230863">"Set p.m."</string>
149278cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_decrement_set_am_button" msgid="8302140353539486752">"Set a.m."</string>
14937866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_increment_month_button" msgid="5369998479067934110">"Increase month"</string>
14947866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_decrement_month_button" msgid="1832698995541726019">"Decrease month"</string>
14957866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_increment_day_button" msgid="7130465412308173903">"Increase day"</string>
14967866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_decrement_day_button" msgid="4131881521818750031">"Decrease day"</string>
14977866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_increment_year_button" msgid="6318697384310808899">"Increase year"</string>
14987866e84fbcc6a43ddb7641d04e40180dfb8b5319Eric Fischer    <string name="date_picker_decrement_year_button" msgid="4482021813491121717">"Decrease year"</string>
14996a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_alt" msgid="4856868820040051939">"Alt"</string>
15006a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_cancel" msgid="1203984017245783244">"Cancel"</string>
15016a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_delete" msgid="3337914833206635744">"Delete"</string>
15026a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_done" msgid="1992571118466679775">"Done"</string>
15036a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_mode_change" msgid="4547387741906537519">"Mode change"</string>
15046a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_shift" msgid="2270748814315147690">"Shift"</string>
15056a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_enter" msgid="2985864015076059467">"Enter"</string>
150626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activitychooserview_choose_application" msgid="2125168057199941199">"Choose an app"</string>
15078a6b6c50f27c525b5e20a541237e47b798b68b71Baligh Uddin    <string name="activitychooserview_choose_application_error" msgid="8624618365481126668">"Couldn\'t launch <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string>
150803e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="shareactionprovider_share_with" msgid="806688056141131819">"Share with"</string>
150903e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="shareactionprovider_share_with_application" msgid="5627411384638389738">"Share with <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string>
151026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="content_description_sliding_handle" msgid="415975056159262248">"Sliding handle. Touch &amp; hold."</string>
151126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="description_target_unlock_tablet" msgid="3833195335629795055">"Swipe to unlock."</string>
15126f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="keyboard_headset_required_to_hear_password" msgid="7011927352267668657">"Plug in a headset to hear password keys spoken."</string>
151303e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="keyboard_password_character_no_headset" msgid="2859873770886153678">"Dot"</string>
151489234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_bar_home_description" msgid="5293600496601490216">"Navigate home"</string>
151589234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_bar_up_description" msgid="2237496562952152589">"Navigate up"</string>
151689234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_menu_overflow_description" msgid="2295659037509008453">"More options"</string>
151766e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="action_bar_home_description_format" msgid="7965984360903693903">"%1$s, %2$s"</string>
151866e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="action_bar_home_subtitle_description_format" msgid="6985546530471780727">"%1$s, %2$s, %3$s"</string>
15196f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="storage_internal" msgid="4891916833657929263">"Internal storage"</string>
15206f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="storage_sd_card" msgid="3282948861378286745">"SD card"</string>
15218447a13f9cdc87b5dbb865ad2d55fe2d6ea87294Eric Fischer    <string name="storage_usb" msgid="3017954059538517278">"USB storage"</string>
15226f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="extract_edit_menu_button" msgid="8940478730496610137">"Edit"</string>
15236d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_warning_title" msgid="1955638862122232342">"Data usage warning"</string>
15246f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_warning_body" msgid="2814673551471969954">"Touch to view usage and settings."</string>
15251d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="data_usage_3g_limit_title" msgid="4462365924791862301">"2G-3G data is off"</string>
15261d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="data_usage_4g_limit_title" msgid="7476424187522765328">"4G data is off"</string>
15271d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="data_usage_mobile_limit_title" msgid="3393439305227911006">"Mobile data is off"</string>
15281d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="data_usage_wifi_limit_title" msgid="3461968509557554571">"Wi-Fi data is off"</string>
15291d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="data_usage_limit_body" msgid="6131350187562939365">"Limit reached"</string>
153023018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_3g_limit_snoozed_title" msgid="7026739121138005231">"2G-3G data limit exceeded"</string>
153123018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_4g_limit_snoozed_title" msgid="1106562779311209039">"4G data limit exceeded"</string>
15321d0a49fc22bc1a2d2f6fff5a7712777b83207abaBaligh Uddin    <string name="data_usage_mobile_limit_snoozed_title" msgid="4941346653729943789">"Mobile data limit exceeded"</string>
15336a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_wifi_limit_snoozed_title" msgid="8743856006384825974">"Wi-Fi data limit exceeded"</string>
15346f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_limit_snoozed_body" msgid="7035490278298441767">"<xliff:g id="SIZE">%s</xliff:g> over specified limit."</string>
15356a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_restricted_title" msgid="5965157361036321914">"Background data restricted"</string>
15366f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_restricted_body" msgid="6741521330997452990">"Touch to remove restriction."</string>
1537ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="ssl_certificate" msgid="6510040486049237639">"Security certificate"</string>
1538ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="ssl_certificate_is_valid" msgid="6825263250774569373">"This certificate is valid."</string>
1539ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_to" msgid="454239480274921032">"Issued to:"</string>
1540ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="common_name" msgid="2233209299434172646">"Common name:"</string>
1541ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="org_name" msgid="6973561190762085236">"Organisation:"</string>
1542ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="org_unit" msgid="7265981890422070383">"Organisational unit:"</string>
1543ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_by" msgid="2647584988057481566">"Issued by:"</string>
1544ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="validity_period" msgid="8818886137545983110">"Validity:"</string>
1545ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_on" msgid="5895017404361397232">"Issued on:"</string>
1546ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="expires_on" msgid="3676242949915959821">"Expires on:"</string>
154767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="serial_number" msgid="758814067660862493">"Serial number:"</string>
154867fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="fingerprints" msgid="4516019619850763049">"Fingerprints:"</string>
154967fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="sha256_fingerprint" msgid="4391271286477279263">"SHA-256 fingerprint"</string>
155067fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="sha1_fingerprint" msgid="7930330235269404581">"SHA-1 fingerprint"</string>
155126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activity_chooser_view_see_all" msgid="4292569383976636200">"See all"</string>
155226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activity_chooser_view_dialog_title_default" msgid="4710013864974040615">"Choose activity"</string>
155326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="share_action_provider_share_with" msgid="5247684435979149216">"Share with"</string>
15546a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="list_delimeter" msgid="3975117572185494152">", "</string>
15556f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sending" msgid="3245653681008218030">"Sending…"</string>
15564a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="launchBrowserDefault" msgid="2057951947297614725">"Launch Browser?"</string>
15576f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="SetupCallDefault" msgid="5834948469253758575">"Accept call?"</string>
1558672bc8265959019737d43c123a6eeafc6a2407c0Eric Fischer    <string name="activity_resolver_use_always" msgid="8017770747801494933">"Always"</string>
1559e2fc16438404f09216525fd3c1965d7980963b99Eric Fischer    <string name="activity_resolver_use_once" msgid="2404644797149173758">"Just once"</string>
1560e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <!-- no translation found for activity_resolver_work_profiles_support (5462991471861024343) -->
1561e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <skip />
15626135e52e82de0bd3830fe093462881251d5e3d41Eric Fischer    <string name="default_audio_route_name" product="tablet" msgid="4617053898167127471">"Tablet"</string>
1563a7c7d759b344613434853c022c6903c0c2609d81Ying Wang    <string name="default_audio_route_name" product="default" msgid="4239291273420140123">"Phone"</string>
156442a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="default_audio_route_name_headphones" msgid="8119971843803439110">"Headphones"</string>
156542a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="default_audio_route_name_dock_speakers" msgid="6240602982276591864">"Dock speakers"</string>
1566ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="default_media_route_name_hdmi" msgid="2450970399023478055">"HDMI"</string>
156742a51b5e97a5fa16a225ee74d4fb23dbd177556bEric Fischer    <string name="default_audio_route_category_name" msgid="3722811174003886946">"System"</string>
15686bb5290e714da472ba62b5f21f575008886144fcYing Wang    <string name="bluetooth_a2dp_audio_route_name" msgid="8575624030406771015">"Bluetooth audio"</string>
15694e508f775caedcb11c12ed53969d3e9fda679018Baligh Uddin    <string name="wireless_display_route_description" msgid="9070346425023979651">"Wireless display"</string>
157006a1d149628a7e9074a83caebf653ee2a3894451Baligh Uddin    <string name="media_route_button_content_description" msgid="591703006349356016">"Cast"</string>
15712d11b48b5f8b84837b9bf47da3807a7fc9502c99Baligh Uddin    <string name="media_route_chooser_title" msgid="1751618554539087622">"Connect to device"</string>
157263c7ca496de572865752ae0bdc94be636c47c622Baligh Uddin    <string name="media_route_chooser_title_for_remote_display" msgid="3395541745872017583">"Cast screen to device"</string>
15732d11b48b5f8b84837b9bf47da3807a7fc9502c99Baligh Uddin    <string name="media_route_chooser_searching" msgid="4776236202610828706">"Searching for devices…"</string>
15742d11b48b5f8b84837b9bf47da3807a7fc9502c99Baligh Uddin    <string name="media_route_chooser_extended_settings" msgid="87015534236701604">"Settings"</string>
15752d11b48b5f8b84837b9bf47da3807a7fc9502c99Baligh Uddin    <string name="media_route_controller_disconnect" msgid="8966120286374158649">"Disconnect"</string>
1576ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_scanning" msgid="7279908761758293783">"Scanning..."</string>
1577ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_connecting" msgid="6422571716007825440">"Connecting..."</string>
1578ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_available" msgid="6983258067194649391">"Available"</string>
1579ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="media_route_status_not_available" msgid="6739899962681886401">"Not available"</string>
15801819d6acfad477498603ab941b5f46d5caea0601Baligh Uddin    <string name="media_route_status_in_use" msgid="4533786031090198063">"In use"</string>
15819a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="display_manager_built_in_display_name" msgid="2583134294292563941">"Built-in Screen"</string>
1582fe11913c0c7784799845873eea08130414e9f40bBaligh Uddin    <string name="display_manager_hdmi_display_name" msgid="1555264559227470109">"HDMI Screen"</string>
15839a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="display_manager_overlay_display_name" msgid="5142365982271620716">"Overlay #<xliff:g id="ID">%1$d</xliff:g>"</string>
1584fe11913c0c7784799845873eea08130414e9f40bBaligh 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>
1585ff16e3728dc38efdd476f42350f14e8996b3dbedBaligh Uddin    <string name="display_manager_overlay_display_secure_suffix" msgid="6022119702628572080">", secure"</string>
158663c7ca496de572865752ae0bdc94be636c47c622Baligh Uddin    <string name="wifi_display_notification_connecting_title" msgid="2838646471050359706">"Casting screen"</string>
158763c7ca496de572865752ae0bdc94be636c47c622Baligh Uddin    <string name="wifi_display_notification_connecting_message" msgid="5837350993752841389">"Connecting to <xliff:g id="NAME">%1$s</xliff:g>"</string>
158863c7ca496de572865752ae0bdc94be636c47c622Baligh Uddin    <string name="wifi_display_notification_connected_title" msgid="8567308065912676285">"Casting screen"</string>
158963c7ca496de572865752ae0bdc94be636c47c622Baligh Uddin    <string name="wifi_display_notification_connected_message" msgid="2587209325701109715">"Connected to <xliff:g id="NAME">%1$s</xliff:g>"</string>
1590345fec638048e1ae74ca0cbe0384f679c2d7b6b5Baligh Uddin    <string name="wifi_display_notification_disconnect" msgid="6183754463561153372">"Disconnect"</string>
15919a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_emergency_call_label" msgid="684946192523830531">"Emergency call"</string>
15929a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_forgot_pattern_button_text" msgid="8852021467868220608">"Forgot Pattern"</string>
15939a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_wrong_pattern" msgid="1850806070801358830">"Wrong Pattern"</string>
15949a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_wrong_password" msgid="2333281762128113157">"Wrong Password"</string>
15959a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_wrong_pin" msgid="1131306510833563801">"Wrong PIN"</string>
1596f53efeec68f8e57b8c83adbc5afefe55952a64f8Baligh Uddin    <string name="kg_too_many_failed_attempts_countdown" msgid="6358110221603297548">"Try again in <xliff:g id="NUMBER">%1$d</xliff:g> seconds."</string>
15979a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_pattern_instructions" msgid="398978611683075868">"Draw your pattern"</string>
15989a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_sim_pin_instructions" msgid="2319508550934557331">"Enter SIM PIN"</string>
15999a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_pin_instructions" msgid="2377242233495111557">"Enter PIN"</string>
16009a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_password_instructions" msgid="5753646556186936819">"Enter Password"</string>
1601ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_puk_enter_puk_hint" msgid="453227143861735537">"SIM is now disabled. Enter PUK code to continue. Contact carrier for details."</string>
1602ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_puk_enter_pin_hint" msgid="7871604527429602024">"Enter desired PIN code"</string>
1603ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_enter_confirm_pin_hint" msgid="325676184762529976">"Confirm desired PIN code"</string>
16049a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_sim_unlock_progress_dialog_message" msgid="8950398016976865762">"Unlocking SIM card…"</string>
16059a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_password_wrong_pin_code" msgid="1139324887413846912">"Incorrect PIN code."</string>
16069a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_invalid_sim_pin_hint" msgid="8795159358110620001">"Type a PIN that is 4 to 8 numbers."</string>
160770fb94dc29ea04ca33d3e7408078b4addbbb4e7fBaligh Uddin    <string name="kg_invalid_sim_puk_hint" msgid="6025069204539532000">"PUK code should be 8 numbers."</string>
1608ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_invalid_puk" msgid="3638289409676051243">"Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM."</string>
1609ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="kg_invalid_confirm_pin_hint" product="default" msgid="7003469261464593516">"PIN codes do not match"</string>
16109a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_too_many_attempts" msgid="6486842094005698475">"Too many pattern attempts"</string>
16119a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_instructions" msgid="1100551261265506448">"To unlock, sign in with your Google account."</string>
16129a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_username_hint" msgid="5718534272070920364">"Username (email)"</string>
16139a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_password_hint" msgid="9057289103827298549">"Password"</string>
16149a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_submit_button" msgid="5355904582674054702">"Sign in"</string>
16159a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh Uddin    <string name="kg_login_invalid_input" msgid="5754664119319872197">"Invalid username or password."</string>
16161c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh Uddin    <string name="kg_login_account_recovery_hint" msgid="5690709132841752974">"Forgot your username or password?\nVisit "<b>"google.com/accounts/recovery"</b>"."</string>
161725ca56e44a468ba26a4da15dcf42a3f98cffb0d0Baligh Uddin    <string name="kg_login_checking_password" msgid="1052685197710252395">"Checking account…"</string>
16181c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
16191c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
16201c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
16219a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh 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>
16229a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh 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>
16239a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh 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>
16249a5b7d8bb9dcc181102e82a3b37850763093bce3Baligh 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>
16251c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
16261c2d701d6f3648bcbf7fc554e4ada2dcb3901d99Baligh 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>
162739b1f03e17804346e0ce33ef2f8c646788d2a5b5Baligh Uddin    <string name="kg_text_message_separator" product="default" msgid="4160700433287233771">" — "</string>
162839b1f03e17804346e0ce33ef2f8c646788d2a5b5Baligh Uddin    <string name="kg_reordering_delete_drop_target_text" msgid="7899202978204438708">"Remove"</string>
1629e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <string name="safe_media_volume_warning" product="default" msgid="2276318909314492312">"Raise volume above recommended level?\n\nListening at high volume for long periods may damage your hearing."</string>
1630bd6e33b8cff5e90bbe9fc0ce4741758fce6478bdBaligh Uddin    <string name="continue_to_enable_accessibility" msgid="1626427372316070258">"Keep holding down two fingers to enable accessibility."</string>
1631ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="accessibility_enabled" msgid="1381972048564547685">"Accessibility enabled."</string>
1632ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="enable_accessibility_canceled" msgid="3833923257966635673">"Accessibility cancelled."</string>
1633ada29890d54fc24f60187d61717ad9a72fe6bf76Baligh Uddin    <string name="user_switched" msgid="3768006783166984410">"Current user <xliff:g id="NAME">%1$s</xliff:g>."</string>
16346a861f10310345cd5f3d99edc95201c9bd78dfecBaligh Uddin    <string name="owner_name" msgid="2716755460376028154">"Owner"</string>
1635572c2410478b18b948e127b182fe03f28067943bBaligh Uddin    <string name="error_message_title" msgid="4510373083082500195">"Error"</string>
1636e061d449970c9fd33bba97fea3f8d1b355633972Geoff Mendal    <string name="error_message_change_not_allowed" msgid="1347282344200417578">"This change isn\'t allowed by your administrator"</string>
1637572c2410478b18b948e127b182fe03f28067943bBaligh Uddin    <string name="app_not_found" msgid="3429141853498927379">"No application found to handle this action"</string>
163866e3763aa0c7433c33b00e37b3331009a13d7816Baligh Uddin    <string name="revoke" msgid="5404479185228271586">"Revoke"</string>
1639c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a0" msgid="1994474252931294172">"ISO A0"</string>
1640c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a1" msgid="3333060421529791786">"ISO A1"</string>
1641c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a2" msgid="3097535991925798280">"ISO A2"</string>
1642c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a3" msgid="3023213259314236123">"ISO A3"</string>
1643c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a4" msgid="231745325296873764">"ISO A4"</string>
1644c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a5" msgid="3484327407340865411">"ISO A5"</string>
1645c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a6" msgid="4861908487129577530">"ISO A6"</string>
1646c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a7" msgid="5890208588072936130">"ISO A7"</string>
1647c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a8" msgid="4319425041085816612">"ISO A8"</string>
1648c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a9" msgid="4882220529506432008">"ISO A9"</string>
1649c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_a10" msgid="2382866026365359391">"ISO A10"</string>
1650c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b0" msgid="3651827147402009675">"ISO B0"</string>
1651c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b1" msgid="6072859628278739957">"ISO B1"</string>
1652c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b2" msgid="1348731852150380378">"ISO B2"</string>
1653c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b3" msgid="2612510181259261379">"ISO B3"</string>
1654c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b4" msgid="695151378838115434">"ISO B4"</string>
1655c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b5" msgid="4863754285582212487">"ISO B5"</string>
1656c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b6" msgid="5305816292139647241">"ISO B6"</string>
1657c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b7" msgid="531673542602786624">"ISO B7"</string>
1658c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b8" msgid="9164474595708850034">"ISO B8"</string>
1659c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b9" msgid="282102976764774160">"ISO B9"</string>
1660c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_b10" msgid="4517141714407898976">"ISO B10"</string>
1661c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c0" msgid="3103521357901591100">"ISO C0"</string>
1662c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c1" msgid="1231954105985048595">"ISO C1"</string>
1663c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c2" msgid="927702816980087462">"ISO C2"</string>
1664c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c3" msgid="835154173518304159">"ISO C3"</string>
1665c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c4" msgid="5095951985108194011">"ISO C4"</string>
1666c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c5" msgid="1985397450332305739">"ISO C5"</string>
1667c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c6" msgid="8147421924174693013">"ISO C6"</string>
1668c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c7" msgid="8993994925276122950">"ISO C7"</string>
1669c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c8" msgid="6871178104139598957">"ISO C8"</string>
1670c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c9" msgid="7983532635227561362">"ISO C9"</string>
1671c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_iso_c10" msgid="5040764293406765584">"ISO C10"</string>
1672c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_letter" msgid="2841414839888344296">"Letter"</string>
1673c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_gvrnmt_letter" msgid="5295836838862962809">"Government Letter"</string>
1674c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_legal" msgid="8621364037680465666">"Legal"</string>
1675c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_junior_legal" msgid="3309324162155085904">"Junior Legal"</string>
1676c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_ledger" msgid="5567030340509075333">"Ledger"</string>
1677c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_tabloid" msgid="4571735038501661757">"Tabloid"</string>
1678c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_index_3x5" msgid="5182901917818625126">"Index Card 3 x 5"</string>
1679c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_index_4x6" msgid="7687620625422312396">"Index Card 4 x 6"</string>
1680c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_index_5x8" msgid="8834215284646872800">"Index Card 5 x 8"</string>
1681c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_monarch" msgid="213639906956550754">"Monarch"</string>
1682c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_quarto" msgid="835778493593023223">"Quarto"</string>
1683c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_na_foolscap" msgid="1573911237983677138">"Foolscap"</string>
1684c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_roc_8k" msgid="3626855847189438896">"ROC 8K"</string>
1685c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_roc_16k" msgid="9182191577022943355">"ROC 16K"</string>
1686c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_1" msgid="4793232644980170500">"PRC 1"</string>
1687c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_2" msgid="5404109730975720670">"PRC 2"</string>
1688c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_3" msgid="1335092253339363526">"PRC 3"</string>
1689c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_4" msgid="9167997800486569834">"PRC 4"</string>
1690c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_5" msgid="845875168823541497">"PRC 5"</string>
1691c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_6" msgid="3220325667692648789">"PRC 6"</string>
1692c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_7" msgid="1776792138507038527">"PRC 7"</string>
1693c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_8" msgid="1417176642687456692">"PRC 8"</string>
1694c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_9" msgid="4785983473123798365">"PRC 9"</string>
1695c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_10" msgid="7847982299391851899">"PRC 10"</string>
1696c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_prc_16k" msgid="262793383539980677">"PRC 16K"</string>
1697c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_om_pa_kai" msgid="5256815579447959814">"Pa Kai"</string>
1698c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_om_dai_pa_kai" msgid="7336412963441354407">"Dai Pa Kai"</string>
1699c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_chinese_om_jurro_ku_kai" msgid="6324465444100490742">"Jurro Ku Kai"</string>
1700c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b10" msgid="1787262845627694376">"JIS B10"</string>
1701c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b9" msgid="3336035783663287470">"JIS B9"</string>
1702c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b8" msgid="6195398299104345731">"JIS B8"</string>
1703c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b7" msgid="1674621886902828884">"JIS B7"</string>
1704c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b6" msgid="4170576286062657435">"JIS B6"</string>
1705c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b5" msgid="4899297958100032533">"JIS B5"</string>
1706c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b4" msgid="4213158129126666847">"JIS B4"</string>
1707c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b3" msgid="8513715307410310696">"JIS B3"</string>
1708c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b2" msgid="4777690211897131190">"JIS B2"</string>
1709c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b1" msgid="4608142385457034603">"JIS B1"</string>
1710c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_b0" msgid="7587108366572243991">"JIS B0"</string>
1711c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_jis_exec" msgid="5244075432263649068">"JIS Exec"</string>
1712c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_chou4" msgid="4941652015032631361">"Chou4"</string>
1713c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_chou3" msgid="6387319169263957010">"Chou3"</string>
1714c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_chou2" msgid="1299112025415343982">"Chou2"</string>
1715c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_hagaki" msgid="8070115620644254565">"Hagaki"</string>
1716c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_oufuku" msgid="6049065587307896564">"Oufuku"</string>
1717c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_kahu" msgid="6872696027560065173">"Kahu"</string>
1718c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_kaku2" msgid="2359077233775455405">"Kaku2"</string>
1719c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_japanese_you4" msgid="2091777168747058008">"You4"</string>
1720c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_unknown_portrait" msgid="3088043641616409762">"Unknown portrait"</string>
1721c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="mediasize_unknown_landscape" msgid="4876995327029361552">"Unknown landscape"</string>
1722d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="write_fail_reason_cancelled" msgid="7091258378121627624">"Cancelled"</string>
1723d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="write_fail_reason_cannot_write" msgid="8132505417935337724">"Error writing content"</string>
1724369606b20c90905b594ce084e83fe0d3755bfd33Baligh Uddin    <string name="reason_unknown" msgid="6048913880184628119">"unknown"</string>
172526e41392704eabc1ed67252a8645c1ef0cd3c993Baligh Uddin    <string name="reason_service_unavailable" msgid="7824008732243903268">"Print service not enabled"</string>
1726c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="print_service_installed_title" msgid="2246317169444081628">"<xliff:g id="NAME">%s</xliff:g> service installed"</string>
1727c815bd6f8c30bd37af878762a301628c83dbc36dBaligh Uddin    <string name="print_service_installed_message" msgid="5897362931070459152">"Tap to enable"</string>
17281b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <string name="restr_pin_enter_admin_pin" msgid="783643731895143970">"Enter administrator PIN"</string>
1729d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_enter_pin" msgid="3395953421368476103">"Enter PIN"</string>
17301b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <string name="restr_pin_incorrect" msgid="8571512003955077924">"Incorrect"</string>
1731d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_enter_old_pin" msgid="1462206225512910757">"Current PIN:"</string>
1732d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_enter_new_pin" msgid="5959606691619959184">"New PIN"</string>
1733d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_confirm_pin" msgid="8501523829633146239">"Confirm new PIN"</string>
1734d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_create_pin" msgid="8017600000263450337">"Create a PIN for modifying restrictions"</string>
1735d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_error_doesnt_match" msgid="2224214190906994548">"PINs don\'t match. Try again."</string>
1736d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin    <string name="restr_pin_error_too_short" msgid="8173982756265777792">"PIN is too short. Must be at least 4 digits."</string>
1737d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin  <plurals name="restr_pin_countdown">
17381b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <item quantity="one" msgid="311050995198548675">"Try again in 1 second"</item>
17391b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <item quantity="other" msgid="4730868920742952817">"Try again in <xliff:g id="COUNT">%d</xliff:g> seconds"</item>
1740d5a701bc0a5bf29af48fd486244b87271e7568bdBaligh Uddin  </plurals>
17411b9ff2b0af18a3cb2f491af3d40ebfc06ad8684aBaligh Uddin    <string name="restr_pin_try_later" msgid="973144472490532377">"Try again later"</string>
1742b159f4eeca4348cbb71569945fddb0a300388658Baligh Uddin    <string name="immersive_mode_confirmation" msgid="7227416894979047467">"Swipe down from the top to exit full screen."</string>
1743c341efaa3016f8a59ce25e9833123ee89f3de2d2Baligh Uddin    <string name="done_label" msgid="2093726099505892398">"Done"</string>
17441595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="hour_picker_description" msgid="6698199186859736512">"Hours circular slider"</string>
17451595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="minute_picker_description" msgid="8606010966873791190">"Minutes circular slider"</string>
17461595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="select_hours" msgid="6043079511766008245">"Select hours"</string>
17471595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="select_minutes" msgid="3974345615920336087">"Select minutes"</string>
17481595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="day_picker_description" msgid="8990847925961297968">"Month grid of days"</string>
17491595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="year_picker_description" msgid="5524331207436052403">"Year list"</string>
17501595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="select_day" msgid="7774759604701773332">"Select month and day"</string>
17511595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="select_year" msgid="7952052866994196170">"Select year"</string>
17521595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="item_is_selected" msgid="949687401682476608">"<xliff:g id="ITEM">%1$s</xliff:g> selected"</string>
17531595f37204384d4e430848bd78cc9972907f20a1Baligh Uddin    <string name="deleted_key" msgid="7659477886625566590">"<xliff:g id="KEY">%1$s</xliff:g> deleted"</string>
17548e27c6b20fca0b42a8a96a9acc8cdf49780e98a9Baligh Uddin    <string name="managed_profile_label_badge" msgid="2355652472854327647">"Work <xliff:g id="LABEL">%1$s</xliff:g>"</string>
17552d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_toast" msgid="2126866321272822564">"You are in lock-to-app mode. To exit, touch and hold the Recents button"</string>
1756b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="lock_to_app_toast_locked" msgid="4229650395479263497">"You are in Lock-to-App mode."</string>
1757b9710c3d071b6c98502167ed5f4df746eb9908caBaligh Uddin    <string name="lock_to_app_title" msgid="5895142291937470019">"Use Lock-to-app?"</string>
17582d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_description" msgid="2800403592608529611">"Lock-to-app locks the display in a single app.\n\nTo exit, touch and hold the Recents button."</string>
17592d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_negative" msgid="2259143719362732728">"NO, THANKS"</string>
17608e27c6b20fca0b42a8a96a9acc8cdf49780e98a9Baligh Uddin    <string name="lock_to_app_positive" msgid="7085139175671313864">"START"</string>
17612d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_start" msgid="3074665051586318340">"Locked to app"</string>
17622d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_exit" msgid="8967089657201849300">"No longer locked to app"</string>
17632d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_use_screen_lock" msgid="1434584309048590886">"Ask for %1$s before exiting"</string>
17642d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_unlock_pin" msgid="7908385370846820001">"PIN"</string>
17652d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_unlock_pattern" msgid="7763071104790758405">"unlock pattern"</string>
17662d3347afed0111a29bf2b06024d0b96c9d9d4120Baligh Uddin    <string name="lock_to_app_unlock_password" msgid="795224196583495868">"password"</string>
17679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project</resources>
1768