blob: 96852c74a0cbde1af0d9a325cac125daa5ae3fa9 [file] [log] [blame]
Bill Yi5a5fa7d2016-12-05 19:17:49 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Bill Yi3a8d5de2019-02-08 17:06:56 -08007
Bill Yi5a5fa7d2016-12-05 19:17:49 +00008 http://www.apache.org/licenses/LICENSE-2.0
Bill Yi3a8d5de2019-02-08 17:06:56 -08009
Bill Yi5a5fa7d2016-12-05 19:17:49 +000010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Bill Yi16b0edd2018-08-26 07:52:23 -070019 <string name="app_name" msgid="2792757108872430971">"Permission controller"</string>
20 <string name="ok" msgid="4417794827535157922">"OK"</string>
Bill Yi3ea5b212018-10-31 13:49:00 -070021 <string name="permission_search_keyword" msgid="1652964722383449182">"permissions"</string>
Bill Yi0b0c6bf2018-09-27 10:41:10 -070022 <string name="cancel" msgid="7279939269964834974">"Cancel"</string>
Bill Yi16b0edd2018-08-26 07:52:23 -070023 <string name="app_not_found_dlg_title" msgid="8897078571059217849">"App not found"</string>
24 <string name="grant_dialog_button_deny" msgid="1649644200597601964">"Deny"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -080025 <string name="grant_dialog_button_deny_and_dont_ask_again" msgid="5716583584580362144">"Deny &amp; don’t ask again"</string>
Bill Yi16b0edd2018-08-26 07:52:23 -070026 <string name="grant_dialog_button_more_info" msgid="6933952978344714007">"More info"</string>
27 <string name="grant_dialog_button_deny_anyway" msgid="6134672842863824171">"Deny anyway"</string>
28 <string name="current_permission_template" msgid="5642540253562598515">"<xliff:g id="CURRENT_PERMISSION_INDEX">%1$s</xliff:g> of <xliff:g id="PERMISSION_COUNT">%2$s</xliff:g>"</string>
29 <string name="permission_warning_template" msgid="1353228984024423745">"Allow &lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; to <xliff:g id="ACTION">%2$s</xliff:g>?"</string>
30 <string name="permission_add_background_warning_template" msgid="1046864917164159751">"Always allow &lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; to <xliff:g id="ACTION">%2$s</xliff:g>?"</string>
31 <string name="allow_permission_foreground_only" msgid="7444689446874060511">"Only while using app"</string>
32 <string name="allow_permission_always" msgid="4089537686339013930">"Always"</string>
33 <string name="deny_permission_deny_and_dont_ask_again" msgid="8131547398883397878">"Deny and don’t ask again"</string>
34 <string name="permission_revoked_count" msgid="5556125174203696709">"<xliff:g id="COUNT">%1$d</xliff:g> disabled"</string>
35 <string name="permission_revoked_all" msgid="6356577996164232918">"all disabled"</string>
36 <string name="permission_revoked_none" msgid="266013103540772023">"none disabled"</string>
37 <string name="grant_dialog_button_allow" msgid="2137542756625939532">"Allow"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -080038 <string name="grant_dialog_button_allow_always" msgid="4201473810650722162">"Allow all the time"</string>
39 <string name="grant_dialog_button_allow_foreground" msgid="2929490670369819475">"Allow only while the app is in use"</string>
Bill Yi16b0edd2018-08-26 07:52:23 -070040 <string name="app_permissions_breadcrumb" msgid="6174723486639913311">"Apps"</string>
41 <string name="app_permissions" msgid="2778362347879465223">"App permissions"</string>
42 <string name="never_ask_again" msgid="7645304182523160030">"Don\'t ask again"</string>
43 <string name="no_permissions" msgid="2193893107241172888">"No permissions"</string>
44 <string name="additional_permissions" msgid="7124470111123472154">"Additional permissions"</string>
45 <string name="app_permissions_info_button_label" msgid="6566057048862462066">"Open app info"</string>
46 <plurals name="additional_permissions_more" formatted="false" msgid="2232860610746920222">
Bill Yi5a5fa7d2016-12-05 19:17:49 +000047 <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> more</item>
48 <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> more</item>
49 </plurals>
Bill Yi16b0edd2018-08-26 07:52:23 -070050 <string name="old_sdk_deny_warning" msgid="6018489265342857714">"This app was designed for an older version of Android. Denying permission may cause it to no longer function as intended."</string>
51 <string name="default_permission_description" msgid="692254823411049573">"perform an unknown action"</string>
52 <string name="app_permissions_group_summary" msgid="5019625174481872207">"<xliff:g id="COUNT_0">%1$d</xliff:g> of <xliff:g id="COUNT_1">%2$d</xliff:g> apps allowed"</string>
Bill Yie12294c2019-01-29 18:16:36 -080053 <string name="permission_usage_header" msgid="8802963718365732792">"Recent usage"</string>
54 <string name="permission_usage_view_details" msgid="1242976903858003439">"View details"</string>
Bill Yi16b0edd2018-08-26 07:52:23 -070055 <string name="menu_show_system" msgid="7623002570829860709">"Show system"</string>
56 <string name="menu_hide_system" msgid="2274204366405029090">"Hide system"</string>
57 <string name="no_apps" msgid="2377153782338039463">"No apps"</string>
58 <string name="location_settings" msgid="547378321761364906">"Location Settings"</string>
59 <string name="location_warning" msgid="4687406043150343369">"<xliff:g id="APP_NAME">%1$s</xliff:g> is a provider of location services for this device. Location access can be modified from location settings."</string>
60 <string name="system_warning" msgid="6868290533389195836">"If you deny this permission, basic features of your device may no longer function as intended."</string>
61 <string name="permission_summary_enforced_by_policy" msgid="632945329450867948">"Enforced by policy"</string>
62 <string name="permission_summary_disabled_by_policy_background_only" msgid="137178879402491132">"Background access disabled by policy"</string>
63 <string name="permission_summary_enabled_by_policy_background_only" msgid="2699118232240494204">"Background access enabled by policy"</string>
64 <string name="permission_summary_enabled_by_policy_foreground_only" msgid="8652417310534780420">"Foreground access enabled by policy"</string>
65 <string name="permission_summary_enforced_by_admin" msgid="5156952484229154563">"Controlled by admin"</string>
66 <string name="permission_summary_disabled_by_admin_background_only" msgid="3580805532594984554">"Background access disabled by admin"</string>
67 <string name="permission_summary_enabled_by_admin_background_only" msgid="5087543391647053237">"Background access enabled by admin"</string>
68 <string name="permission_summary_enabled_by_admin_foreground_only" msgid="4566755547230479934">"Foreground access enabled by admin"</string>
Bill Yi2e9dc962018-12-06 05:41:12 -080069 <string name="permission_summary_enabled_system_fixed" msgid="1648259601814176611">"Permission set by system"</string>
Bill Yi16b0edd2018-08-26 07:52:23 -070070 <!-- no translation found for background_access_chooser_dialog_choices:0 (2093938392538894210) -->
71 <!-- no translation found for background_access_chooser_dialog_choices:1 (3927338369513373750) -->
72 <!-- no translation found for background_access_chooser_dialog_choices:2 (8438068599173343936) -->
73 <string name="permission_access_always" msgid="2315256378850460955">"Always"</string>
74 <string name="permission_access_only_foreground" msgid="8109903552082630801">"Only while using app"</string>
75 <string name="permission_access_never" msgid="4717648645876576508">"Never"</string>
76 <string name="loading" msgid="323483393167148377">"Loading…"</string>
77 <string name="all_permissions" msgid="7813580062403112957">"All permissions"</string>
78 <string name="other_permissions" msgid="1956312685853070715">"Other app capabilities"</string>
79 <string name="permission_request_title" msgid="6779348653783761548">"Permission request"</string>
80 <string name="screen_overlay_title" msgid="1632732130312696010">"Screen overlay detected"</string>
81 <string name="screen_overlay_message" msgid="3222033787364955006">"To change this permission setting, you have to turn off the screen overlay first from Settings &gt; Apps"</string>
82 <string name="screen_overlay_button" msgid="3554849308322944411">"Open settings"</string>
83 <string name="wear_not_allowed_dlg_title" msgid="6923880912091041609">"Android Wear"</string>
84 <string name="wear_not_allowed_dlg_text" msgid="8731817202551430387">"Install/Uninstall actions not supported on Wear."</string>
85 <string name="permission_review_title_template_install" msgid="8131698354985303888">"Choose what to allow &lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; to access"</string>
86 <string name="permission_review_title_template_update" msgid="7597155653571395485">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; has been updated. Choose what access to allow this app."</string>
87 <string name="review_button_cancel" msgid="7108377593627664194">"Cancel"</string>
88 <string name="review_button_continue" msgid="1367925420132212571">"Continue"</string>
89 <string name="new_permissions_category" msgid="7242713808413888679">"New permissions"</string>
90 <string name="current_permissions_category" msgid="3835461245150972589">"Current permissions"</string>
91 <string name="message_staging" msgid="641286607664721291">"Staging app…"</string>
92 <string name="app_name_unknown" msgid="8288360585728122735">"Unknown"</string>
Bill Yi3ea5b212018-10-31 13:49:00 -070093 <string name="permission_usage_title" msgid="8266350477620264117">"Permissions usage"</string>
Bill Yie12294c2019-01-29 18:16:36 -080094 <string name="permission_usage_summary" msgid="4139332442917981301">"Last access: <xliff:g id="TIME">%1$s</xliff:g>\n<xliff:g id="NUM">%2$s</xliff:g> accesses"</string>
95 <string name="permission_usage_summary_background" msgid="2209669857909620833">"Last access: <xliff:g id="TIME">%1$s</xliff:g>\n<xliff:g id="NUM_0">%2$s</xliff:g> accesses (<xliff:g id="NUM_1">%3$s</xliff:g> in background)"</string>
Bill Yi3ea5b212018-10-31 13:49:00 -070096 <string name="permission_usage_any_permission" msgid="7824062114364689751">"Any permission"</string>
97 <string name="permission_usage_any_time" msgid="313857697004329939">"Any time"</string>
98 <string name="permission_usage_last_7_days" msgid="4553199171543115540">"Last 7 days"</string>
99 <string name="permission_usage_last_day" msgid="4149912805759768249">"Last 24 hours"</string>
100 <string name="permission_usage_last_hour" msgid="2907717357748648755">"Last 1 hour"</string>
101 <string name="permission_usage_last_15_minutes" msgid="8092341409350314280">"Last 15 minutes"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800102 <string name="permission_usage_last_minute" msgid="1712931459994781087">"Last 1 minute"</string>
Bill Yi3ea5b212018-10-31 13:49:00 -0700103 <string name="no_permission_usages" msgid="698858628357371611">"No permission usages"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -0800104 <string name="permission_usage_list_title_any_time" msgid="3769244144339672988">"Access at any time"</string>
105 <string name="permission_usage_list_title_last_7_days" msgid="3727861046378775818">"Access in last 7 days"</string>
106 <string name="permission_usage_list_title_last_day" msgid="5342320924730492471">"Access in last 24 hours"</string>
107 <string name="permission_usage_list_title_last_hour" msgid="2815783501799574220">"Access in the last hour"</string>
108 <string name="permission_usage_list_title_last_15_minutes" msgid="6355340673284923840">"Access in last 15 minutes"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800109 <string name="permission_usage_list_title_last_minute" msgid="8035799852985876841">"Access in last 1 minute"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -0800110 <string name="permission_usage_bar_chart_title_any_time" msgid="8198031767207481138">"Top permission usage at any time"</string>
111 <string name="permission_usage_bar_chart_title_last_7_days" msgid="1383253721624697737">"Top permission usage in last 7 days"</string>
112 <string name="permission_usage_bar_chart_title_last_day" msgid="4961033178274179547">"Top permission usage in last 24 hours"</string>
113 <string name="permission_usage_bar_chart_title_last_hour" msgid="652067970457696948">"Top permission usage in last 1 hour"</string>
114 <string name="permission_usage_bar_chart_title_last_15_minutes" msgid="605482005070580571">"Top permission usage in last 15 minutes"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800115 <string name="permission_usage_bar_chart_title_last_minute" msgid="7503220317255343929">"Top permission usage in last 1 minute"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -0800116 <string name="app_permission_usage_bar_label" msgid="5471180291634450396">"Apps"</string>
Bill Yi3a8d5de2019-02-08 17:06:56 -0800117 <string name="app_permission_usage_filter_label" msgid="8700139296200468389">"Filtered by: <xliff:g id="PERM">%1$s</xliff:g>"</string>
118 <string name="app_permission_usage_remove_filter" msgid="2046234519591857627">"Remove filter"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -0800119 <string name="filter_by_title" msgid="5940302511365561845">"Filter by"</string>
120 <string name="filter_by_permissions" msgid="7761207093643478436">"Filter by permissions"</string>
121 <string name="sort_spinner_most_permissions" msgid="7512752810135216720">"Most permissions"</string>
122 <string name="sort_spinner_most_accesses" msgid="8939431242431209447">"Most accesses"</string>
123 <string name="sort_spinner_recent" msgid="8391312947480880412">"Recent"</string>
Bill Yi3a8d5de2019-02-08 17:06:56 -0800124 <string name="permission_usage_refresh" msgid="2182775682810005148">"Refresh"</string>
Bill Yi50057012018-11-13 00:04:26 -0800125 <string name="app_permission_usage_title" msgid="5641038589468666526">"App permissions usage"</string>
Bill Yi282b6f22018-12-11 05:24:16 -0800126 <string name="app_permission_usage_summary" msgid="8560461104458882198">"Access: <xliff:g id="NUM">%1$s</xliff:g> times. Total duration: <xliff:g id="DURATION">%2$s</xliff:g>. Last used <xliff:g id="TIME">%3$s</xliff:g> ago."</string>
127 <string name="app_permission_usage_summary_no_duration" msgid="4040424337831328212">"Access: <xliff:g id="NUM">%1$s</xliff:g> times. Last used <xliff:g id="TIME">%2$s</xliff:g> ago."</string>
Bill Yi2e9dc962018-12-06 05:41:12 -0800128 <string name="app_permission_button_allow" msgid="1358817292836175593">"Allow"</string>
129 <string name="app_permission_button_allow_always" msgid="4313513946865105788">"Allow all the time"</string>
130 <string name="app_permission_button_allow_foreground" msgid="6366222217615376397">"Allow only while the app is in use"</string>
131 <string name="app_permission_button_deny" msgid="5716368368650638408">"Deny"</string>
132 <string name="app_permission_title" msgid="2453000050669052385">"<xliff:g id="PERM">%1$s</xliff:g> permission"</string>
133 <string name="app_permission_header" msgid="5704679725169517493">"<xliff:g id="PERM">%1$s</xliff:g> access for <xliff:g id="APP">%2$s</xliff:g>"</string>
134 <string name="app_permission_footer_usage_summary" msgid="2944747878556477852">"<xliff:g id="APP">%1$s</xliff:g> accessed your <xliff:g id="PERM">%2$s</xliff:g> <xliff:g id="TIME">%3$s</xliff:g> ago."</string>
Bill Yi282b6f22018-12-11 05:24:16 -0800135 <string name="app_permission_footer_no_usages" msgid="8176256750330679454">"<xliff:g id="APP">%1$s</xliff:g> has not accessed your <xliff:g id="PERM">%2$s</xliff:g>."</string>
Bill Yi2e9dc962018-12-06 05:41:12 -0800136 <string name="app_permission_footer_usage_link" msgid="5912236275600923326">"View detailed permissions usage"</string>
Bill Yi3a8d5de2019-02-08 17:06:56 -0800137 <string name="app_permission_most_recent_summary" msgid="7435245857128891808">"Last access: <xliff:g id="TIME_DATE">%1$s</xliff:g>"</string>
Bill Yi282b6f22018-12-11 05:24:16 -0800138 <string name="allowed_header" msgid="6279244592227088158">"Allowed"</string>
Bill Yi3a8d5de2019-02-08 17:06:56 -0800139 <string name="allowed_foreground_header" msgid="7553595563464819175">"Allowed only while in use"</string>
Bill Yi282b6f22018-12-11 05:24:16 -0800140 <string name="denied_header" msgid="2277998574238617699">"Denied"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800141 <string name="detailed_usage_link" msgid="3990452346369247944">"See detailed usage"</string>
Bill Yi3ea5b212018-10-31 13:49:00 -0700142 <plurals name="days" formatted="false" msgid="3903419301028414979">
143 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> days</item>
144 <item quantity="one">1 day</item>
145 </plurals>
146 <plurals name="hours" formatted="false" msgid="2123927014975877155">
147 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> hours</item>
148 <item quantity="one">1 hour</item>
149 </plurals>
150 <plurals name="minutes" formatted="false" msgid="4331145652577957044">
151 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> minutes</item>
152 <item quantity="one">1 minute</item>
153 </plurals>
154 <plurals name="seconds" formatted="false" msgid="1632909606956324957">
155 <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> seconds</item>
156 <item quantity="one">1 second</item>
157 </plurals>
Bill Yi2e9dc962018-12-06 05:41:12 -0800158 <string name="role_request_message_add" msgid="1977772335648650272">"Use &lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt; as your <xliff:g id="ROLE_NAME">%2$s</xliff:g>?"</string>
159 <string name="role_request_message_replace" msgid="6367571247558110210">"Use &lt;b&gt;<xliff:g id="NEW_APP_NAME">%1$s</xliff:g>&lt;/b&gt; instead of &lt;b&gt;<xliff:g id="CURRENT_APP_NAME">%1$s</xliff:g>&lt;/b&gt; as your <xliff:g id="ROLE_NAME">%2$s</xliff:g>?"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800160 <string name="permission_reminders" msgid="8040710767178843151">"Permission reminders"</string>
161 <string name="background_location_access_reminder_notification_title" msgid="3986986240015907758">"<xliff:g id="APP_NAME">%s</xliff:g> has been using your location"</string>
162 <string name="background_location_access_reminder_notification_content" msgid="2715202570602748060">"This app can always access your location. Tap to change."</string>
Bill Yi7f08dd02019-01-12 04:25:27 -0800163 <string name="permission_subtitle_only_in_foreground" msgid="3101936262905298459">"Only while app is in use"</string>
164 <string name="no_permissions_allowed" msgid="5781278485002145993">"No permissions allowed"</string>
165 <string name="no_permissions_denied" msgid="2449583707612365442">"No permissions denied"</string>
166 <string name="no_apps_allowed" msgid="4529095928504611810">"No apps allowed"</string>
167 <string name="no_apps_denied" msgid="2736758388618487796">"No apps denied"</string>
168 <string name="launch_app" msgid="5641437562665039291">"Open"</string>
169 <string name="uninstall_app" msgid="8756507666995809214">"Uninstall"</string>
170 <string name="force_stop_app" msgid="4253426323145479826">"Force stop"</string>
Bill Yi282b6f22018-12-11 05:24:16 -0800171 <string name="default_apps" msgid="8554530939151957828">"Default apps"</string>
172 <string name="no_default_apps" msgid="5642715159090903032">"No default apps"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -0800173 <string name="default_apps_for_work" msgid="8582151955372061208">"Default for work"</string>
174 <string name="default_app_none" msgid="7671097769303174666">"None"</string>
175 <string name="default_app_no_apps" msgid="5344668465735677271">"No apps"</string>
176 <string name="special_app_access" msgid="2561673957499408877">"Special app access"</string>
177 <string name="no_special_app_access" msgid="994977666694457811">"No special app access"</string>
178 <string name="special_app_access_no_apps" msgid="3934763650592564818">"No apps"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800179 <string name="role_label_browser" msgid="6266502234308421457">"Browser app"</string>
Bill Yi2e9dc962018-12-06 05:41:12 -0800180 <string name="role_label_dialer" msgid="3345895090725237533">"Phone app"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800181 <string name="role_label_sms" msgid="2262769075496017522">"SMS app"</string>
182 <string name="role_label_emergency" msgid="2226651888638211616">"Emergency app"</string>
183 <string name="role_label_home" msgid="7672863812639457378">"Home app"</string>
184 <string name="role_label_music" msgid="5900245414865932272">"Music app"</string>
185 <string name="role_label_gallery" msgid="6939560238495155209">"Gallery app"</string>
Bill Yi7f08dd02019-01-12 04:25:27 -0800186 <string name="role_label_car_mode_dialer" msgid="5807291243320384807">"Car mode phone app"</string>
Bill Yi3a8d5de2019-02-08 17:06:56 -0800187 <!-- no translation found for role_label_call_redirection (8902197181113231577) -->
188 <skip />
Bill Yi7f08dd02019-01-12 04:25:27 -0800189 <string name="role_label_call_screening" msgid="411212589764916370">"Call screening app"</string>
190 <string name="role_label_call_companion" msgid="7369723859682076467">"Call companion app"</string>
Bill Yi3a8d5de2019-02-08 17:06:56 -0800191 <string name="role_label_assistant" msgid="456685142560727172">"Assist app"</string>
192 <string name="role_label_car_projection" msgid="3792929094325391213">"Car Projection app"</string>
Bill Yie12294c2019-01-29 18:16:36 -0800193 <string name="encryption_unaware_confirmation_message" msgid="1366058948707595596">"Note: If you restart your device and have a screen lock set, this app can’t start until you unlock your device."</string>
Bill Yi3a8d5de2019-02-08 17:06:56 -0800194 <string name="incident_report_channel_name" msgid="2405001892012870358">"Share Debugging Data"</string>
195 <string name="incident_report_notification_title" msgid="8506385602505147862">"Share detailed debugging data?"</string>
196 <string name="incident_report_notification_text" msgid="8316657912290049576">"<xliff:g id="APP_NAME">%1$s</xliff:g> would like to upload debugging information."</string>
197 <string name="incident_report_dialog_title" msgid="6147075171471634629">"Share Debugging Data"</string>
198 <string name="incident_report_dialog_text" msgid="6838105320223101131">"<xliff:g id="APP_NAME_0">%1$s</xliff:g> is requesting to upload a bug report from this device taken on <xliff:g id="DATE">%2$s</xliff:g> at <xliff:g id="TIME">%3$s</xliff:g>. Bug reports include personal information about your device or logged by apps, for example, user names, location data, device identifiers and network information. Only share bug reports with people and apps that you trust with this information. Allow <xliff:g id="APP_NAME_1">%4$s</xliff:g> to upload a bug report?"</string>
199 <string name="incident_report_dialog_allow_label" msgid="6863130835544805205">"Allow"</string>
200 <string name="incident_report_dialog_deny_label" msgid="1297192379930944676">"Deny"</string>
Bill Yi5a5fa7d2016-12-05 19:17:49 +0000201</resources>