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