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 <!-- Label indicating access is allowed. If you update this string, please 34 update the string "quick_settings_camera_mic_available" in System Ui [CHAR LIMIT=NONE] --> 35 <string name="available">Available</string> 36 37 <!-- Label indicating access is blocked. If you update this string, please 38 update the string "quick_settings_camera_mic_blocked" in SystemUi [CHAR LIMIT=NONE] --> 39 <string name="blocked">Blocked</string> 40 41 <!-- Label indicating sensor is on. If you update this string, please update the string 42 "switch_bar_on" in SystemUI or do not use the default string for the LocationTile [CHAR LIMIT=NONE] --> 43 <string name="on">On</string> 44 45 <!-- Label indicating sensor is off. If you update this string, please update the string 46 "switch_bar_off" in SystemUI or do not use the default string for the LocationTile [CHAR LIMIT=NONE] --> 47 <string name="off">Off</string> 48 49 <!-- Button label for uninstall or disable actions [CHAR LIMIT=none] --> 50 <string name="uninstall_or_disable">Uninstall or disable</string> 51 52 <!-- [CHAR LIMIT=30] --> 53 <string name="app_not_found_dlg_title">App not found</string> 54 55 <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=20] --> 56 <string name="grant_dialog_button_deny">Don\u2019t allow</string> 57 58 <!-- Title for the dialog button to always deny a permission grant from now on. [CHAR LIMIT=60] --> 59 <string name="grant_dialog_button_deny_and_dont_ask_again">Don\u2019t allow \u0026 don\u2019t ask again</string> 60 61 <!-- Title for the dialog button to deny a change from foreground to background permission grant. [CHAR LIMIT=60] --> 62 <string name="grant_dialog_button_no_upgrade">Keep \u201cWhile the app is in use\u201d</string> 63 64 <!-- Title for the dialog button to deny a change from one-time to background permission grant. [CHAR LIMIT=60] --> 65 <string name="grant_dialog_button_no_upgrade_one_time">Keep \u201cOnly this time\u201d</string> 66 67 <!-- Title for the dialog button to get more info about a permission. [CHAR LIMIT=15] --> 68 <string name="grant_dialog_button_more_info">More info</string> 69 70 <!-- Title for the dialog button to allow access to all of a resource. [CHAR LIMIT=60] --> 71 <string name="grant_dialog_button_allow_all">Allow all</string> 72 73 <!-- Title for the dialog button to allow access to all of a resource always. [CHAR LIMIT=60] --> 74 <string name="grant_dialog_button_always_allow_all">Always allow all</string> 75 76 <!-- Title for the dialog button to allow limited access. [CHAR LIMIT=60] --> 77 <string name="grant_dialog_button_allow_limited_access">Allow limited access</string> 78 79 <!-- Title for the dialog button to allow access to select photos to be shared. [CHAR LIMIT=60] --> 80 <string name="grant_dialog_button_allow_selected_photos">Select photos and videos</string> 81 82 <!-- Title for the dialog button to allow access to select more photos to be shared. [CHAR LIMIT=60] --> 83 <string name="grant_dialog_button_allow_more_selected_photos">Select more</string> 84 85 <!-- Title for the dialog button to not select more data (example: photos or contacts) to be shared. [CHAR LIMIT=60] --> 86 <string name="grant_dialog_button_dont_select_more">Don\u2019t select more</string> 87 88 <!-- Title for the dialog button to deny a permission grant despite a warning of implications. [CHAR LIMIT=30] --> 89 <string name="grant_dialog_button_deny_anyway">Don\u2019t allow anyway</string> 90 91 <!-- Alternative dialog button to deny a permission, but phrased as dismissing the dialog. Currently only used in automotive. [CHAR LIMIT=20] --> 92 <string name="grant_dialog_button_dismiss">Dismiss</string> 93 94 <!-- Template for the current permission from the total number of permissions. [CHAR LIMIT=100] --> 95 <string name="current_permission_template"> 96 <xliff:g id="current_permission_index" example="1">%1$s</xliff:g> of 97 <xliff:g id="permission_count" example="2">%2$s</xliff:g></string> 98 99 <!-- Template for the warning message when an app requests a permission. [CHAR LIMIT=100] --> 100 <string name="permission_warning_template">Allow 101 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to 102 <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> 103 104 <!-- Template for the warning message when an app requests the permission to access a 105 resource even while in the background (i.e. always). [CHAR LIMIT=100] --> 106 <string name="permission_add_background_warning_template">Always allow 107 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to 108 <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> 109 110 <!-- Radio button shown for permissions that can be granted either only while the app is in 111 foreground or always. If this button is selected the app only gets the permission while in 112 foreground [CHAR LIMIT=50] --> 113 <string name="allow_permission_foreground_only">Only while using app</string> 114 115 <!-- Radio button shown for permissions that can be granted either only while the app is in 116 foreground or always. If this button is selected the app always gets the permission (while in 117 foreground _and_ while in background) [CHAR LIMIT=50] --> 118 <string name="allow_permission_always">Always</string> 119 120 <!-- Radio button shown for permissions that can be granted either only while the app is in 121 foreground or always. If this button is selected the app does not get the permission and the 122 permissions will always be denied from now on [CHAR LIMIT=50] --> 123 <string name="deny_permission_deny_and_dont_ask_again">Don\u2019t allow and don\u2019t ask again</string> 124 125 <!-- Template for the message how many permissions are disabled. [CHAR LIMIT=30] --> 126 <string name="permission_revoked_count"><xliff:g id="count" example="2">%1$d</xliff:g> disabled</string> 127 128 <!-- Message that all permissions are disabled. [CHAR LIMIT=30] --> 129 <string name="permission_revoked_all">all disabled</string> 130 131 <!-- Message that no permissions are disabled. [CHAR LIMIT=30] --> 132 <string name="permission_revoked_none">none disabled</string> 133 134 <!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15] --> 135 <string name="grant_dialog_button_allow">Allow</string> 136 137 <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> 138 <string name="grant_dialog_button_allow_always">Allow all the time</string> 139 140 <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> 141 <string name="grant_dialog_button_allow_foreground">While using the app</string> 142 143 <!-- Title for the dialog button to change to precise location. [CHAR LIMIT=60] --> 144 <string name="grant_dialog_button_change_to_precise_location">Change to precise location</string> 145 146 <!-- Title for the dialog button to keep approximate location. [CHAR LIMIT=60] --> 147 <string name="grant_dialog_button_keey_approximate_location">Keep approximate location</string> 148 149 <!-- Title for the dialog button to allow a permission grant temporarily in teh foreground. [CHAR LIMIT=60] --> 150 <string name="grant_dialog_button_allow_one_time">Only this time</string> 151 152 <!-- Title for the dialog button to allow a change from foreground to background permission grant. [CHAR LIMIT=60] --> 153 <string name="grant_dialog_button_allow_background">Allow all the time</string> 154 155 <!-- Title for the dialog button to allow a permission grant for all files. [CHAR LIMIT=60] --> 156 <string name="grant_dialog_button_allow_all_files">Allow management of all files</string> 157 158 <!-- Title for the dialog button to allow a permission grant for media files only. [CHAR LIMIT=60] --> 159 <string name="grant_dialog_button_allow_media_only">Allow access to media files</string> 160 161 <!-- Breadcrumb for page of managing application permissions [CHAR LIMIT=50] --> 162 <string name="app_permissions_breadcrumb">Apps</string> 163 164 <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> 165 <string name="app_permissions">App permissions</string> 166 167 <!-- Title for the page of manage unused apps [CHAR LIMIT=30] --> 168 <string name="unused_apps">Unused apps</string> 169 170 <!-- Description for the button that lets users change which photos an app has access to [CHAR LIMIT=none] --> 171 <string name="edit_photos_description">Edit selected photos for this app</string> 172 173 <!-- Label when there are no unused apps [CHAR LIMIT=30] --> 174 <string name="no_unused_apps">No unused apps</string> 175 176 <!-- Label when there are zero unused apps [CHAR LIMIT=30] --> 177 <string name="zero_unused_apps">0 unused apps</string> 178 179 <!-- Title for the page to review permission decisions [CHAR LIMIT=30] --> 180 <string name="review_permission_decisions">Recent permission decisions</string> 181 182 <!-- Title for the preference row to view all recent permission decisions. [CHAR LIMIT=80] --> 183 <string name="review_permission_decisions_view_all">View all recent permission decisions</string> 184 185 <!-- Title for the preference row describing that the user hasn't made any recent permission decisions. [CHAR LIMIT=80] --> 186 <string name="review_permission_decisions_empty">No recent permission decisions</string> 187 188 <!-- Summary of the row linking to permission manager on Auto devices [CHAR LIMIT=80] --> 189 <string name="auto_permission_manager_summary">Manage data access to calendar, call logs, and more</string> 190 191 <!-- Label for reviewing a permission decision grant [CHAR LIMIT=80] --> 192 <string name="granted_permission_decision">You gave <xliff:g id="app_name" example="Google Maps">%1$s</xliff:g> access to <xliff:g id="permission_name" example="contacts">%2$s</xliff:g></string> 193 194 <!-- Label for reviewing a permission decision denial [CHAR LIMIT=80] --> 195 <string name="denied_permission_decision">You denied <xliff:g id="app_name" example="Google Maps">%1$s</xliff:g> access to <xliff:g id="permission_name" example="contacts">%2$s</xliff:g></string> 196 197 <!-- The number of days ago [CHAR LIMIT=NONE] --> 198 <string name="days_ago">{count, plural, 199 =0 {Today} 200 =1 {1 day ago} 201 other {# days ago} 202 }</string> 203 204 <!-- [CHAR LIMIT=30] Manage applications, label for option to disable app --> 205 <string name="app_disable_dlg_positive">Disable app</string> 206 207 <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling apps --> 208 <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> 209 210 <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> 211 <string name="app_permission_manager">Permission manager</string> 212 213 <!-- Checkbox that allows user to not be questioned about this permission 214 request again [CHAR LIMIT=30] --> 215 <string name="never_ask_again">Don\'t ask again</string> 216 217 <!-- Label when app requests no permissions [CHAR LIMIT=30] --> 218 <string name="no_permissions">No permissions</string> 219 220 <!-- Label for button that leads to more permissions [CHAR LIMIT=40] --> 221 <string name="additional_permissions">Additional permissions</string> 222 223 <!-- Accessibility label for button opening the app-info when clicked [CHAR LIMIT=none] --> 224 <string name="app_permissions_info_button_label">Open app info</string> 225 226 <!-- Description of how many more permissions to view on next page [CHAR LIMIT=30] --> 227 <string name="additional_permissions_more">{count, plural, 228 =1 {# more} 229 other {# more} 230 }</string> 231 232 <!-- Warning for turning off permissions on older apps [CHAR LIMIT=none] --> 233 <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> 234 235 <!-- Warning for allowing storage permissions on older apps [CHAR LIMIT=none] --> 236 <string name="storage_supergroup_warning_allow">This app was designed for an older version of Android. If you allow this permission, then access to all storage (including photos, videos, music, audio, and other files) will be allowed.</string> 237 238 <!-- Warning for denying storage permissions on older apps [CHAR LIMIT=none] --> 239 <string name="storage_supergroup_warning_deny">This app was designed for an older version of Android. If you deny this permission, then access to all storage (including photos, videos, music, audio, and other files) will be denied.</string> 240 241 <!-- The default description of a permission, i.e. what it does. [CHAR LIMIT=40] --> 242 <string name="default_permission_description">perform an unknown action</string> 243 244 <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> 245 <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> 246 247 <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> 248 <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> 249 250 <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are shown --> 251 <string name="menu_show_system">Show system</string> 252 253 <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are hidden --> 254 <string name="menu_hide_system">Hide system</string> 255 256 <!-- [CHAR LIMIT=NONE] Menu for showing permission usages for the past 7 days in privacy dashboard--> 257 <string name="menu_show_7_days_data">Show 7 days</string> 258 259 <!-- [CHAR LIMIT=NONE] Menu for showing permission usages for the past 24 hours in privacy dashboard--> 260 <string name="menu_show_24_hours_data">Show 24 hours</string> 261 262 <!-- FAB text of permission usage fragment [CHAR LIMIT=30] --> 263 <string name="manage_permission">Manage permission</string> 264 265 <!-- [CHAR LIMIT=NONE] Label when no apps requesting this permission --> 266 <string name="no_apps">No apps</string> 267 268 <!-- [CHAR LIMIT=30] Title of button that leads to location settings --> 269 <string name="location_settings">Location Settings</string> 270 271 <!-- [CHAR LIMIT=NONE] Warning about how this app cannot have location permission disabled --> 272 <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> 273 274 <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps --> 275 <string name="system_warning">If you deny this permission, basic features of your device may no longer function as intended.</string> 276 277 <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps --> 278 <string name="deny_read_media_visual_warning">This app was designed for an older version of Android. If you deny this app access to photos & videos, access to music & other audio will also be denied.</string> 279 280 <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps --> 281 <string name="deny_read_media_aural_warning">This app was designed for an older version of Android. If you deny this app access to music & other audio, access to photos & videos will also be denied.</string> 282 283 <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for an app managing a companion device --> 284 <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> 285 286 <!-- [CHAR LIMIT=NONE] Summary of a permission switch when it's enforced by policy --> 287 <string name="permission_summary_enforced_by_policy">Enforced by policy</string> 288 289 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by policy --> 290 <string name="permission_summary_disabled_by_policy_background_only">Background access disabled by policy</string> 291 292 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> 293 <string name="permission_summary_enabled_by_policy_background_only">Background access enabled by policy</string> 294 295 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> 296 <string name="permission_summary_enabled_by_policy_foreground_only">Foreground access enabled by policy</string> 297 298 <!-- [CHAR LIMIT=60] Summary of a permission switch when it's enforced by an administrator --> 299 <string name="permission_summary_enforced_by_admin">Controlled by admin</string> 300 301 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by an admin --> 302 <string name="permission_summary_disabled_by_admin_background_only">Background access disabled by admin</string> 303 304 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> 305 <string name="permission_summary_enabled_by_admin_background_only">Background access enabled by admin</string> 306 307 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> 308 <string name="permission_summary_enabled_by_admin_foreground_only">Foreground access enabled by admin</string> 309 310 <!-- [CHAR LIMIT=60] Summary of a permission switch when the access is enabled by the system --> 311 <string name="permission_summary_enabled_system_fixed">Device requires this permission to operate</string> 312 313 <string-array name="background_access_chooser_dialog_choices"> 314 <item>@string/permission_access_always</item> 315 <item>@string/permission_access_only_foreground</item> 316 <item>@string/permission_access_never</item> 317 </string-array> 318 319 <!-- [CHAR LIMIT=60] App can always (when app is in foreground or background) access the resource protected by the permission --> 320 <string name="permission_access_always">Allow all the time</string> 321 322 <!-- [CHAR LIMIT=60] App can only access the resource protected by the permission while app is in foreground --> 323 <string name="permission_access_only_foreground">Allow only while using the app</string> 324 325 <!-- [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) --> 326 <string name="permission_access_never">Don\u2019t allow</string> 327 328 <!-- Text displayed until loading is done [CHAR LIMIT=50] --> 329 <string name="loading">Loading\u2026</string> 330 331 <!-- [CHAR LIMIT=45] Title of all permissions settings --> 332 <string name="all_permissions">All permissions</string> 333 <!-- [CHAR LIMIT=45] Group of permissions granted to app automatically when installed. --> 334 <string name="other_permissions">Other app capabilities</string> 335 336 <!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] --> 337 <string name="permission_request_title">Permission request</string> 338 339 <!-- Review of runtime permissions for legacy apps --> 340 341 <!-- Template for the screen title when app permissions are reviewed on install. [CHAR LIMIT=none] --> 342 <string name="permission_review_title_template_install">Choose what to allow 343 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access</string> 344 345 <!-- Template for the screen title when app permissions are reviewed on update. [CHAR LIMIT=none] --> 346 <string name="permission_review_title_template_update"> 347 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> has been updated. 348 Choose what to allow this app to access.</string> 349 350 <!-- Title for the dialog button to cancel the detailed permission review. [CHAR LIMIT=15] --> 351 <string name="review_button_cancel">Cancel</string> 352 353 <!-- Title for the dialog button to continue accepting the detailed permission review. [CHAR LIMIT=15] --> 354 <string name="review_button_continue">Continue</string> 355 356 <!-- Title for the category listing the new permissions used by an app. [CHAR LIMIT=30] --> 357 <string name="new_permissions_category">New permissions</string> 358 359 <!-- Title for the category listing the current permissions used by an app. [CHAR LIMIT=30] --> 360 <string name="current_permissions_category">Current permissions</string> 361 362 <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] --> 363 <string name="message_staging">Staging app…</string> 364 365 <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] --> 366 <string name="app_name_unknown">Unknown</string> 367 368 <!-- Help URL, application permissions [DO NOT TRANSLATE] --> 369 <string name="help_app_permissions" translatable="false"></string> 370 371 <!-- Title for permission usage [CHAR LIMIT=30] --> 372 <string name="permission_usage_title">Privacy dashboard</string> 373 374 <!-- Summary for permission usage preference row [CHAR LIMIT=60] --> 375 <string name="auto_permission_usage_summary">View which apps recently used permissions</string> 376 377 <!-- Title for permission group usage [CHAR LIMIT=30] --> 378 <string name="permission_group_usage_title"><xliff:g id="permgroup" example="Location">%1$s</xliff:g> usage</string> 379 380 <!-- Title for permission usage advanced info [CHAR LIMIT=30] --> 381 <string name="perm_usage_adv_info_title">See other permissions</string> 382 383 <!-- Summary for permission usage advanced info for 2 items [CHAR LIMIT=60] --> 384 <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> 385 386 <!-- Summary for permission usage advanced info for 3 or more items [CHAR LIMIT=60] --> 387 <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> 388 389 <!-- Subtitle for permission group usage for the past 24 hours[CHAR LIMIT=100] --> 390 <string name="permission_group_usage_subtitle_24h">Timeline of when apps used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> in the past 24 hours</string> 391 392 <!-- Subtitle for permission group usage for the past 7 days [CHAR LIMIT=100] --> 393 <string name="permission_group_usage_subtitle_7d">Timeline of when apps used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> in the past 7 days</string> 394 395 <!-- Subtitle for access time list dialog [CHAR LIMIT=100] --> 396 <string name="permission_usage_access_dialog_subtitle">When this app used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> permission</string> 397 398 <!-- Link text for intent out to location provider [CHAR LIMIT=20] --> 399 <string name="permission_usage_access_dialog_learn_more">Learn more</string> 400 401 <!-- Content description for the learn more info icon on Privacy Dashboard and app permission groups page [CHAR LIMIT=100] --> 402 <string name="learn_more_content_description">Learn more about <xliff:g id="permgroup" example="Location">%1$s</xliff:g></string> 403 404 <!-- Summary for preference to manage a permission for a group like location or microphone [CHAR LIMIT=60] --> 405 <string name="manage_permission_summary">Control app access to your <xliff:g id="permgroup" example="Location">%1$s</xliff:g></string> 406 407 <!-- Summary for preference about microphone usage on Auto. On Auto, the access time is combined with the summary text. [CHAR LIMIT=60] --> 408 <string name="auto_permission_usage_timeline_summary"><xliff:g id="access_time" example="12:23am">%1$s</xliff:g> \u2022 <xliff:g id="summary_text" example="2 mins">%2$s</xliff:g></string> 409 410 <!-- Label which separates a combination of 2 of the following 3 in order : an attribution text, proxy app name (an app which uses a permission on behalf of another app), and a usage duration, with a bullet point [CHAR LIMIT=NONE]--> 411 <string name="history_preference_subtext_2"><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> 412 413 <!-- Label which separates an attribution text, a proxy app name (an app which uses a permission on behalf of another app), and a usage duration, with bullet points [CHAR LIMIT=NONE]--> 414 <string name="history_preference_subtext_3"><xliff:g id="attribution_name" example="Nearby Share">%1$s</xliff:g> \u2022 <xliff:g id="app_name" example="Gmail">%2$s</xliff:g> \u2022 <xliff:g id="truncated_time" example="1 hr 20min">%3$s</xliff:g></string> 415 416 <!-- Duration used for a permission in days --> 417 <string name="duration_used_days">{count, plural, 418 =1 {# day} 419 other {# days} 420 }</string> 421 422 <!-- Duration used for a permission in hours --> 423 <string name="duration_used_hours">{count, plural, 424 =1 {# hour} 425 other {# hours} 426 }</string> 427 428 <!-- Duration used for a permission in minutes --> 429 <string name="duration_used_minutes">{count, plural, 430 =1 {# min} 431 other {# mins} 432 }</string> 433 434 <!-- Duration used for a permission in seconds --> 435 <string name="duration_used_seconds">{count, plural, 436 =1 {# sec} 437 other {# secs} 438 }</string> 439 440 <!-- Description for showing permission accesses with any permission [CHAR LIMIT=30] --> 441 <string name="permission_usage_any_permission">Any permission</string> 442 443 <!-- Description for showing permission accesses accessed any time [CHAR LIMIT=30] --> 444 <string name="permission_usage_any_time">Any time</string> 445 446 <!-- Description for showing permissions accessed in the last n days [CHAR LIMIT=30] --> 447 <string name="permission_usage_last_n_days">{count, plural, 448 =1 {Last # day} 449 other {Last # days} 450 }</string> 451 452 <!-- Description for showing permissions accessed in the last n hours [CHAR LIMIT=30] --> 453 <string name="permission_usage_last_n_hours">{count, plural, 454 =1 {Last # hour} 455 other {Last # hours} 456 }</string> 457 458 <!-- Description for showing permissions accessed in the last n minutes [CHAR LIMIT=30] --> 459 <string name="permission_usage_last_n_minutes">{count, plural, 460 =1 {Last # minute} 461 other {Last # minutes} 462 }</string> 463 464 <!-- Label when no apps have used the requested permissions [CHAR LIMIT=30] --> 465 <string name="no_permission_usages">No permission usages</string> 466 467 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 468 <string name="permission_usage_list_title_any_time">Most recent access at any time</string> 469 470 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 471 <string name="permission_usage_list_title_last_7_days">Most recent access in last 7 days</string> 472 473 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 474 <string name="permission_usage_list_title_last_day">Most recent access in last 24 hours</string> 475 476 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 477 <string name="permission_usage_list_title_last_hour">Most recent access in last 1 hour</string> 478 479 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 480 <string name="permission_usage_list_title_last_15_minutes">Most recent access in last 15 minutes</string> 481 482 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 483 <string name="permission_usage_list_title_last_minute">Most recent access in last 1 minute</string> 484 485 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 486 <string name="permission_usage_bar_chart_title_any_time">Permission usage at any time</string> 487 488 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 489 <string name="permission_usage_bar_chart_title_last_7_days">Permission usage in last 7 days</string> 490 491 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 492 <string name="permission_usage_bar_chart_title_last_day">Permission usage in last 24 hours</string> 493 494 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 495 <string name="permission_usage_bar_chart_title_last_hour">Permission usage in last 1 hour</string> 496 497 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 498 <string name="permission_usage_bar_chart_title_last_15_minutes">Permission usage in last 15 minutes</string> 499 500 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 501 <string name="permission_usage_bar_chart_title_last_minute">Permission usage in last 1 minute</string> 502 503 <!-- Summary text if a permission usage is not used in past n days [CHAR LIMIT=60] --> 504 <string name="permission_usage_preference_summary_not_used_in_past_n_days">{count, plural, 505 =1 {Not used in past # day} 506 other {Not used in past # days} 507 }</string> 508 509 <!-- Summary text if a permission usage is not used in past n hours [CHAR LIMIT=60] --> 510 <string name="permission_usage_preference_summary_not_used_in_past_n_hours">{count, plural, 511 =1 {Not used in past # hour} 512 other {Not used in past # hours} 513 }</string> 514 515 <!-- Label for the permission usage preference that shows how many apps have used various permissions [CHAR LIMIT=50] --> 516 <string name="permission_usage_preference_label">{count, plural, 517 =1 {Used by 1 app} 518 other {Used by # apps} 519 }</string> 520 521 <!-- Label for the button to bring the user to view the details of recent permission accesses [CHAR LIMIT=42] --> 522 <string name="permission_usage_view_details">See all in Dashboard</string> 523 524 <!-- DO NOT TRANSLATE Summary placeholder --> 525 <string name="summary_placeholder" translatable="false"> </string> 526 527 <!-- Label for filtered view that shows permission usages of a single permission [CHAR LIMIT=40] --> 528 <string name="app_permission_usage_filter_label">Filtered by: <xliff:g id="perm" example="Location">%1$s</xliff:g> </string> 529 530 <!-- Label for the text that removes the filter by permission to view all usages [CHAR LIMIT=none] --> 531 <string name="app_permission_usage_remove_filter">Remove filter</string> 532 533 <!-- Label for the title of the dialog allowing filtering by permissions [CHAR LIMIT=none] --> 534 <string name="filter_by_title">Filter by</string> 535 536 <!-- Label for the menu item allowing filtering by permissions [CHAR LIMIT=none] --> 537 <string name="filter_by_permissions">Filter by permissions</string> 538 539 <!-- Label for the menu item allowing filtering by time [CHAR LIMIT=none] --> 540 <string name="filter_by_time">Filter by time</string> 541 542 <!-- Label for sorting usages by the number of permissions used [CHAR LIMIT=30] --> 543 <string name="sort_spinner_most_permissions">Most permissions</string> 544 545 <!-- Label for sorting usages by the number of accesses [CHAR LIMIT=30] --> 546 <string name="sort_spinner_most_accesses">Most accesses</string> 547 548 <!-- Label for sorting usages by the most recent accesses [CHAR LIMIT=30] --> 549 <string name="sort_spinner_recent">Recent</string> 550 551 <!-- Label for sorting usages by which app used a permission most recently [CHAR LIMIT=30] --> 552 <string name="sort_by_app">Sort by app usage</string> 553 554 <!-- Label for sorting usages by access time [CHAR LIMIT=30] --> 555 <string name="sort_by_time">Sort by time</string> 556 557 <!-- Separator for a list of items. Include spaces before and after if needed [CHAR LIMIT=10] --> 558 <string name="item_separator">,\u0020</string> 559 560 <!-- Label for refreshing the list of permission usages. [CHAR LIMIT=30] --> 561 <string name="permission_usage_refresh">Refresh</string> 562 563 <!-- Label for the title of permission history. [CHAR LIMIT=20] --> 564 <string name="permission_history_title">Permission history</string> 565 566 <!-- Label for the category title of permission history of today. [CHAR LIMIT=20] --> 567 <string name="permission_history_category_today">Today</string> 568 569 <!-- Label for the category title of permission history of yesterday. [CHAR LIMIT=20] --> 570 <string name="permission_history_category_yesterday">Yesterday</string> 571 572 <!-- Help URL, permission usage [DO NOT TRANSLATE] --> 573 <string name="help_permission_usage" translatable="false"></string> 574 575 <!-- Title for permission usage [CHAR LIMIT=30] --> 576 <string name="app_permission_usage_title">App permissions usage</string> 577 578 <!-- Summary for an app's use of a permission [CHAR LIMIT=none] --> 579 <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> 580 581 <!-- Summary for an app's use of a permission without duration [CHAR LIMIT=none] --> 582 <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> 583 584 <!-- Title for the settings radio button to allow a permission grant when you cannot only allow in the foreground. [CHAR LIMIT=60] --> 585 <string name="app_permission_button_allow">Allow</string> 586 587 <!-- Title for the settings radio button to allow a storage permission grant for all files [CHAR LIMIT=60] --> 588 <string name="app_permission_button_allow_all_files">Allow management of all files</string> 589 590 <!-- Title for the settings radio button to allow a storage permission grant for media files only [CHAR LIMIT=60] --> 591 <string name="app_permission_button_allow_media_only">Allow access to media only</string> 592 593 <!-- Title for the settings radio button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> 594 <string name="app_permission_button_allow_always">Allow all the time</string> 595 596 <!-- Title for the settings radio button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> 597 <string name="app_permission_button_allow_foreground">Allow only while using the app</string> 598 599 <!-- Title for the settings radio button to allow the user to always allow access to all resources guarded by a permission. [CHAR LIMIT=60] --> 600 <string name="app_permission_button_always_allow_all">Always allow all</string> 601 602 <!-- Title for the settings radio button to require an app to ask for a permission next time they need it. [CHAR LIMIT=60] --> 603 <string name="app_permission_button_ask">Ask every time</string> 604 605 <!-- Title for the settings radio button to deny with prejudice a permission grant. [CHAR LIMIT=60] --> 606 <string name="app_permission_button_deny">Don\u2019t allow</string> 607 608 <!-- Title for the settings radio button to allow limited access. [CHAR LIMIT=60] --> 609 <string name="app_permission_button_allow_limited_access">Allow limited access</string> 610 611 <!-- Content description for precise location image. [CHAR LIMIT=50] --> 612 <string name="precise_image_description">Precise location</string> 613 614 <!-- Content description for approximate location image. [CHAR LIMIT=50] --> 615 <string name="approximate_image_description">Approximate location</string> 616 617 <!-- Title for location accuracy switch in location settings. [CHAR LIMIT=60] --> 618 <string name="app_permission_location_accuracy">Use precise location</string> 619 620 <!-- Subtitle for location accuracy switch in location settings. [CHAR LIMIT=none] --> 621 <string name="app_permission_location_accuracy_subtitle">When precise location is off, apps can access your approximate location</string> 622 623 <!-- Title for app permission [CHAR LIMIT=30] --> 624 <string name="app_permission_title"><xliff:g id="perm" example="location">%1$s</xliff:g> permission</string> 625 626 <!-- Description for showing an app's permission [CHAR LIMIT=60] --> 627 <string name="app_permission_header"><xliff:g id="perm" example="location">%1$s</xliff:g> access for this app</string> 628 629 <!-- Description for showing an app's permission along with device name [CHAR LIMIT=NONE] --> 630 <string name="app_permission_header_with_device_name"><xliff:g id="perm" example="camera">%1$s</xliff:g> access for this app on <xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></string> 631 632 <!-- Text for linking to the page that shows an app's permissions [CHAR LIMIT=none] --> 633 <string name="app_permission_footer_app_permissions_link">See all <xliff:g id="app" example="Maps">%1$s</xliff:g> permissions</string> 634 635 <!-- Text for linking to the page that shows the apps with a given permission [CHAR LIMIT=none] --> 636 <string name="app_permission_footer_permission_apps_link">See all apps with this permission</string> 637 638 <!-- Label for the assistant mic display switch [CHAR LIMIT=60] --> 639 <string name="assistant_mic_label">Show assistant microphone usage</string> 640 641 <!-- Category title for unused apps on T+ devices [CHAR LIMIT=40] --> 642 <string name="unused_apps_category_title">Unused app settings</string> 643 644 <!-- Label for the auto revoke switch on pre-S devices [CHAR LIMIT=60] --> 645 <string name="auto_revoke_label">Remove permissions if app isn\u2019t used</string> 646 647 <!-- Label for the hibernation / auto revoke switch on S devices [CHAR LIMIT=40] --> 648 <string name="unused_apps_label">Remove permissions and free up space</string> 649 650 <!-- Label for the hibernation / auto revoke switch on T+ devices [CHAR LIMIT=40] --> 651 <string name="unused_apps_label_v2">Pause app activity if unused</string> 652 653 <!-- Label of a switch preference that controls whether the system will pause app activity when the app has not been used for a while [CHAR LIMIT=40]--> 654 <string name="unused_apps_label_v3">Manage app if unused</string> 655 656 <!-- Hibernation switch preference summary which describes what the toggle does on T+ devices [CHAR LIMIT=NONE] --> 657 <string name="unused_apps_summary">Remove permissions, delete temporary files, and stop notifications</string> 658 659 <!-- Summary of the switch preference that controls whether the system will pause app activity when the app has not been used for a while [CHAR LIMIT=NONE]--> 660 <string name="unused_apps_summary_v2">Remove permissions, delete temporary files, stop notifications, and archive the app</string> 661 662 <!-- Summary for stating that permissions will be removed [CHAR LIMIT=none] --> 663 <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> 664 665 <!-- Summary for stating that permissions will be removed, which includes a list of permissions which will be removed [CHAR LIMIT=none] --> 666 <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> 667 668 <!-- Summary for the screen that shows all apps that have had permissions removed [CHAR LIMIT=none] --> 669 <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> 670 671 <!-- Message which tells users to open an app to grant permissions [CHAR LIMIT=none]--> 672 <string name="auto_revoke_open_app_message">If you want to allow permissions again, open the app.</string> 673 674 <!-- Summary for stating that auto revoke is disabled for the current app [CHAR LIMIT=none] --> 675 <string name="auto_revoke_disabled">Automatic removal is currently disabled for this app.</string> 676 677 <!-- Summary for stating that no permission groups that are granted and auto revocable[CHAR LIMIT=none] --> 678 <string name="auto_revocable_permissions_none">No auto revocable permissions are currently granted</string> 679 680 <!-- Summary for stating that one permission will be auto revoked[CHAR LIMIT=none] --> 681 <string name="auto_revocable_permissions_one"><xliff:g id="perm" example="location">%1$s</xliff:g> permission will be removed.</string> 682 683 <!-- Summary for stating that two permissions will be auto revoked[CHAR LIMIT=none] --> 684 <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> 685 686 <!-- Summary for stating that more than two permissions will be auto revoked[CHAR LIMIT=none] --> 687 <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> 688 689 <!-- Title for a page where users can manage whether or not they want Android to automatically remove permissions [CHAR LIMIT=40] --> 690 <string name="auto_manage_title">Manage permissions automatically</string> 691 692 <!-- Summary describing the permissions that have been removed from an app, when one permission is removed [CHAR LIMIT=none] --> 693 <string name="auto_revoked_app_summary_one"><xliff:g id="permission_name" example="Location">%s</xliff:g> permission removed</string> 694 695 <!-- Summary describing the permissions that have been removed from an app, when two permissions are removed [CHAR LIMIT=none] --> 696 <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> 697 698 <!-- Summary describing the permissions that have been removed from an app, when more than two permissions are removed [CHAR LIMIT=none] --> 699 <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> 700 701 <!-- The title of a page showing unused apps that have been hibernated [CHAR LIMIT=60]--> 702 <string name="unused_apps_page_title">Unused apps</string> 703 704 <!-- Summary for the screen that shows all unused apps that have been hibernated [CHAR LIMIT=none] --> 705 <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> 706 707 <!-- Summary for the screen on TV that shows all unused apps that have been hibernated [CHAR LIMIT=none] --> 708 <string name="unused_apps_page_tv_summary">If an app is unused for a month:\n\n\u2022 Permissions are removed to protect your data\n\u2022 Temporary files are removed to free up space\n\nTo allow permissions again, open the app.</string> 709 710 <!-- Title for a category of apps that were last used several months ago [CHAR LIMIT=none] --> 711 <string name="last_opened_category_title"> {count, plural, 712 =1{Last opened more than # month ago} 713 other{Last opened more than # months ago} 714 } 715 </string> 716 717 <!-- Summary for showing when an app was last used [CHAR LIMIT=none] --> 718 <string name="last_opened_summary">App last opened on <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string> 719 720 <!-- Summary for showing when an app was last used, shorter version [CHAR LIMIT=none] --> 721 <string name="last_opened_summary_short">Last opened <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string> 722 723 <!-- Text that explains that an app has access to all files[CHAR LIMIT=none] --> 724 <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> 725 726 <!-- Text that explains that an app requests full file access, and links to the settings page[CHAR LIMIT=none] --> 727 <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> 728 729 <!-- Label for showing a permission group's description in the header of the list of apps that have that permission [CHAR LIMIT=none] --> 730 <string name="permission_description_summary_generic">Apps with this permission can <xliff:g id="description" example="record audio">%1$s</xliff:g></string> 731 732 <!-- 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] --> 733 <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> 734 735 <!-- Label for showing a permission group's description in the header of the list of apps that have the calendar permission [CHAR LIMIT=none] --> 736 <string name="permission_description_summary_calendar">Apps with this permission can access your calendar</string> 737 738 <!-- 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] --> 739 <string name="permission_description_summary_call_log">Apps with this permission can read and write phone call log</string> 740 741 <!-- Label for showing a permission group's description in the header of the list of apps that have the camera permission [CHAR LIMIT=none] --> 742 <string name="permission_description_summary_camera">Apps with this permission can take pictures and record video</string> 743 744 <!-- Label for showing a permission group's description in the header of the list of apps that have the contacts permission [CHAR LIMIT=none] --> 745 <string name="permission_description_summary_contacts">Apps with this permission can access your contacts</string> 746 747 <!-- Label for showing a permission group's description in the header of the list of apps that have the location permission [CHAR LIMIT=none] --> 748 <string name="permission_description_summary_location">Apps with this permission can access this device\'s location</string> 749 750 <!-- 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] --> 751 <string name="permission_description_summary_nearby_devices">Apps with this permission can find, connect to, and determine the relative position of nearby devices</string> 752 753 <!-- Label for showing a permission group's description in the header of the list of apps that have the microphone permission [CHAR LIMIT=none] --> 754 <string name="permission_description_summary_microphone">Apps with this permission can record audio</string> 755 756 <!-- Label for showing a permission group's description in the header of the list of apps that have the phone permission [CHAR LIMIT=none] --> 757 <string name="permission_description_summary_phone">Apps with this permission can make and manage phone calls</string> 758 759 <!-- Label for showing a permission group's description in the header of the list of apps that have the sensors permission [CHAR LIMIT=none] --> 760 <string name="permission_description_summary_sensors">Apps with this permission can access sensor data about your vital signs</string> 761 762 <!-- Label for showing a permission group's description in the header of the list of apps that have the SMS permission [CHAR LIMIT=none] --> 763 <string name="permission_description_summary_sms">Apps with this permission can send and view SMS messages</string> 764 765 <!-- Label for showing a permission group's description in the header of the list of apps that have the Storage permission [CHAR LIMIT=none] --> 766 <string name="permission_description_summary_storage">Apps with this permission can access photos, media, and files on your device</string> 767 768 <!-- 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] --> 769 <string name="permission_description_summary_read_media_aural">Apps with this permission can access music and other audio files on this device</string> 770 771 <!-- 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] --> 772 <string name="permission_description_summary_read_media_visual">Apps with this permission can access photos and videos on this device</string> 773 774 <!-- Summary for showing the time and/or date of the most recent access of a permission by an app [CHAR LIMIT=60] --> 775 <string name="app_permission_most_recent_summary">Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 776 777 <!-- Summary for showing the time and/or date of the most recent access of a denied permission by an app [CHAR LIMIT=60] --> 778 <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> 779 780 <!-- Summary for showing that a denied app has not accessed a permission. [CHAR LIMIT=60] --> 781 <string name="app_permission_never_accessed_summary">Never accessed</string> 782 783 <!-- Summary for showing that an app has not accessed a permission. [CHAR LIMIT=60] --> 784 <string name="app_permission_never_accessed_denied_summary">Denied / Never accessed</string> 785 786 <!-- Header for granted permissions/apps [CHAR LIMIT=40] --> 787 <string name="allowed_header">Allowed</string> 788 789 <!-- Header for granted apps that can access the permission in the foreground and the background [CHAR LIMIT=40] --> 790 <string name="allowed_always_header">Allowed all the time</string> 791 792 <!-- Header for permissions/apps that are granted only when in the foreground [CHAR LIMIT=40] --> 793 <string name="allowed_foreground_header">Allowed only while in use</string> 794 795 <!-- Subtitle for scoped storage permissions, showing apps that have access to media files only [CHAR LIMIT=45] --> 796 <string name="allowed_storage_scoped">Allowed access to media only</string> 797 798 <!-- Subtitle for full storage permissions, showing apps that have access to all files [CHAR LIMIT=45] --> 799 <string name="allowed_storage_full">Allowed to manage all files</string> 800 801 <!-- 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] --> 802 <string name="ask_header">Ask every time</string> 803 804 <!-- Header for denied permissions/apps [CHAR LIMIT=40] --> 805 <string name="denied_header">Not allowed</string> 806 807 <!-- Header to display the Permission group name along with corresponding device name [CHAR LIMIT=None] --> 808 <string name="permission_group_name_with_device_name"><xliff:g id="perm_group_name" example="camera">%1$s</xliff:g> on <xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></string> 809 810 <!-- Text of hyperlink shown in storage_footer [CHAR LIMIT=60] --> 811 <string name="storage_footer_hyperlink_text">See more apps that can access all files</string> 812 813 <!-- Time in days --> 814 <string name="days">{count, plural, 815 =1 {1 day} 816 other {# days} 817 }</string> 818 819 <!-- Time in hours --> 820 <string name="hours">{count, plural, 821 =1 {# hour} 822 other {# hours} 823 }</string> 824 825 <!-- Time in minutes --> 826 <string name="minutes">{count, plural, 827 =1 {# minute} 828 other {# minutes} 829 }</string> 830 831 <!-- Time in seconds --> 832 <string name="seconds">{count, plural, 833 =1 {# second} 834 other {# seconds} 835 }</string> 836 837 <!-- The name of the notification channel containing reminders about permission [CHAR LIMIT=60]--> 838 <string name="permission_reminders">Permission reminders</string> 839 840 <!-- The notification title for the notification that a permission auto revoke has happened for one app (outdated) [CHAR LIMIT=60] --> 841 <string name="auto_revoke_permission_reminder_notification_title_one">1 unused app</string> 842 843 <!-- The notification title for the notification that a permission auto revoke has happened for more than one app (outdated) [CHAR LIMIT=60] --> 844 <string name="auto_revoke_permission_reminder_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> unused apps</string> 845 846 <!-- The notification content for the auto revoke reminder notification (outdated) [CHAR LIMIT=none] --> 847 <string name="auto_revoke_permission_reminder_notification_content">Permissions removed to protect your privacy. Tap to review</string> 848 849 <!-- The notification title for the notification that a permission auto revoked has happened [CHAR LIMIT=60] --> 850 <string name="auto_revoke_permission_notification_title">Permissions removed for unused apps</string> 851 852 <!-- The notification content for the auto revoke reminder notification [CHAR LIMIT=none] --> 853 <string name="auto_revoke_permission_notification_content">Some apps haven\u2019t been used in a few months. Tap to review.</string> 854 855 <!-- The notification title for the notification that app hibernation has happened [CHAR LIMIT=60] --> 856 <string name="unused_apps_notification_title">{count, plural, 857 =1 {# unused app} 858 other {# unused apps} 859 }</string> 860 861 <!-- The notification content for the hibernation reminder notification [CHAR LIMIT=none] --> 862 <string name="unused_apps_notification_content">Permissions and temporary files have been removed and notifications were stopped. Tap to review.</string> 863 864 <!-- The safety center card title for apps being auto-revoked [CHAR LIMIT=60] --> 865 <string name="unused_apps_safety_center_card_title">Review apps with permissions removed</string> 866 867 <!-- The safety center card summary for apps being auto-revoked [CHAR LIMIT=none] --> 868 <string name="unused_apps_safety_center_card_content">For apps that you haven\u2019t used in a while, permissions and temporary files were removed and notifications were stopped.</string> 869 870 <!-- The action on the auto-revoked card to see unused apps [CHAR LIMIT=60] --> 871 <string name="unused_apps_safety_center_action_title">Review apps</string> 872 873 <!-- The notification title for the notification that shows up at the end of a drive where the user made a permission decision [CHAR LIMIT=60] --> 874 <string name="post_drive_permission_decision_reminder_title">Check recent permissions</string> 875 876 <!-- The notification summary for the notification that shows up at the end of a drive where the user made a permission decision for a single app [CHAR LIMIT=90] --> 877 <string name="post_drive_permission_decision_reminder_summary_1_app_1_permission">While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> access to <xliff:g id="permission" example="location">%2$s</xliff:g></string> 878 879 <!-- The notification summary for the notification that shows up at the end of a drive where the user made 2 permission decisions for a single app [CHAR LIMIT=90] --> 880 <string name="post_drive_permission_decision_reminder_summary_1_app_2_permissions">While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> access to <xliff:g id="permission_1" example="location">%2$s</xliff:g> & <xliff:g id="permission_2" example="microphone">%3$s</xliff:g></string> 881 882 <!-- The notification summary for the notification that shows up at the end of a drive where the user made 3 or more permission decisions for a single app [CHAR LIMIT=90] --> 883 <string name="post_drive_permission_decision_reminder_summary_1_app_multi_permission">While driving, you granted <xliff:g id="count" example="2">%1$d</xliff:g> permissions to <xliff:g id="app" example="Waze">%2$s</xliff:g></string> 884 885 <!-- The notification summary for the notification that shows up at the end of a drive where the user made permission decisions for multiple apps [CHAR LIMIT=NONE] --> 886 <string name="post_drive_permission_decision_reminder_summary_multi_apps">{count, plural, 887 =1 {While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> & # other app access} 888 other {While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> & # other apps access} 889 }</string> 890 891 <!-- The text of a button for an action in a notification that opens the Settings app [CHAR LIMIT=60] --> 892 <string name="go_to_settings">Go to Settings</string> 893 894 <!-- The subtitle for the auto revoke settings card [CHAR LIMIT=none] --> 895 <string name="auto_revoke_setting_subtitle">Some apps haven\u2019t been used in a few months</string> 896 897 <!-- The title of the category showing apps with removed permissions [CHAR LIMIT=60] --> 898 <string name="permissions_removed_category_title">Removed permissions</string> 899 900 <!-- The title of a page showing apps with removed permissions [CHAR LIMIT=60]--> 901 <string name="permission_removed_page_title">Permissions removed</string> 902 903 <!-- The title of the category showing all unused apps [CHAR LIMIT=60]--> 904 <string name="all_unused_apps_category_title">All unused apps</string> 905 906 <!-- String stating how many months ago an app was used [CHAR LIMIT=none] --> 907 <string name="months_ago"><xliff:g id="count" example="2">%1$d</xliff:g> months ago</string> 908 909 <!-- The summary for the auto revoke preference [CHAR LIMIT=none] --> 910 <string name="auto_revoke_preference_summary">Permissions removed to protect your privacy</string> 911 912 <!-- The notification title for background location access reminder notification [CHAR LIMIT=60] --> 913 <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> 914 915 <!-- The notification content for background location access reminder notification [CHAR LIMIT=none] --> 916 <string name="background_location_access_reminder_notification_content">This app can always access your location. Tap to change.</string> 917 918 <!-- The notification title for notification listener reminder notification [CHAR LIMIT=60] --> 919 <string name="notification_listener_reminder_notification_title">Review app with access to your notifications</string> 920 921 <!-- The notification content for notification listener reminder notification [CHAR LIMIT=none] --> 922 <string name="notification_listener_reminder_notification_content"><xliff:g id="app_name" example="Gmail">%s</xliff:g> can dismiss, act on, and access content inside your notifications</string> 923 924 <!-- The warning card (in safety center) content for notification listener access [CHAR LIMIT=none] --> 925 <string name="notification_listener_warning_card_content">This app can dismiss, act on, and access content inside your notifications. Some apps require this access to function as intended.</string> 926 927 <!-- The label for remove access button on safety center warning card [CHAR LIMIT=60] --> 928 <string name="notification_listener_remove_access_button_label">Remove access</string> 929 930 <!-- The label for notification listener settings button from safety center warning card [CHAR LIMIT=60] --> 931 <string name="notification_listener_review_app_button_label">See more options</string> 932 933 <!-- Success message for remove access action on safety center warning card [CHAR LIMIT=60] --> 934 <string name="notification_listener_remove_access_success_label">Access removed</string> 935 936 <!-- The title for notification reminders, and for warning cards in safety center, for apps with full device (accessibility) access [CHAR LIMIT=60] --> 937 <string name="accessibility_access_reminder_notification_title">Review app with full device access</string> 938 939 <!-- The notification content for full device (accessibility) access reminder notification [CHAR LIMIT=none] --> 940 <string name="accessibility_access_reminder_notification_content"><xliff:g id="app_name" example="Gmail">%s</xliff:g> can view your screen and perform actions on your device. Accessibility apps need this type of access to function as intended.</string> 941 942 <!-- The warning card (in safety center) content for full device (accessibility) access [CHAR LIMIT=none] --> 943 <string name="accessibility_access_warning_card_content">This app can view your screen and perform actions on your device. Accessibility apps need this type of access to function as intended, but check the app and make sure you trust it.</string> 944 945 <!-- The label for button on safety center warning card to remove full (accessibility) access from a given app [CHAR LIMIT=60] --> 946 <string name="accessibility_remove_access_button_label">Remove access</string> 947 948 <!-- The label button on safety center warning card to view full list of apps with full (accessibility) access [CHAR LIMIT=60] --> 949 <string name="accessibility_show_all_apps_button_label">View apps with full access</string> 950 951 <!-- Success message for remove access action on safety center warning card [CHAR LIMIT=60] --> 952 <string name="accessibility_remove_access_success_label">Access removed</string> 953 954 <!-- Fallback for notification title (name of app delivering notification) in case PbA string not defined [CHAR LIMIT=60] --> 955 <string name="safety_center_notification_app_label">Android System</string> 956 957 <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] --> 958 <string name="auto_revoke_after_notification_title">App permissions removed to protect privacy</string> 959 960 <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] --> 961 <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> 962 963 <!-- The notification content for the notification that a permission auto revoke has happened for two apps [CHAR LIMIT=none] --> 964 <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> 965 966 <!-- The notification content for the notification that a permission auto revoke has happened for more than two apps [CHAR LIMIT=none] --> 967 <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> 968 969 <!-- The notification title for the notification that 1 app is unused [CHAR LIMIT=60] --> 970 <string name="auto_revoke_before_notification_title_one">1 app is unused</string> 971 972 <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] --> 973 <string name="auto_revoke_before_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> apps are unused</string> 974 975 <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] --> 976 <string name="auto_revoke_before_notification_content_one">Permissions will be removed to protect your privacy. Tap to review.</string> 977 978 <!-- Title for the unused app screen [CHAR LIMIT=30] --> 979 <string name="unused_apps_title">Unused apps</string> 980 981 <!-- Subtitle for the unused app screen, after permissions have been removed [CHAR LIMIT=none] --> 982 <string name="unused_apps_subtitle_after">Permissions removed from</string> 983 984 <!-- Subtitle for the unused app screen, before permissions have been removed [CHAR LIMIT=none] --> 985 <string name="unused_apps_subtitle_before">Permissions will be removed from</string> 986 987 <!-- Subtitle for an app with unused permissions, listing two permissions [CHAR LIMIT=none] --> 988 <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> 989 990 <!-- Subtitle for an app with unused permissions, listing more than two permissions [CHAR LIMIT=none] --> 991 <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> 992 993 <!-- Summary explaining that permissions for unused apps have be removed [CHAR LIMIT=none] --> 994 <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> 995 996 <!-- Summary explaining that permissions for unused apps have be removed. Has "some apps", instead of "apps" [CHAR LIMIT=none] --> 997 <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> 998 999 <!-- Summary listing that one app is unused [CHAR LIMIT=none] --> 1000 <string name="one_unused_app_summary">1 app hasen\u2019t been used for a few months</string> 1001 1002 <!-- Summary listing how many apps are unused [CHAR LIMIT=none] --> 1003 <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> 1004 1005 <!-- Subtitle for the preference that is currently granted only when the app is in the foreground. [CHAR LIMIT=60] --> 1006 <string name="permission_subtitle_only_in_foreground">Only while app is in use</string> 1007 1008 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=60] --> 1009 <string name="permission_subtitle_media_only">Media</string> 1010 1011 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=60] --> 1012 <string name="permission_subtitle_all_files">All Files</string> 1013 1014 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=60] --> 1015 <string name="permission_subtitle_background">Allowed all the time</string> 1016 1017 <!-- Summary for showing the last access text for sensor data permissions for today [CHAR LIMIT=70] --> 1018 <string name="app_perms_24h_access">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 1019 1020 <!-- Summary for showing the last access text for sensor data permissions for yesterday [CHAR LIMIT=70] --> 1021 <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> 1022 1023 <!-- Summary for showing the last access text for sensor data permissions for yesterday [CHAR LIMIT=70] --> 1024 <string name="app_perms_7d_access">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g></string> 1025 1026 <!-- Summary for showing the last access text for content provider permissions [CHAR LIMIT=70] --> 1027 <string name="app_perms_content_provider_24h">Accessed in past 24 hours</string> 1028 1029 <!-- Summary for showing the last access text for content provider permissions [CHAR LIMIT=70] --> 1030 <string name="app_perms_content_provider_7d">Accessed in past 7 days</string> 1031 1032 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 1033 <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> 1034 1035 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 1036 <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> 1037 1038 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 1039 <string name="app_perms_7d_access_background">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g> \u2022 Allowed all the time</string> 1040 1041 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 1042 <string name="app_perms_content_provider_24h_background">Accessed in past 24 hours \u2022 Allowed all the time</string> 1043 1044 <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] --> 1045 <string name="app_perms_content_provider_7d_background">Accessed in past 7 days \u2022 Allowed all the time</string> 1046 1047 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 1048 <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> 1049 1050 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 1051 <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> 1052 1053 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 1054 <string name="app_perms_7d_access_media_only">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g> \u2022 Media</string> 1055 1056 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 1057 <string name="app_perms_content_provider_24h_media_only">Accessed in past 24 hours \u2022 Media</string> 1058 1059 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] --> 1060 <string name="app_perms_content_provider_7d_media_only">Accessed in past 7 days \u2022 Media</string> 1061 1062 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 1063 <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> 1064 1065 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 1066 <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> 1067 1068 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 1069 <string name="app_perms_7d_access_all_files">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g> \u2022 All Files</string> 1070 1071 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 1072 <string name="app_perms_content_provider_24h_all_files">Accessed in past 24 hours \u2022 All Files</string> 1073 1074 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] --> 1075 <string name="app_perms_content_provider_7d_all_files">Accessed in past 7 days \u2022 All Files</string> 1076 1077 <!-- Label when app has been granted no permissions [CHAR LIMIT=none] --> 1078 <string name="no_permissions_allowed">No permissions allowed</string> 1079 1080 <!-- Label when app has been denied no permissions [CHAR LIMIT=none] --> 1081 <string name="no_permissions_denied">No permissions denied</string> 1082 1083 <!-- Label when no apps have been granted a given permission [CHAR LIMIT=none] --> 1084 <string name="no_apps_allowed">No apps allowed</string> 1085 1086 <!-- Label when no apps have ben granted storage access to all files on a devie [CHAR LIMIT=none] --> 1087 <string name="no_apps_allowed_full">No apps allowed for all files</string> 1088 1089 <!-- Label when no apps have been granted storage access to media files on a device [CHAR LIMIT=none] --> 1090 <string name="no_apps_allowed_scoped">No apps allowed for media only</string> 1091 1092 <!-- Label when no apps have been denied a given permission [CHAR LIMIT=none] --> 1093 <string name="no_apps_denied">No apps denied</string> 1094 1095 <!-- Label for the selected permission state for a given permission and application [CHAR LIMIT=30] --> 1096 <string name="car_permission_selected">Selected</string> 1097 1098 <!-- Label for button that opens up the Settings [CHAR LIMIT=20] --> 1099 <string name="settings">Settings</string> 1100 1101 <!-- Title for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> 1102 <string name="accessibility_service_dialog_title_single"><xliff:g id="service_name" example="Gmail">%s</xliff:g> has full access to your device</string> 1103 1104 <!-- Title for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> 1105 <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> 1106 1107 <!-- Text for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> 1108 <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> 1109 1110 <!-- Text for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> 1111 <string name="accessibility_service_dialog_bottom_text_multiple">These apps can view your screen, actions, and inputs, perform actions, and control the display.</string> 1112 1113 <!-- Label for the assistant role. [CHAR LIMIT=30] --> 1114 <string name="role_assistant_label">Default digital assistant app</string> 1115 <!-- Short label for the assistant role. [CHAR LIMIT=30] --> 1116 <string name="role_assistant_short_label">Digital assistant app</string> 1117 <!-- Description for the assistant role. [CHAR LIMIT=NONE] --> 1118 <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> 1119 1120 <!-- Label for the browser role. [CHAR LIMIT=30] --> 1121 <string name="role_browser_label">Default browser app</string> 1122 <!-- Short label for the browser role. [CHAR LIMIT=30] --> 1123 <string name="role_browser_short_label">Browser app</string> 1124 <!-- Description for the browser role. [CHAR LIMIT=NONE] --> 1125 <string name="role_browser_description">Apps that give you access to the internet and display links that you tap</string> 1126 <!-- Template for the title when an app requests to become the default browser app. [CHAR LIMIT=100] --> 1127 <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> 1128 <!-- Description when an app requests to become the default browser app. [CHAR LIMIT=60] --> 1129 <string name="role_browser_request_description">No permissions needed</string> 1130 1131 <!-- Label for the dialer role. [CHAR LIMIT=30] --> 1132 <string name="role_dialer_label">Default phone app</string> 1133 <!-- Short label for the dialer role. [CHAR LIMIT=30] --> 1134 <string name="role_dialer_short_label">Phone app</string> 1135 <!-- Description for the dialer role. [CHAR LIMIT=NONE] --> 1136 <string name="role_dialer_description">Apps that allow you to make and receive telephone calls on your device</string> 1137 <!-- Template for the title when an app requests to become the default dialer app. [CHAR LIMIT=100] --> 1138 <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> 1139 <!-- Description when an app requests to become the default dialer app. [CHAR LIMIT=NONE] --> 1140 <string name="role_dialer_request_description">This app will be given access to your Camera, Contacts, Microphone, Phone, and SMS</string> 1141 <!-- Search keywords for the dialer role. [CHAR LIMIT=NONE] --> 1142 <string name="role_dialer_search_keywords">dialer</string> 1143 1144 <!-- Label for the SMS role. [CHAR LIMIT=30] --> 1145 <string name="role_sms_label">Default SMS app</string> 1146 <!-- Short label for the SMS role. [CHAR LIMIT=30] --> 1147 <string name="role_sms_short_label">SMS app</string> 1148 <!-- Description for the SMS role. [CHAR LIMIT=NONE] --> 1149 <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> 1150 <!-- Template for the title when an app requests to become the default SMS app. [CHAR LIMIT=100] --> 1151 <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> 1152 <!-- Description when an app requests to become the default SMS app. [CHAR LIMIT=NONE] --> 1153 <string name="role_sms_request_description">This app will be given access to your Camera, Contacts, Files and media, Microphone, Phone, and SMS</string> 1154 <!-- Search keywords for the SMS role. [CHAR LIMIT=NONE] --> 1155 <string name="role_sms_search_keywords">text message, texting, messages, messaging</string> 1156 1157 <!-- Label for the emergency role. [CHAR LIMIT=30] --> 1158 <string name="role_emergency_label">Default emergency app</string> 1159 <!-- Short label for the emergency role. [CHAR LIMIT=30] --> 1160 <string name="role_emergency_short_label">Emergency app</string> 1161 <!-- Description for the emergency role. [CHAR LIMIT=NONE] --> 1162 <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> 1163 <!-- Template for the title when an app requests to become the default emergency app. [CHAR LIMIT=100] --> 1164 <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> 1165 <!-- Description when an app requests to become the default emergency app. [CHAR LIMIT=60] --> 1166 <string name="role_emergency_request_description">No permissions needed</string> 1167 <!-- Search keywords for the emergency role. The word "ICE" here is short for In Case of Emergency, not frozen water. [CHAR LIMIT=NONE] --> 1168 <string name="role_emergency_search_keywords">ice</string> 1169 1170 <!-- Label for the home role. [CHAR LIMIT=30] --> 1171 <string name="role_home_label">Default home app</string> 1172 <!-- Short label for the home role. [CHAR LIMIT=30] --> 1173 <string name="role_home_short_label">Home app</string> 1174 <!-- Description for the home role. [CHAR LIMIT=NONE] --> 1175 <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> 1176 <!-- Template for the title when an app requests to become the default home app. [CHAR LIMIT=100] --> 1177 <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> 1178 <!-- Description when an app requests to become the default home app. [CHAR LIMIT=60] --> 1179 <string name="role_home_request_description">No permissions needed</string> 1180 <!-- Search keywords for the home role. [CHAR LIMIT=NONE] --> 1181 <string name="role_home_search_keywords">launcher</string> 1182 1183 <!-- Label for the call redirection role. [CHAR LIMIT=30] --> 1184 <string name="role_call_redirection_label">Default call redirecting app</string> 1185 <!-- Short label for the call redirection role. [CHAR LIMIT=30] --> 1186 <string name="role_call_redirection_short_label">Call redirecting app</string> 1187 <!-- Description for the call redirection role. [CHAR LIMIT=NONE] --> 1188 <string name="role_call_redirection_description">Apps that allow you to forward outgoing calls to another phone number</string> 1189 <!-- Template for the title when an app requests to become the default call redirection app. [CHAR LIMIT=100] --> 1190 <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> 1191 <!-- Description when an app requests to become the default call redirection app. [CHAR LIMIT=60] --> 1192 <string name="role_call_redirection_request_description">No permissions needed</string> 1193 1194 <!-- Label for the call screening role. [CHAR LIMIT=45] --> 1195 <string name="role_call_screening_label">Default caller ID & spam app</string> 1196 <!-- Short label for the call screening role. [CHAR LIMIT=30] --> 1197 <string name="role_call_screening_short_label">Caller ID & spam app</string> 1198 <!-- Description for the call screening role. [CHAR LIMIT=NONE] --> 1199 <string name="role_call_screening_description">Apps that allow you to identify calls and block spam, robocalls, or unwanted numbers</string> 1200 <!-- Template for the title when an app requests to become the default call screening app. [CHAR LIMIT=100] --> 1201 <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> 1202 <!-- Description when an app requests to become the default call screening app. [CHAR LIMIT=60] --> 1203 <string name="role_call_screening_request_description">No permissions needed</string> 1204 1205 <!-- Label for the automotive navigation role. [CHAR LIMIT=45] --> 1206 <string name="role_automotive_navigation_label">Default navigation app</string> 1207 <!-- Short label for the automotive navigation role. [CHAR LIMIT=30] --> 1208 <string name="role_automotive_navigation_short_label">Navigation app</string> 1209 <!-- Description for the automotive navigation role. [CHAR LIMIT=NONE] --> 1210 <string name="role_automotive_navigation_description">Apps that can provide point-of-interest search and turn-by-turn navigation guidance</string> 1211 <!-- Template for the title when an app requests to become the default automotive navigation app. [CHAR LIMIT=100] --> 1212 <string name="role_automotive_navigation_request_title">Set <xliff:g id="app_name" example="Super Navigation">%1$s</xliff:g> as your default navigation app?</string> 1213 <!-- Description when an app requests to become the default automotive navigation app. [CHAR LIMIT=60] --> 1214 <string name="role_automotive_navigation_request_description">No permissions needed</string> 1215 1216 <!-- Description for the watch profile role. [CHAR LIMIT=NONE] --> 1217 <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> 1218 1219 <!-- Description for the app streaming profile role. [CHAR LIMIT=NONE] --> 1220 <string name="role_app_streaming_description"><xliff:g id="app_name" example="Cross-Device Communciation">%1$s</xliff:g> will be allowed to interact with your notifications and stream your apps to the connected device.</string> 1221 1222 <!-- Description for the companion device computer profile role. [CHAR LIMIT=NONE] --> 1223 <string name="role_companion_device_computer_description">This service shares your photos, media, and notifications from your phone to other devices.</string> 1224 1225 <!-- Label for the NOTES role. [CHAR LIMIT=30] --> 1226 <string name="role_notes_label">Default notes app</string> 1227 <!-- Short label for the NOTES role. [CHAR LIMIT=30] --> 1228 <string name="role_notes_short_label">Notes app</string> 1229 <!-- Description for the NOTES role. [CHAR LIMIT=NONE] --> 1230 <string name="role_notes_description">Apps that allow you to take notes on your device</string> 1231 <!-- Search keywords for the NOTES role. [CHAR LIMIT=NONE] --> 1232 <string name="role_notes_search_keywords">notes</string> 1233 1234 <!-- Label for the wallet role. [CHAR LIMIT=30] --> 1235 <string name="role_wallet_label">Default wallet app</string> 1236 <!-- Short label for the wallet role. [CHAR LIMIT=30] --> 1237 <string name="role_wallet_short_label">Wallet app</string> 1238 <!-- Description for the wallet role. [CHAR LIMIT=NONE] --> 1239 <string name="role_wallet_description">Wallet apps can store your credit and loyalty cards, car keys and other things to help with various forms of transactions.</string> 1240 <string name="role_wallet_request_title">Set <xliff:g id="app_name" example="Super Wallet">%1$s</xliff:g> as your default wallet app?</string> 1241 <string name="role_wallet_request_description">No permissions needed</string> 1242 1243 <!-- Subtitle for the application that is the current default application [CHAR LIMIT=30] --> 1244 <string name="request_role_current_default">Current default</string> 1245 1246 <!-- Label for the checkbox to always deny a role request from an application from now on [CHAR LIMIT=30] --> 1247 <string name="request_role_dont_ask_again">Don\u2019t ask again</string> 1248 1249 <!-- Label for the button to set an application as the default application [CHAR LIMIT=20] --> 1250 <string name="request_role_set_as_default">Set as default</string> 1251 1252 <!-- Message telling the user that a phone call is currently using the microphone [CHAR LIMIT=none] --> 1253 <string name="phone_call_uses_microphone">Microphone is used in <b>phone call</b></string> 1254 <!-- Message telling the user that a phone call is currently using the microphone and the camera [CHAR LIMIT=none] --> 1255 <string name="phone_call_uses_microphone_and_camera">Camera and Microphone are used in <b>video call</b></string> 1256 <!-- Message telling the user that a phone call is currently using the camera [CHAR LIMIT=none] --> 1257 <string name="phone_call_uses_camera">Camera is used in <b>video call</b></string> 1258 1259 <!-- Message telling the user that a system service is currently using the microphone [CHAR LIMIT=none] --> 1260 <string name="system_uses_microphone">Microphone is accessed using system service</string> 1261 <!-- Message telling the user that a system service is currently using the microphone and the camera [CHAR LIMIT=none] --> 1262 <string name="system_uses_microphone_and_camera">Camera and Microphone are accessed using system service</string> 1263 <!-- Message telling the user that a system service is currently using the camera [CHAR LIMIT=none] --> 1264 <string name="system_uses_camera">Camera is accessed using system service</string> 1265 1266 <!-- Line above a list of other apps and system service that are currently microphone or camera [CHAR LIMIT=60] --> 1267 <string name="other_use">Other use:</string> 1268 1269 <!-- Action for accepting the Ongoing usage dialog [CHAR LIMIT=10]--> 1270 <string name="ongoing_usage_dialog_ok">Got it</string> 1271 1272 <!-- Title for Ongoing usage dialog title when multiple apps are using app ops [CHAR LIMIT=NONE] --> 1273 <string name="ongoing_usage_dialog_title">Recent use of <xliff:g id="types_list" example="camera( and location)">%s</xliff:g></string> 1274 1275 <!-- Title for Ongoing usage dialog title when apps are using microphone [CHAR LIMIT=NONE] --> 1276 <string name="ongoing_usage_dialog_title_mic">Recent use of Microphone</string> 1277 1278 <!-- Title for Ongoing usage dialog title when apps are using camera [CHAR LIMIT=NONE] --> 1279 <string name="ongoing_usage_dialog_title_camera">Recent use of Camera</string> 1280 1281 <!-- Title for Ongoing usage dialog title when apps are using camera and microphone [CHAR LIMIT=NONE] --> 1282 <string name="ongoing_usage_dialog_title_mic_camera">Recent use of Microphone & Camera</string> 1283 1284 <!-- Separator for permissions. Include spaces before and after if needed [CHAR LIMIT=10] --> 1285 <string name="ongoing_usage_dialog_separator">,\u0020</string> 1286 1287 <!-- Separator for permissions, before last type. Include spaces before and after if needed [CHAR LIMIT=10] --> 1288 <string name="ongoing_usage_dialog_last_separator">\u0020and\u0020</string> 1289 1290 <!-- Keyword in the Settings app's search functionality that can be used to find links to the default app management screens [CHAR LIMIT=none] --> 1291 <string name="default_app_search_keyword">default apps</string> 1292 1293 <!-- List of the two permission group names for microphone (android:string/permgrouplab_microphone) and camera (android:string/permgrouplab_camera) [CHAR LIMIT=60]--> 1294 <string name="permgroup_list_microphone_and_camera">Microphone & Camera</string> 1295 1296 <!-- Accessibility label for button that opens a settings screen [CHAR LIMIT=NONE] --> 1297 <string name="settings_button">Settings</string> 1298 1299 <!-- Title for page of managing default apps. [CHAR LIMIT=30] --> 1300 <string name="default_apps">Default apps</string> 1301 1302 <!-- Help URI, default apps [DO NOT TRANSLATE] --> 1303 <string name="help_uri_default_apps" translatable="false"></string> 1304 1305 <!-- Label when there is no default apps [CHAR LIMIT=30] --> 1306 <string name="no_default_apps">No default apps</string> 1307 1308 <!-- Title for preference item that will open a screen to manage more default apps [CHAR LIMIT=30] --> 1309 <string name="default_apps_more">More defaults</string> 1310 1311 <!-- 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] --> 1312 <string name="default_apps_manage_domain_urls">Opening links</string> 1313 1314 <!-- Title for category of default apps for work [CHAR LIMIT=30] --> 1315 <string name="default_apps_for_work">Default for work</string> 1316 1317 <!-- Title for category of default apps for private profile [CHAR LIMIT=50] --> 1318 <string name="default_apps_for_private_profile">Default for private space</string> 1319 1320 <!-- Summary of a default app when there is no app set [CHAR LIMIT=60] --> 1321 <string name="default_app_none">None</string> 1322 1323 <!-- Label for a system default app [CHAR LIMIT=60] --> 1324 <string name="default_app_system_default">(System default)</string> 1325 1326 <!-- Label when there are no apps available for a default app [CHAR LIMIT=30] --> 1327 <string name="default_app_no_apps">No apps</string> 1328 1329 <!-- Label for the selected default app for default app [CHAR LIMIT=30] --> 1330 <string name="car_default_app_selected">Selected</string> 1331 1332 <!-- Label for the selected default app for default app when it has additional information to show [CHAR LIMIT=30] --> 1333 <string name="car_default_app_selected_with_info">Selected - <xliff:g id="additional_info" example="(System default)">%1$s</xliff:g></string> 1334 1335 <!-- 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] --> 1336 <string name="special_app_access_search_keyword">special app access</string> 1337 1338 <!-- Title for page of managing special app access. [CHAR LIMIT=30] --> 1339 <string name="special_app_access">Special app access</string> 1340 1341 <!-- Help URI, special app access [DO NOT TRANSLATE] --> 1342 <string name="help_uri_special_app_access" translatable="false"></string> 1343 1344 <!-- Label when there is no special app access [CHAR LIMIT=30] --> 1345 <string name="no_special_app_access">No special app access</string> 1346 1347 <!-- Label when there are no apps available for a special app access [CHAR LIMIT=30] --> 1348 <string name="special_app_access_no_apps">No apps</string> 1349 1350 <!-- Summary indicating that a home app is missing work profile support [CHAR LIMIT=60] --> 1351 <string name="home_missing_work_profile_support">Doesn\u2019t support work profile</string> 1352 1353 <!-- 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] --> 1354 <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> 1355 1356 <!-- 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] --> 1357 <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> 1358 1359 <!-- Name for the notification channel for incident / bug report confirmation. Appears in 1360 Settings. 1361 [CHAR LIMIT=50] --> 1362 <string name="incident_report_channel_name">Share Debugging Data</string> 1363 1364 <!-- Title for notification shown when the user should confirm an incident / bug report. 1365 [CHAR LIMIT=60] --> 1366 <string name="incident_report_notification_title">Share detailed debugging data?</string> 1367 1368 <!-- Content for notification shown when the user should confirm an incident / bug report. 1369 [CHAR LIMIT=120] --> 1370 <string name="incident_report_notification_text"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> would like to upload debugging information.</string> 1371 1372 <!-- Title for the incident / bug report confirmation dialog. [CHAR LIMIT=50] --> 1373 <string name="incident_report_dialog_title">Share debugging data?</string> 1374 1375 <!-- Title text for introduction to incident / bug report confirmation dialog. 1376 Following this text is a bulleted list of reasons that a bug is being collected (e.g. "bad 1377 battery life detected"). Please try to keep this as short as possible (<40 chars if possible). 1378 The dialog is getting full, but going over is ok if necessary. [CHAR LIMIT=60] --> 1379 <string name="incident_report_dialog_intro">The system has detected a problem.</string> 1380 1381 <!-- Content for dialog shown when the user should confirm an incident / bug report. 1382 [CHAR LIMIT=none] --> 1383 <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. 1384 1385Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug report?"</string> 1386 1387 <!-- Content for dialog shown when there was an error parsing the incident / bug report. 1388 [CHAR LIMIT=none] --> 1389 <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> 1390 1391 <!-- Label for the button to allow sharing of the report. [CHAR LIMIT=20]--> 1392 <string name="incident_report_dialog_allow_label">Allow</string> 1393 1394 <!-- Label for the button to NOT allow sharing of the report. [CHAR LIMIT=20] --> 1395 <string name="incident_report_dialog_deny_label">Deny</string> 1396 1397 <!-- 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] --> 1398 <string name="adjust_user_sensitive_title">Advanced settings</string> 1399 1400 <!-- 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] --> 1401 <string name="menu_adjust_user_sensitive">Advanced settings</string> 1402 1403 <!-- 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] --> 1404 <string name="adjust_user_sensitive_globally_title">Show system app usage</string> 1405 1406 <!-- 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] --> 1407 <string name="adjust_user_sensitive_globally_summary">Show system app use of permissions in status bar, dashboard \u0026 elsewhere</string> 1408 1409 <!-- 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] --> 1410 <string name="adjust_user_sensitive_per_app_header">Highlight usage for the following</string> 1411 1412 <!-- Title for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=60] --> 1413 <string name="assistant_record_audio_user_sensitive_title">Show assistant trigger detection</string> 1414 1415 <!-- Subtitle for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=none] --> 1416 <string name="assistant_record_audio_user_sensitive_summary">Show icon in status bar when microphone is used to activate voice assistant</string> 1417 1418 <!-- 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] --> 1419 <string name="permgrouprequest_storage_isolated">Allow 1420 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos and media on your device?</string> 1421 <!-- 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 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1422 <string name="permgrouprequest_device_aware_storage_isolated">Allow 1423 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos and media on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1424 1425 <!-- 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] --> 1426 <string name="permgrouprequest_contacts">Allow 1427 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your contacts?</string> 1428 1429 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1430 <string name="permgrouprequest_device_aware_contacts">Allow 1431 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your contacts on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1432 1433 1434 <!-- 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] --> 1435 <string name="permgrouprequest_location">Allow 1436 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\u2019s location?</string> 1437 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1438 <string name="permgrouprequest_device_aware_location">Allow 1439 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g>\u2019s</b> location?</string> 1440 <!-- 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]--> 1441 <string name="permgrouprequestdetail_location">The app will only have access to the location while you\u2019re using the app</string> 1442 <!-- 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] --> 1443 <string name="permgroupbackgroundrequest_location">Allow 1444 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\u2019s location?</string> 1445 <!-- 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 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1446 <string name="permgroupbackgroundrequest_device_aware_location">Allow 1447 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g>\u2019s</b> location?</string> 1448 <!-- 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] --> 1449 <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> 1450 <!-- 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] --> 1451 <string name="permgroupupgraderequest_location">Change location access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b>?</string> 1452 <!-- Message shown to the user when the apps requests permission to use the location while app is in foreground and background on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1453 <string name="permgroupupgraderequest_device_aware_location">Change location access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1454 <!-- 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] --> 1455 <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> 1456 1457 <!-- 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] --> 1458 <string name="permgrouprequest_nearby_devices">Allow 1459 <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> 1460 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1461 <string name="permgrouprequest_device_aware_nearby_devices">Allow 1462 <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 on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1463 <!-- 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] --> 1464 <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> 1465 1466 <!-- Message shown to the user when the app requests permission to upgrade to fine location [CHAR LIMIT=120] --> 1467 <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> 1468 <!-- Message shown to the user when the app requests permission to upgrade to fine location on a specific device [CHAR LIMIT=180] --> 1469 <string name="permgrouprequest_device_aware_fineupgrade">Change <xliff:g id="app_name" example="Gmail"><b>%1$s</b></xliff:g>\u2019s location access on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b> from approximate to precise?</string> 1470 <!-- Message shown to the user when the app requests permission to use coarse location [CHAR LIMIT=120] --> 1471 <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> 1472 <!-- Message shown to the user when the app requests permission to use coarse location for a specific device [CHAR LIMIT=180] --> 1473 <string name="permgrouprequest_device_aware_coarselocation">Allow <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>\u2019s approximate location?</string> 1474 <!-- Text for the FINE location image [CHAR LIMIT=20] --> 1475 <string name="permgrouprequest_finelocation_imagetext">Precise</string> 1476 <!-- Text for the COARSE location image [CHAR LIMIT=20] --> 1477 <string name="permgrouprequest_coarselocation_imagetext">Approximate</string> 1478 1479 <!-- 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] --> 1480 <string name="permgrouprequest_calendar">Allow 1481 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your calendar?</string> 1482 1483 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1484 <string name="permgrouprequest_device_aware_calendar">Allow 1485 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your calendar on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1486 1487 <!-- 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] --> 1488 <string name="permgrouprequest_sms">Allow 1489 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send and view SMS messages?</string> 1490 1491 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1492 <string name="permgrouprequest_device_aware_sms">Allow 1493 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send and view SMS messages on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1494 1495 <!-- 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] --> 1496 <string name="permgrouprequest_storage">Allow 1497 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos, media, and files on your device?</string> 1498 1499 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1500 <string name="permgrouprequest_device_aware_storage">Allow 1501 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos, media, and files on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1502 1503 <!-- 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] --> 1504 <string name="permgrouprequest_storage_q_to_s">Allow 1505 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access <b>photos, videos, music, and audio</b> on this device?</string> 1506 1507 <!-- 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] --> 1508 <string name="permgrouprequest_storage_pre_q">Allow 1509 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access <b>photos, videos, music, audio, and other files</b> on this device?</string> 1510 1511 <!-- 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] --> 1512 <string name="permgrouprequest_read_media_aural">Allow <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access music and audio on this device?</string> 1513 1514 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1515 <string name="permgrouprequest_device_aware_read_media_aural">Allow <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access music and audio on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1516 1517 <!-- 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] --> 1518 <string name="permgrouprequest_read_media_visual">Allow <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos and videos on this device?</string> 1519 1520 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1521 <string name="permgrouprequest_device_aware_read_media_visual">Allow <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos and videos on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1522 1523 <!-- 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] --> 1524 <string name="permgrouprequest_more_photos">Allow 1525 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access more photos and videos on this device?</string> 1526 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1527 <string name="permgrouprequest_device_aware_more_photos">Allow 1528 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access more photos and videos on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1529 1530 <!-- 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] --> 1531 <string name="permgrouprequest_microphone">Allow 1532 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio?</string> 1533 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1534 <string name="permgrouprequest_device_aware_microphone">Allow 1535 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1536 <!-- 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]--> 1537 <string name="permgrouprequestdetail_microphone">The app will only be able to record audio while you\u2019re using the app</string> 1538 <!-- 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] --> 1539 <string name="permgroupbackgroundrequest_microphone">Allow 1540 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio?</string> 1541 <!-- 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 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1542 <string name="permgroupbackgroundrequest_device_aware_microphone">Allow 1543 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1544 <!-- 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] --> 1545 <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> 1546 <!-- 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] --> 1547 <string name="permgroupupgraderequest_microphone">Change microphone access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b>?</string> 1548 <!-- 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 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1549 <string name="permgroupupgraderequest_device_aware_microphone">Change microphone access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1550 <!-- 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] --> 1551 <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> 1552 1553 <!-- 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] --> 1554 <string name="permgrouprequest_activityRecognition">Allow 1555 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your physical activity?</string> 1556 1557 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1558 <string name="permgrouprequest_device_aware_activityRecognition">Allow 1559 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your physical activity on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1560 1561 <!-- 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] --> 1562 <string name="permgrouprequest_camera">Allow 1563 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video?</string> 1564 1565 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1566 <string name="permgrouprequest_device_aware_camera">Allow 1567 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1568 <!-- 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]--> 1569 <string name="permgrouprequestdetail_camera">The app will only be able to take pictures and record video while you\u2019re using the app</string> 1570 <!-- 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] --> 1571 <string name="permgroupbackgroundrequest_camera">Allow 1572 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video?</string> 1573 <!-- Message shown to the user when the apps requests permission to use the camera while app is in foreground and background on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1574 <string name="permgroupbackgroundrequest_device_aware_camera">Allow 1575 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1576 <!-- 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] --> 1577 <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> 1578 <!-- 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] --> 1579 <string name="permgroupupgraderequest_camera">Change camera access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b>?</string> 1580 <!-- Message shown to the user when the apps requests permission to use the camera while app is in foreground and background on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1581 <string name="permgroupupgraderequest_device_aware_camera">Change camera access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1582 <!-- 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] --> 1583 <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> 1584 1585 <!-- 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] --> 1586 <string name="permgrouprequest_calllog">Allow 1587 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your phone call logs?</string> 1588 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1589 <string name="permgrouprequest_device_aware_calllog">Allow 1590 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your phone call logs on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1591 1592 <!-- 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] --> 1593 <string name="permgrouprequest_phone">Allow 1594 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to make and manage phone calls?</string> 1595 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1596 <string name="permgrouprequest_device_aware_phone">Allow 1597 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to make and manage phone calls on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1598 1599 <!-- 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] --> 1600 <string name="permgrouprequest_sensors">Allow 1601 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access sensor data about your vital signs?</string> 1602 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1603 <string name="permgrouprequest_device_aware_sensors">Allow 1604 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access sensor data about your vital signs on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1605 1606 <!-- Subtitle of the message shown to the user when the apps requests permission to use the body sensors while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=NONE] --> 1607 <string name="permgroupupgraderequestdetail_sensors">This app wants to access sensor data about your vital signs all the time, even when you\u2019re not using the app. To make this change, <annotation id="link">go to settings.</annotation></string> 1608 <!-- Message shown to the user when the apps requests permission to use the bosy sensors while app is in foreground and background. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=120] --> 1609 <string name="permgroupbackgroundrequest_sensors">Allow 1610 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access the sensor data about your vital signs?</string> 1611 <!-- Message shown to the user when the apps requests permission to use the bosy sensors while app is in foreground and background on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1612 <string name="permgroupbackgroundrequest_device_aware_sensors">Allow 1613 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access the sensor data about your vital signs on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1614 <!-- Subtitle of the message shown to the user when the apps requests permission to use the body sensors while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=NONE] --> 1615 <string name="permgroupbackgroundrequestdetail_sensors">To let this app access body sensor data all the time, even when you\u2019re not using the app, <annotation id="link">go to settings.</annotation></string> 1616 <!-- Message shown to the user when the apps requests permission to use the body sensors 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] --> 1617 <string name="permgroupupgraderequest_sensors">Keep allowing <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access body sensor data while app is in use?</string> 1618 <!-- Message shown to the user when the apps requests permission to use the body sensors while app is in foreground and background on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1619 <string name="permgroupupgraderequest_device_aware_sensors">Keep allowing <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access body sensor data on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b> while app is in use?</string> 1620 1621 <!-- 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] --> 1622 <string name="permgrouprequest_notifications">Allow 1623 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send you notifications?</string> 1624 <!-- Message shown to the user when the apps requests permission from this group on a specific device. If ever possible this should stay below 120 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 180 characters though. [CHAR LIMIT=180] --> 1625 <string name="permgrouprequest_device_aware_notifications">Allow 1626 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send you notifications on <b><xliff:g id="device_name" example="My Laptop">%2$s</xliff:g></b>?</string> 1627 1628 <!-- 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]--> 1629 <string name="auto_granted_permissions">Controlled permissions</string> 1630 <!-- Title of the notification [CHAR LIMIT=120]--> 1631 <string name="auto_granted_location_permission_notification_title"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> has location access</string> 1632 <!-- Body of the notification, that does not include the app name and is specific to location permissions. [CHAR LIMIT=120]--> 1633 <string name="auto_granted_permission_notification_body">Your organization allows <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> to access your location</string> 1634 1635 <!-- 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] --> 1636 <string name="other_permissions_label">Other permissions</string> 1637 1638 <!-- Title for a list of permissions that are not requested by any of the installed applications. [CHAR LIMIT=80] --> 1639 <string name="not_used_permissions_label">Permission used by the system</string> 1640 <!-- Subtitle for a list of permissions that are not requested by any of the installed applications. [CHAR LIMIT=none] --> 1641 <string name="not_used_permissions_description">Permissions used only by the system applications.</string> 1642 1643 <!-- Title for a list of "custom" permissions (defined by applications, not the platform). [CHAR LIMIT=80] --> 1644 <string name="additional_permissions_label">Additional permissions</string> 1645 <!-- Subtitle for a list of "custom" permissions (defined by applications, not the platform). [CHAR LIMIT=none] --> 1646 <string name="additional_permissions_description">Permissions defined by applications.</string> 1647 1648 <!-- Permission label for camera. [CHAR LIMIT=20] --> 1649 <string name="privdash_label_camera">Camera</string> 1650 <!-- Permission label for microphone. [CHAR LIMIT=20] --> 1651 <string name="privdash_label_microphone">Microphone</string> 1652 <!-- Permission label for location. [CHAR LIMIT=20] --> 1653 <string name="privdash_label_location">Location</string> 1654 <!-- Permission label for "other" (not camera, microphone, or location). [CHAR LIMIT=20] --> 1655 <string name="privdash_label_other">Other</string> 1656 <!-- Permission label for "none" (not anything). [CHAR LIMIT=20] --> 1657 <string name="privdash_label_none">None</string> 1658 <!-- Label that describes a "past 24 hours" time window, prefer two lines. [CHAR LIMIT=20] --> 1659 <string name="privdash_label_24h">Past\n24 hours</string> 1660 <!-- Label that describes a "past 7 days" time window, prefer two lines. [CHAR LIMIT=20] --> 1661 <string name="privdash_label_7d">Past\n7 days</string> 1662 <!-- This information will aid accessibility applications in describing permission usage percentages to users. While the chart visually represents permission usage, accessibility tools will convey the specific percentages for those who need auditory assistance. Examples would be "Microphone 40 percent" or "Location 75 percent" [CHAR LIMIT=none] --> 1663 <string name="privdash_usage_percent"><xliff:g id="permission_name" example="camera">%1$s</xliff:g> <xliff:g id="percent" example="25">%2$d</xliff:g> percent</string> 1664 1665 <!-- Info label for status bar indicator permissions (Mic and Camera) for apps holding special exempted roles. [CHAR LIMIT=none] --> 1666 <string name="exempt_mic_camera_info_label"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is protected by Android. Because your data is processed on this device, this app’s permission usage isn’t shown on the status bar or your privacy dashboard. </string> 1667 <!-- Info label for permissions for apps holding special exempted roles. [CHAR LIMIT=none] --> 1668 <string name="exempt_info_label"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is protected by Android. Because your data is processed on this device, this app’s permission usage isn’t shown on your privacy dashboard. </string> 1669 1670 <!-- Info label for the warning banner title if camera is blocked [CHAR LIMIT=none] --> 1671 <string name="blocked_camera_title">Device camera is blocked</string> 1672 <!-- Info label for the warning banner title if microphone is blocked [CHAR LIMIT=none] --> 1673 <string name="blocked_microphone_title">Device microphone is blocked</string> 1674 <!-- Info label for the warning banner title if location is off [CHAR LIMIT=none] --> 1675 <string name="blocked_location_title">Device location is off</string> 1676 <!-- Info label to display that the sensor is blocked for apps and services [CHAR LIMIT=none] --> 1677 <string name="blocked_sensor_summary">For apps and services</string> 1678 <!-- Info label to display that the mic is blocked for apps and services [CHAR LIMIT=none] --> 1679 <string name="blocked_mic_summary">Microphone data may still be shared when you call an emergency number.</string> 1680 <!-- Label for the button to change the sensor status [CHAR LIMIT=none] --> 1681 <string name="blocked_sensor_button_label">Change</string> 1682 <!-- Info label for the warning banner title if automotive camera access is off[CHAR LIMIT=none] --> 1683 <string name="automotive_blocked_camera_title">Camera access is off</string> 1684 <!-- Info label for the warning banner title if automotive microphone access is off[CHAR LIMIT=none] --> 1685 <string name="automotive_blocked_microphone_title">Microphone access is off</string> 1686 <!-- Info label for the warning banner title if automotive location access is off[CHAR LIMIT=none] --> 1687 <string name="automotive_blocked_location_title">Location access is off</string> 1688 <!-- Info label to display that the sensor is blocked for automotive infotainment apps and services [CHAR LIMIT=none] --> 1689 <string name="automotive_blocked_infotainment_app_summary">For infotainment apps</string> 1690 <!-- Info label to display that the sensor is blocked for automotive required apps and services [CHAR LIMIT=none] --> 1691 <string name="automotive_blocked_required_app_summary">For required apps</string> 1692 <!-- Info label for the required app title which needs to access sensors such as camera, location and microphone [CHAR LIMIT=NONE]--> 1693 <string name="automotive_required_app_title">This app is required</string> 1694 <!-- Info label to display when the automotive app is a required app for accessing sensors such as camera, location and microphone [CHAR LIMIT=NONE]--> 1695 <string name="automotive_required_app_summary">This app is required by your car\u2019s manufacturer</string> 1696 1697 <!-- Title for page containing overall view of device safety status [CHAR LIMIT=30] --> 1698 <string name="safety_center_dashboard_page_title">Security & privacy</string> 1699 <!-- Label for the button that triggers a new scan for safety center data [CHAR LIMIT=60] --> 1700 <string name="safety_center_rescan_button">Scan device</string> 1701 <!-- Content description for the button dismisses a safety center issue [CHAR LIMIT=NONE] --> 1702 <string name="safety_center_issue_card_dismiss_button">Dismiss</string> 1703 <!-- Title for a dialog confirming if a user wants to dismiss a safety center issue [CHAR LIMIT=NONE] --> 1704 <string name="safety_center_issue_card_dismiss_confirmation_title">Dismiss this alert?</string> 1705 <!-- Message for a dialog confirming if a user wants to dismiss a safety center issue [CHAR LIMIT=NONE] --> 1706 <string name="safety_center_issue_card_dismiss_confirmation_message">Review your security and privacy settings any time to add more protection</string> 1707 <!-- Label for a button to dismiss a safety center issue in a confirmation dialog [CHAR LIMIT=30] --> 1708 <string name="safety_center_issue_card_confirm_dismiss_button">Dismiss</string> 1709 <!-- Label for a button to cancel dismissing a safety center issue in a confirmation dialog [CHAR LIMIT=30] --> 1710 <string name="safety_center_issue_card_cancel_dismiss_button">Cancel</string> 1711 <!-- Title for a section that contains security and privacy related settings on the Security and Privacy page [CHAR LIMIT=60] --> 1712 <string name="safety_center_entries_category_title">Settings</string> 1713 <!-- Content description for the safety status preference title and summary in the Safety Center [CHAR LIMIT=NONE]--> 1714 <string name="safety_status_preference_title_and_summary_content_description">Security and privacy status. <xliff:g id="overall safety status" example="Looks Good">%1$s</xliff:g>. <xliff:g id="summary of device status" example="This device is up to date">%2$s</xliff:g></string> 1715 <!-- Label for the button that takes the user to the settings page for Android Security [CHAR LIMIT=60] --> 1716 <string name="security_settings">Security Settings</string> 1717 <!-- Label for the permission usage section of safety center QS page[CHAR LIMIT=30] --> 1718 <string name="sensor_permissions_qs">Permissions</string> 1719 <!-- Title of the safety and privacy quick settings tile [CHAR LIMIT=NONE] --> 1720 <string name="safety_privacy_qs_tile_title">Security & privacy</string> 1721 <!-- Subtitle of the safety and privacy quick settings tile [CHAR LIMIT=NONE] --> 1722 <string name="safety_privacy_qs_tile_subtitle">Check status</string> 1723 <!-- Label for the privacy controls section of safety center QS page [CHAR LIMIT=30] --> 1724 <string name="privacy_controls_qs">Your privacy controls</string> 1725 <!-- Label for the button that opens safety center in safety center QS page [CHAR LIMIT=30] --> 1726 <string name="security_settings_button_label_qs">More settings</string> 1727 <!-- Label for the toggle that changes camera access in safety center QS page [CHAR LIMIT=30] --> 1728 <string name="camera_toggle_label_qs">Camera access</string> 1729 <!-- Label for the toggle that changes microphone access in safety center QS page [CHAR LIMIT=30] --> 1730 <string name="microphone_toggle_label_qs">Mic access</string> 1731 <!-- Label when permissions were removed via safety center QS page [CHAR LIMIT=30] --> 1732 <string name="permissions_removed_qs">Permission removed</string> 1733 <!-- Label to see camera usage in safety center QS page [CHAR LIMIT=50] --> 1734 <string name="camera_usage_qs">See recent camera usage</string> 1735 <!-- Label to see microphone usage in safety center QS page [CHAR LIMIT=50] --> 1736 <string name="microphone_usage_qs">See recent mic usage</string> 1737 <!-- Label to remove camera permission for an app in safety center QS page [CHAR LIMIT=50] --> 1738 <string name="remove_camera_qs">Remove permission for this app</string> 1739 <!-- Label to remove microphone permission for an app in safety center QS page [CHAR LIMIT=50] --> 1740 <string name="remove_microphone_qs">Remove permission for this app</string> 1741 <!-- Label to manage service in safety center QS page [CHAR LIMIT=50] --> 1742 <string name="manage_service_qs">Manage service</string> 1743 <!-- Label to manage permissions in safety center QS page [CHAR LIMIT=50] --> 1744 <string name="manage_permissions_qs">Manage permissions</string> 1745 <!-- Label for active usage by phone call in safety center QS page [CHAR LIMIT=50] --> 1746 <string name="active_call_usage_qs">Being used by phone call</string> 1747 <!-- Label for recent usage by phone call in safety center QS page [CHAR LIMIT=50] --> 1748 <string name="recent_call_usage_qs">Recently used in phone call</string> 1749 <!-- Label for active app usage in safety center QS page [CHAR LIMIT=50] --> 1750 <string name="active_app_usage_qs">Being used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g></string> 1751 <!-- Label for recent app usage in safety center QS page [CHAR LIMIT=50] --> 1752 <string name="recent_app_usage_qs">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g></string> 1753 <!-- Label for active app usage with sub-attribution or proxy label in safety center QS page [CHAR LIMIT=NONE] --> 1754 <string name="active_app_usage_1_qs">Being used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>)</string> 1755 <!-- Label for recent app usage with sub-attribution or proxy label in safety center QS page [CHAR LIMIT=NONE] --> 1756 <string name="recent_app_usage_1_qs">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>)</string> 1757 <!-- Label for active app usage with sub-attribution and proxy label in safety center QS page [CHAR LIMIT=NONE] --> 1758 <string name="active_app_usage_2_qs">Being used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g> \u2022 <xliff:g id="proxy_label" example="Speech services">%3$s</xliff:g>)</string> 1759 <!-- Label for recent app usage with sub-attribution and proxy label in safety center QS page [CHAR LIMIT=NONE] --> 1760 <string name="recent_app_usage_2_qs">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g> \u2022 <xliff:g id="proxy_label" example="Speech services">%3$s</xliff:g>)</string> 1761 1762 <!-- Positive button for media confirm dialog [CHAR LIMIT=40] --> 1763 <string name="media_confirm_dialog_positive_button">Confirm</string> 1764 <!-- Negative button for media confirm dialog [CHAR LIMIT=40] --> 1765 <string name="media_confirm_dialog_negative_button">Back</string> 1766 <!-- Title for media confirm dialog (when user allows aural group of pre-q app) [CHAR LIMIT=NONE] --> 1767 <string name="media_confirm_dialog_title_a_to_p_aural_allow">Access to other files will also be allowed</string> 1768 <!-- Title for media confirm dialog (when user denies aural group of pre-q app) [CHAR LIMIT=NONE] --> 1769 <string name="media_confirm_dialog_title_a_to_p_aural_deny">Access to other files also won\u2019t be allowed</string> 1770 <!-- Title for media confirm dialog (when user allows visual group of pre-q app) [CHAR LIMIT=NONE] --> 1771 <string name="media_confirm_dialog_title_a_to_p_visual_allow">Access to other files will also be allowed</string> 1772 <!-- Title for media confirm dialog (when user denies visual group of pre-q app) [CHAR LIMIT=NONE] --> 1773 <string name="media_confirm_dialog_title_a_to_p_visual_deny">Access to other files also won\u2019t be allowed</string> 1774 <!-- Title for media confirm dialog (when user allows aural group of q_to_s app) [CHAR LIMIT=NONE] --> 1775 <string name="media_confirm_dialog_title_q_to_s_aural_allow">Access to photos and videos will also be allowed</string> 1776 <!-- Title for media confirm dialog (when user denies aural group of q_to_s app) [CHAR LIMIT=NONE] --> 1777 <string name="media_confirm_dialog_title_q_to_s_aural_deny">Access to photos and videos also won\u2019t be allowed</string> 1778 <!-- Title for media confirm dialog (when user allows visual group of q_to_s app) [CHAR LIMIT=NONE] --> 1779 <string name="media_confirm_dialog_title_q_to_s_visual_allow">Access to music and audio files will also be allowed</string> 1780 <!-- Title for media confirm dialog (when user denies visual group of q_to_s app) [CHAR LIMIT=NONE] --> 1781 <string name="media_confirm_dialog_title_q_to_s_visual_deny">Access to music and audio files also won\u2019t be allowed</string> 1782 <!-- Message for media confirm dialog (when user allows aural group of pre-q app) [CHAR LIMIT=NONE] --> 1783 <string name="media_confirm_dialog_message_a_to_p_aural_allow">This app doesn\u2019t support the latest version of Android. If this app can access music and audio files, it will also be allowed to access photos, videos, and other files.</string> 1784 <!-- Message for media confirm dialog (when user denies aural group of pre-q app) [CHAR LIMIT=NONE] --> 1785 <string name="media_confirm_dialog_message_a_to_p_aural_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access music and audio files, it also won\u2019t be allowed to access photos, videos, and other files.</string> 1786 <!-- Message for media confirm dialog (when user allows visual group of pre-q app) [CHAR LIMIT=NONE] --> 1787 <string name="media_confirm_dialog_message_a_to_p_visual_allow">This app doesn\u2019t support the latest version of Android. If this app can access photos and videos, it will also be allowed to access music, audio, and other files.</string> 1788 <!-- Message for media confirm dialog (when user denies visual group of pre-q app) [CHAR LIMIT=NONE] --> 1789 <string name="media_confirm_dialog_message_a_to_p_visual_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access photos and videos, it also won\u2019t be allowed to access music, audio, other files.</string> 1790 <!-- Message for media confirm dialog (when user allows aural group of q_to_s app) [CHAR LIMIT=NONE] --> 1791 <string name="media_confirm_dialog_message_q_to_s_aural_allow">This app doesn\u2019t support the latest version of Android. If this app can access music and audio files, it will also be allowed to access photos and videos.</string> 1792 <!-- Message for media confirm dialog (when user denies aural group of q_to_s app) [CHAR LIMIT=NONE] --> 1793 <string name="media_confirm_dialog_message_q_to_s_aural_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access music and audio files, it also won\u2019t be allowed to access photos and videos.</string> 1794 <!-- Message for media confirm dialog (when user allows visual group of q_to_s app) [CHAR LIMIT=NONE] --> 1795 <string name="media_confirm_dialog_message_q_to_s_visual_allow">This app doesn\u2019t support the latest version of Android. If this app can access photos and videos, it will also be allowed to access music and audio files.</string> 1796 <!-- Message for media confirm dialog (when user denies visual group of q_to_s app) [CHAR LIMIT=NONE] --> 1797 <string name="media_confirm_dialog_message_q_to_s_visual_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access music and audio files, it also won\u2019t be allowed to access photos and videos.</string> 1798 1799 <!-- Title for background location access reminder notification [CHAR LIMIT=80] --> 1800 <string name="safety_center_background_location_access_notification_title">Review app with background location access</string> 1801 <!-- Content for background location access reminder notification [CHAR LIMIT=80]--> 1802 <string name="safety_center_background_location_access_reminder_notification_content"><xliff:g id="app_name" example="Gmail">%s</xliff:g> can always access your location, even when the app is closed</string> 1803 <!-- Title for background location access reminder warning card [CHAR LIMIT=80]--> 1804 <string name="safety_center_background_location_access_reminder_title">Review app with background location access</string> 1805 <!-- Content for background location access reminder warning card [CHAR LIMIT=NONE] --> 1806 <string name="safety_center_background_location_access_reminder_summary">This app can always access your location, even when it\u2019s closed.\u000a\u000aSome safety and emergency apps require access to your location in the background to work as intended.</string> 1807 <!-- Success message when background location access permission is changed [CHAR LIMIT=40]--> 1808 <string name="safety_center_background_location_access_revoked">Access changed</string> 1809 <!-- Label for button to view recent location access [CHAR LIMIT=60]--> 1810 <string name="safety_center_view_recent_location_access">See recent location usage</string> 1811 1812 <!-- Do not translate. config value for the camera toggle --> 1813 <string name="camera_toggle_enable_config">camera_toggle_enabled</string> 1814 <!-- Do not translate. config value for the mic toggle --> 1815 <string name="mic_toggle_enable_config">mic_toggle_enabled</string> 1816 <!-- Do not translate. config value for whether to show clipboard access notifications --> 1817 <string name="clipboard_show_access_notifications_config">clipboard_show_access_notifications</string> 1818 <!-- Do not translate. config value for the default state of the clipboard access notifications --> 1819 <string name="show_access_notifications_default_config">show_access_notifications</string> 1820 1821 <!-- Title of the Privacy controls page[CHAR LIMIT=NONE] --> 1822 <string name="privacy_controls_title">Privacy controls</string> 1823 <!-- Label for the camera use toggle [CHAR LIMIT=40] --> 1824 <string name="camera_toggle_title">Camera access</string> 1825 <!-- Label for the mic use toggle [CHAR LIMIT=40] --> 1826 <string name="mic_toggle_title">Microphone access</string> 1827 <!-- Describes what is affected by a permission toggle [CHAR LIMIT=NONE] --> 1828 <string name="perm_toggle_description">For apps and services</string> 1829 <!-- Describes what is affected by the mic toggle [CHAR LIMIT=NONE] --> 1830 <string name="mic_toggle_description">For apps and services. If this setting is off, microphone data may still be shared when you call an emergency number.</string> 1831 <!-- Subtitle for the link to location settings [CHAR LIMIT=NONE] --> 1832 <string name="location_settings_subtitle">See apps and services that have access to location</string> 1833 <!-- Title for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=50] --> 1834 <string name="show_clip_access_notification_title">Show clipboard access</string> 1835 <!-- Summary for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=NONE] --> 1836 <string name="show_clip_access_notification_summary">Show a message when apps access text, images, or other content you\u2019ve copied</string> 1837 <!-- Title for toggle controlling whether to show the first letter while typing passwords. [CHAR LIMIT=50]--> 1838 <string name="show_password_title">Show passwords</string> 1839 <!-- Summary for toggle controlling whether to show the first letter while typing passwords. [CHAR LIMIT=NONE] --> 1840 <string name="show_password_summary">Display characters briefly as you type</string> 1841 1842 <!-- Link for Safety Label Data Sharing help center page. [CHAR LIMIT=NONE]--> 1843 <string name="data_sharing_help_center_link" translatable="false"></string> 1844 1845 <!-- Permission Rationale - Start --> 1846 1847 <!-- Permission rationale message when an app requests a location permission. Third parties are 1848 other organizations outside of the app developer. These could be companies or even governmental 1849 organizations. But because we aren't able to be inclusive of all possibilities, phrasing should 1850 be as generic as possible while still helping users understand they aren't just sharing data 1851 with the developer company. [CHAR LIMIT=130] --> 1852 <string name="permission_rationale_message_location">This app stated it may share location data with third parties</string> 1853 1854 <!-- Title message shown for Permission Rationale dialog for Location permission [CHAR LIMIT=50] --> 1855 <string name="permission_rationale_location_title">Data sharing and location</string> 1856 1857 <!-- Title shown for Permission Rationale "where data sharing come from" section [CHAR LIMIT=70] --> 1858 <string name="permission_rationale_data_sharing_source_title">Where data sharing info comes from</string> 1859 1860 <!-- Message shown to the user letting them know that data usage information was provided by 1861 the developer to the device manufacturer." [CHAR LIMIT=200] --> 1862 <string name="permission_rationale_data_sharing_device_manufacturer_message">The developer provided info to this device\'s manufacturer about how this app shares data. The developer may update this info over time.</string> 1863 1864 <!-- Message shown to the user letting them know where data usage information came from which 1865 will map to app store labels/names." [CHAR LIMIT=200] --> 1866 <string name="permission_rationale_data_sharing_source_message">The developer provided info to <annotation id="link"><annotation id="install_source" example="App Store">%1$s</annotation></annotation> about how this app shares data. The developer may update this info over time.</string> 1867 1868 <!-- Title shown for Permission Rationale data sharing purposes section [CHAR LIMIT=50] --> 1869 <string name="permission_rationale_location_purpose_title">This app may share location data for:</string> 1870 1871 <!-- Message shown to the user letting them know that data will be shared and for which 1872 purposes. Purposes will be in bullet list form and are one or many of the following: "app 1873 functionality", "analytics", "developer communications", "advertising or marketing", 1874 "fraud prevention, security, and compliance", "personalization", "account management". 1875 [CHAR LIMIT=NONE] --> 1876 <string name="permission_rationale_purpose_message" translatable="false"><annotation id="purpose_list" example="purpose 1, purpose 2, purpose 3">%1$s</annotation></string> 1877 1878 <!-- Title shown for Permission Rationale "Data sharing varies" section [CHAR LIMIT=50] --> 1879 <string name="permission_rationale_permission_data_sharing_varies_title">Data sharing varies</string> 1880 1881 <!-- Message shown for Permission Rationale "Data sharing varies" section [CHAR LIMIT=200] --> 1882 <string name="permission_rationale_data_sharing_varies_message">Data practices may vary based on your app version, use, region, and age. <annotation id="link">More about data sharing</annotation></string> 1883 1884 <!-- Message shown for Permission Rationale "Data sharing varies" section, but without learn more link [CHAR LIMIT=200] --> 1885 <string name="permission_rationale_data_sharing_varies_message_without_link">Data practices may vary based on your app version, use, region, and age.</string> 1886 1887 <!-- Title shown for Permission Rationale location permission settings section [CHAR LIMIT=40] --> 1888 <string name="permission_rationale_location_settings_title">Your location data</string> 1889 1890 <!-- Message shown to the user letting them where to change permission settings in the future [CHAR LIMIT=100] --> 1891 <string name="permission_rationale_permission_settings_message">Change this app’s access in <annotation id="link">privacy settings</annotation></string> 1892 1893 <!-- Permission usage purpose shown for Permission Rationale. This will be used with the 1894 permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=30] --> 1895 <string name="permission_rationale_purpose_app_functionality">App functionality</string> 1896 1897 <!-- Permission usage purpose shown for Permission Rationale. This will be used with the 1898 permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=30] --> 1899 <string name="permission_rationale_purpose_analytics">Analytics</string> 1900 1901 <!-- Permission usage purpose shown for Permission Rationale. This will be used with the 1902 permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] --> 1903 <string name="permission_rationale_purpose_developer_communications">Developer communications</string> 1904 1905 <!-- Permission usage purpose shown for Permission Rationale. This will be used with the 1906 permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] --> 1907 <string name="permission_rationale_purpose_advertising">Advertising or marketing</string> 1908 1909 <!-- Permission usage purpose shown for Permission Rationale. This will be used with the 1910 permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=75] --> 1911 <string name="permission_rationale_purpose_fraud_prevention_security">Fraud prevention, security, and compliance</string> 1912 1913 <!-- Permission usage purpose shown for Permission Rationale. This will be used with the 1914 permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] --> 1915 <string name="permission_rationale_purpose_personalization">Personalization</string> 1916 1917 <!-- Permission usage purpose shown for Permission Rationale. This will be used with the 1918 permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] --> 1919 <string name="permission_rationale_purpose_account_management">Account management</string> 1920 1921 <!-- Text for an app's permission rationale header [CHAR LIMIT=60]--> 1922 <string name="app_permission_rationale_message">Data safety</string> 1923 1924 <!-- Text for linking to an app's location permission rationale dialog. [CHAR LIMIT=60] --> 1925 <string name="app_location_permission_rationale_title">Location data may be shared</string> 1926 1927 <!-- Description for the app's location permission rationale dialog content. [CHAR LIMIT=130] --> 1928 <string name="app_location_permission_rationale_subtitle">This app stated it may share your location data with third parties</string> 1929 1930 <!-- Permission Rationale - End --> 1931 1932 <!-- Safety Label Change Notifications Start --> 1933 1934 <!-- Title for Data Sharing updates page, which displays updates from apps on their data sharing 1935 practices. Also used as the title for Data Sharing updates page entry point from Safety Center. 1936 [CHAR LIMIT=70] --> 1937 <string name="data_sharing_updates_title">Data sharing updates for location</string> 1938 <!-- Summary for Data Sharing updates page entry point in Safety Center. Clicking on the entry 1939 will navigate to Data Sharing updates page, which displays updates from apps on their data 1940 sharing practices. [CHAR LIMIT=130] --> 1941 <string name="data_sharing_updates_summary">Review apps that changed the way they may share your location data</string> 1942 <!-- Subtitle for Data Sharing updates page, which displays updates from apps on their data 1943 sharing practices. [CHAR LIMIT=320] --> 1944 <string name="data_sharing_updates_subtitle">These apps have changed the way they may share your location data. They may not have shared it before, or may now share it for advertising or marketing purposes.</string> 1945 <!-- Footer message for Data Sharing updates page, which displays updates from apps on their 1946 data sharing practices. [CHAR LIMIT=420] --> 1947 <string name="data_sharing_updates_footer_message">The developers of these apps provided info about their data sharing practices to an app store. They may update it over time.\n\nData sharing practices may vary based on your app version, use, region, and age.</string> 1948 <!-- Link for Data Sharing Help Center page, which will open a web page detailing what app data 1949 sharing policies mean. [CHAR LIMIT=60] --> 1950 <string name="learn_about_data_sharing">Learn about data sharing</string> 1951 <!-- Message indicating that an app now shares location data with third parties for the purpose 1952 of advertising, when it earlier did not share location data for the purpose of advertising, but 1953 did for other purposes. Third parties are other companies or organizations. 1954 [CHAR LIMIT=100] --> 1955 <string name="shares_location_with_third_parties">Your location data is now shared with third parties</string> 1956 <!-- Message indicating that an app now shares location data with third parties for the purpose 1957 of advertising, when it earlier did not. Third parties are other companies or organizations. 1958 [CHAR LIMIT=160] --> 1959 <string name="shares_location_with_third_parties_for_advertising">Your location data is now shared with third parties for advertising or marketing</string> 1960 <!-- Header for the number of updates in the last days. [CHAR LIMIT=40] --> 1961 <!-- TODO(b/261914980): Update with final strings for 0 and 1 case. --> 1962 <string name="updated_in_last_days">{count, plural, 1963 =0 {Updated within the last day} 1964 =1 {Updated within the last day} 1965 other {Updated within # days} 1966 }</string> 1967 <!-- Message indicating that no apps have provided recent updates. [CHAR LIMIT=100] --> 1968 <string name="no_updates_at_this_time">No updates at this time</string> 1969 1970 <!-- Notification title for safety label changes notification [CHAR LIMIT=70] --> 1971 <string name="safety_label_changes_notification_title">Data sharing updates</string> 1972 <!-- Notification description for safety label changes notification [CHAR LIMIT=120] --> 1973 <string name="safety_label_changes_notification_desc">Some apps changed the way they may share your location data</string> 1974 1975 <!-- Content description for the Gear icon --> 1976 <string name="safety_label_changes_gear_description">Settings</string> 1977 1978 <!-- Safety Label Change Notifications End --> 1979 1980 <!-- Summary for showing the last access text for today for Wear [CHAR LIMIT=50] --> 1981 <string name="wear_app_perms_24h_access">Accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 1982 1983 <!-- Summary for showing the last access text for yesterday for Wear [CHAR LIMIT=50] --> 1984 <string name="wear_app_perms_24h_access_yest">Accessed yesterday <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 1985 1986 <!-- Summary for showing the last access text for 7 days for Wear [CHAR LIMIT=50] --> 1987 <string name="wear_app_perms_7d_access">Accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g></string> 1988 1989 <!-- A string representing a message (sms, email, etc.) telling the user about a one time password. Used for testing [CHAR LIMIT=NONE] --> 1990 <string name="test_otp_msg">Your one time password is 132435</string> 1991 1992 <!-- START ENHANCED CONFIRMATION DIALOG --> 1993 1994 <!--Title for dialog displayed to tell user that settings are blocked by setting restrictions [CHAR LIMIT=50] --> 1995 <string name="enhanced_confirmation_dialog_title">Restricted setting</string> 1996 <!--Content for dialog displayed to tell user that settings are blocked by setting restrictions [CHAR LIMIT=NONE] --> 1997 <string name="enhanced_confirmation_dialog_desc">For your security, this setting is currently unavailable.</string> 1998 1999 <!--Title for dialog displayed to tell user that permissions are blocked by setting restrictions [CHAR LIMIT=50] --> 2000 <string name="enhanced_confirmation_dialog_title_permission">App was denied access to <xliff:g id="permission_name" example="contacts">%1$s</xliff:g></string> 2001 <!--Content for dialog displayed to tell user that settings are blocked by setting restrictions [CHAR LIMIT=NONE] --> 2002 <string name="enhanced_confirmation_dialog_desc_permission">The app requested access to a sensitive permission which can put your personal and financial info at risk.<xliff:g><br><br></xliff:g>It\'s possible the app won\'t work properly without this restricted permission. <a href="<xliff:g id="learn_more_link">%1$s</xliff:g>">Learn how to allow access</a></string> 2003 2004 <string name="enhanced_confirmation_dialog_title_role">App was denied access to be default <xliff:g id="role_name" example="phone app">%1$s</xliff:g></string> 2005 <!--Content for dialog displayed to tell user that settings are blocked by setting restrictions [CHAR LIMIT=NONE] --> 2006 <string name="enhanced_confirmation_dialog_desc_role">The app requested access to sensitive permissions which can put your personal and financial info at risk.<xliff:g><br><br></xliff:g>It\'s possible the app won\'t work properly without these restricted permissions. <a href="<xliff:g id="learn_more_link">%1$s</xliff:g>">Learn how to allow access</a></string> 2007 2008 <string name="enhanced_confirmation_dialog_title_settings_default">App was denied access</string> 2009 <!--Content for dialog displayed to tell user that settings are blocked by setting restrictions [CHAR LIMIT=NONE] --> 2010 <string name="enhanced_confirmation_dialog_desc_settings_default">Access to this permission can put your personal and financial info at risk.<xliff:g><br><br></xliff:g>It\'s possible the app won\'t work properly without this restricted permission. <a href="<xliff:g id="learn_more_link">%1$s</xliff:g>">Learn how to allow access</a></string> 2011 2012 <!-- Button label to allow the user to view additional information [CHAR LIMIT=NONE] --> 2013 <string name="enhanced_confirmation_dialog_learn_more">Learn more</string> 2014 <!-- Button label of the ok button [CHAR LIMIT=NONE] --> 2015 <string name="enhanced_confirmation_dialog_ok">OK</string> 2016 <!-- Help URI, action disabled by restricted settings [DO NOT TRANSLATE] --> 2017 <string name="help_url_action_disabled_by_restricted_settings" translatable="false"></string> 2018 2019 <!-- END ENHANCED CONFIRMATION DIALOG --> 2020 2021 <!-- Title for the warning dialog that shows when permission grant dialog is blocked from streaming to a remote device [CHAR LIMIT=70]--> 2022 <string name="permission_grant_dialog_streaming_blocked_title">Permission request suppressed</string> 2023 2024 <!-- Descriptions for the warning dialog that shows when permission grant dialog is blocked from streaming to a remote device [CHAR LIMIT=200] --> 2025 <string name="permission_grant_dialog_streaming_blocked_description">This app is requesting additional permissions, but permissions can’t be granted in a streaming session. Grant the permission on your phone first.</string> 2026</resources> 2027