| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2007 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <!-- [CHAR LIMIT=60] --> |
| <string name="app_name">Permission controller</string> |
| |
| <!-- [CHAR LIMIT=15] --> |
| <string name="ok">OK</string> |
| |
| <!-- Keyword in the Settings app's search functionality that can be used to find links to the permissions management screens [CHAR LIMIT=none] --> |
| <string name="permission_search_keyword">permissions</string> |
| |
| <!-- Button label for generic cancel action [CHAR LIMIT=20] --> |
| <string name="cancel">Cancel</string> |
| |
| <!-- [CHAR LIMIT=30] --> |
| <string name="app_not_found_dlg_title">App not found</string> |
| |
| <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=15] --> |
| <string name="grant_dialog_button_deny">Deny</string> |
| |
| <!-- Title for the dialog button to always deny a permission grant from now on. [CHAR LIMIT=60] --> |
| <string name="grant_dialog_button_deny_and_dont_ask_again">Deny \u0026 don\u2019t ask again</string> |
| |
| <!-- Title for the dialog button to deny a change from foreground to background permission grant. [CHAR LIMIT=60] --> |
| <string name="grant_dialog_button_deny_background">Keep while-in-use access</string> |
| |
| <!-- Title for the dialog button to always deny a change from foreground to background permission grant from now on. [CHAR LIMIT=60] --> |
| <string name="grant_dialog_button_deny_background_and_dont_ask_again">Keep and don\u2019t ask again</string> |
| |
| <!-- Title for the dialog button to get more info about a permission. [CHAR LIMIT=15] --> |
| <string name="grant_dialog_button_more_info">More info</string> |
| |
| <!-- Title for the dialog button to deny a permission grant despite a warning of implications. [CHAR LIMIT=15] --> |
| <string name="grant_dialog_button_deny_anyway">Deny anyway</string> |
| |
| <!-- Template for the current permission from the total number of permissions. [CHAR LIMIT=100] --> |
| <string name="current_permission_template"> |
| <xliff:g id="current_permission_index" example="1">%1$s</xliff:g> of |
| <xliff:g id="permission_count" example="2">%2$s</xliff:g></string> |
| |
| <!-- Template for the warning message when an app requests a permission. [CHAR LIMIT=100] --> |
| <string name="permission_warning_template">Allow |
| <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to |
| <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> |
| |
| <!-- Template for the warning message when an app requests the permission to access a |
| resource even while in the background (i.e. always). [CHAR LIMIT=100] --> |
| <string name="permission_add_background_warning_template">Always allow |
| <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to |
| <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> |
| |
| <!-- Radio button shown for permissions that can be granted either only while the app is in |
| foreground or always. If this button is selected the app only gets the permission while in |
| foreground [CHAR LIMIT=50] --> |
| <string name="allow_permission_foreground_only">Only while using app</string> |
| |
| <!-- Radio button shown for permissions that can be granted either only while the app is in |
| foreground or always. If this button is selected the app always gets the permission (while in |
| foreground _and_ while in background) [CHAR LIMIT=50] --> |
| <string name="allow_permission_always">Always</string> |
| |
| <!-- Radio button shown for permissions that can be granted either only while the app is in |
| foreground or always. If this button is selected the app does not get the permission and the |
| permissions will always be denied from now on [CHAR LIMIT=50] --> |
| <string name="deny_permission_deny_and_dont_ask_again">Deny and don\u2019t ask again</string> |
| |
| <!-- Template for the message how many permissions are disabled. [CHAR LIMIT=30] --> |
| <string name="permission_revoked_count"><xliff:g id="count" example="2">%1$d</xliff:g> disabled</string> |
| |
| <!-- Message that all permissions are disabled. [CHAR LIMIT=30] --> |
| <string name="permission_revoked_all">all disabled</string> |
| |
| <!-- Message that no permissions are disabled. [CHAR LIMIT=30] --> |
| <string name="permission_revoked_none">none disabled</string> |
| |
| <!-- Permissions --> |
| |
| <!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15] --> |
| <string name="grant_dialog_button_allow">Allow</string> |
| |
| <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> |
| <string name="grant_dialog_button_allow_always">Allow all the time</string> |
| |
| <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> |
| <string name="grant_dialog_button_allow_foreground">Allow only while the app is in use</string> |
| |
| <!-- Title for the dialog button to allow a change from foreground to background permission grant. [CHAR LIMIT=60] --> |
| <string name="grant_dialog_button_allow_background">Allow all the time</string> |
| |
| <!-- Breadcrumb for page of managing application permissions [CHAR LIMIT=50] --> |
| <string name="app_permissions_breadcrumb">Apps</string> |
| |
| <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> |
| <string name="app_permissions">App permissions</string> |
| |
| <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> |
| <string name="app_permission_manager">Permission manager</string> |
| |
| <!-- Checkbox that allows user to not be questioned about this permission |
| request again [CHAR LIMIT=30] --> |
| <string name="never_ask_again">Don\'t ask again</string> |
| |
| <!-- Label when app requests no permissions [CHAR LIMIT=30] --> |
| <string name="no_permissions">No permissions</string> |
| |
| <!-- Label for button that leads to more permissions [CHAR LIMIT=40] --> |
| <string name="additional_permissions">Additional permissions</string> |
| |
| <!-- Accessibility label for button opening the app-info when clicked [CHAR LIMIT=none] --> |
| <string name="app_permissions_info_button_label">Open app info</string> |
| |
| <!-- Description of how many more permissions to view on next page [CHAR LIMIT=30] --> |
| <plurals name="additional_permissions_more"> |
| <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> more</item> |
| <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> more</item> |
| </plurals> |
| |
| <!-- Warning for turning off permissions on older apps [CHAR LIMIT=none] --> |
| <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> |
| |
| <!-- The default description of a permission, i.e. what it does. [CHAR LIMIT=40] --> |
| <string name="default_permission_description">perform an unknown action</string> |
| |
| <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> |
| <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> |
| |
| <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are shown --> |
| <string name="menu_show_system">Show system</string> |
| <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are hidden --> |
| <string name="menu_hide_system">Hide system</string> |
| |
| <!-- [CHAR LIMIT=NONE] Label when no apps requesting this permission --> |
| <string name="no_apps">No apps</string> |
| |
| <!-- [CHAR LIMIT=30] Title of button that leads to location settings --> |
| <string name="location_settings">Location Settings</string> |
| |
| <!-- [CHAR LIMIT=NONE] Warning about how this app cannot have location permission disabled --> |
| <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> |
| |
| <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps --> |
| <string name="system_warning">If you deny this permission, basic features of your device may no longer function as intended.</string> |
| |
| <!-- [CHAR LIMIT=NONE] Summary of a permission switch when it's enforced by policy --> |
| <string name="permission_summary_enforced_by_policy">Enforced by policy</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by policy --> |
| <string name="permission_summary_disabled_by_policy_background_only">Background access disabled by policy</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> |
| <string name="permission_summary_enabled_by_policy_background_only">Background access enabled by policy</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> |
| <string name="permission_summary_enabled_by_policy_foreground_only">Foreground access enabled by policy</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when it's enforced by an administrator --> |
| <string name="permission_summary_enforced_by_admin">Controlled by admin</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by an admin --> |
| <string name="permission_summary_disabled_by_admin_background_only">Background access disabled by admin</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> |
| <string name="permission_summary_enabled_by_admin_background_only">Background access enabled by admin</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> |
| <string name="permission_summary_enabled_by_admin_foreground_only">Foreground access enabled by admin</string> |
| |
| <!-- [CHAR LIMIT=60] Summary of a permission switch when the access is enabled by the system --> |
| <string name="permission_summary_enabled_system_fixed">Permission set by system</string> |
| |
| <string-array name="background_access_chooser_dialog_choices"> |
| <item>@string/permission_access_always</item> |
| <item>@string/permission_access_only_foreground</item> |
| <item>@string/permission_access_never</item> |
| </string-array> |
| |
| <!-- [CHAR LIMIT=30] App can always (when app is in foreground or background) access the resource protected by the permission --> |
| <string name="permission_access_always">Always</string> |
| |
| <!-- [CHAR LIMIT=30] App can only access the resource protected by the permission while app is in foreground --> |
| <string name="permission_access_only_foreground">Only while using app</string> |
| |
| <!-- [CHAR LIMIT=30] App can never access the resource protected by the permission (Not while app is in foregound and not while app is in background) --> |
| <string name="permission_access_never">Never</string> |
| |
| <!-- Text displayed until loading is done [CHAR LIMIT=50] --> |
| <string name="loading">Loading\u2026</string> |
| |
| <!-- [CHAR LIMIT=45] Title of all permissions settings --> |
| <string name="all_permissions">All permissions</string> |
| <!-- [CHAR LIMIT=45] Group of permissions granted to app automatically when installed. --> |
| <string name="other_permissions">Other app capabilities</string> |
| |
| <!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] --> |
| <string name="permission_request_title">Permission request</string> |
| |
| <!-- Title for the dialog that warns the user they need to turn off screen overlays |
| before permissions can be changed. [CHAR LIMIT=NONE] --> |
| <string name="screen_overlay_title">Screen overlay detected</string> |
| |
| <!-- Message for the dialog that warns the user they need to turn off screen overlays |
| before permissions can be changed. The "Settings > Apps" conveys to the user to |
| go to Settings and click on apps, this may need updates in RTL languages. [CHAR LIMIT=NONE] --> |
| <string name="screen_overlay_message">To change this permission setting, you first have to turn off the screen overlay from Settings \u003e Apps</string> |
| |
| <!-- Button for the dialog that warns the user they need to turn off screen overlays |
| before permissions can be changed. [CHAR LIMIT=NONE] --> |
| <string name="screen_overlay_button">Open settings</string> |
| |
| <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] --> |
| <string name="wear_not_allowed_dlg_title">Android Wear</string> |
| <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] --> |
| <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string> |
| |
| <!-- Review of runtime permissions for legacy apps --> |
| |
| <!-- Template for the screen title when app permissions are reviewed on install. [CHAR LIMIT=none] --> |
| <string name="permission_review_title_template_install">Choose what to allow |
| <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access</string> |
| |
| <!-- Template for the screen title when app permissions are reviewed on update. [CHAR LIMIT=none] --> |
| <string name="permission_review_title_template_update"> |
| <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> has been updated. |
| Choose what to allow this app to access.</string> |
| |
| <!-- Title for the dialog button to cancel the detailed permission review. [CHAR LIMIT=15] --> |
| <string name="review_button_cancel">Cancel</string> |
| |
| <!-- Title for the dialog button to continue accepting the detailed permission review. [CHAR LIMIT=15] --> |
| <string name="review_button_continue">Continue</string> |
| |
| <!-- Title for the category listing the new permissions used by an app. [CHAR LIMIT=30] --> |
| <string name="new_permissions_category">New permissions</string> |
| |
| <!-- Title for the category listing the current permissions used by an app. [CHAR LIMIT=30] --> |
| <string name="current_permissions_category">Current permissions</string> |
| |
| <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] --> |
| <string name="message_staging">Staging app…</string> |
| |
| <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] --> |
| <string name="app_name_unknown">Unknown</string> |
| |
| <!-- Help URL, application permissions [DO NOT TRANSLATE] --> |
| <string name="help_app_permissions" translatable="false"></string> |
| |
| <!-- Title for permission usage [CHAR LIMIT=30] --> |
| <string name="permission_usage_title">Dashboard</string> |
| |
| <!-- Summary for showing a single permission access and the time of the last access when it was in the foreground [CHAR LIMIT=80] --> |
| <string name="permission_usage_summary_foreground">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g> <font color="#0f9d58">(while the app was in use)</font></string> |
| |
| <!-- Summary for showing a single permission access and the time of the last access when it was in the background [CHAR LIMIT=80] --> |
| <string name="permission_usage_summary_background">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g> (in the background)</string> |
| |
| <!-- Description for showing permission accesses with any permission [CHAR LIMIT=30] --> |
| <string name="permission_usage_any_permission">Any permission</string> |
| |
| <!-- Description for showing permission accesses accessed any time [CHAR LIMIT=30] --> |
| <string name="permission_usage_any_time">Any time</string> |
| |
| <!-- Description for showing permissions accessed in the last 7 days [CHAR LIMIT=30] --> |
| <string name="permission_usage_last_7_days">Last 7 days</string> |
| |
| <!-- Description for showing permissions accessed in the last day [CHAR LIMIT=30] --> |
| <string name="permission_usage_last_day">Last 24 hours</string> |
| |
| <!-- Description for showing permissions accessed in the last hour [CHAR LIMIT=30] --> |
| <string name="permission_usage_last_hour">Last 1 hour</string> |
| |
| <!-- Description for showing permissions accessed in the last 15 minutes [CHAR LIMIT=30] --> |
| <string name="permission_usage_last_15_minutes">Last 15 minutes</string> |
| |
| <!-- Description for showing permissions accessed in the last minute [CHAR LIMIT=30] --> |
| <string name="permission_usage_last_minute">Last 1 minute</string> |
| |
| <!-- Label when no apps have used the requested permissions [CHAR LIMIT=30] --> |
| <string name="no_permission_usages">No permission usages</string> |
| |
| <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> |
| <string name="permission_usage_list_title_any_time">Most recent access at any time</string> |
| |
| <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> |
| <string name="permission_usage_list_title_last_7_days">Most recent access in last 7 days</string> |
| |
| <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> |
| <string name="permission_usage_list_title_last_day">Most recent access in last 24 hours</string> |
| |
| <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> |
| <string name="permission_usage_list_title_last_hour">Most recent access in the last hour</string> |
| |
| <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> |
| <string name="permission_usage_list_title_last_15_minutes">A=Most recent access in last 15 minutes</string> |
| |
| <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> |
| <string name="permission_usage_list_title_last_minute">Most recent access in last 1 minute</string> |
| |
| <!-- Label for the bars on the chart that shows how many apps have used various permissions [CHAR LIMIT=10] --> |
| <string name="app_permission_usage_bar_label">Apps</string> |
| |
| <!-- Label for filtered view that shows permission usages of a single permission [CHAR LIMIT=40] --> |
| <string name="app_permission_usage_filter_label">Filtered by: <xliff:g id="perm" example="Location">%1$s</xliff:g> </string> |
| |
| <!-- Label for the text that removes the filter by permission to view all usages [CHAR LIMIT=none] --> |
| <string name="app_permission_usage_remove_filter">Remove filter</string> |
| |
| <!-- Label for the title of the dialog allowing filtering by permissions [CHAR LIMIT=none] --> |
| <string name="filter_by_title">Filter by</string> |
| |
| <!-- Label for the menu item allowing filtering by permissions [CHAR LIMIT=none] --> |
| <string name="filter_by_permissions">Filter by permissions</string> |
| |
| <!-- Label for sorting usages by the number of permissions used [CHAR LIMIT=30] --> |
| <string name="sort_spinner_most_permissions">Most permissions</string> |
| |
| <!-- Label for sorting usages by the number of accesses [CHAR LIMIT=30] --> |
| <string name="sort_spinner_most_accesses">Most accesses</string> |
| |
| <!-- Label for sorting usages by the most recent accesses [CHAR LIMIT=30] --> |
| <string name="sort_spinner_recent">Recent</string> |
| |
| <!-- Label for sorting usages by which app used a permission most recently [CHAR LIMIT=30] --> |
| <string name="sort_by_app">Sort by app usage</string> |
| |
| <!-- Label for sorting usages by access time [CHAR LIMIT=30] --> |
| <string name="sort_by_time">Sort by time</string> |
| |
| <!-- Separator for a list of items. Include spaces before and after if needed [CHAR LIMIT=10] --> |
| <string name="item_separator">,\u0020</string> |
| |
| <!-- Label for refreshing the list of permission usages. [CHAR LIMIT=30] --> |
| <string name="permission_usage_refresh">Refresh</string> |
| |
| <!-- Subtitle for showing how many apps have accessed a given permission [CHAR LIMIT=20] --> |
| <plurals name="permission_usage_permission_filter_subtitle"> |
| <item quantity="one">1 app</item> |
| <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> apps</item> |
| </plurals> |
| |
| <!-- Help URL, permission usage [DO NOT TRANSLATE] --> |
| <string name="help_permission_usage" translatable="false"></string> |
| |
| <!-- Title for permission usage [CHAR LIMIT=30] --> |
| <string name="app_permission_usage_title">App permissions usage</string> |
| |
| <!-- Summary for an app's use of a permission [CHAR LIMIT=none] --> |
| <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> |
| |
| <!-- Summary for an app's use of a permission without duration [CHAR LIMIT=none] --> |
| <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> |
| |
| <!-- Title for the dialog button to allow a permission grant when you cannot only allow in the foreground. [CHAR LIMIT=60] --> |
| <string name="app_permission_button_allow">Allow</string> |
| |
| <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> |
| <string name="app_permission_button_allow_always">Allow all the time</string> |
| |
| <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> |
| <string name="app_permission_button_allow_foreground">Allow only while the app is in use</string> |
| |
| <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=60] --> |
| <string name="app_permission_button_deny">Deny</string> |
| |
| <!-- Title for app permission [CHAR LIMIT=30] --> |
| <string name="app_permission_title"><xliff:g id="perm" example="location">%1$s</xliff:g> permission</string> |
| |
| <!-- Description for showing an app's permission [CHAR LIMIT=60] --> |
| <string name="app_permission_header"><xliff:g id="perm" example="location">%1$s</xliff:g> access for this app</string> |
| |
| <!-- Summary for showing a single permission access [CHAR LIMIT=60] --> |
| <string name="app_permission_footer_usage_summary"><xliff:g id="app" example="Maps">%1$s</xliff:g> accessed your <xliff:g id="perm" example="location">%2$s</xliff:g> <xliff:g id="time" example="2 hours">%3$s</xliff:g> ago.</string> |
| |
| <!-- Summary for showing a single permission access that has not accessed the permission [CHAR LIMIT=60] --> |
| <string name="app_permission_footer_no_usages"><xliff:g id="app" example="Maps">%1$s</xliff:g> has not accessed your <xliff:g id="perm" example="location">%2$s</xliff:g>.</string> |
| |
| <!-- Text for linking to the page that shows an app's permissions [CHAR LIMIT=none] --> |
| <string name="app_permission_footer_app_permissions_link">See all <xliff:g id="app" example="Maps">%1$s</xliff:g> permissions</string> |
| |
| <!-- Text for linking to the page that shows the apps with a given permission [CHAR LIMIT=none] --> |
| <string name="app_permission_footer_permission_apps_link">See all apps with the <xliff:g id="perm" example="Location">%1$s</xliff:g> permission</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have that permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_generic">Apps with this permission can <xliff:g id="description" example="record audio">%1$s</xliff:g></string> |
| |
| <!-- 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] --> |
| <string name="permission_description_summary_activity_recognition">Apps with this permission can recognize activity</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the calendar permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_calendar">Apps with this permission can access your calendar</string> |
| |
| <!-- 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] --> |
| <string name="permission_description_summary_call_log">Apps with this permission can read and write phone call log</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the camera permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_camera">Apps with this permission can take pictures and record video</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the contacts permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_contacts">Apps with this permission can access your contacts</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the location permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_location">Apps with this permission can access this device\'s location</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the media_aural permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_media_aural">Apps with this permission can access your music</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the media_visual permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_media_visual">Apps with this permission can access your photos & videos</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the microphone permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_microphone">Apps with this permission can record audio</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the phone permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_phone">Apps with this permission can make and manage phone calls</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the sensors permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_sensors">Apps with this permission can access sensor data about your vital signs</string> |
| |
| <!-- Label for showing a permission group's description in the header of the list of apps that have the SMS permission [CHAR LIMIT=none] --> |
| <string name="permission_description_summary_sms">Apps with this permission can send and view SMS messages</string> |
| |
| <!-- Summary for showing the time and/or date of the most recent access of a permission by an app [CHAR LIMIT=60] --> |
| <string name="app_permission_most_recent_summary">Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> |
| |
| <!-- Summary for showing that an app has not accessed a permission. [CHAR LIMIT=60] --> |
| <string name="app_permission_never_accessed_summary">Never accessed</string> |
| |
| <!-- Header for granted permissions/apps [CHAR LIMIT=40] --> |
| <string name="allowed_header">Allowed</string> |
| |
| <!-- Header for permissions/apps that are granted only when in the foreground [CHAR LIMIT=40] --> |
| <string name="allowed_foreground_header">Allowed only while in use</string> |
| |
| <!-- Header for denied permissions/apps [CHAR LIMIT=40] --> |
| <string name="denied_header">Denied</string> |
| |
| <!-- Permission entry to show detailed permission usage information by an app [CHAR LIMIT=40] --> |
| <string name="detailed_usage_link">See detailed usage</string> |
| |
| <!-- Time in days --> |
| <plurals name="days"> |
| <item quantity="one">1 day</item> |
| <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> days</item> |
| </plurals> |
| |
| <!-- Time in hours --> |
| <plurals name="hours"> |
| <item quantity="one">1 hour</item> |
| <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hours</item> |
| </plurals> |
| |
| <!-- Time in minutes --> |
| <plurals name="minutes"> |
| <item quantity="one">1 minute</item> |
| <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item> |
| </plurals> |
| |
| <!-- Time in seconds --> |
| <plurals name="seconds"> |
| <item quantity="one">1 second</item> |
| <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> seconds</item> |
| </plurals> |
| |
| <!-- The name of the notification channel containing reminders about permission [CHAR LIMIT=60]--> |
| <string name="permission_reminders">Permission reminders</string> |
| |
| <!-- The notification title for background location access reminder notification [CHAR LIMIT=60] --> |
| <string name="background_location_access_reminder_notification_title"><xliff:g id="app_name" example="Gmail">%s</xliff:g> has been using your location</string> |
| |
| <!-- The notification content for background location access reminder notification [CHAR LIMIT=none] --> |
| <string name="background_location_access_reminder_notification_content">This app can always access your location. Tap to change.</string> |
| |
| <!-- Subtitle for the preference that is currently granted only when the app is in the foreground. [CHAR LIMIT=60] --> |
| <string name="permission_subtitle_only_in_foreground">Only while app is in use</string> |
| |
| <!-- Label when app has been granted no permissions [CHAR LIMIT=none] --> |
| <string name="no_permissions_allowed">No permissions allowed</string> |
| |
| <!-- Label when app has been denied no permissions [CHAR LIMIT=none] --> |
| <string name="no_permissions_denied">No permissions denied</string> |
| |
| <!-- Label when no apps have been granted a given permission [CHAR LIMIT=none] --> |
| <string name="no_apps_allowed">No apps allowed</string> |
| |
| <!-- Label when no apps have been denied a given permission [CHAR LIMIT=none] --> |
| <string name="no_apps_denied">No apps denied</string> |
| |
| <!-- Label for button that opens up the Settings [CHAR LIMIT=20] --> |
| <string name="settings">Settings</string> |
| |
| <!-- Title for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> |
| <string name="accessibility_service_dialog_title_single"><xliff:g id="service_name" example="Gmail">%s</xliff:g> has full access to your device</string> |
| |
| <!-- Title for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> |
| <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> |
| |
| <!-- Text for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> |
| <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> |
| |
| <!-- Text for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> |
| <string name="accessibility_service_dialog_bottom_text_multiple">These apps can view your screen, actions, and inputs, perform actions, and control the display.</string> |
| |
| <!-- Template for the title when an app requests to become a default application. [CHAR LIMIT=100] --> |
| <string name="request_role_title">Set <xliff:g id="app_name" example="Super Duper SMS">%1$s</xliff:g> as your default <xliff:g id="role_name" example="SMS app">%2$s</xliff:g>?</string> |
| |
| <!-- Subtitle for the application that is the current default application [CHAR LIMIT=30] --> |
| <string name="request_role_current_default">Current default</string> |
| |
| <!-- Label for the button to set an application as the default application [CHAR LIMIT=20] --> |
| <string name="request_role_set_as_default">Set as default</string> |
| |
| <!-- Keyword in the Settings app's search functionality that can be used to find links to the default app management screens [CHAR LIMIT=none] --> |
| <string name="default_app_search_keyword">default apps</string> |
| |
| <!-- Title for page of managing default apps. [CHAR LIMIT=30] --> |
| <string name="default_apps">Default apps</string> |
| |
| <!-- TODO: STOPSHIP: I cannot find its value in Settings. --> |
| <!-- Help URI, default apps [DO NOT TRANSLATE] --> |
| <string name="help_uri_default_apps" translatable="false"></string> |
| |
| <!-- Label when there is no default apps [CHAR LIMIT=30] --> |
| <string name="no_default_apps">No default apps</string> |
| |
| <!-- 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] --> |
| <string name="default_apps_manage_domain_urls">Opening links</string> |
| |
| <!-- Title for category of default apps for work [CHAR LIMIT=30] --> |
| <string name="default_apps_for_work">Default for work</string> |
| |
| <!-- Summary of a default app when there is no app set [CHAR LIMIT=60] --> |
| <string name="default_app_none">None</string> |
| |
| <!-- Label when there are no apps available for a default app [CHAR LIMIT=30] --> |
| <string name="default_app_no_apps">No apps</string> |
| |
| <!-- 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] --> |
| <string name="special_app_access_search_keyword">special app access</string> |
| |
| <!-- Title for page of managing special app access. [CHAR LIMIT=30] --> |
| <string name="special_app_access">Special app access</string> |
| |
| <!-- TODO: STOPSHIP: I cannot find its value in Settings. --> |
| <!-- Help URI, special app access [DO NOT TRANSLATE] --> |
| <string name="help_uri_special_app_access" translatable="false"></string> |
| |
| <!-- Label when there is no special app access [CHAR LIMIT=30] --> |
| <string name="no_special_app_access">No special app access</string> |
| |
| <!-- Label when there are no apps available for a special app access [CHAR LIMIT=30] --> |
| <string name="special_app_access_no_apps">No apps</string> |
| |
| <!-- TODO: STOPSHIP: Migrate all default app titles from packages/apps/Settings/res/values/strings.xml . --> |
| |
| <!-- Label for the assistant role. [CHAR LIMIT=30] --> |
| <string name="role_label_assistant">Assist app</string> |
| <!-- Label for the browser role. [CHAR LIMIT=30] --> |
| <string name="role_label_browser">Browser app</string> |
| <!-- Label for the dialer role. [CHAR LIMIT=30] --> |
| <string name="role_label_dialer">Phone app</string> |
| <!-- Label for the SMS role. [CHAR LIMIT=30] --> |
| <string name="role_label_sms">SMS app</string> |
| <!-- Label for the emergency role. [CHAR LIMIT=30] --> |
| <string name="role_label_emergency">Emergency app</string> |
| <!-- Label for the home role. [CHAR LIMIT=30] --> |
| <string name="role_label_home">Home app</string> |
| <!-- Label for the music player role. [CHAR LIMIT=30] --> |
| <string name="role_label_music">Music app</string> |
| <!-- Label for the gallery role. [CHAR LIMIT=30] --> |
| <string name="role_label_gallery">Gallery app</string> |
| <!-- Label for the automotive dialer role. [CHAR LIMIT=30] --> |
| <string name="role_label_car_mode_dialer">Car mode phone app</string> |
| <!-- Label for the call redirection role. [CHAR LIMIT=30] --> |
| <string name="role_label_call_redirection">Call redirecting app</string> |
| <!-- Label for the call screening role. [CHAR LIMIT=30] --> |
| <string name="role_label_call_screening">Call screening app</string> |
| <!-- Label for the call companion role. [CHAR LIMIT=30] --> |
| <string name="role_label_call_companion">Call companion app</string> |
| |
| <!-- Summary indicating that a home app is missing work profile support [CHAR LIMIT=60] --> |
| <string name="home_missing_work_profile_support">Doesn\u2019t support work profile</string> |
| |
| <!-- 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] --> |
| <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> |
| |
| <!-- Dialog message warning about security implications of setting an assistant, displayed when the user selects an assistant. [CHAR_LIMIT=NONE] --> |
| <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> |
| |
| <!-- Name for the notification channel for incident / bug report confirmation |
| [CHAR LIMIT=50] --> |
| <string name="incident_report_channel_name">Share Debugging Data</string> |
| |
| <!-- Title for notification shown when the user should confirm an incident / bug report. |
| [CHAR LIMIT=50] --> |
| <string name="incident_report_notification_title">Share detailed debugging data?</string> |
| |
| <!-- Content for notification shown when the user should confirm an incident / bug report. |
| [CHAR LIMIT=120] --> |
| <string name="incident_report_notification_text"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> would like to upload debugging information.</string> |
| |
| <!-- Title for the incident / bug report confirmation dialog [CHAR LIMIT=50] --> |
| <string name="incident_report_dialog_title">Share Debugging Data</string> |
| |
| <!-- Content for dialog shown when the user should confirm an incident / bug report. |
| [CHAR LIMIT=none] --> |
| <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. |
| |
| Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug report?"</string> |
| |
| <!-- Label for the button to allow sharing of the report. [CHAR LIMIT=20]--> |
| <string name="incident_report_dialog_allow_label">Allow</string> |
| |
| <!-- Label for the button to NOT allow sharing of the report. [CHAR LIMIT=20] --> |
| <string name="incident_report_dialog_deny_label">Deny</string> |
| |
| <!-- Title for the warning dialog shown when user tried to revoke a grandfathered modern storage permission. |
| [CHAR LIMIT=100] --> |
| <string name="grandfathered_modern_storage_permission_deny_warning_title">Uninstall the app as permission can\u2019t be denied</string> |
| |
| <!-- Content for the warning dialog shown when user tried to revoke a grandfathered modern storage permission [CHAR LIMIT=none] --> |
| <string name="grandfathered_modern_storage_permission_deny_warning_content"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> has legacy storage permission to keep your previous data accessible.\n\nYou need to uninstall this app and reinstall it, as the app can stop working if this permission is denied.</string> |
| |
| <!-- Dismiss with acknowledgment [CHAR LIMIT=30] --> |
| <string name="dismiss_with_acknowledgment">Got it</string> |
| </resources> |