strings.xml revision 06ac153fe03ac92454dc244753770a2f3fa8c781
19066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<?xml version="1.0" encoding="UTF-8"?>
2113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer<!-- 
3113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer/* //device/apps/common/assets/res/any/strings.xml
4113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
5113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** Copyright 2006, The Android Open Source Project
6113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
7113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** Licensed under the Apache License, Version 2.0 (the "License");
8113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** you may not use this file except in compliance with the License.
9113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** You may obtain a copy of the License at
10113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
11113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**     http://www.apache.org/licenses/LICENSE-2.0
12113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer**
13113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** Unless required by applicable law or agreed to in writing, software
14113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** distributed under the License is distributed on an "AS IS" BASIS,
15113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** See the License for the specific language governing permissions and
17113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer** limitations under the License.
18113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer*/
19113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer -->
20113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer
219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<resources xmlns:android="http://schemas.android.com/apk/res/android"
229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
23113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="byteShort" msgid="8340973892742019101">"B"</string>
24113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="kilobyteShort" msgid="5973789783504771878">"KB"</string>
25113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="megabyteShort" msgid="6355851576770428922">"MB"</string>
26113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="gigabyteShort" msgid="3259882455212193214">"GB"</string>
27113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="terabyteShort" msgid="231613018159186962">"TB"</string>
28113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="petabyteShort" msgid="5637816680144990219">"PB"</string>
299841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="fileSizeSuffix" msgid="9164292791500531949">"<xliff:g id="NUMBER">%1$s</xliff:g><xliff:g id="UNIT">%2$s</xliff:g>"</string>
3026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="untitled" msgid="4638956954852782576">"&lt;Untitled&gt;"</string>
31113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ellipsis" msgid="7899829516048813237">"…"</string>
32d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="ellipsis_two_dots" msgid="1228078994866030736">"‥"</string>
33113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emptyPhoneNumber" msgid="7694063042079676517">"(No phone number)"</string>
34113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="unknownName" msgid="2277556546742746522">"(Unknown)"</string>
35113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="defaultVoiceMailAlphaTag" msgid="2660020990097733077">"Voicemail"</string>
36113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="defaultMsisdnAlphaTag" msgid="2850889754919584674">"MSISDN1"</string>
37113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiError" msgid="5154499457739052907">"Connection problem or invalid MMI code."</string>
38113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiFdnError" msgid="5224398216385316471">"Operation is restricted to fixed dialling numbers only."</string>
39113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceEnabled" msgid="8147278346414714315">"Service was enabled."</string>
40113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceEnabledFor" msgid="6856228140453471041">"Service was enabled for:"</string>
41113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceDisabled" msgid="1937553226592516411">"Service has been disabled."</string>
42113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceRegistered" msgid="6275019082598102493">"Registration was successful."</string>
436f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="serviceErased" msgid="1288584695297200972">"Erase successful."</string>
44113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="passwordIncorrect" msgid="7612208839450128715">"Incorrect password."</string>
45113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="mmiComplete" msgid="8232527495411698359">"MMI complete."</string>
4626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="badPin" msgid="9015277645546710014">"The old PIN that you typed is incorrect."</string>
4726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="badPuk" msgid="5487257647081132201">"The PUK that you typed isn\'t correct."</string>
4826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="mismatchPin" msgid="609379054496863419">"The PINs that you typed don\'t match."</string>
49113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="invalidPin" msgid="3850018445187475377">"Type a PIN that is 4 to 8 numbers."</string>
506d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="invalidPuk" msgid="8761456210898036513">"Type a PUK that is 8 numbers or longer."</string>
51113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="needPuk" msgid="919668385956251611">"Your SIM card is PUK-locked. Type the PUK code to unlock it."</string>
52113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="needPuk2" msgid="4526033371987193070">"Type PUK2 to unblock SIM card."</string>
53113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ClipMmi" msgid="6952821216480289285">"Incoming Caller ID"</string>
54113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ClirMmi" msgid="7784673673446833091">"Outgoing Caller ID"</string>
55113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CfMmi" msgid="5123218989141573515">"Call forwarding"</string>
56113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CwMmi" msgid="9129678056795016867">"Call waiting"</string>
57113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="BaMmi" msgid="455193067926770581">"Call barring"</string>
58113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="PwdMmi" msgid="7043715687905254199">"Password change"</string>
59113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="PinMmi" msgid="3113117780361190304">"PIN change"</string>
60113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CnipMmi" msgid="3110534680557857162">"Calling number present"</string>
61113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CnirMmi" msgid="3062102121430548731">"Calling number restricted"</string>
62113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ThreeWCMmi" msgid="9051047170321190368">"Three-way calling"</string>
63113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RuacMmi" msgid="7827887459138308886">"Rejection of undesired annoying calls"</string>
64113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CndMmi" msgid="3116446237081575808">"Calling number delivery"</string>
65113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="DndMmi" msgid="1265478932418334331">"Do not disturb"</string>
66113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"Caller ID defaults to restricted. Next call: Restricted"</string>
67113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"Caller ID defaults to restricted. Next call: Not restricted"</string>
68113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"Caller ID defaults to not restricted. Next call: Restricted"</string>
69113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"Caller ID defaults to not restricted. Next call: Not restricted"</string>
70113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceNotProvisioned" msgid="8614830180508686666">"Service not provisioned."</string>
7126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="CLIRPermanent" msgid="3377371145926835671">"You can\'t change the caller ID setting."</string>
72113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedChangedTitle" msgid="5592189398956187498">"Restricted access changed"</string>
73113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnData" msgid="8653794784690065540">"Data service is blocked."</string>
74113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Emergency service is blocked."</string>
75113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnNormal" msgid="4953867011389750673">"Voice service is blocked."</string>
766f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnAllVoice" msgid="3396963652108151260">"All voice services are blocked."</string>
77113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnSms" msgid="8314352327461638897">"SMS service is blocked."</string>
786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnVoiceData" msgid="996636487106171320">"Voice/Data services are blocked."</string>
79113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="RestrictedOnVoiceSms" msgid="1888588152792023873">"Voice/SMS services are blocked."</string>
806f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="RestrictedOnAll" msgid="5643028264466092821">"All voice/data/SMS services are blocked."</string>
81113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassVoice" msgid="1258393812335258019">"Voice"</string>
82113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassData" msgid="872456782077937893">"Data"</string>
83113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassFAX" msgid="5566624998840486475">"FAX"</string>
84113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassSMS" msgid="2015460373701527489">"SMS"</string>
85113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassDataAsync" msgid="4523454783498551468">"Async"</string>
86113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassDataSync" msgid="7530000519646054776">"Sync"</string>
87113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassPacket" msgid="6991006557993423453">"Packet"</string>
88113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="serviceClassPAD" msgid="3235259085648271037">"PAD"</string>
89113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText0" msgid="7170335472198694945">"Roaming Indicator On"</string>
90113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText1" msgid="5314861519752538922">"Roaming Indicator Off"</string>
91113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText2" msgid="8969929049081268115">"Roaming Indicator Flashing"</string>
92113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText3" msgid="5148255027043943317">"Out of local area"</string>
93113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText4" msgid="8808456682550796530">"Out of Building"</string>
94113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText5" msgid="7604063252850354350">"Roaming - Preferred System"</string>
95113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText6" msgid="2059440825782871513">"Roaming - Available System"</string>
96113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText7" msgid="7112078724097233605">"Roaming - Alliance Partner"</string>
97113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText8" msgid="5989569778604089291">"Roaming - Premium Partner"</string>
98113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText9" msgid="7969296811355152491">"Roaming - Full Service Functionality"</string>
99113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText10" msgid="3992906999815316417">"Roaming - Partial Service Functionality"</string>
100113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText11" msgid="4154476854426920970">"Roaming Banner On"</string>
101113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingText12" msgid="1189071119992726320">"Roaming Banner Off"</string>
102113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="roamingTextSearching" msgid="8360141885972279963">"Searching for Service"</string>
103113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
104113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateForwarded" msgid="1302922117498590521">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
105113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
106113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
107113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Not forwarded"</string>
108113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fcComplete" msgid="3118848230966886575">"Feature code complete."</string>
109113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fcError" msgid="3327560126588500777">"Connection problem or invalid feature code."</string>
110113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorOk" msgid="1191919378083472204">"OK"</string>
1116f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpError" msgid="7956392511146698522">"There was a network error."</string>
1126f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorLookup" msgid="4711687456111963163">"Couldn\'t find the URL."</string>
11326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="httpErrorUnsupportedAuthScheme" msgid="6299980280442076799">"The site authentication scheme isn\'t supported."</string>
1146f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorAuth" msgid="1435065629438044534">"Couldn\'t authenticate."</string>
115113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorProxyAuth" msgid="1788207010559081331">"Authentication via the proxy server was unsuccessful."</string>
1166f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorConnect" msgid="8714273236364640549">"Couldn\'t connect to the server."</string>
1176f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorIO" msgid="2340558197489302188">"Couldn\'t communicate with the server. Try again later."</string>
118113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorTimeout" msgid="4743403703762883954">"The connection to the server timed out."</string>
119113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorRedirectLoop" msgid="8679596090392779516">"The page contains too many server redirects."</string>
12026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="httpErrorUnsupportedScheme" msgid="5015730812906192208">"The protocol isn\'t supported."</string>
1216f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFailedSslHandshake" msgid="96549606000658641">"Couldn\'t establish a secure connection."</string>
1226f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorBadUrl" msgid="3636929722728881972">"Couldn\'t open the page because the URL is invalid."</string>
1236f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFile" msgid="2170788515052558676">"Couldn\'t access the file."</string>
1246f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="httpErrorFileNotFound" msgid="6203856612042655084">"Couldn\'t find the requested file."</string>
125113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="httpErrorTooManyRequests" msgid="1235396927087188253">"Too many requests are being processed. Try again later."</string>
1266f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="notification_title" msgid="8967710025036163822">"Sign-in error for <xliff:g id="ACCOUNT">%1$s</xliff:g>"</string>
127113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceSync" msgid="8353523060269335667">"Sync"</string>
128113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceSyncNotificationTitle" msgid="397743349191901458">"Sync"</string>
129113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="8100981435080696431">"Too many <xliff:g id="CONTENT_TYPE">%s</xliff:g> deletions."</string>
1306f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="low_memory" product="tablet" msgid="6494019234102154896">"Tablet storage is full. Delete some files to free space."</string>
1316f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="low_memory" product="default" msgid="3475999286680000541">"Phone storage is full. Delete some files to free space."</string>
132113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="me" msgid="6545696007631404292">"Me"</string>
133a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="power_dialog" product="tablet" msgid="8545351420865202853">"Tablet options"</string>
134113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="power_dialog" product="default" msgid="1319919075463988638">"Phone options"</string>
135113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="silent_mode" msgid="7167703389802618663">"Silent mode"</string>
136113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="turn_on_radio" msgid="3912793092339962371">"Turn on wireless"</string>
137113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="turn_off_radio" msgid="8198784949987062346">"Turn off wireless"</string>
138113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="screen_lock" msgid="799094655496098153">"Screen lock"</string>
139113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="power_off" msgid="4266614107412865048">"Power off"</string>
1406f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_silent" msgid="319298163018473078">"Ringer off"</string>
1416f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_vibrate" msgid="7072043388581551395">"Ringer vibrate"</string>
1426f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="silent_mode_ring" msgid="8592241816194074353">"Ringer on"</string>
143113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="shutdown_progress" msgid="2281079257329981203">"Shutting down…"</string>
144a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="shutdown_confirm" product="tablet" msgid="3385745179555731470">"Your tablet will shut down."</string>
145113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="shutdown_confirm" product="default" msgid="649792175242821353">"Your phone will shut down."</string>
14626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="shutdown_confirm_question" msgid="2906544768881136183">"Do you want to shut down?"</string>
147113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="recent_tasks_title" msgid="3691764623638127888">"Recent"</string>
14826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="no_recent_tasks" msgid="8794906658732193473">"No recent apps"</string>
149a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="global_actions" product="tablet" msgid="408477140088053665">"Tablet options"</string>
150113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_actions" product="default" msgid="2406416831541615258">"Phone options"</string>
151113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_lock" msgid="2844945191792119712">"Screen lock"</string>
152113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_power_off" msgid="4471879440839879722">"Power off"</string>
153113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"Silent mode"</string>
154113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Sound is OFF"</string>
155113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"Sound is ON"</string>
1566f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"Aeroplane mode"</string>
1576f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"Aeroplane mode is ON"</string>
1586f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"Aeroplane mode is OFF"</string>
1596d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="status_bar_notification_info_overflow" msgid="5301981741705354993">"999+"</string>
160113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="safeMode" msgid="2788228061547930246">"Safe mode"</string>
161113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="android_system_label" msgid="6577375335728551336">"Android System"</string>
162113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_costMoney" msgid="5429808217861460401">"Services that cost you money"</string>
1636f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_costMoney" msgid="3293301903409869495">"Do things that can cost you money."</string>
164113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_messages" msgid="7521249148445456662">"Your messages"</string>
16526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permgroupdesc_messages" msgid="7821999071003699236">"Read and write your SMS, email and other messages."</string>
166113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_personalInfo" msgid="3519163141070533474">"Your personal information"</string>
167a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permgroupdesc_personalInfo" product="tablet" msgid="6975389054186265786">"Direct access to your contacts and calendar stored on the tablet."</string>
168113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_personalInfo" product="default" msgid="5488050357388806068">"Direct access to your contacts and calendar stored on the phone."</string>
169113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_location" msgid="635149742436692049">"Your location"</string>
1706f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_location" msgid="5704679763124170100">"Monitor your physical location."</string>
171113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_network" msgid="5808983377727109831">"Network communication"</string>
1726f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permgroupdesc_network" msgid="4478299413241861987">"Access various network features."</string>
173113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_accounts" msgid="3359646291125325519">"Your accounts"</string>
174113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_accounts" msgid="4948732641827091312">"Access the available accounts."</string>
175113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_hardwareControls" msgid="7998214968791599326">"Hardware controls"</string>
176113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_hardwareControls" msgid="4357057861225462702">"Direct access to hardware on the handset."</string>
177113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_phoneCalls" msgid="9067173988325865923">"Phone calls"</string>
178113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_phoneCalls" msgid="7489701620446183770">"Monitor, record and process phone calls."</string>
179113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_systemTools" msgid="4652191644082714048">"System tools"</string>
180113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_systemTools" msgid="8162102602190734305">"Lower-level access and control of the system."</string>
181113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_developmentTools" msgid="3446164584710596513">"Development tools"</string>
18226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permgroupdesc_developmentTools" msgid="7058828032358142018">"Features only needed for app developers."</string>
183113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgrouplab_storage" msgid="1971118770546336966">"Storage"</string>
184c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permgroupdesc_storage" product="nosdcard" msgid="7442318502446874999">"Access the USB storage."</string>
185113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permgroupdesc_storage" product="default" msgid="9203302214915355774">"Access the SD card."</string>
186113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_statusBar" msgid="7417192629601890791">"disable or modify status bar"</string>
18726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_statusBar" msgid="8434669549504290975">"Allows the app to disable the status bar or add and remove system icons."</string>
188113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_statusBarService" msgid="7247281911387931485">"status bar"</string>
18926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_statusBarService" msgid="716113660795976060">"Allows the app to be the status bar."</string>
190113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_expandStatusBar" msgid="1148198785937489264">"expand/collapse status bar"</string>
19126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_expandStatusBar" msgid="6917549437129401132">"Allows the app to expand or collapse the status bar."</string>
192113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_processOutgoingCalls" msgid="1136262550878335980">"intercept outgoing calls"</string>
19326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_processOutgoingCalls" msgid="1152111671618301044">"Allows the app to process outgoing calls and change the number to be dialled. Malicious apps may monitor, redirect or prevent outgoing calls."</string>
194113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_receiveSms" msgid="2697628268086208535">"receive SMS"</string>
19526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_receiveSms" msgid="8107887121893611793">"Allows the app to receive and process SMS messages. Malicious apps may monitor your messages or delete them without showing them to you."</string>
196113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_receiveMms" msgid="8894700916188083287">"receive MMS"</string>
19726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_receiveMms" msgid="1424805308566612086">"Allows the app to receive and process MMS messages. Malicious apps may monitor your messages or delete them without showing them to you."</string>
1986d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_receiveEmergencyBroadcast" msgid="1803477660846288089">"receive emergency broadcasts"</string>
19926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
200113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_sendSms" msgid="5600830612147671529">"send SMS messages"</string>
20126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sendSms" msgid="906546667507626156">"Allows the app to send SMS messages. Malicious apps may cost you money by sending messages without your confirmation."</string>
2028da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_sendSmsNoConfirmation" msgid="4781483105951730228">"send SMS messages with no confirmation"</string>
20326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sendSmsNoConfirmation" msgid="3437759207020400204">"Allows the app to send SMS messages. Malicious apps may cost you money by sending messages without your confirmation."</string>
204113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readSms" msgid="4085333708122372256">"read SMS or MMS"</string>
20526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readSms" product="tablet" msgid="2341692916884515613">"Allows the app to read SMS messages stored on your tablet or SIM card. Malicious apps may read your confidential messages."</string>
20626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readSms" product="default" msgid="5653850482025875493">"Allows the app to read SMS messages stored on your phone or SIM card. Malicious apps may read your confidential messages."</string>
207113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeSms" msgid="6881122575154940744">"edit SMS or MMS"</string>
20826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
20926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
210113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_receiveWapPush" msgid="8258226427716551388">"receive WAP"</string>
21126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_receiveWapPush" msgid="7983455145335316872">"Allows the app to receive and process WAP messages. Malicious apps may monitor your messages or delete them without showing them to you."</string>
21226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_getTasks" msgid="6466095396623933906">"retrieve running apps"</string>
21326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_getTasks" msgid="6608159250520381359">"Allows the app to retrieve information about currently and recently running tasks. Malicious apps may discover private information about other apps."</string>
21426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_reorderTasks" msgid="2018575526934422779">"re-order running apps"</string>
21526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_reorderTasks" msgid="4175137612205663399">"Allows the app to move tasks to the foreground and background. Malicious apps may force themselves to the front without your control."</string>
21626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_removeTasks" msgid="6821513401870377403">"stop running apps"</string>
2176f32f87717756aab939be84269b8096a46015a36Eric 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>
2185f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permlab_setScreenCompatibility" msgid="6975387118861842061">"set screen compatibility"</string>
2195f304cedab474732acec5d8dfda41efaa1a51ffeEric 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>
22026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_setDebugApp" msgid="3022107198686584052">"enable app debugging"</string>
2216f32f87717756aab939be84269b8096a46015a36Eric 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>
222113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeConfiguration" msgid="8214475779521218295">"change your UI settings"</string>
2236f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_changeConfiguration" msgid="4372223873154296076">"Allows the app to change the current configuration, such as the locale or overall font size."</string>
224113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_enableCarMode" msgid="5684504058192921098">"enable car mode"</string>
22526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_enableCarMode" msgid="4853187425751419467">"Allows the app to enable the car mode."</string>
226113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_killBackgroundProcesses" msgid="8373714752793061963">"kill background processes"</string>
22726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_killBackgroundProcesses" msgid="931129103262126617">"Allows the app to kill background processes of other apps, even if memory isn\'t low."</string>
22826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_forceStopPackages" msgid="2329627428832067700">"force stop other apps"</string>
22926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_forceStopPackages" msgid="5253157296183940812">"Allows the app to forcibly stop other apps."</string>
23026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_forceBack" msgid="652935204072584616">"force app to close"</string>
23126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
232113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_dump" msgid="1681799862438954752">"retrieve system internal status"</string>
23326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
2346d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_retrieve_window_content" msgid="8022588608994589938">"retrieve screen content"</string>
23526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
236113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_shutdown" msgid="7185747824038909016">"partial shutdown"</string>
237113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permdesc_shutdown" msgid="7046500838746291775">"Puts the activity manager into a shut-down state. Does not perform a complete shut down."</string>
238113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_stopAppSwitches" msgid="4138608610717425573">"prevent app switches"</string>
23926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_stopAppSwitches" msgid="8262195802582255021">"Prevents the user from switching to another app."</string>
24026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_runSetActivityWatcher" msgid="892239094867182656">"monitor and control all app launching"</string>
24126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
242113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"send package removed broadcast"</string>
24326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
244113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"send SMS-received broadcast"</string>
24526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
246113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastWapPush" msgid="3145347413028582371">"send WAP-PUSH-received broadcast"</string>
24726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
248113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setProcessLimit" msgid="2451873664363662666">"limit number of running processes"</string>
24926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
25026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_setAlwaysFinish" msgid="238828158465736054">"make all background apps close"</string>
25126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
252113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_batteryStats" msgid="7863923071360031652">"modify battery statistics"</string>
25326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_batteryStats" msgid="6835186932305744068">"Allows the app to modify collected battery statistics. Not for use by normal apps."</string>
254113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_backup" msgid="470013022865453920">"control system back up and restore"</string>
25526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
25689234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="permlab_confirm_full_backup" msgid="5557071325804469102">"confirm a full backup or restore operation"</string>
25726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
258113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_internalSystemWindow" msgid="2148563628140193231">"display unauthorised windows"</string>
2596f32f87717756aab939be84269b8096a46015a36Eric 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>
260113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_systemAlertWindow" msgid="3372321942941168324">"display system-level alerts"</string>
26126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_systemAlertWindow" msgid="8507863469978066409">"Allows the app to show system alert windows. Malicious apps may take over the entire screen."</string>
262113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setAnimationScale" msgid="2805103241153907174">"modify global animation speed"</string>
2636f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_setAnimationScale" msgid="7690063428924343571">"Allows the app to change the global animation speed (faster or slower animations) at any time."</string>
26426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_manageAppTokens" msgid="1286505717050121370">"manage app tokens"</string>
26526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
266113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_injectEvents" msgid="1378746584023586600">"press keys and control buttons"</string>
26726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
26826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
269113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readInputState" msgid="469428900041249234">"record what you type and actions that you take"</string>
27026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
271113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindInputMethod" msgid="3360064620230515776">"bind to an input method"</string>
27226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
2735a4e75e2e260d077bfdb285bef03760852b87651Eric Fischer    <string name="permlab_bindTextService" msgid="7358378401915287938">"bind to a text service"</string>
27426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
27523018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_bindVpnService" msgid="4708596021161473255">"bind to a VPN service"</string>
27626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
277113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindWallpaper" msgid="8716400279937856462">"bind to wallpaper"</string>
27826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
279f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permlab_bindRemoteViews" msgid="5697987759897367099">"bind to a widget service"</string>
28026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
281113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindDeviceAdmin" msgid="8704986163711455010">"interact with device admin"</string>
28226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
283113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setOrientation" msgid="3365947717163866844">"change screen orientation"</string>
28426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
2856d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_setPointerSpeed" msgid="9175371613322562934">"change pointer speed"</string>
28626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
28726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_signalPersistentProcesses" msgid="4539002991947376659">"send Linux signals to apps"</string>
28826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_signalPersistentProcesses" msgid="4896992079182649141">"Allows the app to request that the supplied signal be sent to all persistent processes."</string>
28926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_persistentActivity" msgid="8841113627955563938">"make app always run"</string>
29026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_persistentActivity" msgid="4909910271316074418">"Allows the app to make parts of itself persistent, so that the system can\'t use it for other apps."</string>
29126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_deletePackages" msgid="184385129537705938">"delete apps"</string>
29226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_deletePackages" msgid="7411480275167205081">"Allows the app to delete Android packages. Malicious apps may use this to delete important apps."</string>
29326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_clearAppUserData" msgid="274109191845842756">"delete other apps\' data"</string>
29426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_clearAppUserData" msgid="4625323684125459488">"Allows the app to clear user data."</string>
29526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_deleteCacheFiles" msgid="3128665571837408675">"delete other apps\' caches"</string>
29626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_deleteCacheFiles" msgid="3812998599006730196">"Allows the app to delete cache files."</string>
29726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_getPackageSize" msgid="7472921768357981986">"measure app storage space"</string>
29826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_getPackageSize" msgid="3921068154420738296">"Allows the app to retrieve its code, data and cache sizes"</string>
29926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_installPackages" msgid="2199128482820306924">"directly install apps"</string>
30026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
30126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_clearAppCache" msgid="7487279391723526815">"delete all app cache data"</string>
30226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_clearAppCache" product="tablet" msgid="3523396284474042284">"Allows the app to free up tablet storage by deleting files in app cache directory. Access is very restricted, usually to system process."</string>
30326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_clearAppCache" product="default" msgid="5067988373366292186">"Allows the app to free phone storage by deleting files in app cache directory. Access is very restricted usually to system process."</string>
30426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_movePackage" msgid="3289890271645921411">"move app resources"</string>
30526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_movePackage" msgid="319562217778244524">"Allows the app to move app resources from internal to external media and vice versa."</string>
306c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_readLogs" msgid="6615778543198967614">"read sensitive log data"</string>
30726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
30826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
3094a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="permlab_anyCodecForPlayback" msgid="715805555823881818">"use any media decoder for playback"</string>
3106f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_anyCodecForPlayback" msgid="8283912488433189010">"Allows the app to use any installed media decoder to decode for playback."</string>
311113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_diagnostic" msgid="8076743953908000342">"read/write to resources owned by diag"</string>
31226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
31326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_changeComponentState" msgid="6335576775711095931">"enable or disable app components"</string>
31426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
31526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
3164cfa5ec14cc705bf442e6e34a00b93d5bfbfc199Eric Fischer    <string name="permlab_grantRevokePermissions" msgid="4627315351093508795">"grant or revoke permissions"</string>
3174cfa5ec14cc705bf442e6e34a00b93d5bfbfc199Eric 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>
31826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_setPreferredApplications" msgid="8463181628695396391">"set preferred apps"</string>
31926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
320113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeSettings" msgid="1365523497395143704">"modify global system settings"</string>
32126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
322113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeSecureSettings" msgid="204676251876718288">"modify secure system settings"</string>
32326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
324113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeGservices" msgid="2149426664226152185">"modify the Google services map"</string>
32526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeGservices" msgid="1287309437638380229">"Allows the app to modify the Google services map. Not for use by normal apps."</string>
326113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_receiveBootCompleted" msgid="7776779842866993377">"automatically start at boot"</string>
32726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
32826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
329113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_broadcastSticky" msgid="7919126372606881614">"send sticky broadcast"</string>
33026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_broadcastSticky" product="tablet" msgid="1181582512022829259">"Allows the app to send sticky broadcasts, which remain after the broadcast ends. Malicious apps may make the tablet slow or unstable by causing it to use too much memory."</string>
33126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_broadcastSticky" product="default" msgid="3287869131621514325">"Allows the app to send sticky broadcasts, which remain after the broadcast ends. Malicious apps may make the phone slow or unstable by causing it to use too much memory."</string>
332113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readContacts" msgid="6219652189510218240">"read contact data"</string>
33326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readContacts" product="tablet" msgid="4028657556924039119">"Allows the app to read all of the contact (address) data stored on your tablet. Malicious apps may use this to send your data to other people."</string>
33426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readContacts" product="default" msgid="2032222056456498547">"Allows the app to read all of the contact (address) data stored on your phone. Malicious apps may use this to send your data to other people."</string>
335113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeContacts" msgid="644616215860933284">"write contact data"</string>
33626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeContacts" product="tablet" msgid="988969759110632978">"Allows the app to modify the contact (address) data stored on your tablet. Malicious apps may use this to erase or modify your contact data."</string>
33726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeContacts" product="default" msgid="5075164818647934067">"Allows the app to modify the contact (address) data stored on your phone. Malicious apps may use this to erase or modify your contact data."</string>
3388da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_readProfile" msgid="6824681438529842282">"read your profile data"</string>
33926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readProfile" product="default" msgid="94520753797630679">"Allows the app to read personal profile information stored on your device, such as your name and contact information. This means the app can identify you and send your profile information to others."</string>
3408da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_writeProfile" msgid="4679878325177177400">"write to your profile data"</string>
34126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeProfile" product="default" msgid="4637366723793045603">"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 other apps can identify you and send your profile information to others."</string>
34203e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="permlab_readSocialStream" product="default" msgid="1268920956152419170">"read your social stream"</string>
34326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readSocialStream" product="default" msgid="3419050808547335320">"Allows the app to access and sync social updates from you and your friends. Malicious apps may use this to read private communications between you and your friends on social networks."</string>
34403e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="permlab_writeSocialStream" product="default" msgid="3504179222493235645">"write to your social stream"</string>
34526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeSocialStream" product="default" msgid="3496277176955721451">"Allows the app to display social updates from your friends. Malicious apps may use this to pretend to be a friend and trick you into revealing passwords or other confidential information."</string>
34623018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_readCalendar" msgid="5972727560257612398">"read calendar events plus confidential information"</string>
34726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readCalendar" product="tablet" msgid="2338414551004122687">"Allows the app to read all calendar events stored on your tablet, including those of friends or colleagues. Malicious apps may extract personal information from these calendars without the owners\' knowledge."</string>
34826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readCalendar" product="default" msgid="5693933067751827753">"Allows the app to read all calendar events stored on your phone, including those of friends or colleagues. Malicious apps may extract personal information from these calendars without the owners\' knowledge."</string>
34923018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_writeCalendar" msgid="8438874755193825647">"add or modify calendar events and send emails to guests without owners\' knowledge"</string>
35026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeCalendar" msgid="2243771395254848873">"Allows the app to send event invitations as the calendar owner and add, remove and change events that you can modify on your device, including those of friends or colleagues. Malicious apps may send spam emails that appear to come from calendar owners, modify events without the owners\' knowledge or add fake events."</string>
351113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessMockLocation" msgid="8688334974036823330">"mock location sources for testing"</string>
35226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessMockLocation" msgid="7577931556422993949">"Allows the app to create mock location sources for testing. Malicious apps may use this to override the location and/or status returned by real location sources, such as GPS or network providers."</string>
353113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"access extra location provider commands"</string>
35426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessLocationExtraCommands" msgid="6737736970602176133">"Allows the app to access extra location provider commands. Malicious apps may use this to interfere with the operation of the GPS or other location sources."</string>
355113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_installLocationProvider" msgid="6578101199825193873">"permission to install a location provider"</string>
35626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_installLocationProvider" msgid="1742577679350078373">"Create mock location sources for testing. Malicious applications can use this to override the location and/or status returned by real location sources such as GPS or Network providers, or monitor and report your location to an external source."</string>
357113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessFineLocation" msgid="8116127007541369477">"fine (GPS) location"</string>
35826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessFineLocation" product="tablet" msgid="5326423948268164934">"Access fine location sources such as the Global Positioning System on the tablet, where available. Malicious apps may use this to determine where you are and may consume additional battery power."</string>
35926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessFineLocation" product="default" msgid="7130267914433890869">"Access fine location sources such as the Global Positioning System on the phone, where available. Malicious apps may use this to determine where you are and may consume additional battery power."</string>
360113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessCoarseLocation" msgid="4642255009181975828">"coarse (network-based) location"</string>
36126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessCoarseLocation" product="tablet" msgid="5460726396318105483">"Access coarse location sources such as the mobile network database to determine an approximate tablet location, where available. Malicious apps may use this to determine approximately where you are."</string>
36226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessCoarseLocation" product="default" msgid="8900795778057579522">"Access coarse location sources such as the mobile network database to determine an approximate phone location, where available. Malicious apps may use this to determine approximately where you are."</string>
363113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"access SurfaceFlinger"</string>
36426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessSurfaceFlinger" msgid="1041619516733293551">"Allows the app to use SurfaceFlinger low-level features."</string>
365113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readFrameBuffer" msgid="6690504248178498136">"read frame buffer"</string>
36626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readFrameBuffer" msgid="4937405521809454680">"Allows the app to read the content of the frame buffer."</string>
367113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_modifyAudioSettings" msgid="6095859937069146086">"change your audio settings"</string>
36826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_modifyAudioSettings" msgid="7343951185408396919">"Allows the app to modify global audio settings, such as volume and routing."</string>
369113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_recordAudio" msgid="3876049771427466323">"record audio"</string>
37026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_recordAudio" msgid="2387462233976248635">"Allows the app to access the audio record path."</string>
371113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_camera" msgid="3616391919559751192">"take pictures and videos"</string>
37226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_camera" msgid="1507407407002492176">"Allows the app to take pictures and videos with the camera. This allows the app to collect images that the camera is seeing at any time."</string>
373a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_brick" product="tablet" msgid="2961292205764488304">"permanently disable tablet"</string>
374113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_brick" product="default" msgid="8337817093326370537">"permanently disable phone"</string>
37526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_brick" product="tablet" msgid="4334818808001699530">"Allows the app to permanently disable the entire tablet. This is very dangerous."</string>
37626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_brick" product="default" msgid="5788903297627283099">"Allows the app to permanently disable the entire phone. This is very dangerous."</string>
377a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_reboot" product="tablet" msgid="3436634972561795002">"force tablet reboot"</string>
378113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_reboot" product="default" msgid="2898560872462638242">"force phone reboot"</string>
37926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_reboot" product="tablet" msgid="8172056180063700741">"Allows the app to force the tablet to reboot."</string>
38026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_reboot" product="default" msgid="5326008124289989969">"Allows the app to force the phone to reboot."</string>
381113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_mount_unmount_filesystems" msgid="1761023272170956541">"mount and unmount file systems"</string>
38226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mount_unmount_filesystems" msgid="1829290701658992347">"Allows the app to mount and unmount file systems for removable storage."</string>
383113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_mount_format_filesystems" msgid="5523285143576718981">"format external storage"</string>
38426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mount_format_filesystems" msgid="8784268246779198627">"Allows the app to format removable storage."</string>
385c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_access" msgid="3411338632002193846">"get information on internal storage"</string>
38626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_access" msgid="3094563844593878548">"Allows the application to access information on internal storage."</string>
387c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_create" msgid="6414757234789336327">"create internal storage"</string>
38826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_create" msgid="4558869273585856876">"Allows the application to create internal storage."</string>
389c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_destroy" msgid="526928328301618022">"destroy internal storage"</string>
39026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_destroy" msgid="7218749286145526537">"Allows the app to destroy internal storage."</string>
39126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_asec_mount_unmount" msgid="8877998101944999386">"mount/unmount internal storage"</string>
39226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_mount_unmount" msgid="3451360114902490929">"Allows the app to mount/unmount internal storage."</string>
393c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_asec_rename" msgid="7496633954080472417">"rename internal storage"</string>
39426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_asec_rename" msgid="1794757588472127675">"Allows the app to rename internal storage."</string>
395113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_vibrate" msgid="7768356019980849603">"control vibrator"</string>
39626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_vibrate" msgid="6284989245902300945">"Allows the app to control the vibrator."</string>
397113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_flashlight" msgid="2155920810121984215">"control flashlight"</string>
39826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_flashlight" msgid="6522284794568368310">"Allows the app to control the flashlight."</string>
399c8c3729506fe58a77d797dcaff286170e05996d0Eric Fischer    <string name="permlab_manageUsb" msgid="1113453430645402723">"manage preferences and permissions for USB devices"</string>
40026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageUsb" msgid="7776155430218239833">"Allows the app to manage preferences and permissions for USB devices."</string>
401f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permlab_accessMtp" msgid="4953468676795917042">"implement MTP protocol"</string>
402f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="permdesc_accessMtp" msgid="6532961200486791570">"Allows access to the kernel MTP driver to implement the MTP USB protocol."</string>
403113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_hardware_test" msgid="4148290860400659146">"test hardware"</string>
40426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_hardware_test" msgid="6597964191208016605">"Allows the app to control various peripherals for the purpose of hardware testing."</string>
405113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_callPhone" msgid="3925836347681847954">"directly call phone numbers"</string>
40626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_callPhone" msgid="6396463004110544744">"Allows the app to call phone numbers without your intervention. Malicious apps may cause unexpected calls on your phone bill. Note that this doesn\'t allow the app to call emergency numbers."</string>
407113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_callPrivileged" msgid="4198349211108497879">"directly call any phone numbers"</string>
40826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
409a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_performCdmaProvisioning" product="tablet" msgid="4842576994144604821">"directly start CDMA tablet setup"</string>
410113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_performCdmaProvisioning" product="default" msgid="5604848095315421425">"directly start CDMA phone setup"</string>
41126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_performCdmaProvisioning" msgid="1994193538802314186">"Allows the app to start CDMA provisioning. Malicious apps may unnecessarily start CDMA provisioning."</string>
412113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_locationUpdates" msgid="7785408253364335740">"control location update notifications"</string>
41326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
414113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_checkinProperties" msgid="7855259461268734914">"access check-in properties"</string>
41526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
416113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bindGadget" msgid="776905339015863471">"choose widgets"</string>
41726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
418113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_modifyPhoneState" msgid="8423923777659292228">"modify phone status"</string>
41926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
420113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readPhoneState" msgid="2326172951448691631">"read phone state and identity"</string>
42126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readPhoneState" msgid="5127767618743602782">"Allows the app to access the phone features of the device. An app with this permission can determine the phone number and serial number of this phone, whether a call is active, the number that call is connected to, etc."</string>
422a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="permlab_wakeLock" product="tablet" msgid="1531731435011495015">"prevent tablet from sleeping"</string>
423113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_wakeLock" product="default" msgid="573480187941496130">"prevent phone from sleeping"</string>
42426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_wakeLock" product="tablet" msgid="7311319824400447868">"Allows the app to prevent the tablet from going to sleep."</string>
42526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_wakeLock" product="default" msgid="8559100677372928754">"Allows the app to prevent the phone from going to sleep."</string>
426c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_devicePower" product="tablet" msgid="2787034722616350417">"turn tablet on or off"</string>
427113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_devicePower" product="default" msgid="4928622470980943206">"turn phone on or off"</string>
42826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_devicePower" product="tablet" msgid="6689862878984631831">"Allows the app to turn the tablet on or off."</string>
42926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_devicePower" product="default" msgid="6037057348463131032">"Allows the app to turn the phone on or off."</string>
430113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_factoryTest" msgid="3715225492696416187">"run in factory test mode"</string>
431a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric 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>
432113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
433113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setWallpaper" msgid="6627192333373465143">"set wallpaper"</string>
43426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setWallpaper" msgid="7373447920977624745">"Allows the app to set the system wallpaper."</string>
435113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setWallpaperHints" msgid="3600721069353106851">"set wallpaper size hints"</string>
43626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setWallpaperHints" msgid="8235784384223730091">"Allows the app to set the system wallpaper size hints."</string>
437113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_masterClear" msgid="2315750423139697397">"reset system to factory defaults"</string>
43826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
439113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setTime" msgid="2021614829591775646">"set time"</string>
44026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTime" product="tablet" msgid="1896341438151152881">"Allows the app to change the tablet\'s clock time."</string>
44126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTime" product="default" msgid="1855702730738020">"Allows the app to change the phone\'s clock time."</string>
442113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_setTimeZone" msgid="2945079801013077340">"set time zone"</string>
44326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTimeZone" product="tablet" msgid="1676983712315827645">"Allows the app to change the tablet\'s time zone."</string>
44426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_setTimeZone" product="default" msgid="4499943488436633398">"Allows the app to change the phone\'s time zone."</string>
445113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accountManagerService" msgid="4829262349691386986">"act as the Account Manager Service"</string>
4466f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_accountManagerService" msgid="1948455552333615954">"Allows the app to make calls to Account Authenticators."</string>
447113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_getAccounts" msgid="4549918644233460103">"discover known accounts"</string>
44826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_getAccounts" product="tablet" msgid="3238360555257773358">"Allows the app to get the list of accounts known by the tablet."</string>
44926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_getAccounts" product="default" msgid="2735689364629830348">"Allows the app to get the list of accounts known by the phone."</string>
450113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_authenticateAccounts" msgid="3940505577982882450">"act as an account authenticator"</string>
45126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
452113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_manageAccounts" msgid="4440380488312204365">"manage the accounts list"</string>
45326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageAccounts" msgid="8698295625488292506">"Allows the app to perform operations like adding and removing accounts, and deleting their password."</string>
454113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_useCredentials" msgid="6401886092818819856">"use the authentication credentials of an account"</string>
45526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_useCredentials" msgid="7984227147403346422">"Allows the app to request authentication tokens."</string>
456113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessNetworkState" msgid="6865575199464405769">"view network status"</string>
45726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessNetworkState" msgid="479772796952547198">"Allows the app to view the state of all networks."</string>
458113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"full Internet access"</string>
45926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_createNetworkSockets" msgid="5963922297444265950">"Allows the app to create network sockets."</string>
4608da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_writeApnSettings" msgid="505660159675751896">"change/intercept network settings and traffic"</string>
46126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
462113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeNetworkState" msgid="958884291454327309">"change network connectivity"</string>
46326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeNetworkState" msgid="6789123912476416214">"Allows the app to change the state of network connectivity."</string>
46426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_changeTetherState" msgid="5952584964373017960">"change tethered connectivity"</string>
46526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeTetherState" msgid="1524441344412319780">"Allows the app to change the state of tethered network connectivity."</string>
466113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeBackgroundDataSetting" msgid="1400666012671648741">"change background data usage setting"</string>
46726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeBackgroundDataSetting" msgid="5347729578468744379">"Allows the app to change the background data usage setting."</string>
468113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_accessWifiState" msgid="8100926650211034400">"view Wi-Fi status"</string>
46926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_accessWifiState" msgid="7770452658226256831">"Allows the app to view the information about the state of Wi-Fi."</string>
470113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeWifiState" msgid="7280632711057112137">"change Wi-Fi status"</string>
47126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeWifiState" msgid="7399961004537946240">"Allows the app to connect to and disconnect from Wi-Fi access points and to make changes to configured Wi-Fi networks."</string>
472113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_changeWifiMulticastState" msgid="1368253871483254784">"allow Wi-Fi Multicast reception"</string>
47326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_changeWifiMulticastState" msgid="7633598524564320817">"Allows the app to receive packets not directly addressed to your device. This can be useful when discovering services offered near by. It uses more power than the non-multicast mode."</string>
47426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_bluetoothAdmin" msgid="3606576270792236062">"Bluetooth administration"</string>
47526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
47626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
4774a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="permlab_accessWimaxState" msgid="1232061307208861588">"view WiMAX state"</string>
4786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_accessWimaxState" msgid="5914958077555177749">"Allows the app to view the information about the state of WiMAX."</string>
4794a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="permlab_changeWimaxState" msgid="2405042267131496579">"change WiMAX state"</string>
4806f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permdesc_changeWimaxState" msgid="3328853825006455912">"Allows the app to connect to and disconnect from WiMAX network."</string>
481113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_bluetooth" msgid="8361038707857018732">"create Bluetooth connections"</string>
48226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bluetooth" product="tablet" msgid="7007851048416363446">"Allows the app to view the configuration of the local Bluetooth tablet, and to make and accept connections with paired devices."</string>
48326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bluetooth" product="default" msgid="31846362767164948">"Allows the app to view the configuration of the local Bluetooth phone, and to make and accept connections with paired devices."</string>
484c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_nfc" msgid="4423351274757876953">"control Near-Field Communication"</string>
48526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_nfc" msgid="7120611819401789907">"Allows the app to communicate with Near Field Communication (NFC) tags, cards and readers."</string>
486113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_disableKeyguard" msgid="4977406164311535092">"disable key lock"</string>
4872fbd56a652f29e7a54f7aaab25ea031a1f8decb0Eric Fischer    <string name="permdesc_disableKeyguard" msgid="6231611286892232626">"Allows the app to disable the keypad lock and any associated password security. A legitimate example of this is the phone disabling the keypad lock when receiving an incoming phone call, then re-enabling the keypad lock when the call has finished."</string>
488113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readSyncSettings" msgid="6201810008230503052">"read sync settings"</string>
48926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readSyncSettings" msgid="5464056785274229278">"Allows the app to read the sync settings, such as whether sync is enabled for the People app."</string>
490113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeSyncSettings" msgid="6297138566442486462">"write sync settings"</string>
49126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeSyncSettings" msgid="1466056564502117130">"Allows the app to modify the sync settings, such as whether sync is enabled for the People app."</string>
492113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readSyncStats" msgid="7396577451360202448">"read sync statistics"</string>
49326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readSyncStats" msgid="3801971839939951678">"Allows the app to read the sync stats; e.g. the history of syncs that have occurred."</string>
494113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"read subscribed feeds"</string>
49526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_subscribedFeedsRead" msgid="5557058907906144505">"Allows the app to get details about the currently synced feeds."</string>
496113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"write subscribed feeds"</string>
49726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_subscribedFeedsWrite" msgid="6928930188826089413">"Allows the app to modify your currently synced feeds. Malicious apps may change your synced feeds."</string>
49826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_readDictionary" msgid="8410247960433376352">"read user-defined dictionary"</string>
49926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readDictionary" msgid="8977815988329283705">"Allows the app to read any private words, names and phrases that the user may have stored in the user dictionary."</string>
50026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_writeDictionary" msgid="2296383164914812772">"write to user-defined dictionary"</string>
50126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeDictionary" msgid="8185385716255065291">"Allows the app to write new words into the user dictionary."</string>
502c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_sdcardWrite" product="nosdcard" msgid="85430876310764752">"modify/delete USB storage contents"</string>
503113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_sdcardWrite" product="default" msgid="8079403759001777291">"modify/delete SD card contents"</string>
50426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sdcardWrite" product="nosdcard" msgid="6175406299445710888">"Allows the app to write to the USB storage."</string>
50526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_sdcardWrite" product="default" msgid="4337417790936632090">"Allows the app to write to the SD card."</string>
506c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_mediaStorageWrite" product="default" msgid="6859839199706879015">"modify/delete internal media storage contents"</string>
50726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_mediaStorageWrite" product="default" msgid="8189160597698529185">"Allows the app to modify the contents of the internal media storage."</string>
508113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_cache_filesystem" msgid="5656487264819669824">"access the cache file system"</string>
50926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_cache_filesystem" msgid="5578967642265550955">"Allows the app to read and write the cache file system."</string>
510c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_use_sip" msgid="5986952362795870502">"make/receive Internet calls"</string>
51126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_use_sip" msgid="4717632000062674294">"Allows the app to use the SIP service to make/receive Internet calls."</string>
5126d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_readNetworkUsageHistory" msgid="7862593283611493232">"read historical network usage"</string>
51326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readNetworkUsageHistory" msgid="7689060749819126472">"Allows the app to read historical network usage for specific networks and apps."</string>
5146d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="permlab_manageNetworkPolicy" msgid="2562053592339859990">"manage network policy"</string>
51526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_manageNetworkPolicy" msgid="7537586771559370668">"Allows the app to manage network policies and define app-specific rules."</string>
516ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="permlab_modifyNetworkAccounting" msgid="5088217309088729650">"modify network usage accounting"</string>
5176f32f87717756aab939be84269b8096a46015a36Eric 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>
518c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_limitPassword" msgid="4497420728857585791">"Set password rules"</string>
5196f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_limitPassword" msgid="3252114203919510394">"Control the length and the characters allowed in screen-unlock passwords."</string>
520c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_watchLogin" msgid="914130646942199503">"Monitor screen-unlock attempts"</string>
52126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
52226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
523c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_resetPassword" msgid="2620077191242688955">"Change the screen-unlock password"</string>
5246f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_resetPassword" msgid="605963962301904458">"Change the screen-unlock password."</string>
525c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_forceLock" msgid="2274085384704248431">"Lock the screen"</string>
5266f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_forceLock" msgid="1141797588403827138">"Control how and when the screen locks."</string>
527113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="policylab_wipeData" msgid="3910545446758639713">"Erase all data"</string>
5286f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_wipeData" product="tablet" msgid="4306184096067756876">"Erase the tablet\'s data without warning by performing a factory data reset."</string>
5296f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_wipeData" product="default" msgid="5096895604574188391">"Erase the phone\'s data without warning by performing a factory data reset."</string>
530c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="policylab_setGlobalProxy" msgid="2784828293747791446">"Set the device global proxy"</string>
531c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric 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>
5320d1d2a7a2c27794ebd76c4f8f82708d742adb9cdEric Fischer    <string name="policylab_expirePassword" msgid="885279151847254056">"Set lock-screen password expiry"</string>
5336f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_expirePassword" msgid="1729725226314691591">"Control how frequently the lock-screen password must be changed."</string>
534f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="policylab_encryptedStorage" msgid="8901326199909132915">"Set storage encryption"</string>
5356f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_encryptedStorage" msgid="2637732115325316992">"Require that stored app data be encrypted."</string>
5366d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="policylab_disableCamera" msgid="6395301023152297826">"Disable cameras"</string>
5376f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="policydesc_disableCamera" msgid="2306349042834754597">"Prevent use of all device cameras."</string>
538113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="phoneTypes">
539113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8901098336658710359">"Home"</item>
540113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="869923650527136615">"Mobile"</item>
541113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7897544654242874543">"Work"</item>
542113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1103601433382158155">"Work Fax"</item>
543113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1735177144948329370">"Home Fax"</item>
544113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="603878674477207394">"Pager"</item>
545113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1650824275177931637">"Other"</item>
546113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="9192514806975898961">"Custom"</item>
547113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
548113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="emailAddressTypes">
549113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8073994352956129127">"Home"</item>
550113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7084237356602625604">"Work"</item>
551113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1112044410659011023">"Other"</item>
552113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="2374913952870110618">"Custom"</item>
553113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
554113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="postalAddressTypes">
555113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="6880257626740047286">"Home"</item>
556113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="5629153956045109251">"Work"</item>
557113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4966604264500343469">"Other"</item>
558113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4932682847595299369">"Custom"</item>
559113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
560113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="imAddressTypes">
561113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1738585194601476694">"Home"</item>
562113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1359644565647383708">"Work"</item>
563113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7868549401053615677">"Other"</item>
564113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3145118944639869809">"Custom"</item>
565113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
566113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="organizationTypes">
567113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7546335612189115615">"Work"</item>
568113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="4378074129049520373">"Other"</item>
569113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3455047468583965104">"Custom"</item>
570113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
571113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <string-array name="imProtocols">
572113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="8595261363518459565">"AIM"</item>
573113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7390473628275490700">"Windows Live"</item>
574113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7882877134931458217">"Yahoo"</item>
575113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="5035376313200585242">"Skype"</item>
576113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="7532363178459444943">"QQ"</item>
577113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="3713441034299660749">"Google Talk"</item>
578113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="2506857312718630823">"ICQ"</item>
579113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item msgid="1648797903785279353">"Jabber"</item>
580113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </string-array>
581113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCustom" msgid="1644738059053355820">"Custom"</string>
582113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeHome" msgid="2570923463033985887">"Home"</string>
583113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMobile" msgid="6501463557754751037">"Mobile"</string>
584113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWork" msgid="8863939667059911633">"Work"</string>
585113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeFaxWork" msgid="3517792160008890912">"Work Fax"</string>
586113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeFaxHome" msgid="2067265972322971467">"Home Fax"</string>
587113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypePager" msgid="7582359955394921732">"Pager"</string>
588113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeOther" msgid="1544425847868765990">"Other"</string>
589113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCallback" msgid="2712175203065678206">"Callback"</string>
590113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCar" msgid="8738360689616716982">"Car"</string>
591113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeCompanyMain" msgid="540434356461478916">"Company Main"</string>
592113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeIsdn" msgid="8022453193171370337">"ISDN"</string>
593113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMain" msgid="6766137010628326916">"Main"</string>
594113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeOtherFax" msgid="8587657145072446565">"Other Fax"</string>
595113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeRadio" msgid="4093738079908667513">"Radio"</string>
596113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeTelex" msgid="3367879952476250512">"Telex"</string>
597113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeTtyTdd" msgid="8606514378585000044">"TTY/TDD"</string>
598113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWorkMobile" msgid="1311426989184065709">"Work Mobile"</string>
599113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeWorkPager" msgid="649938731231157056">"Work Pager"</string>
600113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeAssistant" msgid="5596772636128562884">"Assistant"</string>
601113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="phoneTypeMms" msgid="7254492275502768992">"MMS"</string>
602c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="eventTypeCustom" msgid="7837586198458073404">"Customised"</string>
603113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="eventTypeBirthday" msgid="2813379844211390740">"Birthday"</string>
604113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="eventTypeAnniversary" msgid="3876779744518284000">"Anniversary"</string>
605c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="eventTypeOther" msgid="7388178939010143077">"Other"</string>
606113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeCustom" msgid="8525960257804213846">"Custom"</string>
607113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeHome" msgid="449227236140433919">"Home"</string>
608113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeWork" msgid="3548058059601149973">"Work"</string>
609113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeOther" msgid="2923008695272639549">"Other"</string>
610113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emailTypeMobile" msgid="119919005321166205">"Mobile"</string>
611113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeCustom" msgid="8903206903060479902">"Custom"</string>
612113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeHome" msgid="8165756977184483097">"Home"</string>
613113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeWork" msgid="5268172772387694495">"Work"</string>
614113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="postalTypeOther" msgid="2726111966623584341">"Other"</string>
615113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeCustom" msgid="2074028755527826046">"Custom"</string>
616113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeHome" msgid="6241181032954263892">"Home"</string>
617113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeWork" msgid="1371489290242433090">"Work"</string>
618113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imTypeOther" msgid="5377007495735915478">"Other"</string>
619113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolCustom" msgid="6919453836618749992">"Custom"</string>
620113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolAim" msgid="7050360612368383417">"AIM"</string>
621113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolMsn" msgid="144556545420769442">"Windows Live"</string>
622113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolYahoo" msgid="8271439408469021273">"Yahoo"</string>
623113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolSkype" msgid="9019296744622832951">"Skype"</string>
624113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolQq" msgid="8887484379494111884">"QQ"</string>
625113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolGoogleTalk" msgid="3808393979157698766">"Google Talk"</string>
626113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolIcq" msgid="1574870433606517315">"ICQ"</string>
627113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolJabber" msgid="2279917630875771722">"Jabber"</string>
628113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="imProtocolNetMeeting" msgid="8287625655986827971">"Net Meeting"</string>
629113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeWork" msgid="29268870505363872">"Work"</string>
630113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeOther" msgid="3951781131570124082">"Other"</string>
631113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="orgTypeCustom" msgid="225523415372088322">"Custom"</string>
632c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeCustom" msgid="3542403679827297300">"Customised"</string>
633c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeAssistant" msgid="6274334825195379076">"Assistant"</string>
634c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeBrother" msgid="8757913506784067713">"Brother"</string>
635c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeChild" msgid="1890746277276881626">"Child"</string>
636c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeDomesticPartner" msgid="6904807112121122133">"Domestic Partner"</string>
637c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeFather" msgid="5228034687082050725">"Father"</string>
638c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeFriend" msgid="7313106762483391262">"Friend"</string>
639c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeManager" msgid="6365677861610137895">"Manager"</string>
640c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeMother" msgid="4578571352962758304">"Mother"</string>
641c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeParent" msgid="4755635567562925226">"Parent"</string>
642c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypePartner" msgid="7266490285120262781">"Partner"</string>
643c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeReferredBy" msgid="101573059844135524">"Referred by"</string>
644c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeRelative" msgid="1799819930085610271">"Relative"</string>
645c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeSister" msgid="1735983554479076481">"Sister"</string>
646c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="relationTypeSpouse" msgid="394136939428698117">"Spouse"</string>
647c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeCustom" msgid="2473580593111590945">"Customised"</string>
648c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeHome" msgid="6093598181069359295">"Home"</string>
649c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeWork" msgid="6920725730797099047">"Work"</string>
650c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="sipAddressTypeOther" msgid="4408436162950119849">"Other"</string>
65126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_code" msgid="3037685796058495017">"Type PIN code"</string>
65226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_puk_code" msgid="4800725266925845333">"Type PUK and new PIN code"</string>
6536d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="keyguard_password_enter_puk_prompt" msgid="1341112146710087048">"PUK code"</string>
65426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_prompt" msgid="8027680321614196258">"New PIN Code"</string>
65526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_entry_touch_hint" msgid="7858547464982981384"><font size="17">"Touch to type password"</font></string>
65626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_password_code" msgid="1054721668279049780">"Type password to unlock"</string>
65726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="keyguard_password_enter_pin_password_code" msgid="6391755146112503443">"Type PIN to unlock"</string>
6586f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="keyguard_password_wrong_pin_code" msgid="2422225591006134936">"Incorrect PIN code."</string>
659113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="keyguard_label_text" msgid="861796461028298424">"To unlock, press Menu, then 0."</string>
660113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"Emergency number"</string>
6615820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="lockscreen_carrier_default" msgid="8963839242565653192">"No service"</string>
662113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_screen_locked" msgid="7288443074806832904">"Screen locked."</string>
663113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"Press Menu to unlock or place emergency call."</string>
664113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"Press Menu to unlock."</string>
665113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"Draw pattern to unlock"</string>
666113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_emergency_call" msgid="5347633784401285225">"Emergency call"</string>
667113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_return_to_call" msgid="5244259785500040021">"Return to call"</string>
668113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_pattern_correct" msgid="9039008650362261237">"Correct!"</string>
66926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_pattern_wrong" msgid="4317955014948108794">"Try again"</string>
67026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_password_wrong" msgid="5737815393253165301">"Try again"</string>
6716f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="faceunlock_multiple_failures" msgid="754137583022792429">"Maximum Face Unlock attempts exceeded"</string>
6725820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="lockscreen_plugged_in" msgid="8057762828355572315">"Charging, <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
673113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_charged" msgid="4938930459620989972">"Charged."</string>
6749841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="lockscreen_battery_short" msgid="4477264849386850266">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
675113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_low_battery" msgid="1482873981919249740">"Connect your charger."</string>
676113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_missing_sim_message_short" msgid="7381499217732227295">"No SIM card."</string>
677a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="lockscreen_missing_sim_message" product="tablet" msgid="151659196095791474">"No SIM card in tablet."</string>
678113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_missing_sim_message" product="default" msgid="2186920585695169078">"No SIM card in phone."</string>
67926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_missing_sim_instructions" msgid="5372787138023272615">"Insert a SIM card."</string>
68026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_missing_sim_instructions_long" msgid="3526573099019319472">"The SIM card is missing or not readable. Insert a SIM card."</string>
68126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <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>
682b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_prev_description" msgid="201594905152746886">"Previous track button"</string>
683b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_next_description" msgid="6089297650481292363">"Next-track button"</string>
684b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_pause_description" msgid="7659088786780128001">"Pause button"</string>
685b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_play_description" msgid="5888422938351019426">"Play button"</string>
686b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_transport_stop_description" msgid="4562318378766987601">"Stop button"</string>
687113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="emergency_calls_only" msgid="6733978304386365407">"Emergency calls only"</string>
688113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_network_locked_message" msgid="143389224986028501">"Network locked"</string>
689113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_puk_locked_message" msgid="7441797339976230">"SIM card is PUK-locked."</string>
69026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="lockscreen_sim_puk_locked_instructions" msgid="8127916255245181063">"See the User Guide or contact Customer Care."</string>
691113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_locked_message" msgid="8066660129206001039">"SIM card is locked."</string>
692113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="595323214052881264">"Unlocking SIM card…"</string>
69326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <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\n"Try again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
69426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <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\n"Try again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
69526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <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\n"Try again in <xliff:g id="NUMBER_1">%d</xliff:g> seconds."</string>
69626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <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>
6972fbd56a652f29e7a54f7aaab25ea031a1f8decb0Eric Fischer    <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>
6986a5134397541af058e1128baebe0451ae4befce8Eric 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>
6996a5134397541af058e1128baebe0451ae4befce8Eric 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>
7006a5134397541af058e1128baebe0451ae4befce8Eric 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>
7016a5134397541af058e1128baebe0451ae4befce8Eric 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>
702113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6251480343394389665">"Try again in <xliff:g id="NUMBER">%d</xliff:g> seconds."</string>
703113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"Forgotten pattern?"</string>
704113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_forgot_pattern" msgid="2588521501166032747">"Account unlock"</string>
7056f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_too_many_attempts" msgid="2751368605287288808">"Too many pattern attempts"</string>
7066f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_instructions" msgid="3931816256100707784">"To unlock, sign in with your Google account."</string>
707113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_username_hint" msgid="8846881424106484447">"Username (email)"</string>
708113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_password_hint" msgid="5958028383954738528">"Password"</string>
709113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Sign in"</string>
710113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Invalid username or password."</string>
7116f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_account_recovery_hint" msgid="1696924763690379073">"Forgot your username or password?"\n"Visit "<b>"google.co.uk/accounts/recovery"</b>"."</string>
7126f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="lockscreen_glogin_checking_password" msgid="7114627351286933867">"Checking…"</string>
713113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_unlock_label" msgid="737440483220667054">"Unlock"</string>
714113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Sound on"</string>
715113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Sound off"</string>
716b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_start" msgid="3941045502933142847">"Pattern started"</string>
717b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_cleared" msgid="5583479721001639579">"Pattern cleared"</string>
718b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_cell_added" msgid="6756031208359292487">"Cell added"</string>
719b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="lockscreen_access_pattern_detected" msgid="4988730895554057058">"Pattern completed"</string>
720113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_symbol_key" msgid="992280756256536042">"?123"</string>
721113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_alpha_key" msgid="8001096175167485649">"ABC"</string>
722113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="password_keyboard_label_alt_key" msgid="1284820942620288678">"ALT"</string>
7239841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="hour_ampm" msgid="4584338083529355982">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
7249841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="hour_cap_ampm" msgid="2083465992940444366">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
725113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_failed" msgid="5410270329114212041">"Factory test failed"</string>
726113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_not_system" msgid="4435201656767276723">"The FACTORY_TEST action is only supported for packages installed in /system/app."</string>
727113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_no_action" msgid="872991874799998561">"No package was found that provides the FACTORY_TEST action."</string>
728113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="factorytest_reboot" msgid="6320168203050791643">"Reboot"</string>
7296f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="js_dialog_title" msgid="1987483977834603872">"The page at \"<xliff:g id="TITLE">%s</xliff:g>\" says:"</string>
730113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="js_dialog_title_default" msgid="6961903213729667573">"JavaScript"</string>
73126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="js_dialog_before_unload" msgid="730366588032430474">"Navigate away from this page?"\n\n"<xliff:g id="MESSAGE">%s</xliff:g>"\n\n"Touch OK to continue or Cancel to stay on the current page."</string>
732113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_label" msgid="6860261758665825069">"Confirm"</string>
7336f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="double_tap_toast" msgid="4595046515400268881">"Tip: double-tap to zoom in and out."</string>
7346f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="autofill_this_form" msgid="4616758841157816676">"Auto-fill"</string>
7356f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="setup_autofill" msgid="7103495070180590814">"Set up Auto-fill"</string>
7369841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="autofill_address_name_separator" msgid="6350145154779706772">" "</string>
737c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_name_format" msgid="3268041054899214945">"$1$2$3"</string>
738c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_separator" msgid="7483307893170324129">", "</string>
739c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="autofill_address_summary_format" msgid="4874459455786827344">"$1$2$3"</string>
74067fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_province" msgid="2231806553863422300">"Province"</string>
74167fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_postal_code" msgid="4696430407689377108">"Postcode"</string>
74267fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_state" msgid="6988894195520044613">"State"</string>
74367fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_zip_code" msgid="8697544592627322946">"Zip code"</string>
74467fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_county" msgid="237073771020362891">"County"</string>
74567fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_island" msgid="4020100875984667025">"Island"</string>
74667fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_district" msgid="8400735073392267672">"District"</string>
74767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_department" msgid="5343279462564453309">"Department"</string>
74867fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_prefecture" msgid="2028499485065800419">"Prefecture"</string>
74967fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_parish" msgid="8202206105468820057">"Parish"</string>
75067fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_area" msgid="3547409050889952423">"Area"</string>
75167fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="autofill_emirate" msgid="2893880978835698818">"Emirate"</string>
752113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_readHistoryBookmarks" msgid="1284843728203412135">"read Browser\'s history and bookmarks"</string>
75326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_readHistoryBookmarks" msgid="4577476392604595921">"Allows the app to read all the URLs that the Browser has visited and all of the Browser\'s bookmarks."</string>
754113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_writeHistoryBookmarks" msgid="9009434109836280374">"write Browser\'s history and bookmarks"</string>
75526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeHistoryBookmarks" product="tablet" msgid="1757103804824209530">"Allows the app to modify the Browser\'s history or bookmarks stored on your tablet. Malicious apps may use this to erase or modify your Browser\'s data."</string>
75626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_writeHistoryBookmarks" product="default" msgid="6693764355720719197">"Allows the app to modify the Browser\'s history or bookmarks stored on your phone. Malicious apps may use this to erase or modify your Browser\'s data."</string>
757c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="permlab_setAlarm" msgid="5924401328803615165">"set alarm in alarm clock"</string>
75826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
75923018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="permlab_addVoicemail" msgid="5525660026090959044">"add voicemail"</string>
76026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_addVoicemail" msgid="6604508651428252437">"Allows the app to add messages to your voicemail inbox."</string>
76126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_writeGeolocationPermissions" msgid="5962224158955273932">"Modify Browser geo-location permissions"</string>
76226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
7638da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_packageVerificationAgent" msgid="5568139100645829117">"verify packages"</string>
76426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_packageVerificationAgent" msgid="8437590190990843381">"Allows the app to verify a package is installable."</string>
7658da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="permlab_bindPackageVerifier" msgid="4187786793360326654">"bind to a package verifier"</string>
76626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_bindPackageVerifier" msgid="3180741773233862126">"Allows the holder to make requests of package verifiers. Should never be needed for normal apps."</string>
7675f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permlab_serialPort" msgid="546083327654631076">"access serial ports"</string>
7685f304cedab474732acec5d8dfda41efaa1a51ffeEric Fischer    <string name="permdesc_serialPort" msgid="2991639985224598193">"Allows the holder to access serial ports using the SerialManager API."</string>
7692b630306182d14d184c73c6070dea3755ab685cdEric Fischer    <string name="permlab_accessContentProvidersExternally" msgid="5077774297943409285">"access content providers externally"</string>
7702b630306182d14d184c73c6070dea3755ab685cdEric 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>
7719841174e07db12e46e5885485a8558313bb8c915Eric Fischer    <string name="permlab_updateLock" msgid="3527558366616680889">"discourage automatic device updates"</string>
7729841174e07db12e46e5885485a8558313bb8c915Eric 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>
773113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_message" msgid="767344687139195790">"Do you want the browser to remember this password?"</string>
774113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_notnow" msgid="6389675316706699758">"Not now"</string>
775113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_remember" msgid="6491879678996749466">"Remember"</string>
776113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="save_password_never" msgid="8274330296785855105">"Never"</string>
77726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="open_permission_deny" msgid="7374036708316629800">"You don\'t have permission to open this page."</string>
778113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="text_copied" msgid="4985729524670131385">"Text copied to clipboard."</string>
779113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="more_item_label" msgid="4650918923083320495">"More"</string>
780113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="prepend_shortcut_label" msgid="2572214461676015642">"Menu+"</string>
781113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_space_shortcut_label" msgid="2410328639272162537">"space"</string>
782113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_enter_shortcut_label" msgid="2743362785111309668">"enter"</string>
783113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="menu_delete_shortcut_label" msgid="3658178007202748164">"delete"</string>
784113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="search_go" msgid="8298016669822141719">"Search"</string>
7858da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_search" msgid="6749826639098512120">"Search"</string>
7868da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_query" msgid="5911778593125355124">"Search query"</string>
7878da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_clear" msgid="1330281990951833033">"Clear query"</string>
7888da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_submit" msgid="2688450133297983542">"Submit query"</string>
7898da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="searchview_description_voice" msgid="2453203695674994440">"Voice search"</string>
790113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="oneMonthDurationPast" msgid="7396384508953779925">"1 month ago"</string>
791113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="beforeOneMonthDurationPast" msgid="909134546836499826">"Before 1 month ago"</string>
792113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_seconds_ago">
793113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="4869870056547896011">"1 second ago"</item>
794113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3903706804349556379">"<xliff:g id="COUNT">%d</xliff:g> seconds ago"</item>
795113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
796113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_minutes_ago">
797113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="3306787433088810191">"1 minute ago"</item>
798113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2176942008915455116">"<xliff:g id="COUNT">%d</xliff:g> minutes ago"</item>
799113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
800113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_hours_ago">
801113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="9150797944610821849">"1 hour ago"</item>
802113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2467273239587587569">"<xliff:g id="COUNT">%d</xliff:g> hours ago"</item>
803113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
804113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="last_num_days">
805113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3069992808164318268">"Last <xliff:g id="COUNT">%d</xliff:g> days"</item>
806113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
807113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="last_month" msgid="3959346739979055432">"Last month"</string>
808113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="older" msgid="5211975022815554840">"Older"</string>
809113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="num_days_ago">
810113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="861358534398115820">"yesterday"</item>
811113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2479586466153314633">"<xliff:g id="COUNT">%d</xliff:g> days ago"</item>
812113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
813113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_seconds">
814113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="2729745560954905102">"in 1 second"</item>
815113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="1241926116443974687">"in <xliff:g id="COUNT">%d</xliff:g> seconds"</item>
816113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
817113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_minutes">
818113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="8793095251325200395">"in 1 minute"</item>
819113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3330713936399448749">"in <xliff:g id="COUNT">%d</xliff:g> minutes"</item>
820113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
821113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_hours">
822113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="7164353342477769999">"in 1 hour"</item>
823113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="547290677353727389">"in <xliff:g id="COUNT">%d</xliff:g> hours"</item>
824113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
825113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="in_num_days">
826113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="5413088743009839518">"tomorrow"</item>
827113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="5109449375100953247">"in <xliff:g id="COUNT">%d</xliff:g> days"</item>
828113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
829113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_seconds_ago">
830113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="1849036840200069118">"1 sec ago"</item>
831113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3699169366650930415">"<xliff:g id="COUNT">%d</xliff:g> secs ago"</item>
832113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
833113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_minutes_ago">
834113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="6361490147113871545">"1 min ago"</item>
835113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="851164968597150710">"<xliff:g id="COUNT">%d</xliff:g> mins ago"</item>
836113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
837113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_hours_ago">
838113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="4796212039724722116">"1 hour ago"</item>
839113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="6889970745748538901">"<xliff:g id="COUNT">%d</xliff:g> hours ago"</item>
840113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
841113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_num_days_ago">
842113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="8463161711492680309">"yesterday"</item>
843113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3453342639616481191">"<xliff:g id="COUNT">%d</xliff:g> days ago"</item>
844113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
845113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_seconds">
846113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="5842225370795066299">"in 1 sec"</item>
847113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="5495880108825805108">"in <xliff:g id="COUNT">%d</xliff:g> secs"</item>
848113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
849113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_minutes">
850113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="562786149928284878">"in 1 min"</item>
851113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="4216113292706568726">"in <xliff:g id="COUNT">%d</xliff:g> mins"</item>
852113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
853113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_hours">
854113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="3274708118124045246">"in 1 hour"</item>
855113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="3705373766798013406">"in <xliff:g id="COUNT">%d</xliff:g> hours"</item>
856113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
857113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="abbrev_in_num_days">
858113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="2178576254385739855">"tomorrow"</item>
859113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="2973062968038355991">"in <xliff:g id="COUNT">%d</xliff:g> days"</item>
860113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
861113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_date" msgid="9093949757757445117">"on <xliff:g id="DATE">%s</xliff:g>"</string>
862113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_time" msgid="5506831244263083793">"at <xliff:g id="TIME">%s</xliff:g>"</string>
863113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="preposition_for_year" msgid="5040395640711867177">"in<xliff:g id="YEAR">%s</xliff:g>"</string>
864113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="day" msgid="8144195776058119424">"day"</string>
865113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="days" msgid="4774547661021344602">"days"</string>
866113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="hour" msgid="2126771916426189481">"hour"</string>
867113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="hours" msgid="894424005266852993">"hours"</string>
868113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="minute" msgid="9148878657703769868">"min"</string>
869113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="minutes" msgid="5646001005827034509">"mins"</string>
870113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="second" msgid="3184235808021478">"sec"</string>
871113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="seconds" msgid="3161515347216589235">"secs"</string>
872113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="week" msgid="5617961537173061583">"week"</string>
873113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="weeks" msgid="6509623834583944518">"weeks"</string>
874113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="year" msgid="4001118221013892076">"year"</string>
875113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="years" msgid="6881577717993213522">"years"</string>
8766f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="VideoView_error_title" msgid="3534509135438353077">"Video problem"</string>
87726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="VideoView_error_text_invalid_progressive_playback" msgid="3186670335938670444">"This video isn\'t valid for streaming to this device."</string>
8786f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="VideoView_error_text_unknown" msgid="3450439155187810085">"Can\'t play this video."</string>
879113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="VideoView_error_button" msgid="2822238215100679592">"OK"</string>
880113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="relative_time" msgid="1818557177829411417">"<xliff:g id="DATE">%1$s</xliff:g>, <xliff:g id="TIME">%2$s</xliff:g>"</string>
881113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="noon" msgid="7245353528818587908">"noon"</string>
882113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="Noon" msgid="3342127745230013127">"Noon"</string>
883113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="midnight" msgid="7166259508850457595">"midnight"</string>
884113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="Midnight" msgid="5630806906897892201">"Midnight"</string>
885113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
886113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
887113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="selectAll" msgid="6876518925844129331">"Select all"</string>
888113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cut" msgid="3092569408438626261">"Cut"</string>
889113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="copy" msgid="2681946229533511987">"Copy"</string>
890113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="paste" msgid="5629880836805036433">"Paste"</string>
891b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7Eric Fischer    <string name="replace" msgid="5781686059063148930">"Replace..."</string>
8925820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="delete" msgid="6098684844021697789">"Delete"</string>
893113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="copyUrl" msgid="2538211579596067402">"Copy URL"</string>
89426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="selectTextMode" msgid="1018691815143165326">"Select text"</string>
895c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="textSelectionCABTitle" msgid="5236850394370820357">"Text selection"</string>
89650c83888a6d1ef1ba2515e3f20bbc740c6cd1efaEric Fischer    <string name="addToDictionary" msgid="9090375111134433012">"add to dictionary"</string>
89750c83888a6d1ef1ba2515e3f20bbc740c6cd1efaEric Fischer    <string name="deleteText" msgid="7070985395199629156">"delete"</string>
898113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="inputMethod" msgid="1653630062304567879">"Input method"</string>
899c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="editTextMenuTitle" msgid="4909135564941815494">"Text actions"</string>
900113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="low_internal_storage_view_title" msgid="1399732408701697546">"Low on space"</string>
901a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="low_internal_storage_view_text" product="tablet" msgid="4231085657068852042">"Tablet storage space is getting low."</string>
902113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="low_internal_storage_view_text" product="default" msgid="635106544616378836">"Phone storage space is getting low."</string>
903113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ok" msgid="5970060430562524910">"OK"</string>
904113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="cancel" msgid="6442560571259935130">"Cancel"</string>
905113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="yes" msgid="5362982303337969312">"OK"</string>
906113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="no" msgid="5141531044935541497">"Cancel"</string>
907113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dialog_alert_title" msgid="2049658708609043103">"Attention"</string>
90826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="loading" msgid="7933681260296021180">"Loading…"</string>
909113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="capital_on" msgid="1544682755514494298">"ON"</string>
910113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="capital_off" msgid="6815870386972805832">"OFF"</string>
911113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="whichApplication" msgid="4533185947064773386">"Complete action using"</string>
912113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="alwaysUse" msgid="4583018368000610438">"Use by default for this action."</string>
91326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="clearDefaultHintMsg" msgid="3252584689512077257">"Clear default in System settings &gt; Apps &gt; Downloaded."</string>
9146f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="chooseActivity" msgid="7486876147751803333">"Choose an action"</string>
91526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="chooseUsbActivity" msgid="6894748416073583509">"Choose an app for the USB device"</string>
91626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="noApplications" msgid="2991814273936504689">"No apps can perform this action."</string>
91723018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="aerr_title" msgid="1905800560317137752"></string>
9186a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="aerr_application" msgid="932628488013092776">"Unfortunately, <xliff:g id="APPLICATION">%1$s</xliff:g> has stopped."</string>
9196a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="aerr_process" msgid="4507058997035697579">"Unfortunately, the process <xliff:g id="PROCESS">%1$s</xliff:g> has stopped."</string>
92023018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="anr_title" msgid="4351948481459135709"></string>
92126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="anr_activity_application" msgid="1904477189057199066">"<xliff:g id="APPLICATION">%2$s</xliff:g> isn\'t responding."\n\n"Do you want to close it?"</string>
92226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="anr_activity_process" msgid="5776209883299089767">"Activity <xliff:g id="ACTIVITY">%1$s</xliff:g> isn\'t responding."\n\n"Do you want to close it?"</string>
92326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
92426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="anr_process" msgid="6513209874880517125">"Process <xliff:g id="PROCESS">%1$s</xliff:g> isn\'t responding."\n\n"Do you want to close it?"</string>
92523018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="force_close" msgid="8346072094521265605">"OK"</string>
926113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="report" msgid="4060218260984795706">"Report"</string>
927113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="wait" msgid="7147118217226317732">"Wait"</string>
928b6c51b9a88f80c15d27cef6ea747eeeba0f6e903Eric Fischer    <string name="webpage_unresponsive" msgid="3272758351138122503">"The page has become unresponsive."\n\n"Do you want to close it?"</string>
92926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="launch_warning_title" msgid="1547997780506713581">"App redirected"</string>
930c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="launch_warning_replace" msgid="6202498949970281412">"<xliff:g id="APP_NAME">%1$s</xliff:g> is now running."</string>
931c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="launch_warning_original" msgid="188102023021668683">"<xliff:g id="APP_NAME">%1$s</xliff:g> was originally launched."</string>
9323a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="screen_compat_mode_scale" msgid="3202955667675944499">"Scale"</string>
9333a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="screen_compat_mode_show" msgid="4013878876486655892">"Always show"</string>
93426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="screen_compat_mode_hint" msgid="1064524084543304459">"Re-enable this in System settings &gt; Apps &gt; Downloaded."</string>
93526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
936113141e0914d36c378c26507b8d9dc0bb634bc8dEric 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>
93726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="android_upgrading_title" msgid="1584192285441405746">"Android is upgrading…"</string>
93826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
93926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="android_upgrading_starting_apps" msgid="451464516346926713">"Starting apps."</string>
9406a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="android_upgrading_complete" msgid="1405954754112999229">"Finishing boot."</string>
941113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="heavy_weight_notification" msgid="9087063985776626166">"<xliff:g id="APP">%1$s</xliff:g> running"</string>
94226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="heavy_weight_notification_detail" msgid="1721681741617898865">"Touch to switch to app"</string>
94326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="heavy_weight_switcher_title" msgid="7153167085403298169">"Switch apps?"</string>
94426854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
945113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="old_app_action" msgid="493129172238566282">"Return to <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
94626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="old_app_description" msgid="2082094275580358049">"Don\'t start the new app."</string>
947113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="new_app_action" msgid="5472756926945440706">"Start <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
94826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="new_app_description" msgid="1932143598371537340">"Stop the old app without saving."</string>
9496f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sendText" msgid="5209874571959469142">"Choose an action for text"</string>
950113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_ringtone" msgid="6885421406845734650">"Ringer volume"</string>
951113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_music" msgid="5421651157138628171">"Media volume"</string>
952113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"Playing through Bluetooth"</string>
9536f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="volume_music_hint_silent_ringtone_selected" msgid="8310739960973156272">"Silent ringtone set"</string>
954113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_call" msgid="3941680041282788711">"In-call volume"</string>
955113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_bluetooth_call" msgid="2002891926351151534">"Bluetooth in-call volume"</string>
956113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_alarm" msgid="1985191616042689100">"Alarm volume"</string>
957113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_notification" msgid="2422265656744276715">"Notification volume"</string>
958113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="volume_unknown" msgid="1400219669770445902">"Volume"</string>
9598da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_bluetooth" msgid="6538894177255964340">"Bluetooth volume"</string>
9608da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_ringer" msgid="3326003847006162496">"Ringtone volume"</string>
9618da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_incall" msgid="8890073218154543397">"Call volume"</string>
9628da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_media" msgid="4217311719665194215">"Media volume"</string>
9638da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="volume_icon_description_notification" msgid="7044986546477282274">"Notification volume"</string>
964113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_default" msgid="3789758980357696936">"Default ringtone"</string>
965113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_default_with_actual" msgid="8129563480895990372">"Default ringtone (<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
966113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_silent" msgid="4440324407807468713">"Silent"</string>
967113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_picker_title" msgid="3515143939175119094">"Ringtones"</string>
968113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ringtone_unknown" msgid="5477919988701784788">"Unknown ringtone"</string>
969113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="wifi_available">
970113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="6654123987418168693">"Wi-Fi network available"</item>
971113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="4192424489168397386">"Wi-Fi networks available"</item>
972113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
973113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  <plurals name="wifi_available_detailed">
974113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="one" msgid="1634101450343277345">"Open available Wi-Fi network"</item>
975113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <item quantity="other" msgid="7915895323644292768">"Open Wi-Fi networks available"</item>
976113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer  </plurals>
9776f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_available_sign_in" msgid="4029489716605255386">"Sign in to Wi-Fi network"</string>
97826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <!-- no translation found for wifi_available_sign_in_detailed (6797764740339907572) -->
97926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <skip />
98023018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="wifi_watchdog_network_disabled" msgid="7904214231651546347">"Couldn\'t connect to Wi-Fi"</string>
9816f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_watchdog_network_disabled_detailed" msgid="5548780776418332675">" has a poor Internet connection."</string>
98216ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_dialog_title" msgid="97611782659324517">"Wi-Fi Direct"</string>
98316ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_turnon_message" msgid="2909250942299627244">"Start Wi-Fi Direct. This will turn off Wi-Fi client/hotspot."</string>
98416ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_failed_message" msgid="3763669677935623084">"Couldn\'t start Wi-Fi Direct."</string>
98516ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_enabled_notification_title" msgid="2068321881673734886">"Wi-Fi Direct is on"</string>
98616ab41808e8e45735b911ec93444b76ad084d354Eric Fischer    <string name="wifi_p2p_enabled_notification_message" msgid="1638949953993894335">"Touch for settings"</string>
9876f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="accept" msgid="1645267259272829559">"Accept"</string>
9886f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="decline" msgid="2112225451706137894">"Decline"</string>
9896f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_invitation_sent_title" msgid="1318975185112070734">"Invitation sent"</string>
9906f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_invitation_to_connect_title" msgid="4958803948658533637">"Invitation to connect"</string>
9916f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_from_message" msgid="570389174731951769">"From:"</string>
9926f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_to_message" msgid="248968974522044099">"To:"</string>
9936f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_enter_pin_message" msgid="5920929550367828970">"Type the required PIN:"</string>
9946f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="wifi_p2p_show_pin_message" msgid="8530563323880921094">"PIN:"</string>
9953a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="select_character" msgid="3365550120617701745">"Insert character"</string>
99626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="sms_control_default_app_name" msgid="3058577482636640465">"Unknown app"</string>
9973a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sms_control_title" msgid="7296612781128917719">"Sending SMS messages"</string>
99826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="sms_control_message" msgid="4073755190243093924">"A large number of SMS messages are being sent. Touch OK to continue or Cancel to stop sending."</string>
9993a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sms_control_yes" msgid="2532062172402615953">"OK"</string>
10003a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sms_control_no" msgid="1715320703137199869">"Cancel"</string>
10013a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_removed_title" msgid="6227712319223226185">"SIM card removed"</string>
10028da527d8435beda54b83e117c718c5d145c94ecdEric Fischer    <string name="sim_removed_message" msgid="2333164559970958645">"The mobile network will be unavailable until you restart with a valid SIM card inserted."</string>
10033a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_done_button" msgid="827949989369963775">"Done"</string>
10043a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_added_title" msgid="3719670512889674693">"SIM card added"</string>
10056f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sim_added_message" msgid="6599945301141050216">"Restart your device to access the mobile network."</string>
10063a6c36fdd7fac368355f93d6133fd88a94f50ce7Eric Fischer    <string name="sim_restart_button" msgid="4722407842815232347">"Restart"</string>
1007a7a44f189479963fc2c40c8bf5b48ab1b0fe005dEric Fischer    <string name="time_picker_dialog_title" msgid="8349362623068819295">"Set time"</string>
10087b3bfca2599418279a631e47498370136f93a792Eric Fischer    <string name="date_picker_dialog_title" msgid="5879450659453782278">"Set date"</string>
1009113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="date_time_set" msgid="5777075614321087758">"Set"</string>
1010113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="default_permission_group" msgid="2690160991405646128">"Default"</string>
10114cfa5ec14cc705bf442e6e34a00b93d5bfbfc199Eric Fischer    <string name="perms_new_perm_prefix" msgid="8257740710754301407"><font size="12" fgcolor="#ffffa3a3">"NEW: "</font></string>
1012113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="no_permissions" msgid="7283357728219338112">"No permission required"</string>
1013113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="perms_hide" msgid="7283915391320676226"><b>"Hide"</b></string>
1014113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="perms_show_all" msgid="2671791163933091180"><b>"Show all"</b></string>
10156f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_activity_title" msgid="4465055157209648641">"USB mass storage"</string>
1016113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_title" msgid="5901459041398751495">"USB connected"</string>
10176f32f87717756aab939be84269b8096a46015a36Eric 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>
10186f32f87717756aab939be84269b8096a46015a36Eric 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>
10190d1d2a7a2c27794ebd76c4f8f82708d742adb9cdEric Fischer    <string name="usb_storage_button_mount" msgid="1052259930369508235">"Turn on USB storage"</string>
10206f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_error_message" product="nosdcard" msgid="3017045217365540658">"There\'s a problem using your USB storage for USB mass storage."</string>
10216f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_error_message" product="default" msgid="2876018512716970313">"There\'s a problem using your SD card for USB mass storage."</string>
1022113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_notification_title" msgid="8175892554757216525">"USB connected"</string>
10236f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_notification_message" msgid="939822783828183763">"Touch to copy files to/from your computer."</string>
1024113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_notification_title" msgid="2336058396663516017">"Turn off USB storage"</string>
10256f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_storage_stop_notification_message" msgid="1656852098555623822">"Touch to turn off USB storage."</string>
1026113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_title" msgid="660129851708775853">"USB storage in use"</string>
10276f32f87717756aab939be84269b8096a46015a36Eric 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>
10286f32f87717756aab939be84269b8096a46015a36Eric 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>
1029113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="usb_storage_stop_button_mount" msgid="7060218034900696029">"Turn off USB storage"</string>
10306f32f87717756aab939be84269b8096a46015a36Eric 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>
1031113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dlg_confirm_kill_storage_users_title" msgid="963039033470478697">"Turn off USB storage"</string>
10326f32f87717756aab939be84269b8096a46015a36Eric 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>
10336a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="dlg_error_title" msgid="7323658469626514207">"USB operation unsuccessful"</string>
1034113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="dlg_ok" msgid="7376953167039865701">"OK"</string>
103567fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_mtp_notification_title" msgid="3699913097391550394">"Connected as a media device"</string>
103667fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_ptp_notification_title" msgid="1960817192216064833">"Connected as a camera"</string>
103767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="usb_cd_installer_notification_title" msgid="6774712827892090754">"Connected as an installer"</string>
10385a4e75e2e260d077bfdb285bef03760852b87651Eric Fischer    <string name="usb_accessory_notification_title" msgid="7848236974087653666">"Connected to a USB accessory"</string>
10396f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="usb_notification_message" msgid="2290859399983720271">"Touch for other USB options."</string>
104026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_title" product="nosdcard" msgid="9020092196061007262">"Format USB storage?"</string>
104126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_title" product="default" msgid="3648415921526526069">"Format SD card?"</string>
104226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
104326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="extmedia_format_message" product="default" msgid="14131895027543830">"All data on your card will be lost."</string>
1044113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="extmedia_format_button_format" msgid="4131064560127478695">"Format"</string>
1045113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="adb_active_notification_title" msgid="6729044778949189918">"USB debugging connected"</string>
104626854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="adb_active_notification_message" msgid="1016654627626476142">"Touch to disable USB debugging."</string>
104726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="select_input_method" msgid="4653387336791222978">"Choose input method"</string>
104826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="configure_input_methods" msgid="9091652157722495116">"Set up input methods"</string>
1049113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fast_scroll_alphabet" msgid="5433275485499039199">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
1050113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="fast_scroll_numeric_alphabet" msgid="4030170524595123610">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
1051113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="candidates_style" msgid="4333913089637062257"><u>"candidates"</u></string>
1052c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_checking_notification_title" product="nosdcard" msgid="3449816005351468560">"Preparing USB storage"</string>
1053113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_checking_notification_title" product="default" msgid="5457603418970994050">"Preparing SD card"</string>
1054113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_checking_notification_message" msgid="8287319882926737053">"Checking for errors."</string>
1055c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nofs_notification_title" product="nosdcard" msgid="7788040745686229307">"Blank USB storage"</string>
1056113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nofs_notification_title" product="default" msgid="780477838241212997">"Blank SD card"</string>
10576f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_nofs_notification_message" product="nosdcard" msgid="7840121067427269500">"USB storage is blank or has unsupported filesystem."</string>
10586f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_nofs_notification_message" product="default" msgid="8641065641786923604">"SD card is blank or has unsupported file system."</string>
1059c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_unmountable_notification_title" product="nosdcard" msgid="2090046769532713563">"Damaged USB storage"</string>
1060113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_unmountable_notification_title" product="default" msgid="6410723906019100189">"Damaged SD card"</string>
10616f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_unmountable_notification_message" product="nosdcard" msgid="1795917578395333280">"USB storage is damaged. Try reformatting it."</string>
10626f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="ext_media_unmountable_notification_message" product="default" msgid="1753898567525568253">"SD card is damaged. Try reformatting it."</string>
1063c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_badremoval_notification_title" product="nosdcard" msgid="1661683031330951073">"USB storage removed unexpectedly"</string>
1064113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_badremoval_notification_title" product="default" msgid="6872152882604407837">"SD card removed unexpectedly"</string>
1065c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_badremoval_notification_message" product="nosdcard" msgid="4329848819865594241">"Unmount USB storage before removing to avoid data loss."</string>
1066113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_badremoval_notification_message" product="default" msgid="7260183293747448241">"Unmount SD card before removing to avoid data loss."</string>
1067c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_safe_unmount_notification_title" product="nosdcard" msgid="3967973893270360230">"USB storage safe to remove"</string>
1068113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_safe_unmount_notification_title" product="default" msgid="6729801130790616200">"SD card safe to remove"</string>
1069c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_safe_unmount_notification_message" product="nosdcard" msgid="6142195361606493530">"You can safely remove USB storage."</string>
1070113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_safe_unmount_notification_message" product="default" msgid="568841278138377604">"You can safely remove SD card."</string>
1071c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nomedia_notification_title" product="nosdcard" msgid="4486377230140227651">"Removed USB storage"</string>
1072113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nomedia_notification_title" product="default" msgid="8902518030404381318">"Removed SD card"</string>
1073c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ext_media_nomedia_notification_message" product="nosdcard" msgid="6921126162580574143">"USB storage removed. Insert new media."</string>
1074113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ext_media_nomedia_notification_message" product="default" msgid="3870120652983659641">"SD card removed. Insert a new one."</string>
10756f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="activity_list_empty" msgid="1675388330786841066">"No matching activities found."</string>
1076113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="permlab_pkgUsageStats" msgid="8787352074326748892">"update component usage statistics"</string>
107726854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permdesc_pkgUsageStats" msgid="1106612424254277630">"Allows the app to modify collected component usage statistics. Not for use by normal apps."</string>
107826854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="permlab_copyProtectedData" msgid="4341036311211406692">"copy content"</string>
107926854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
108026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="tutorial_double_tap_to_zoom_message_short" msgid="4070433208160063538">"Touch twice for zoom control"</string>
10816f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="gadget_host_error_inflating" msgid="4882004314906466162">"Couldn\'t add widget."</string>
1082113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_go" msgid="8320845651737369027">"Go"</string>
1083113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_search" msgid="658110271822807811">"Search"</string>
1084113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_send" msgid="2316166556349314424">"Send"</string>
1085113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_next" msgid="3138843904009813834">"Next"</string>
1086113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_done" msgid="8971516117910934605">"Done"</string>
1087c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="ime_action_previous" msgid="1443550039250105948">"Prev"</string>
1088113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="ime_action_default" msgid="2840921885558045721">"Execute"</string>
108978cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="dial_number_using" msgid="5789176425167573586">"Dial number"\n" using <xliff:g id="NUMBER">%s</xliff:g>"</string>
109078cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="create_contact_using" msgid="4947405226788104538">"Create contact"\n" using <xliff:g id="NUMBER">%s</xliff:g>"</string>
109126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric 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>
1092113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="grant_credentials_permission_message_footer" msgid="3125211343379376561">"Do you want to allow this request?"</string>
10936f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="grant_permissions_header_text" msgid="6874497408201826708">"Access request"</string>
1094113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="allow" msgid="7225948811296386551">"Allow"</string>
1095113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="deny" msgid="2081879885755434506">"Deny"</string>
10966f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permission_request_notification_title" msgid="6486759795926237907">"Permission requested"</string>
10976f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="permission_request_notification_with_subtitle" msgid="8530393139639560189">"Permission requested"\n"for account <xliff:g id="ACCOUNT">%s</xliff:g>."</string>
1098113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="input_method_binding_label" msgid="1283557179944992649">"Input Method"</string>
1099113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="sync_binding_label" msgid="3687969138375092423">"Sync"</string>
1100113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="accessibility_binding_label" msgid="4148120742096474641">"Accessibility"</string>
1101113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="wallpaper_binding_label" msgid="1240087844304687662">"Wallpaper"</string>
1102113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="chooser_wallpaper" msgid="7873476199295190279">"Change wallpaper"</string>
11036f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_title" msgid="19615213552042827">"VPN activated"</string>
110467fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="vpn_title_long" msgid="6400714798049252294">"VPN is activated by <xliff:g id="APP">%s</xliff:g>"</string>
11056f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_text" msgid="3011306607126450322">"Touch to manage the network."</string>
11066f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="vpn_text_long" msgid="6407351006249174473">"Connected to <xliff:g id="SESSION">%s</xliff:g>. Touch to manage the network."</string>
1107113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="upload_file" msgid="2897957172366730416">"Choose file"</string>
1108113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="no_file_chosen" msgid="6363648562170759465">"No file chosen"</string>
1109113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="reset" msgid="2448168080964209908">"Reset"</string>
1110113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="submit" msgid="1602335572089911941">"Submit"</string>
1111113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="car_mode_disable_notification_title" msgid="3164768212003864316">"Car mode enabled"</string>
11126f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="car_mode_disable_notification_message" msgid="8035230537563503262">"Touch to exit car mode."</string>
1113113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="tethered_notification_title" msgid="3146694234398202601">"Tethering or hotspot active"</string>
11146f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="tethered_notification_message" msgid="6857031760103062982">"Touch to set up."</string>
1115113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="back_button_label" msgid="2300470004503343439">"Back"</string>
1116113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="next_button_label" msgid="1080555104677992408">"Next"</string>
1117c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="skip_button_label" msgid="1275362299471631819">"Skip"</string>
1118113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="throttle_warning_notification_title" msgid="4890894267454867276">"High mobile data use"</string>
11196f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="throttle_warning_notification_message" msgid="3340822228599337743">"Touch to learn more about mobile data use."</string>
1120113141e0914d36c378c26507b8d9dc0bb634bc8dEric Fischer    <string name="throttled_notification_title" msgid="6269541897729781332">"Mobile data limit exceeded"</string>
11216f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="throttled_notification_message" msgid="5443457321354907181">"Touch to learn more about mobile data use."</string>
1122c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="no_matches" msgid="8129421908915840737">"No matches"</string>
1123c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="find_on_page" msgid="1946799233822820384">"Find on page"</string>
1124c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer  <plurals name="matches_found">
1125c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <item quantity="one" msgid="8167147081136579439">"1 Match"</item>
1126c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <item quantity="other" msgid="4641872797067609177">"<xliff:g id="INDEX">%d</xliff:g> of <xliff:g id="TOTAL">%d</xliff:g>"</item>
1127c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer  </plurals>
1128c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="action_mode_done" msgid="7217581640461922289">"Done"</string>
11296f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_unmounting" product="nosdcard" msgid="3923810448507612746">"Unmounting USB storage…"</string>
11306f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_unmounting" product="default" msgid="1327894998409537190">"Unmounting SD card…"</string>
11316f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_erasing" product="nosdcard" msgid="4521573321524340058">"Erasing USB storage..."</string>
11326f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="progress_erasing" product="default" msgid="6596988875507043042">"Erasing SD card…"</string>
11336a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="format_error" product="nosdcard" msgid="6299769563624776948">"Couldn\'t erase USB storage."</string>
11346a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="format_error" product="default" msgid="7315248696644510935">"Couldn\'t erase SD card."</string>
1135c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_bad_removal" msgid="7960864061016603281">"SD card was removed before being unmounted."</string>
1136c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_checking" product="nosdcard" msgid="418188720009569693">"USB storage is currently being checked."</string>
1137c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_checking" product="default" msgid="7334762503904827481">"SD card is currently being checked."</string>
1138c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_removed" msgid="7001526905057952097">"SD card has been removed."</string>
1139c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_shared" product="nosdcard" msgid="5830814349250834225">"USB storage is currently in use by a computer."</string>
1140c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_shared" product="default" msgid="5706130568133540435">"SD card is currently in use by a computer."</string>
1141c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="media_unknown_state" msgid="729192782197290385">"External media in unknown state."</string>
1142c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="share" msgid="1778686618230011964">"Share"</string>
1143c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="find" msgid="4808270900322985960">"Find"</string>
1144c16aea5ee8079a3c1fc45e44d296493eddf7e3c1Eric Fischer    <string name="websearch" msgid="4337157977400211589">"Web Search"</string>
1145f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsNotifTicker" msgid="5622683912616496172">"Location request from <xliff:g id="NAME">%s</xliff:g>"</string>
1146f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsNotifTitle" msgid="5446858717157416839">"Location request"</string>
1147f04ae729fa453bb7a025b44a099fab981bec67f5Eric 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>
1148f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsVerifYes" msgid="2346566072867213563">"Yes"</string>
1149f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="gpsVerifNo" msgid="1146564937346454865">"No"</string>
1150f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="sync_too_many_deletes" msgid="5296321850662746890">"Deletion limit exceeded"</string>
11516f32f87717756aab939be84269b8096a46015a36Eric 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>
11526f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_really_delete" msgid="2572600103122596243">"Delete the items"</string>
11536f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_undo_deletes" msgid="2941317360600338602">"Undo the deletes"</string>
11546f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sync_do_nothing" msgid="3743764740430821845">"Do nothing for now"</string>
115526854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="choose_account_label" msgid="5655203089746423927">"Choose an account"</string>
1156d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="add_account_label" msgid="2935267344849993553">"Add an account"</string>
11576f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="choose_account_text" msgid="6303348737197849675">"Which account do you want to use?"</string>
1158d3530ac774028c8d71c7ffb49033100d10056623Eric Fischer    <string name="add_account_button_label" msgid="3611982894853435874">"Add account"</string>
1159f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="number_picker_increment_button" msgid="4830170763103463443">"Increment"</string>
1160f04ae729fa453bb7a025b44a099fab981bec67f5Eric Fischer    <string name="number_picker_decrement_button" msgid="2576606679160067262">"Decrement"</string>
11616f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="number_picker_increment_scroll_mode" msgid="3073101067441638428">"<xliff:g id="VALUE">%s</xliff:g> touch and hold."</string>
116278cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="number_picker_increment_scroll_action" msgid="4628981789985093179">"Slide up to increment and down to decrease."</string>
116378cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_increment_minute_button" msgid="2843066823236250329">"Increment minute"</string>
116478cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_decrement_minute_button" msgid="4357907223628449595">"Decrement minute"</string>
116578cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_increment_hour_button" msgid="2484204991937119057">"Increment hour"</string>
116678cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_decrement_hour_button" msgid="4659353501775842780">"Decrement hour"</string>
116778cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_increment_set_pm_button" msgid="4147590696151230863">"Set p.m."</string>
116878cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="time_picker_decrement_set_am_button" msgid="8302140353539486752">"Set a.m."</string>
116978cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="date_picker_increment_month_button" msgid="6324978841467899081">"Increment month"</string>
117078cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="date_picker_decrement_month_button" msgid="7304349355000398077">"Decrement month"</string>
117178cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="date_picker_increment_day_button" msgid="4397040141921413183">"Increment day"</string>
117278cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="date_picker_decrement_day_button" msgid="2427816793443629131">"Decrement day"</string>
117378cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="date_picker_increment_year_button" msgid="3058553394722295105">"Increment year"</string>
117478cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="date_picker_decrement_year_button" msgid="5193062846559743823">"Decrement year"</string>
117506ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="checkbox_checked" msgid="7222044992652711167">"ticked"</string>
117606ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="checkbox_not_checked" msgid="5174639551134444056">"not ticked"</string>
117706ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="radiobutton_selected" msgid="8603599808486581511">"selected"</string>
117806ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="radiobutton_not_selected" msgid="2908760184307722393">"not selected"</string>
117906ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="switch_on" msgid="551417728476977311">"on"</string>
118006ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="switch_off" msgid="7249798614327155088">"off"</string>
118106ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="togglebutton_pressed" msgid="4180411746647422233">"pressed"</string>
118206ac153fe03ac92454dc244753770a2f3fa8c781Eric Fischer    <string name="togglebutton_not_pressed" msgid="4495147725636134425">"not pressed"</string>
11836a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_alt" msgid="4856868820040051939">"Alt"</string>
11846a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_cancel" msgid="1203984017245783244">"Cancel"</string>
11856a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_delete" msgid="3337914833206635744">"Delete"</string>
11866a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_done" msgid="1992571118466679775">"Done"</string>
11876a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_mode_change" msgid="4547387741906537519">"Mode change"</string>
11886a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_shift" msgid="2270748814315147690">"Shift"</string>
11896a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="keyboardview_keycode_enter" msgid="2985864015076059467">"Enter"</string>
119026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activitychooserview_choose_application" msgid="2125168057199941199">"Choose an app"</string>
119103e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="shareactionprovider_share_with" msgid="806688056141131819">"Share with"</string>
119203e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="shareactionprovider_share_with_application" msgid="5627411384638389738">"Share with <xliff:g id="APPLICATION_NAME">%s</xliff:g>"</string>
119326854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="content_description_sliding_handle" msgid="415975056159262248">"Sliding handle. Touch &amp; hold."</string>
119478cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="description_direction_up" msgid="1983114130441878529">"Up for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
119578cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="description_direction_down" msgid="4294993639091088240">"Down for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
119678cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="description_direction_left" msgid="6814008463839915747">"Left for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
119778cc91aa7d68f63bdfb3f1a61123f34df5a9ef4bEric Fischer    <string name="description_direction_right" msgid="4296057241963012862">"Right for <xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>."</string>
11985820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_unlock" msgid="2228524900439801453">"Unlock"</string>
11995820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_camera" msgid="969071997552486814">"Camera"</string>
12005820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_silent" msgid="893551287746522182">"Silent"</string>
12015820aeee0b101843445050f594dad82c7dde4b81Eric Fischer    <string name="description_target_soundon" msgid="30052466675500172">"Sound on"</string>
120226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="description_target_unlock_tablet" msgid="3833195335629795055">"Swipe to unlock."</string>
12036f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="keyboard_headset_required_to_hear_password" msgid="7011927352267668657">"Plug in a headset to hear password keys spoken."</string>
120403e9d8ae0759289f4474227382caa898f398c636Eric Fischer    <string name="keyboard_password_character_no_headset" msgid="2859873770886153678">"Dot"</string>
120589234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_bar_home_description" msgid="5293600496601490216">"Navigate home"</string>
120689234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_bar_up_description" msgid="2237496562952152589">"Navigate up"</string>
120789234127e5eb221a54b633c163d47a593cd30083Eric Fischer    <string name="action_menu_overflow_description" msgid="2295659037509008453">"More options"</string>
12086f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="storage_internal" msgid="4891916833657929263">"Internal storage"</string>
12096f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="storage_sd_card" msgid="3282948861378286745">"SD card"</string>
12108447a13f9cdc87b5dbb865ad2d55fe2d6ea87294Eric Fischer    <string name="storage_usb" msgid="3017954059538517278">"USB storage"</string>
12116f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="extract_edit_menu_button" msgid="8940478730496610137">"Edit"</string>
12126d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_warning_title" msgid="1955638862122232342">"Data usage warning"</string>
12136f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_warning_body" msgid="2814673551471969954">"Touch to view usage and settings."</string>
12146d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_3g_limit_title" msgid="7093334419518706686">"2G-3G data disabled"</string>
12156d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_4g_limit_title" msgid="7636489436819470761">"4G data disabled"</string>
12166d470b71766303a1b05861fc4ec8941916d4c7ecEric Fischer    <string name="data_usage_mobile_limit_title" msgid="7869402519391631884">"Mobile data disabled"</string>
12176a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_wifi_limit_title" msgid="8992154736441284865">"Wi-Fi data disabled"</string>
12186f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_limit_body" msgid="3317964706973601386">"Touch to enable."</string>
121923018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_3g_limit_snoozed_title" msgid="7026739121138005231">"2G-3G data limit exceeded"</string>
122023018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_4g_limit_snoozed_title" msgid="1106562779311209039">"4G data limit exceeded"</string>
122123018767d21387cb26af502e447278bf123a1e6bEric Fischer    <string name="data_usage_mobile_limit_snoozed_title" msgid="279240572165412168">"Mobile data limit exceeded"</string>
12226a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_wifi_limit_snoozed_title" msgid="8743856006384825974">"Wi-Fi data limit exceeded"</string>
12236f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_limit_snoozed_body" msgid="7035490278298441767">"<xliff:g id="SIZE">%s</xliff:g> over specified limit."</string>
12246a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="data_usage_restricted_title" msgid="5965157361036321914">"Background data restricted"</string>
12256f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="data_usage_restricted_body" msgid="6741521330997452990">"Touch to remove restriction."</string>
1226ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="ssl_certificate" msgid="6510040486049237639">"Security certificate"</string>
1227ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="ssl_certificate_is_valid" msgid="6825263250774569373">"This certificate is valid."</string>
1228ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_to" msgid="454239480274921032">"Issued to:"</string>
1229ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="common_name" msgid="2233209299434172646">"Common name:"</string>
1230ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="org_name" msgid="6973561190762085236">"Organisation:"</string>
1231ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="org_unit" msgid="7265981890422070383">"Organisational unit:"</string>
1232ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_by" msgid="2647584988057481566">"Issued by:"</string>
1233ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="validity_period" msgid="8818886137545983110">"Validity:"</string>
1234ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="issued_on" msgid="5895017404361397232">"Issued on:"</string>
1235ff2612bc9da68c2a9723e4e4d87e5e8bced4557fEric Fischer    <string name="expires_on" msgid="3676242949915959821">"Expires on:"</string>
123667fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="serial_number" msgid="758814067660862493">"Serial number:"</string>
123767fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="fingerprints" msgid="4516019619850763049">"Fingerprints:"</string>
123867fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="sha256_fingerprint" msgid="4391271286477279263">"SHA-256 fingerprint"</string>
123967fa9f0d84716a6f6510eff983fd2e40ee0ef65eEric Fischer    <string name="sha1_fingerprint" msgid="7930330235269404581">"SHA-1 fingerprint"</string>
124026854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activity_chooser_view_see_all" msgid="4292569383976636200">"See all"</string>
124126854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="activity_chooser_view_dialog_title_default" msgid="4710013864974040615">"Choose activity"</string>
124226854db6cc1b9deecc7afdfcb6e94a00f098b1c5Eric Fischer    <string name="share_action_provider_share_with" msgid="5247684435979149216">"Share with"</string>
12435a4e75e2e260d077bfdb285bef03760852b87651Eric Fischer    <string name="status_bar_device_locked" msgid="3092703448690669768">"Device locked."</string>
12446a5134397541af058e1128baebe0451ae4befce8Eric Fischer    <string name="list_delimeter" msgid="3975117572185494152">", "</string>
12456f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="sending" msgid="3245653681008218030">"Sending…"</string>
12464a97ebfec5ff24fd34cdb354f0e85ca1279035f8Eric Fischer    <string name="launchBrowserDefault" msgid="2057951947297614725">"Launch Browser?"</string>
12476f32f87717756aab939be84269b8096a46015a36Eric Fischer    <string name="SetupCallDefault" msgid="5834948469253758575">"Accept call?"</string>
12489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project</resources>
1249