1<?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 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 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:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- [CHAR LIMIT=60] --> 19 <string name="app_name">Permission controller</string> 20 21 <!-- [CHAR LIMIT=15] --> 22 <string name="ok">OK</string> 23 24 <!-- Keyword in the Settings app's search functionality that can be used to find links to the permissions management screens [CHAR LIMIT=none] --> 25 <string name="permission_search_keyword">permissions</string> 26 27 <!-- Button label for generic cancel action [CHAR LIMIT=20] --> 28 <string name="cancel">Cancel</string> 29 30 <!-- Button label for back action [CHAR LIMIT=20] --> 31 <string name="back">Back</string> 32 33 <!-- Button label for uninstall or disable actions [CHAR LIMIT=none] --> 34 <string name="uninstall_or_disable">Uninstall or disable</string> 35 36 <!-- [CHAR LIMIT=30] --> 37 <string name="app_not_found_dlg_title">App not found</string> 38 39 <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=20] --> 40 <string name="grant_dialog_button_deny">Don\u2019t allow</string> 41 42 <!-- Title for the dialog button to always deny a permission grant from now on. [CHAR LIMIT=60] --> 43 <string name="grant_dialog_button_deny_and_dont_ask_again">Don\u2019t allow \u0026 don\u2019t ask again</string> 44 45 <!-- Title for the dialog button to deny a change from foreground to background permission grant. [CHAR LIMIT=60] --> 46 <string name="grant_dialog_button_no_upgrade">Keep \u201cWhile the app is in use\u201d</string> 47 48 <!-- Title for the dialog button to deny a change from one-time to background permission grant. [CHAR LIMIT=60] --> 49 <string name="grant_dialog_button_no_upgrade_one_time">Keep \u201cOnly this time\u201d</string> 50 51 <!-- Title for the dialog button to get more info about a permission. [CHAR LIMIT=15] --> 52 <string name="grant_dialog_button_more_info">More info</string> 53 54 <!-- Title for the dialog button to deny a permission grant despite a warning of implications. [CHAR LIMIT=30] --> 55 <string name="grant_dialog_button_deny_anyway">Don\u2019t allow anyway</string> 56 57 <!-- Alternative dialog button to deny a permission, but phrased as dismissing the dialog. Currently only used in automotive. [CHAR LIMIT=20] --> 58 <string name="grant_dialog_button_dismiss">Dismiss</string> 59 60 <!-- Template for the current permission from the total number of permissions. [CHAR LIMIT=100] --> 61 <string name="current_permission_template"> 62 <xliff:g id="current_permission_index" example="1">%1$s</xliff:g> of 63 <xliff:g id="permission_count" example="2">%2$s</xliff:g></string> 64 65 <!-- Template for the warning message when an app requests a permission. [CHAR LIMIT=100] --> 66 <string name="permission_warning_template">Allow 67 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to 68 <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> 69 70 <!-- Template for the warning message when an app requests the permission to access a 71 resource even while in the background (i.e. always). [CHAR LIMIT=100] --> 72 <string name="permission_add_background_warning_template">Always allow 73 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to 74 <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> 75 76 <!-- Radio button shown for permissions that can be granted either only while the app is in 77 foreground or always. If this button is selected the app only gets the permission while in 78 foreground [CHAR LIMIT=50] --> 79 <string name="allow_permission_foreground_only">Only while using app</string> 80 81 <!-- Radio button shown for permissions that can be granted either only while the app is in 82 foreground or always. If this button is selected the app always gets the permission (while in 83 foreground _and_ while in background) [CHAR LIMIT=50] --> 84 <string name="allow_permission_always">Always</string> 85 86 <!-- Radio button shown for permissions that can be granted either only while the app is in 87 foreground or always. If this button is selected the app does not get the permission and the 88 permissions will always be denied from now on [CHAR LIMIT=50] --> 89 <string name="deny_permission_deny_and_dont_ask_again">Don\u2019t allow and don\u2019t ask again</string> 90 91 <!-- Template for the message how many permissions are disabled. [CHAR LIMIT=30] --> 92 <string name="permission_revoked_count"><xliff:g id="count" example="2">%1$d</xliff:g> disabled</string> 93 94 <!-- Message that all permissions are disabled. [CHAR LIMIT=30] --> 95 <string name="permission_revoked_all">all disabled</string> 96 97 <!-- Message that no permissions are disabled. [CHAR LIMIT=30] --> 98 <string name="permission_revoked_none">none disabled</string> 99 100 <!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15] --> 101 <string name="grant_dialog_button_allow">Allow</string> 102 103 <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> 104 <string name="grant_dialog_button_allow_always">Allow all the time</string> 105 106 <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> 107 <string name="grant_dialog_button_allow_foreground">While using the app</string> 108 109 <!-- Title for the dialog button to change to precise location. [CHAR LIMIT=60] --> 110 <string name="grant_dialog_button_change_to_precise_location">Change to precise location</string> 111 112 <!-- Title for the dialog button to keep approximate location. [CHAR LIMIT=60] --> 113 <string name="grant_dialog_button_keey_approximate_location">Keep approximate location</string> 114 115 <!-- Title for the dialog button to allow a permission grant temporarily in teh foreground. [CHAR LIMIT=60] --> 116 <string name="grant_dialog_button_allow_one_time">Only this time</string> 117 118 <!-- Title for the dialog button to allow a change from foreground to background permission grant. [CHAR LIMIT=60] --> 119 <string name="grant_dialog_button_allow_background">Allow all the time</string> 120 121 <!-- Title for the dialog button to allow a permission grant for all files. [CHAR LIMIT=60] --> 122 <string name="grant_dialog_button_allow_all_files">Allow management of all files</string> 123 124 <!-- Title for the dialog button to allow a permission grant for media files only. [CHAR LIMIT=60] --> 125 <string name="grant_dialog_button_allow_media_only">Allow access to media files</string> 126 127 <!-- Breadcrumb for page of managing application permissions [CHAR LIMIT=50] --> 128 <string name="app_permissions_breadcrumb">Apps</string> 129 130 <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> 131 <string name="app_permissions">App permissions</string> 132 133 <!-- Title for the page of manage unused apps [CHAR LIMIT=30] --> 134 <string name="unused_apps">Unused apps</string> 135 136 <!-- Label when there are no unused apps [CHAR LIMIT=30] --> 137 <string name="no_unused_apps">No unused apps</string> 138 139 <!-- Label when there are zero unused apps [CHAR LIMIT=30] --> 140 <string name="zero_unused_apps">0 unused apps</string> 141 142 <!-- [CHAR LIMIT=30] Manage applications, label for option to disable app --> 143 <string name="app_disable_dlg_positive">Disable app</string> 144 145 <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling apps --> 146 <string name="app_disable_dlg_text">If you disable this app, Android and other apps may no longer function as intended. Keep in mind, you can\u2019t delete this app since it came pre-installed on your device. By disabling, you turn this app off and hide it on your device.</string> 147 148 <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> 149 <string name="app_permission_manager">Permission manager</string> 150 151 <!-- Checkbox that allows user to not be questioned about this permission 152 request again [CHAR LIMIT=30] --> 153 <string name="never_ask_again">Don\'t ask again</string> 154 155 <!-- Label when app requests no permissions [CHAR LIMIT=30] --> 156 <string name="no_permissions">No permissions</string> 157 158 <!-- Label for button that leads to more permissions [CHAR LIMIT=40] --> 159 <string name="additional_permissions">Additional permissions</string> 160 161 <!-- Accessibility label for button opening the app-info when clicked [CHAR LIMIT=none] --> 162 <string name="app_permissions_info_button_label">Open app info</string> 163 164 <!-- Description of how many more permissions to view on next page [CHAR LIMIT=30] --> 165 <plurals name="additional_permissions_more"> 166 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> more</item> 167 <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> more</item> 168 </plurals> 169 170 <!-- Warning for turning off permissions on older apps [CHAR LIMIT=none] --> 171 <string name="old_sdk_deny_warning">This app was designed for an older version of Android. Denying permission may cause it to no longer function as intended.</string> 172 173 <!-- The default description of a permission, i.e. what it does. [CHAR LIMIT=40] --> 174 <string name="default_permission_description">perform an unknown action</string> 175 176 <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> 177 <string name="app_permissions_group_summary"><xliff:g id="count" example="10">%1$d</xliff:g> of <xliff:g id="count" example="10">%2$d</xliff:g> apps allowed</string> 178 179 <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> 180 <string name="app_permissions_group_summary2"><xliff:g id="count" example="10">%1$d</xliff:g>/<xliff:g id="count" example="10">%2$d</xliff:g> apps allowed</string> 181 182 <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are shown --> 183 <string name="menu_show_system">Show system</string> 184 <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are hidden --> 185 <string name="menu_hide_system">Hide system</string> 186 187 <!-- FAB text of permission usage fragment [CHAR LIMIT=30] --> 188 <string name="manage_permission">Manage permission</string> 189 190 <!-- [CHAR LIMIT=NONE] Label when no apps requesting this permission --> 191 <string name="no_apps">No apps</string> 192 193 <!-- [CHAR LIMIT=30] Title of button that leads to location settings --> 194 <string name="location_settings">Location Settings</string> 195 196 <!-- [CHAR LIMIT=NONE] Warning about how this app cannot have location permission disabled --> 197 <string name="location_warning"><xliff:g id="app_name" example="Package Installer">%1$s</xliff:g> is a provider of location services for this device. Location access can be modified from location settings.</string> 198 199 <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps --> 200 <string name="system_warning">If you deny this permission, basic features of your device may no longer function as intended.</string> 201 202 <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for an app managing a companion device --> 203 <string name="cdm_profile_revoke_warning">If you deny this permission, some features of your device managed by this app may no longer function as intended.</string> 204 205 <!-- [CHAR LIMIT=NONE] Summary of a permission switch when it's enforced by policy --> 206 <string name="permission_summary_enforced_by_policy">Enforced by policy</string> 207 208 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by policy --> 209 <string name="permission_summary_disabled_by_policy_background_only">Background access disabled by policy</string> 210 211 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> 212 <string name="permission_summary_enabled_by_policy_background_only">Background access enabled by policy</string> 213 214 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> 215 <string name="permission_summary_enabled_by_policy_foreground_only">Foreground access enabled by policy</string> 216 217 <!-- [CHAR LIMIT=60] Summary of a permission switch when it's enforced by an administrator --> 218 <string name="permission_summary_enforced_by_admin">Controlled by admin</string> 219 220 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by an admin --> 221 <string name="permission_summary_disabled_by_admin_background_only">Background access disabled by admin</string> 222 223 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> 224 <string name="permission_summary_enabled_by_admin_background_only">Background access enabled by admin</string> 225 226 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> 227 <string name="permission_summary_enabled_by_admin_foreground_only">Foreground access enabled by admin</string> 228 229 <!-- [CHAR LIMIT=60] Summary of a permission switch when the access is enabled by the system --> 230 <string name="permission_summary_enabled_system_fixed">Device requires this permission to operate</string> 231 232 <string-array name="background_access_chooser_dialog_choices"> 233 <item>@string/permission_access_always</item> 234 <item>@string/permission_access_only_foreground</item> 235 <item>@string/permission_access_never</item> 236 </string-array> 237 238 <!-- [CHAR LIMIT=60] App can always (when app is in foreground or background) access the resource protected by the permission --> 239 <string name="permission_access_always">Allow all the time</string> 240 241 <!-- [CHAR LIMIT=60] App can only access the resource protected by the permission while app is in foreground --> 242 <string name="permission_access_only_foreground">Allow only while using the app</string> 243 244 <!-- [CHAR LIMIT=60] App can never access the resource protected by the permission (Not while app is in foregound and not while app is in background) --> 245 <string name="permission_access_never">Don\u2019t allow</string> 246 247 <!-- Text displayed until loading is done [CHAR LIMIT=50] --> 248 <string name="loading">Loading\u2026</string> 249 250 <!-- [CHAR LIMIT=45] Title of all permissions settings --> 251 <string name="all_permissions">All permissions</string> 252 <!-- [CHAR LIMIT=45] Group of permissions granted to app automatically when installed. --> 253 <string name="other_permissions">Other app capabilities</string> 254 255 <!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] --> 256 <string name="permission_request_title">Permission request</string> 257 258 <!-- Title for the dialog that warns the user they need to turn off screen overlays 259 before permissions can be changed. [CHAR LIMIT=NONE] --> 260 <string name="screen_overlay_title">Screen overlay detected</string> 261 262 <!-- Message for the dialog that warns the user they need to turn off screen overlays 263 before permissions can be changed. The "Settings > Apps" conveys to the user to 264 go to Settings and click on apps, this may need updates in RTL languages. [CHAR LIMIT=NONE] --> 265 <string name="screen_overlay_message">To change this permission setting, you first have to turn off the screen overlay from Settings \u003e Apps</string> 266 267 <!-- Button for the dialog that warns the user they need to turn off screen overlays 268 before permissions can be changed. [CHAR LIMIT=NONE] --> 269 <string name="screen_overlay_button">Open settings</string> 270 271 <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] --> 272 <string name="wear_not_allowed_dlg_title">Android Wear</string> 273 <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] --> 274 <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string> 275 276 <!-- Review of runtime permissions for legacy apps --> 277 278 <!-- Template for the screen title when app permissions are reviewed on install. [CHAR LIMIT=none] --> 279 <string name="permission_review_title_template_install">Choose what to allow 280 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access</string> 281 282 <!-- Template for the screen title when app permissions are reviewed on update. [CHAR LIMIT=none] --> 283 <string name="permission_review_title_template_update"> 284 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> has been updated. 285 Choose what to allow this app to access.</string> 286 287 <!-- Title for the dialog button to cancel the detailed permission review. [CHAR LIMIT=15] --> 288 <string name="review_button_cancel">Cancel</string> 289 290 <!-- Title for the dialog button to continue accepting the detailed permission review. [CHAR LIMIT=15] --> 291 <string name="review_button_continue">Continue</string> 292 293 <!-- Title for the category listing the new permissions used by an app. [CHAR LIMIT=30] --> 294 <string name="new_permissions_category">New permissions</string> 295 296 <!-- Title for the category listing the current permissions used by an app. [CHAR LIMIT=30] --> 297 <string name="current_permissions_category">Current permissions</string> 298 299 <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] --> 300 <string name="message_staging">Staging app…</string> 301 302 <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] --> 303 <string name="app_name_unknown">Unknown</string> 304 305 <!-- Help URL, application permissions [DO NOT TRANSLATE] --> 306 <string name="help_app_permissions" translatable="false"></string> 307 308 <!-- Title for permission usage [CHAR LIMIT=30] --> 309 <string name="permission_usage_title">Privacy dashboard</string> 310 311 <!-- Title for permission group usage [CHAR LIMIT=30] --> 312 <string name="permission_group_usage_title"><xliff:g id="permgroup" example="Location">%1$s</xliff:g> usage</string> 313 314 <!-- Title for permission usage advanced info [CHAR LIMIT=30] --> 315 <string name="perm_usage_adv_info_title">See other permissions</string> 316 317 <!-- Summary for permission usage advanced info for 2 items [CHAR LIMIT=60] --> 318 <string name="perm_usage_adv_info_summary_2_items"><xliff:g id="permgroup" example="Location">%1$s</xliff:g>,\u0020<xliff:g id="permgroup" example="Location">%2$s</xliff:g></string> 319 320 <!-- Summary for permission usage advanced info for 3 or more items [CHAR LIMIT=60] --> 321 <string name="perm_usage_adv_info_summary_more_items"><xliff:g id="permgroup" example="Location">%1$s</xliff:g>,\u0020<xliff:g id="permgroup" example="Location">%2$s</xliff:g>, and\u0020<xliff:g id="num" example="7">%3$s</xliff:g> more</string> 322 323 <!-- Subtitle for permission group usage [CHAR LIMIT=100] --> 324 <string name="permission_group_usage_subtitle">Timeline of when apps used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> in the past 24 hours</string> 325 326 <!-- Subtitle for access time list dialog [CHAR LIMIT=100] --> 327 <string name="permission_usage_access_dialog_subtitle">When this app used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> permission</string> 328 329 <!-- Link text for intent out to location provider [CHAR LIMIT=20] --> 330 <string name="permission_usage_access_dialog_learn_more">Learn more</string> 331 332 <!-- Label which separates a proxy app name (an app which uses apermission on behalf of another app), and a usage duration, with a bullet point [CHAR LIMIT=NONE]--> 333 <string name="permission_usage_duration_and_proxy"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> \u2022 <xliff:g id="truncated_time" example="1 hr 20min">%2$s</xliff:g></string> 334 335 <!-- Duration used for a permission in days --> 336 <plurals name="duration_used_days"> 337 <item quantity="one">1 day</item> 338 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> days</item> 339 </plurals> 340 341 <!-- Duration used for a permission in hours --> 342 <plurals name="duration_used_hours"> 343 <item quantity="one">1 hour</item> 344 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hours</item> 345 </plurals> 346 347 <!-- Duration used for a permission in minutes --> 348 <plurals name="duration_used_minutes"> 349 <item quantity="one">1 min</item> 350 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> mins</item> 351 </plurals> 352 353 <!-- Duration used for a permission in seconds --> 354 <plurals name="duration_used_seconds"> 355 <item quantity="one">1 sec</item> 356 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> secs</item> 357 </plurals> 358 359 360 <!-- Summary for showing a single permission access and the number of accesses [CHAR LIMIT=80] --> 361 <plurals name="permission_usage_summary"> 362 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access</item> 363 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses</item> 364 </plurals> 365 366 <!-- Summary for showing a single permission access and the number of accesses, including those in the background [CHAR LIMIT=80] --> 367 <plurals name="permission_usage_summary_background"> 368 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access (<xliff:g id="num" example="7">%3$s</xliff:g> in background)</item> 369 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses (<xliff:g id="num" example="7">%3$s</xliff:g> in background)</item> 370 </plurals> 371 372 <!-- Summary for showing a single permission access and the number of accesses [CHAR LIMIT=120] --> 373 <plurals name="permission_usage_summary_duration"> 374 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 375 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 376 </plurals> 377 378 <!-- Summary for showing a single permission access and the number of accesses, including those in the background [CHAR LIMIT=120] --> 379 <plurals name="permission_usage_summary_background_duration"> 380 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access (<xliff:g id="num" example="7">%3$s</xliff:g> in background)\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 381 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses (<xliff:g id="num" example="7">%3$s</xliff:g> in background)\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 382 </plurals> 383 384 <!-- Summary for showing a single permission access and the time of the last access when it was in the background [CHAR LIMIT=80] --> 385 <string name="permission_usage_summary_background">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\nLast accessed in the background</string> 386 387 <!-- Description for showing permission accesses with any permission [CHAR LIMIT=30] --> 388 <string name="permission_usage_any_permission">Any permission</string> 389 390 <!-- Description for showing permission accesses accessed any time [CHAR LIMIT=30] --> 391 <string name="permission_usage_any_time">Any time</string> 392 393 <!-- Description for showing permissions accessed in the last 7 days [CHAR LIMIT=30] --> 394 <string name="permission_usage_last_7_days">Last 7 days</string> 395 396 <!-- Description for showing permissions accessed in the last day [CHAR LIMIT=30] --> 397 <string name="permission_usage_last_day">Last 24 hours</string> 398 399 <!-- Description for showing permissions accessed in the last hour [CHAR LIMIT=30] --> 400 <string name="permission_usage_last_hour">Last 1 hour</string> 401 402 <!-- Description for showing permissions accessed in the last 15 minutes [CHAR LIMIT=30] --> 403 <string name="permission_usage_last_15_minutes">Last 15 minutes</string> 404 405 <!-- Description for showing permissions accessed in the last minute [CHAR LIMIT=30] --> 406 <string name="permission_usage_last_minute">Last 1 minute</string> 407 408 <!-- Label when no apps have used the requested permissions [CHAR LIMIT=30] --> 409 <string name="no_permission_usages">No permission usages</string> 410 411 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 412 <string name="permission_usage_list_title_any_time">Most recent access at any time</string> 413 414 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 415 <string name="permission_usage_list_title_last_7_days">Most recent access in last 7 days</string> 416 417 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 418 <string name="permission_usage_list_title_last_day">Most recent access in last 24 hours</string> 419 420 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 421 <string name="permission_usage_list_title_last_hour">Most recent access in last 1 hour</string> 422 423 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 424 <string name="permission_usage_list_title_last_15_minutes">Most recent access in last 15 minutes</string> 425 426 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 427 <string name="permission_usage_list_title_last_minute">Most recent access in last 1 minute</string> 428 429 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 430 <string name="permission_usage_bar_chart_title_any_time">Permission usage at any time</string> 431 432 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 433 <string name="permission_usage_bar_chart_title_last_7_days">Permission usage in last 7 days</string> 434 435 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 436 <string name="permission_usage_bar_chart_title_last_day">Permission usage in last 24 hours</string> 437 438 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 439 <string name="permission_usage_bar_chart_title_last_hour">Permission usage in last 1 hour</string> 440 441 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 442 <string name="permission_usage_bar_chart_title_last_15_minutes">Permission usage in last 15 minutes</string> 443 444 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 445 <string name="permission_usage_bar_chart_title_last_minute">Permission usage in last 1 minute</string> 446 447 <!-- Label for the bars on the chart that shows how many apps have used various permissions [CHAR LIMIT=10] --> 448 <plurals name="permission_usage_bar_label"> 449 <item quantity="one">1 app</item> 450 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> apps</item> 451 </plurals> 452 453 <!-- Summary text if a permission usage is not used [CHAR LIMIT=60] --> 454 <string name="permission_usage_preference_summary_not_used">Not used in past 24 hours</string> 455 456 <!-- Label for the permission usage preference that shows how many apps have used various permissions [CHAR LIMIT=50] --> 457 <plurals name="permission_usage_preference_label"> 458 <item quantity="one">Used by 1 app</item> 459 <item quantity="other">Used by <xliff:g id="number" example="7">%1$d</xliff:g> apps</item> 460 </plurals> 461 462 <!-- Label for the button to bring the user to view the details of recent permission accesses [CHAR LIMIT=42] --> 463 <string name="permission_usage_view_details">See all in Dashboard</string> 464 465 <!-- DO NOT TRANSLATE Summary placeholder --> 466 <string name="summary_placeholder" translatable="false"> </string> 467 468 <!-- Label for filtered view that shows permission usages of a single permission [CHAR LIMIT=40] --> 469 <string name="app_permission_usage_filter_label">Filtered by: <xliff:g id="perm" example="Location">%1$s</xliff:g> </string> 470 471 <!-- Label for the text that removes the filter by permission to view all usages [CHAR LIMIT=none] --> 472 <string name="app_permission_usage_remove_filter">Remove filter</string> 473 474 <!-- Label for the title of the dialog allowing filtering by permissions [CHAR LIMIT=none] --> 475 <string name="filter_by_title">Filter by</string> 476 477 <!-- Label for the menu item allowing filtering by permissions [CHAR LIMIT=none] --> 478 <string name="filter_by_permissions">Filter by permissions</string> 479 480 <!-- Label for the menu item allowing filtering by time [CHAR LIMIT=none] --> 481 <string name="filter_by_time">Filter by time</string> 482 483 <!-- Label for sorting usages by the number of permissions used [CHAR LIMIT=30] --> 484 <string name="sort_spinner_most_permissions">Most permissions</string> 485 486 <!-- Label for sorting usages by the number of accesses [CHAR LIMIT=30] --> 487 <string name="sort_spinner_most_accesses">Most accesses</string> 488 489 <!-- Label for sorting usages by the most recent accesses [CHAR LIMIT=30] --> 490 <string name="sort_spinner_recent">Recent</string> 491 492 <!-- Label for sorting usages by which app used a permission most recently [CHAR LIMIT=30] --> 493 <string name="sort_by_app">Sort by app usage</string> 494 495 <!-- Label for sorting usages by access time [CHAR LIMIT=30] --> 496 <string name="sort_by_time">Sort by time</string> 497 498 <!-- Separator for a list of items. Include spaces before and after if needed [CHAR LIMIT=10] --> 499 <string name="item_separator">,\u0020</string> 500 501 <!-- Label for refreshing the list of permission usages. [CHAR LIMIT=30] --> 502 <string name="permission_usage_refresh">Refresh</string> 503 504 <!-- Subtitle for showing how many apps have accessed a given permission [CHAR LIMIT=20] --> 505 <plurals name="permission_usage_permission_filter_subtitle"> 506 <item quantity="one">1 app</item> 507 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> apps</item> 508 </plurals> 509 510 <!-- Label for the title of permission history. [CHAR LIMIT=20] --> 511 <string name="permission_history_title">Permission history</string> 512 513 <!-- Label for the category title of permission history of today. [CHAR LIMIT=20] --> 514 <string name="permission_history_category_today">Today</string> 515 516 <!-- Label for the category title of permission history of yesterday. [CHAR LIMIT=20] --> 517 <string name="permission_history_category_yesterday">Yesterday</string> 518 519 <!-- Help URL, permission usage [DO NOT TRANSLATE] --> 520 <string name="help_permission_usage" translatable="false"></string> 521 522 <!-- Title for permission usage [CHAR LIMIT=30] --> 523 <string name="app_permission_usage_title">App permissions usage</string> 524 525 <!-- Summary for an app's use of a permission [CHAR LIMIT=none] --> 526 <string name="app_permission_usage_summary">Access: <xliff:g id="num" example="2">%1$s</xliff:g> times. Total duration: <xliff:g id="duration" example="2 hours">%2$s</xliff:g>. Last used <xliff:g id="time" example="2 hours">%3$s</xliff:g> ago.</string> 527 528 <!-- Summary for an app's use of a permission without duration [CHAR LIMIT=none] --> 529 <string name="app_permission_usage_summary_no_duration">Access: <xliff:g id="num" example="2">%1$s</xliff:g> times. Last used <xliff:g id="time" example="2 hours">%2$s</xliff:g> ago.</string> 530 531 <!-- Title for the dialog button to allow a permission grant when you cannot only allow in the foreground. [CHAR LIMIT=60] --> 532 <string name="app_permission_button_allow">Allow</string> 533 534 <!-- Title for the dialog button to allow a storage permission grant for all files [CHAR LIMIT=60] --> 535 <string name="app_permission_button_allow_all_files">Allow management of all files</string> 536 537 <!-- Title for the dialog button to allow a storage permission grant for media files only [CHAR LIMIT=60] --> 538 <string name="app_permission_button_allow_media_only">Allow access to media only</string> 539 540 <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> 541 <string name="app_permission_button_allow_always">Allow all the time</string> 542 543 <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> 544 <string name="app_permission_button_allow_foreground">Allow only while using the app</string> 545 546 <!-- Title for the dialog button to require an app to ask for a permission next time they need it. [CHAR LIMIT=60] --> 547 <string name="app_permission_button_ask">Ask every time</string> 548 549 <!-- Title for the dialog button to deny with prejudice a permission grant. [CHAR LIMIT=60] --> 550 <string name="app_permission_button_deny">Don\u2019t allow</string> 551 552 <!-- Content description for precise location image. [CHAR LIMIT=50] --> 553 <string name="precise_image_description">Precise location</string> 554 555 <!-- Content description for approximate location image. [CHAR LIMIT=50] --> 556 <string name="approximate_image_description">Approximate location</string> 557 558 <!-- Title for location accuracy switch in location settings. [CHAR LIMIT=60] --> 559 <string name="app_permission_location_accuracy">Use precise location</string> 560 561 <!-- Subtitle for location accuracy switch in location settings. [CHAR LIMIT=none] --> 562 <string name="app_permission_location_accuracy_subtitle">When precise location is off, apps can access your approximate location</string> 563 564 <!-- Title for app permission [CHAR LIMIT=30] --> 565 <string name="app_permission_title"><xliff:g id="perm" example="location">%1$s</xliff:g> permission</string> 566 567 <!-- Description for showing an app's permission [CHAR LIMIT=60] --> 568 <string name="app_permission_header"><xliff:g id="perm" example="location">%1$s</xliff:g> access for this app</string> 569 570 <!-- Text for linking to the page that shows an app's permissions [CHAR LIMIT=none] --> 571 <string name="app_permission_footer_app_permissions_link">See all <xliff:g id="app" example="Maps">%1$s</xliff:g> permissions</string> 572 573 <!-- Text for linking to the page that shows the apps with a given permission [CHAR LIMIT=none] --> 574 <string name="app_permission_footer_permission_apps_link">See all apps with this permission</string> 575 576 <!-- Label for the assistant mic display switch [CHAR LIMIT=60] --> 577 <string name="assistant_mic_label">Show assistant microphone usage</string> 578 579 <!-- Label for the auto revoke switch on pre-S devices [CHAR LIMIT=60] --> 580 <string name="auto_revoke_label">Remove permissions if app isn\u2019t used</string> 581 582 <!-- Label for the hibernation / auto revoke switch on S+ devices [CHAR LIMIT=40] --> 583 <string name="unused_apps_label">Remove permissions and free up space</string> 584 585 <!-- Summary for stating that permissions will be removed [CHAR LIMIT=none] --> 586 <string name="auto_revoke_summary">To protect your data, permissions for this app will be removed if the app is unused for a few months.</string> 587 588 <!-- Summary for stating that permissions will be removed, which includes a list of permissions which will be removed [CHAR LIMIT=none] --> 589 <string name="auto_revoke_summary_with_permissions">To protect your data, if the app is unused for a few months, the following permissions will be removed: <xliff:g id="perms" example="location, contacts, and phone">%1$s</xliff:g></string> 590 591 <!-- Summary for the screen that shows all apps that have had permissions removed [CHAR LIMIT=none] --> 592 <string name="auto_revoked_apps_page_summary">To protect your data, permissions have been removed from apps that you haven\u2019t used in a few months.</string> 593 594 <!-- Message which tells users to open an app to grant permissions [CHAR LIMIT=none]--> 595 <string name="auto_revoke_open_app_message">If you want to allow permissions again, open the app.</string> 596 597 <!-- Summary for stating that auto revoke is disabled for the current app [CHAR LIMIT=none] --> 598 <string name="auto_revoke_disabled">Automatic removal is currently disabled for this app.</string> 599 600 <!-- Summary for stating that no permission groups that are granted and auto revocable[CHAR LIMIT=none] --> 601 <string name="auto_revocable_permissions_none">No auto revocable permissions are currently granted</string> 602 603 <!-- Summary for stating that one permission will be auto revoked[CHAR LIMIT=none] --> 604 <string name="auto_revocable_permissions_one"><xliff:g id="perm" example="location">%1$s</xliff:g> permission will be removed.</string> 605 606 <!-- Summary for stating that two permissions will be auto revoked[CHAR LIMIT=none] --> 607 <string name="auto_revocable_permissions_two"><xliff:g id="perm" example="location">%1$s</xliff:g> and <xliff:g id="perm" example="contacts">%2$s</xliff:g> permissions will be removed.</string> 608 609 <!-- Summary for stating that more than two permissions will be auto revoked[CHAR LIMIT=none] --> 610 <string name="auto_revocable_permissions_many">Permissions that will be removed: <xliff:g id="perms" example="location, contacts, and phone">%1$s</xliff:g>.</string> 611 612 <!-- Title for a page where users can manage whether or not they want Android to automatically remove permissions [CHAR LIMIT=40] --> 613 <string name="auto_manage_title">Manage permissions automatically</string> 614 615 <!-- Label for an "off" button [CHAR LIMIT=30] --> 616 <string name="off">Off</string> 617 618 <!-- Summary describing the permissions that have been removed from an app, when one permission is removed [CHAR LIMIT=none] --> 619 <string name="auto_revoked_app_summary_one"><xliff:g id="permission_name" example="Location">%s</xliff:g> permission removed</string> 620 621 <!-- Summary describing the permissions that have been removed from an app, when two permissions are removed [CHAR LIMIT=none] --> 622 <string name="auto_revoked_app_summary_two"><xliff:g id="permission_name" example="Camera">%1$s</xliff:g> and <xliff:g id="permission_name" example="Contacts">%2$s</xliff:g> permissions removed</string> 623 624 <!-- Summary describing the permissions that have been removed from an app, when more than two permissions are removed [CHAR LIMIT=none] --> 625 <string name="auto_revoked_app_summary_many"><xliff:g id="permission_name" example="Microphone">%1$s</xliff:g> and <xliff:g id="number" example="2">%2$s</xliff:g> other permissions removed</string> 626 627 <!-- The title of a page showing unused apps that have been hibernated [CHAR LIMIT=60]--> 628 <string name="unused_apps_page_title">Unused apps</string> 629 630 <!-- Summary for the screen that shows all unused apps that have been hibernated [CHAR LIMIT=none] --> 631 <string name="unused_apps_page_summary">If an app is unused for a few months:\n\n\u2022 Permissions are removed to protect your data\n\u2022 Notifications are stopped to save battery\n\u2022 Temporary files are removed to free up space\n\nTo allow permissions and notifications again, open the app.</string> 632 633 <!-- Title for a category of apps that were last used several months ago [CHAR LIMIT=none] --> 634 <string name="last_opened_category_title">Last opened more than <xliff:g id="number" example="3">%s</xliff:g> months ago</string> 635 636 <!-- Summary for showing when an app was last used [CHAR LIMIT=none] --> 637 <string name="last_opened_summary">App last opened on <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string> 638 639 <!-- Summary for showing when an app was last used, shorter version [CHAR LIMIT=none] --> 640 <string name="last_opened_summary_short">Last opened <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string> 641 642 <!-- Text that explains that an app has access to all files[CHAR LIMIT=none] --> 643 <string name="app_permission_footer_special_file_access">If you allow management of all files, this app can access, modify, and delete any files in common storage on this device or connected storage devices. The app may access files without asking you.</string> 644 645 <!-- Text that explains that an app requests full file access, and links to the settings page[CHAR LIMIT=none] --> 646 <string name="special_file_access_dialog">Allow this app to access, modify and delete files on the device, or any connected storage devices? This app may access files without asking you.</string> 647 648 <!-- Label for showing a permission group's description in the header of the list of apps that have that permission [CHAR LIMIT=none] --> 649 <string name="permission_description_summary_generic">Apps with this permission can <xliff:g id="description" example="record audio">%1$s</xliff:g></string> 650 651 <!-- Label for showing a permission group's description in the header of the list of apps that have the activity recognition permission [CHAR LIMIT=none] --> 652 <string name="permission_description_summary_activity_recognition">Apps with this permission can access your physical activity, like walking, biking, driving, step count, and more</string> 653 654 <!-- Label for showing a permission group's description in the header of the list of apps that have the calendar permission [CHAR LIMIT=none] --> 655 <string name="permission_description_summary_calendar">Apps with this permission can access your calendar</string> 656 657 <!-- Label for showing a permission group's description in the header of the list of apps that have the call log permission [CHAR LIMIT=none] --> 658 <string name="permission_description_summary_call_log">Apps with this permission can read and write phone call log</string> 659 660 <!-- Label for showing a permission group's description in the header of the list of apps that have the camera permission [CHAR LIMIT=none] --> 661 <string name="permission_description_summary_camera">Apps with this permission can take pictures and record video</string> 662 663 <!-- Label for showing a permission group's description in the header of the list of apps that have the contacts permission [CHAR LIMIT=none] --> 664 <string name="permission_description_summary_contacts">Apps with this permission can access your contacts</string> 665 666 <!-- Label for showing a permission group's description in the header of the list of apps that have the location permission [CHAR LIMIT=none] --> 667 <string name="permission_description_summary_location">Apps with this permission can access this device\'s location</string> 668 669 <!-- Label for showing a permission group's description in the header of the list of apps that have the nearby devices permission [CHAR LIMIT=none] --> 670 <string name="permission_description_summary_nearby_devices">Apps with this permission can find, connect to, and determine the relative position of nearby devices</string> 671 672 <!-- Label for showing a permission group's description in the header of the list of apps that have the microphone permission [CHAR LIMIT=none] --> 673 <string name="permission_description_summary_microphone">Apps with this permission can record audio</string> 674 675 <!-- Label for showing a permission group's description in the header of the list of apps that have the phone permission [CHAR LIMIT=none] --> 676 <string name="permission_description_summary_phone">Apps with this permission can make and manage phone calls</string> 677 678 <!-- Label for showing a permission group's description in the header of the list of apps that have the sensors permission [CHAR LIMIT=none] --> 679 <string name="permission_description_summary_sensors">Apps with this permission can access sensor data about your vital signs</string> 680 681 <!-- Label for showing a permission group's description in the header of the list of apps that have the SMS permission [CHAR LIMIT=none] --> 682 <string name="permission_description_summary_sms">Apps with this permission can send and view SMS messages</string> 683 684 <!-- Label for showing a permission group's description in the header of the list of apps that have the Storage permission [CHAR LIMIT=none] --> 685 <string name="permission_description_summary_storage">Apps with this permission can access photos, media, and files on your device</string> 686 687 <!-- Summary for showing the time and/or date of the most recent access of a permission by an app [CHAR LIMIT=60] --> 688 <string name="app_permission_most_recent_summary">Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 689 690 <!-- Summary for showing the time and/or date of the most recent access of a denied permission by an app [CHAR LIMIT=60] --> 691 <string name="app_permission_most_recent_denied_summary">Currently denied / Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 692 693 <!-- Summary for showing that a denied app has not accessed a permission. [CHAR LIMIT=60] --> 694 <string name="app_permission_never_accessed_summary">Never accessed</string> 695 696 <!-- Summary for showing that an app has not accessed a permission. [CHAR LIMIT=60] --> 697 <string name="app_permission_never_accessed_denied_summary">Denied / Never accessed</string> 698 699 <!-- Header for granted permissions/apps [CHAR LIMIT=40] --> 700 <string name="allowed_header">Allowed</string> 701 702 <!-- Header for granted apps that can access the permission in the foreground and the background [CHAR LIMIT=40] --> 703 <string name="allowed_always_header">Allowed all the time</string> 704 705 <!-- Header for permissions/apps that are granted only when in the foreground [CHAR LIMIT=40] --> 706 <string name="allowed_foreground_header">Allowed only while in use</string> 707 708 <!-- Subtitle for scoped storage permissions, showing apps that have access to media files only [CHAR LIMIT=45] --> 709 <string name="allowed_storage_scoped">Allowed access to media only</string> 710 711 <!-- Subtitle for full storage permissions, showing apps that have access to all files [CHAR LIMIT=45] --> 712 <string name="allowed_storage_full">Allowed to manage all files</string> 713 714 <!-- Header for permissions/apps which need to ask next time they want to use the permission. Note: Permission may or may not be currently granted [CHAR LIMIT=60] --> 715 <string name="ask_header">Ask every time</string> 716 717 <!-- Header for denied permissions/apps [CHAR LIMIT=40] --> 718 <string name="denied_header">Not allowed</string> 719 720 <!-- Time in days --> 721 <plurals name="days"> 722 <item quantity="one">1 day</item> 723 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> days</item> 724 </plurals> 725 726 <!-- Time in hours --> 727 <plurals name="hours"> 728 <item quantity="one">1 hour</item> 729 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hours</item> 730 </plurals> 731 732 <!-- Time in minutes --> 733 <plurals name="minutes"> 734 <item quantity="one">1 minute</item> 735 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item> 736 </plurals> 737 738 <!-- Time in seconds --> 739 <plurals name="seconds"> 740 <item quantity="one">1 second</item> 741 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> seconds</item> 742 </plurals> 743 744 <!-- The name of the notification channel containing reminders about permission [CHAR LIMIT=60]--> 745 <string name="permission_reminders">Permission reminders</string> 746 747 <!-- The notification title for the notification that a permission auto revoke has happened for one app (outdated) [CHAR LIMIT=60] --> 748 <string name="auto_revoke_permission_reminder_notification_title_one">1 unused app</string> 749 750 <!-- The notification title for the notification that a permission auto revoke has happened for more than one app (outdated) [CHAR LIMIT=60] --> 751 <string name="auto_revoke_permission_reminder_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> unused apps</string> 752 753 <!-- The notification content for the auto revoke reminder notification (outdated) [CHAR LIMIT=none] --> 754 <string name="auto_revoke_permission_reminder_notification_content">Permissions removed to protect your privacy. Tap to review</string> 755 756 <!-- The notification title for the notification that a permission auto revoked has happened [CHAR LIMIT=60] --> 757 <string name="auto_revoke_permission_notification_title">Permissions removed for unused apps</string> 758 759 <!-- The notification content for the auto revoke reminder notification [CHAR LIMIT=none] --> 760 <string name="auto_revoke_permission_notification_content">Some apps haven\u2019t been used in a few months. Tap to review.</string> 761 762 <!-- The subtitle for the auto revoke reminder notification, including the number of apps [CHAR LIMIT=none] --> 763 <plurals name="auto_revoke_permission_notification_content_count"> 764 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> app hasn\u2019t been used in a few months. Tap to review</item> 765 <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> apps haven\u2019t been used in a few months. Tap to review</item> 766 </plurals> 767 768 <!-- The notification title for the notification that app hibernation has happened [CHAR LIMIT=60] --> 769 <plurals name="unused_apps_notification_title"> 770 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> unused app</item> 771 <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> unused apps</item> 772 </plurals> 773 774 <!-- The notification content for the hibernation reminder notification [CHAR LIMIT=none] --> 775 <string name="unused_apps_notification_content">Permissions and temporary files have been removed and notifications were stopped. Tap to review.</string> 776 777 <!-- The subtitle for the auto revoke settings card [CHAR LIMIT=none] --> 778 <string name="auto_revoke_setting_subtitle">Some apps haven\u2019t been used in a few months</string> 779 780 <!-- The subtitle for the auto revoke settings card, including the number of apps [CHAR LIMIT=none] --> 781 <plurals name="auto_revoke_setting_subtitle_count"> 782 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> app hasn\u2019t been used in a few months</item> 783 <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> apps haven\u2019t been used in a few months</item> 784 </plurals> 785 786 <!-- The title of the category showing apps with removed permissions [CHAR LIMIT=60] --> 787 <string name="permissions_removed_category_title">Removed permissions</string> 788 789 <!-- The title of a page showing apps with removed permissions [CHAR LIMIT=60]--> 790 <string name="permission_removed_page_title">Permissions removed</string> 791 792 <!-- The title of the category showing all unused apps [CHAR LIMIT=60]--> 793 <string name="all_unused_apps_category_title">All unused apps</string> 794 795 <!-- String stating how many months ago an app was used [CHAR LIMIT=none] --> 796 <string name="months_ago"><xliff:g id="count" example="2">%1$d</xliff:g> months ago</string> 797 798 <!-- The summary for the auto revoke preference [CHAR LIMIT=none] --> 799 <string name="auto_revoke_preference_summary">Permissions removed to protect your privacy</string> 800 801 <!-- The notification title for background location access reminder notification [CHAR LIMIT=60] --> 802 <string name="background_location_access_reminder_notification_title"><xliff:g id="app_name" example="Gmail">%s</xliff:g> got your location in the background</string> 803 804 <!-- The notification content for background location access reminder notification [CHAR LIMIT=none] --> 805 <string name="background_location_access_reminder_notification_content">This app can always access your location. Tap to change.</string> 806 807 <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] --> 808 <string name="auto_revoke_after_notification_title">App permissions removed to protect privacy</string> 809 810 <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] --> 811 <string name="auto_revoke_after_notification_content_one"><xliff:g id="app_name" example="Gmail">%s</xliff:g> hasn\u2019t been used in a few months. Tap to review.</string> 812 813 <!-- The notification content for the notification that a permission auto revoke has happened for two apps [CHAR LIMIT=none] --> 814 <string name="auto_revoke_after_notification_content_two"><xliff:g id="app_name" example="Gmail">%s</xliff:g> and 1 other app haven\u2019t been used in a few months. Tap to review.</string> 815 816 <!-- The notification content for the notification that a permission auto revoke has happened for more than two apps [CHAR LIMIT=none] --> 817 <string name="auto_revoke_after_notification_content_many"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> and <xliff:g id="number_of_apps" example="4">%2$s</xliff:g> other apps haven\u2019t been used in a few months. Tap to review.</string> 818 819 <!-- The notification title for the notification that 1 app is unused [CHAR LIMIT=60] --> 820 <string name="auto_revoke_before_notification_title_one">1 app is unused</string> 821 822 <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] --> 823 <string name="auto_revoke_before_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> apps are unused</string> 824 825 <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] --> 826 <string name="auto_revoke_before_notification_content_one">Permissions will be removed to protect your privacy. Tap to review.</string> 827 828 <!-- Title for the unused app screen [CHAR LIMIT=30] --> 829 <string name="unused_apps_title">Unused apps</string> 830 831 <!-- Subtitle for the unused app screen, after permissions have been removed [CHAR LIMIT=none] --> 832 <string name="unused_apps_subtitle_after">Permissions removed from</string> 833 834 <!-- Subtitle for the unused app screen, before permissions have been removed [CHAR LIMIT=none] --> 835 <string name="unused_apps_subtitle_before">Permissions will be removed from</string> 836 837 <!-- Subtitle for an app with unused permissions, listing two permissions [CHAR LIMIT=none] --> 838 <string name="unused_permissions_subtitle_two"><xliff:g id="perm_name" example="Location">%1$s</xliff:g> and <xliff:g id="perm_name" example="Contacts">%2$s</xliff:g></string> 839 840 <!-- Subtitle for an app with unused permissions, listing more than two permissions [CHAR LIMIT=none] --> 841 <string name="unused_permissions_subtitle_many"><xliff:g id="perm_name" example="Location">%1$s</xliff:g>, <xliff:g id="perm_name" example="Contacts">%2$s</xliff:g>, and <xliff:g id="number_of_permissions" example="4">%3$s</xliff:g> more</string> 842 843 <!-- Summary explaining that permissions for unused apps have be removed [CHAR LIMIT=none] --> 844 <string name="unused_app_permissions_removed_summary">To protect your data, permissions have been removed from apps that you haven\u2019t used in a few months</string> 845 846 <!-- Summary explaining that permissions for unused apps have be removed. Has "some apps", instead of "apps" [CHAR LIMIT=none] --> 847 <string name="unused_app_permissions_removed_summary_some">To protect your data, permissions have been removed from some apps that you haven\u2019t used in a few months</string> 848 849 <!-- Summary listing that one app is unused [CHAR LIMIT=none] --> 850 <string name="one_unused_app_summary">1 app hasen\u2019t been used for a few months</string> 851 852 <!-- Summary listing how many apps are unused [CHAR LIMIT=none] --> 853 <string name="num_unused_apps_summary"><xliff:g id="number_of_apps" example="4">%s</xliff:g> apps haven\u2019t been used for a few months</string> 854 855 <!-- Subtitle for the preference that is currently granted only when the app is in the foreground. [CHAR LIMIT=60] --> 856 <string name="permission_subtitle_only_in_foreground">Only while app is in use</string> 857 858 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=60] --> 859 <string name="permission_subtitle_media_only">Media</string> 860 861 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=60] --> 862 <string name="permission_subtitle_all_files">All Files</string> 863 864 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=60] --> 865 <string name="permission_subtitle_background">Allowed all the time</string> 866 867 <!-- Summary for showing the last access text for sensor data permissions for today [CHAR LIMIT=70] --> 868 <string name="app_perms_24h_access">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 869 870 <!-- Summary for showing the last access text for sensor data permissions for yesterday [CHAR LIMIT=70] --> 871 <string name="app_perms_24h_access_yest">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 872 873 <!-- Summary for showing the last access text for content provider permissions [CHAR LIMIT=70] --> 874 <string name="app_perms_content_provider">Accessed in past 24 hours</string> 875 876 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 877 <string name="app_perms_24h_access_background">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Allowed all the time</string> 878 879 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 880 <string name="app_perms_24h_access_yest_background">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Allowed all the time</string> 881 882 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 883 <string name="app_perms_content_provider_background">Accessed in past 24 hours \u2022 Allowed all the time</string> 884 885 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 886 <string name="app_perms_24h_access_media_only">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Media</string> 887 888 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 889 <string name="app_perms_24h_access_yest_media_only">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Media</string> 890 891 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 892 <string name="app_perms_content_provider_media_only">Accessed in past 24 hours \u2022 Media</string> 893 894 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 895 <string name="app_perms_24h_access_all_files">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 All Files</string> 896 897 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 898 <string name="app_perms_24h_access_yest_all_files">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 All Files</string> 899 900 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 901 <string name="app_perms_content_provider_all_files">Accessed in past 24 hours \u2022 All Files</string> 902 903 <!-- Label when app has been granted no permissions [CHAR LIMIT=none] --> 904 <string name="no_permissions_allowed">No permissions allowed</string> 905 906 <!-- Label when app has been denied no permissions [CHAR LIMIT=none] --> 907 <string name="no_permissions_denied">No permissions denied</string> 908 909 <!-- Label when no apps have been granted a given permission [CHAR LIMIT=none] --> 910 <string name="no_apps_allowed">No apps allowed</string> 911 912 <!-- Label when no apps have ben granted storage access to all files on a devie [CHAR LIMIT=none] --> 913 <string name="no_apps_allowed_full">No apps allowed for all files</string> 914 915 <!-- Label when no apps have been granted storage access to media files on a device [CHAR LIMIT=none] --> 916 <string name="no_apps_allowed_scoped">No apps allowed for media only</string> 917 918 <!-- Label when no apps have been denied a given permission [CHAR LIMIT=none] --> 919 <string name="no_apps_denied">No apps denied</string> 920 921 <!-- Label for the selected permission state for a given permission and application [CHAR LIMIT=30] --> 922 <string name="car_permission_selected">Selected</string> 923 924 <!-- Label for button that opens up the Settings [CHAR LIMIT=20] --> 925 <string name="settings">Settings</string> 926 927 <!-- Title for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> 928 <string name="accessibility_service_dialog_title_single"><xliff:g id="service_name" example="Gmail">%s</xliff:g> has full access to your device</string> 929 930 <!-- Title for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> 931 <string name="accessibility_service_dialog_title_multiple"><xliff:g id="num_services" example="2">%s</xliff:g> accessibility apps have full access to your device</string> 932 933 <!-- Text for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> 934 <string name="accessibility_service_dialog_bottom_text_single"><xliff:g id="service_name" example="Gmail">%s</xliff:g> can view your screen, actions, and inputs, perform actions, and control the display.</string> 935 936 <!-- Text for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> 937 <string name="accessibility_service_dialog_bottom_text_multiple">These apps can view your screen, actions, and inputs, perform actions, and control the display.</string> 938 939 <!-- Label for the assistant role. [CHAR LIMIT=30] --> 940 <string name="role_assistant_label">Default digital assistant app</string> 941 <!-- Short label for the assistant role. [CHAR LIMIT=30] --> 942 <string name="role_assistant_short_label">Digital assistant app</string> 943 <!-- Description for the assistant role. [CHAR LIMIT=NONE] --> 944 <string name="role_assistant_description">Assist apps can help you based on information from the screen you\u2019re viewing. Some apps support both launcher and voice input services to give you integrated assistance.</string> 945 <!-- Template for the title when an app requests to become the default assistant app. [CHAR LIMIT=100] --> 946 <string name="role_assistant_request_title">Set <xliff:g id="app_name" example="Super Assistant">%1$s</xliff:g> as your default assist app?</string> 947 <!-- Description when an app requests to become the default assistant. [CHAR LIMIT=60] --> 948 <string name="role_assistant_request_description">Gets access to SMS, call log</string> 949 950 <!-- Label for the browser role. [CHAR LIMIT=30] --> 951 <string name="role_browser_label">Default browser app</string> 952 <!-- Short label for the browser role. [CHAR LIMIT=30] --> 953 <string name="role_browser_short_label">Browser app</string> 954 <!-- Description for the browser role. [CHAR LIMIT=NONE] --> 955 <string name="role_browser_description">Apps that give you access to the internet and display links that you tap</string> 956 <!-- Template for the title when an app requests to become the default browser app. [CHAR LIMIT=100] --> 957 <string name="role_browser_request_title">Set <xliff:g id="app_name" example="Super Browser">%1$s</xliff:g> as your default browser app?</string> 958 <!-- Description when an app requests to become the default browser app. [CHAR LIMIT=60] --> 959 <string name="role_browser_request_description">No permissions needed</string> 960 961 <!-- Label for the dialer role. [CHAR LIMIT=30] --> 962 <string name="role_dialer_label">Default phone app</string> 963 <!-- Short label for the dialer role. [CHAR LIMIT=30] --> 964 <string name="role_dialer_short_label">Phone app</string> 965 <!-- Description for the dialer role. [CHAR LIMIT=NONE] --> 966 <string name="role_dialer_description">Apps that allow you to make and receive telephone calls on your device</string> 967 <!-- Template for the title when an app requests to become the default dialer app. [CHAR LIMIT=100] --> 968 <string name="role_dialer_request_title">Set <xliff:g id="app_name" example="Super Phone">%1$s</xliff:g> as your default phone app?</string> 969 <!-- Description when an app requests to become the default dialer app. [CHAR LIMIT=60] --> 970 <string name="role_dialer_request_description">Gets access to call log, send SMS</string> 971 <!-- Search keywords for the dialer role. [CHAR LIMIT=NONE] --> 972 <string name="role_dialer_search_keywords">dialer</string> 973 974 <!-- Label for the SMS role. [CHAR LIMIT=30] --> 975 <string name="role_sms_label">Default SMS app</string> 976 <!-- Short label for the SMS role. [CHAR LIMIT=30] --> 977 <string name="role_sms_short_label">SMS app</string> 978 <!-- Description for the SMS role. [CHAR LIMIT=NONE] --> 979 <string name="role_sms_description">Apps that allow you to use your phone number to send and receive short text messages, photos, videos, and more</string> 980 <!-- Template for the title when an app requests to become the default SMS app. [CHAR LIMIT=100] --> 981 <string name="role_sms_request_title">Set <xliff:g id="app_name" example="Super SMS">%1$s</xliff:g> as your default SMS app?</string> 982 <!-- Description when an app requests to become the default SMS app. [CHAR LIMIT=60] --> 983 <string name="role_sms_request_description">Gets access to contacts, SMS, phone</string> 984 <!-- Search keywords for the SMS role. [CHAR LIMIT=NONE] --> 985 <string name="role_sms_search_keywords">text message, texting, messages, messaging</string> 986 987 <!-- Label for the emergency role. [CHAR LIMIT=30] --> 988 <string name="role_emergency_label">Default emergency app</string> 989 <!-- Short label for the emergency role. [CHAR LIMIT=30] --> 990 <string name="role_emergency_short_label">Emergency app</string> 991 <!-- Description for the emergency role. [CHAR LIMIT=NONE] --> 992 <string name="role_emergency_description">Apps that allow you to record your medical info and make it accessible to emergency responders; to get alerts about severe weather events and disasters; to notify others when you need help</string> 993 <!-- Template for the title when an app requests to become the default emergency app. [CHAR LIMIT=100] --> 994 <string name="role_emergency_request_title">Set <xliff:g id="app_name" example="Super Emergency">%1$s</xliff:g> as your default emergency app?</string> 995 <!-- Description when an app requests to become the default emergency app. [CHAR LIMIT=60] --> 996 <string name="role_emergency_request_description">No permissions needed</string> 997 <!-- Search keywords for the emergency role. The word "ICE" here is short for In Case of Emergency, not frozen water. [CHAR LIMIT=NONE] --> 998 <string name="role_emergency_search_keywords">ice</string> 999 1000 <!-- Label for the home role. [CHAR LIMIT=30] --> 1001 <string name="role_home_label">Default home app</string> 1002 <!-- Short label for the home role. [CHAR LIMIT=30] --> 1003 <string name="role_home_short_label">Home app</string> 1004 <!-- Description for the home role. [CHAR LIMIT=NONE] --> 1005 <string name="role_home_description">Apps, often called launchers, that replace the Home screens on your Android device and give you access to the contents and features of your device</string> 1006 <!-- Template for the title when an app requests to become the default home app. [CHAR LIMIT=100] --> 1007 <string name="role_home_request_title">Set <xliff:g id="app_name" example="Super Home">%1$s</xliff:g> as your default home app?</string> 1008 <!-- Description when an app requests to become the default home app. [CHAR LIMIT=60] --> 1009 <string name="role_home_request_description">No permissions needed</string> 1010 <!-- Search keywords for the home role. [CHAR LIMIT=NONE] --> 1011 <string name="role_home_search_keywords">launcher</string> 1012 1013 <!-- Label for the call redirection role. [CHAR LIMIT=30] --> 1014 <string name="role_call_redirection_label">Default call redirecting app</string> 1015 <!-- Short label for the call redirection role. [CHAR LIMIT=30] --> 1016 <string name="role_call_redirection_short_label">Call redirecting app</string> 1017 <!-- Description for the call redirection role. [CHAR LIMIT=NONE] --> 1018 <string name="role_call_redirection_description">Apps that allow you to forward outgoing calls to another phone number</string> 1019 <!-- Template for the title when an app requests to become the default call redirection app. [CHAR LIMIT=100] --> 1020 <string name="role_call_redirection_request_title">Set <xliff:g id="app_name" example="Super Call Redirection">%1$s</xliff:g> as your default call redirection app?</string> 1021 <!-- Description when an app requests to become the default call redirection app. [CHAR LIMIT=60] --> 1022 <string name="role_call_redirection_request_description">No permissions needed</string> 1023 1024 <!-- Label for the call screening role. [CHAR LIMIT=45] --> 1025 <string name="role_call_screening_label">Default caller ID & spam app</string> 1026 <!-- Short label for the call screening role. [CHAR LIMIT=30] --> 1027 <string name="role_call_screening_short_label">Caller ID & spam app</string> 1028 <!-- Description for the call screening role. [CHAR LIMIT=NONE] --> 1029 <string name="role_call_screening_description">Apps that allow you to identify calls and block spam, robocalls, or unwanted numbers</string> 1030 <!-- Template for the title when an app requests to become the default call screening app. [CHAR LIMIT=100] --> 1031 <string name="role_call_screening_request_title">Set <xliff:g id="app_name" example="Super Call Screening">%1$s</xliff:g> as your default caller ID & spam app?</string> 1032 <!-- Description when an app requests to become the default call screening app. [CHAR LIMIT=60] --> 1033 <string name="role_call_screening_request_description">No permissions needed</string> 1034 1035 <!-- Description for the watch profile role. [CHAR LIMIT=NONE] --> 1036 <string name="role_watch_description"><xliff:g id="app_name" example="Wear">%1$s</xliff:g> will be allowed to interact with your notifications and access your Phone, SMS, Contacts and Calendar permissions.</string> 1037 1038 <!-- Subtitle for the application that is the current default application [CHAR LIMIT=30] --> 1039 <string name="request_role_current_default">Current default</string> 1040 1041 <!-- Label for the checkbox to always deny a role request from an application from now on [CHAR LIMIT=30] --> 1042 <string name="request_role_dont_ask_again">Don\u2019t ask again</string> 1043 1044 <!-- Label for the button to set an application as the default application [CHAR LIMIT=20] --> 1045 <string name="request_role_set_as_default">Set as default</string> 1046 1047 <!-- Message telling the user that a phone call is currently using the microphone [CHAR LIMIT=none] --> 1048 <string name="phone_call_uses_microphone">Microphone is used in <b>phone call</b></string> 1049 <!-- Message telling the user that a phone call is currently using the microphone and the camera [CHAR LIMIT=none] --> 1050 <string name="phone_call_uses_microphone_and_camera">Camera and Microphone are used in <b>video call</b></string> 1051 <!-- Message telling the user that a phone call is currently using the camera [CHAR LIMIT=none] --> 1052 <string name="phone_call_uses_camera">Camera is used in <b>video call</b></string> 1053 1054 <!-- Message telling the user that a system service is currently using the microphone [CHAR LIMIT=none] --> 1055 <string name="system_uses_microphone">Microphone is accessed using system service</string> 1056 <!-- Message telling the user that a system service is currently using the microphone and the camera [CHAR LIMIT=none] --> 1057 <string name="system_uses_microphone_and_camera">Camera and Microphone are accessed using system service</string> 1058 <!-- Message telling the user that a system service is currently using the camera [CHAR LIMIT=none] --> 1059 <string name="system_uses_camera">Camera is accessed using system service</string> 1060 1061 <!-- Line above a list of other apps and system service that are currently microphone or camera [CHAR LIMIT=60] --> 1062 <string name="other_use">Other use:</string> 1063 1064 <!-- Action for accepting the Ongoing usage dialog [CHAR LIMIT=10]--> 1065 <string name="ongoing_usage_dialog_ok">Got it</string> 1066 1067 <!-- Title for Ongoing usage dialog title when multiple apps are using app ops [CHAR LIMIT=NONE] --> 1068 <string name="ongoing_usage_dialog_title">Recent use of <xliff:g id="types_list" example="camera( and location)">%s</xliff:g></string> 1069 1070 <!-- Title for Ongoing usage dialog title when apps are using microphone [CHAR LIMIT=NONE] --> 1071 <string name="ongoing_usage_dialog_title_mic">Recent use of Microphone</string> 1072 1073 <!-- Title for Ongoing usage dialog title when apps are using camera [CHAR LIMIT=NONE] --> 1074 <string name="ongoing_usage_dialog_title_camera">Recent use of Camera</string> 1075 1076 <!-- Title for Ongoing usage dialog title when apps are using camera and microphone [CHAR LIMIT=NONE] --> 1077 <string name="ongoing_usage_dialog_title_mic_camera">Recent use of Microphone & Camera</string> 1078 1079 <!-- Separator for permissions. Include spaces before and after if needed [CHAR LIMIT=10] --> 1080 <string name="ongoing_usage_dialog_separator">,\u0020</string> 1081 1082 <!-- Separator for permissions, before last type. Include spaces before and after if needed [CHAR LIMIT=10] --> 1083 <string name="ongoing_usage_dialog_last_separator">\u0020and\u0020</string> 1084 1085 <!-- Keyword in the Settings app's search functionality that can be used to find links to the default app management screens [CHAR LIMIT=none] --> 1086 <string name="default_app_search_keyword">default apps</string> 1087 1088 <!-- List of the two permission group names for microphone (android:string/permgrouplab_microphone) and camera (android:string/permgrouplab_camera) [CHAR LIMIT=60]--> 1089 <string name="permgroup_list_microphone_and_camera">Microphone & Camera</string> 1090 1091 <!-- Accessibility label for button that opens a settings screen [CHAR LIMIT=NONE] --> 1092 <string name="settings_button">Settings</string> 1093 1094 <!-- Title for page of managing default apps. [CHAR LIMIT=30] --> 1095 <string name="default_apps">Default apps</string> 1096 1097 <!-- Help URI, default apps [DO NOT TRANSLATE] --> 1098 <string name="help_uri_default_apps" translatable="false"></string> 1099 1100 <!-- Label when there is no default apps [CHAR LIMIT=30] --> 1101 <string name="no_default_apps">No default apps</string> 1102 1103 <!-- Title for preference item that will open a screen to manage more default apps [CHAR LIMIT=30] --> 1104 <string name="default_apps_more">More defaults</string> 1105 1106 <!-- Title for preference item that will show the user's preferences for this app's priority for opening links to websites that it claims to support [CHAR LIMIT=30] --> 1107 <string name="default_apps_manage_domain_urls">Opening links</string> 1108 1109 <!-- Title for category of default apps for work [CHAR LIMIT=30] --> 1110 <string name="default_apps_for_work">Default for work</string> 1111 1112 <!-- Summary of a default app when there is no app set [CHAR LIMIT=60] --> 1113 <string name="default_app_none">None</string> 1114 1115 <!-- Label for a system default app [CHAR LIMIT=60] --> 1116 <string name="default_app_system_default">(System default)</string> 1117 1118 <!-- Label when there are no apps available for a default app [CHAR LIMIT=30] --> 1119 <string name="default_app_no_apps">No apps</string> 1120 1121 <!-- Label for the selected default app for default app [CHAR LIMIT=30] --> 1122 <string name="car_default_app_selected">Selected</string> 1123 1124 <!-- Label for the selected default app for default app when it has additional information to show [CHAR LIMIT=30] --> 1125 <string name="car_default_app_selected_with_info">Selected - <xliff:g id="additional_info" example="(System default)">%1$s</xliff:g></string> 1126 1127 <!-- Keyword in the Settings app's search functionality that can be used to find links to the special app access management screens [CHAR LIMIT=none] --> 1128 <string name="special_app_access_search_keyword">special app access</string> 1129 1130 <!-- Title for page of managing special app access. [CHAR LIMIT=30] --> 1131 <string name="special_app_access">Special app access</string> 1132 1133 <!-- Help URI, special app access [DO NOT TRANSLATE] --> 1134 <string name="help_uri_special_app_access" translatable="false"></string> 1135 1136 <!-- Label when there is no special app access [CHAR LIMIT=30] --> 1137 <string name="no_special_app_access">No special app access</string> 1138 1139 <!-- Label when there are no apps available for a special app access [CHAR LIMIT=30] --> 1140 <string name="special_app_access_no_apps">No apps</string> 1141 1142 <!-- Summary indicating that a home app is missing work profile support [CHAR LIMIT=60] --> 1143 <string name="home_missing_work_profile_support">Doesn\u2019t support work profile</string> 1144 1145 <!-- Dialog message explaining that the app just selected by the user will not work after a reboot until the user enters their credentials, such as a PIN or password. [CHAR LIMIT=NONE] --> 1146 <string name="encryption_unaware_confirmation_message">Note: If you restart your device and have a screen lock set, this app can\u2019t start until you unlock your device.</string> 1147 1148 <!-- Dialog message warning about security implications of setting an assistant, displayed when the user selects an assistant. The assitant app here is a generic concept and can be any assistant app. [CHAR LIMIT=NONE] --> 1149 <string name="assistant_confirmation_message">The assistant will be able to read information about apps in use on your system, including information visible on your screen or accessible within the apps.</string> 1150 1151 <!-- Name for the notification channel for incident / bug report confirmation. Appears in 1152 Settings. 1153 [CHAR LIMIT=50] --> 1154 <string name="incident_report_channel_name">Share Debugging Data</string> 1155 1156 <!-- Title for notification shown when the user should confirm an incident / bug report. 1157 [CHAR LIMIT=60] --> 1158 <string name="incident_report_notification_title">Share detailed debugging data?</string> 1159 1160 <!-- Content for notification shown when the user should confirm an incident / bug report. 1161 [CHAR LIMIT=120] --> 1162 <string name="incident_report_notification_text"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> would like to upload debugging information.</string> 1163 1164 <!-- Title for the incident / bug report confirmation dialog. [CHAR LIMIT=50] --> 1165 <string name="incident_report_dialog_title">Share debugging data?</string> 1166 1167 <!-- Title text for introduction to incident / bug report confirmation dialog. 1168 Following this text is a bulleted list of reasons that a bug is being collected (e.g. "bad 1169 battery life detected"). Please try to keep this as short as possible (<40 chars if possible). 1170 The dialog is getting full, but going over is ok if necessary. [CHAR LIMIT=60] --> 1171 <string name="incident_report_dialog_intro">The system has detected a problem.</string> 1172 1173 <!-- Content for dialog shown when the user should confirm an incident / bug report. 1174 [CHAR LIMIT=none] --> 1175 <string name="incident_report_dialog_text">"<xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is requesting to upload a bug report from this device taken on <xliff:g id="date" example="December 26, 2018">%2$s</xliff:g> at <xliff:g id="time" example="1:20 PM">%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 you trust with this information. 1176 1177Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug report?"</string> 1178 1179 <!-- Content for dialog shown when there was an error parsing the incident / bug report. 1180 [CHAR LIMIT=none] --> 1181 <string name="incident_report_error_dialog_text">"There was an error processing the bug report for <xliff:g id="app_name" example="Gmail">%1$s</xliff:g>. So sharing the detailed debugging data has been denied. Sorry for the interruption."</string> 1182 1183 <!-- Label for the button to allow sharing of the report. [CHAR LIMIT=20]--> 1184 <string name="incident_report_dialog_allow_label">Allow</string> 1185 1186 <!-- Label for the button to NOT allow sharing of the report. [CHAR LIMIT=20] --> 1187 <string name="incident_report_dialog_deny_label">Deny</string> 1188 1189 <!-- Label for screen allowing the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=60] --> 1190 <string name="adjust_user_sensitive_title">Advanced settings</string> 1191 1192 <!-- Label for link to the screen allowing the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=30] --> 1193 <string name="menu_adjust_user_sensitive">Advanced settings</string> 1194 1195 <!-- Title for global switch that enables/disables the ability for the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=60] --> 1196 <string name="adjust_user_sensitive_globally_title">Show system app usage</string> 1197 1198 <!-- Subtitle for global switch that enables/disables the ability for the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=none] --> 1199 <string name="adjust_user_sensitive_globally_summary">Show system app use of permissions in status bar, dashboard \u0026 elsewhere</string> 1200 1201 <!-- Header above the per app switches that enables/disables the ability for the user to force the app to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=60] --> 1202 <string name="adjust_user_sensitive_per_app_header">Highlight usage for the following</string> 1203 1204 <!-- Title for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=60] --> 1205 <string name="assistant_record_audio_user_sensitive_title">Show assistant trigger detection</string> 1206 1207 <!-- Subtitle for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=none] --> 1208 <string name="assistant_record_audio_user_sensitive_summary">Show icon in status bar when microphone is used to activate voice assistant</string> 1209 1210 <!-- Message shown to the user when the apps requests permission from this group. Shows in the isolated storage case. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1211 <string name="permgrouprequest_storage_isolated">Allow 1212 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos and media on your device?</string> 1213 1214 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1215 <string name="permgrouprequest_contacts">Allow 1216 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your contacts?</string> 1217 1218 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1219 <string name="permgrouprequest_location">Allow 1220 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\u2019s location?</string> 1221 <!-- Subtitle of the message shown to the user when the apps requests permission to use the location only while app is in foreground [CHAR LIMIT=150]--> 1222 <string name="permgrouprequestdetail_location">The app will only have access to the location while you\u2019re using the app</string> 1223 <!-- Message shown to the user when the apps requests permission to use the location while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1224 <string name="permgroupbackgroundrequest_location">Allow 1225 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\u2019s location?</string> 1226 <!-- Subtitle of the message shown to the user when the apps requests permission to use the location while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] --> 1227 <string name="permgroupbackgroundrequestdetail_location">This app may want to access your location all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string> 1228 <!-- Message shown to the user when the apps requests permission to use the location while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1229 <string name="permgroupupgraderequest_location">Change location access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b>?</string> 1230 <!-- Subtitle of the message shown to the user when the apps requests permission to use the location while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] --> 1231 <string name="permgroupupgraderequestdetail_location">This app wants to access your location all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string> 1232 1233 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1234 <string name="permgrouprequest_nearby_devices">Allow 1235 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to find, connect to, and determine the relative position of nearby devices?</string> 1236 <!-- Subtitle of the message shown to the user when the apps requests permission to discovery and connect to nearby devices while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] --> 1237 <string name="permgroupupgraderequestdetail_nearby_devices">Allow <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to find, connect to, and determine the relative position of nearby devices? <annotation id="link">Allow in settings.</annotation></string> 1238 1239 <!-- Message shown to the user when the app requests permission to upgrade to fine location [CHAR LIMIT=120] --> 1240 <string name="permgrouprequest_fineupgrade">Change <xliff:g id="app_name" example="Gmail"><b>%1$s</b></xliff:g>\u2019s location access from approximate to precise?</string> 1241 <!-- Message shown to the user when the app requests permission to use coarse location [CHAR LIMIT=120] --> 1242 <string name="permgrouprequest_coarselocation">Allow <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\u2019s approximate location?</string> 1243 <!-- Text for the FINE location image [CHAR LIMIT=20] --> 1244 <string name="permgrouprequest_finelocation_imagetext">Precise</string> 1245 <!-- Text for the COARSE location image [CHAR LIMIT=20] --> 1246 <string name="permgrouprequest_coarselocation_imagetext">Approximate</string> 1247 1248 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1249 <string name="permgrouprequest_calendar">Allow 1250 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your calendar?</string> 1251 1252 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1253 <string name="permgrouprequest_sms">Allow 1254 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send and view SMS messages?</string> 1255 1256 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1257 <string name="permgrouprequest_storage">Allow 1258 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos, media, and files on your device?</string> 1259 1260 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1261 <string name="permgrouprequest_microphone">Allow 1262 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio?</string> 1263 <!-- Subtitle of the message shown to the user when the apps requests permission to use the microphone only while app is in foreground [CHAR LIMIT=150]--> 1264 <string name="permgrouprequestdetail_microphone">The app will only be able to record audio while you\u2019re using the app</string> 1265 <!-- Message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1266 <string name="permgroupbackgroundrequest_microphone">Allow 1267 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio?</string> 1268 <!-- Subtitle of the message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] --> 1269 <string name="permgroupbackgroundrequestdetail_microphone">This app may want to record audio all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string> 1270 <!-- Message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1271 <string name="permgroupupgraderequest_microphone">Change microphone access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b>?</string> 1272 <!-- Subtitle of the message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] --> 1273 <string name="permgroupupgraderequestdetail_microphone">This app wants to record audio all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string> 1274 1275 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1276 <string name="permgrouprequest_activityRecognition">Allow 1277 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your physical activity?</string> 1278 1279 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1280 <string name="permgrouprequest_camera">Allow 1281 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video?</string> 1282 <!-- Subtitle of the message shown to the user when the apps requests permission to use the camera only while app is in foreground [CHAR LIMIT=150]--> 1283 <string name="permgrouprequestdetail_camera">The app will only be able to take pictures and record video while you\u2019re using the app</string> 1284 <!-- Message shown to the user when the apps requests permission to use the camera while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1285 <string name="permgroupbackgroundrequest_camera">Allow 1286 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video?</string> 1287 <!-- Subtitle of the message shown to the user when the apps requests permission to use the camera while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] --> 1288 <string name="permgroupbackgroundrequestdetail_camera">This app may want to take pictures and record video all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string> 1289 <!-- Message shown to the user when the apps requests permission to use the camera while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1290 <string name="permgroupupgraderequest_camera">Change camera access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b>?</string> 1291 <!-- Subtitle of the message shown to the user when the apps requests permission to use the camera while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] --> 1292 <string name="permgroupupgraderequestdetail_camera">This app wants to take pictures and record video all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string> 1293 1294 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1295 <string name="permgrouprequest_calllog">Allow 1296 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your phone call logs?</string> 1297 1298 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1299 <string name="permgrouprequest_phone">Allow 1300 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to make and manage phone calls?</string> 1301 1302 <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] --> 1303 <string name="permgrouprequest_sensors">Allow 1304 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access sensor data about your vital signs?</string> 1305 1306 <!-- Notification shown to the user when location permissions are auto-granted by admin policy. These are for when the admin is forcing the permission and the user cannot control it. [CHAR LIMIT=120]--> 1307 <string name="auto_granted_permissions">Controlled permissions</string> 1308 <!-- Content of the notification [CHAR LIMIT=120]--> 1309 <string name="auto_granted_location_permission_notification_title">Location can be accessed</string> 1310 <!-- Body of the notification, that does not include the app name and is specific to location permissions. [CHAR LIMIT=120]--> 1311 <string name="auto_granted_permission_notification_body">Your IT admin is allowing <xliff:g id="app_name" example="Gmail">%s</xliff:g> to access your location</string> 1312 1313 <!-- The title of (and the button label for a link to) the screen that lists permissions that aren't considered the most relevant to the user at the moment, and thus did not make to the "main" screen. [CHAR LIMIT=80] --> 1314 <string name="other_permissions_label">Other permissions</string> 1315 1316 <!-- Title for a list of permissions that are not requested by any of the installed applications. [CHAR LIMIT=80] --> 1317 <string name="not_used_permissions_label">Permission used by the system</string> 1318 <!-- Subtitle for a list of permissions that are not requested by any of the installed applications. [CHAR LIMIT=none] --> 1319 <string name="not_used_permissions_description">Permissions used only by the system applications.</string> 1320 1321 <!-- Title for a list of "custom" permissions (defined by applications, not the platform). [CHAR LIMIT=80] --> 1322 <string name="additional_permissions_label">Additional permissions</string> 1323 <!-- Subtitle for a list of "custom" permissions (defined by applications, not the platform). [CHAR LIMIT=none] --> 1324 <string name="additional_permissions_description">Permissions defined by applications.</string> 1325 1326 <!-- Permission label for camera. [CHAR LIMIT=20] --> 1327 <string name="privdash_label_camera">Camera</string> 1328 <!-- Permission label for microphone. [CHAR LIMIT=20] --> 1329 <string name="privdash_label_microphone">Microphone</string> 1330 <!-- Permission label for location. [CHAR LIMIT=20] --> 1331 <string name="privdash_label_location">Location</string> 1332 <!-- Permission label for "other" (not camera, microphone, or location). [CHAR LIMIT=20] --> 1333 <string name="privdash_label_other">Other</string> 1334 <!-- Permission label for "none" (not anything). [CHAR LIMIT=20] --> 1335 <string name="privdash_label_none">None</string> 1336 <!-- Label that describes a "last 24 hours" time window, prefer two lines. [CHAR LIMIT=20] --> 1337 <string name="privdash_label_24h">Past\n24 hours</string> 1338</resources> 1339