1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2022 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17 18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <!-- Title for the overall Safety Center status when the user has requested a rescan of their security and privacy signals [CHAR LIMIT=35] --> 20 <string name="scanning_title">Scanning</string> 21 22 <!-- Summary for the overall Safety Center status when we're loading the user security and privacy signals [CHAR LIMIT=60] --> 23 <string name="loading_summary">Checking device settings…</string> 24 25 <!-- Title for the overall Safety Center status when the user security and privacy signals are deemed to be safe [CHAR LIMIT=35] --> 26 <string name="overall_severity_level_ok_title">Looks good</string> 27 28 <!-- Summary for the overall Safety Center status when the user security and privacy signals are deemed to be safe [CHAR LIMIT=60] --> 29 <string name="overall_severity_level_ok_summary">No issues found</string> 30 31 <!-- Summary for the overall Safety Center status when the user security and privacy signals are deemed to be safe, but there are some tip(s) for the user [CHAR LIMIT=60] --> 32 <string name="overall_severity_level_tip_summary">{count, plural, 33 =1 {See recommendation} 34 other {See recommendations} 35 }</string> 36 37 <!-- Summary for the overall Safety Center status when the user security and privacy signals are deemed to be safe, but some action(s) have been taken on behalf of the user [CHAR LIMIT=60] --> 38 <string name="overall_severity_level_action_taken_summary">{count, plural, 39 =1 {Action taken} 40 other {Actions taken} 41 }</string> 42 43 <!-- Title for the overall Safety Center status when the user security and privacy signals are deemed to be safe, but the user has settings that may need their review [CHAR LIMIT=35] --> 44 <string name="overall_severity_level_ok_review_title">Review settings</string> 45 46 <!-- Summary for the overall Safety Center status when the user security and privacy signals are deemed to be safe, but the user has settings that may need their review [CHAR LIMIT=60] --> 47 <string name="overall_severity_level_ok_review_summary">Check settings list</string> 48 49 <!-- Title for the overall Safety Center status when the user security and privacy signals could potentially put them at risk [CHAR LIMIT=35] --> 50 <string name="overall_severity_level_device_recommendation_title">Device may be at risk</string> 51 52 <!-- Title for the overall Safety Center status when the user security and privacy signals are putting them at risk [CHAR LIMIT=35] --> 53 <string name="overall_severity_level_critical_device_warning_title">Device is at risk</string> 54 55 <!-- Title for the overall Safety Center status when the user's data could potentially be at risk [CHAR LIMIT=35] --> 56 <string name="overall_severity_level_data_recommendation_title">Your data may be at risk</string> 57 58 <!-- Title for the overall Safety Center status when the user's data is at risk [CHAR LIMIT=35] --> 59 <string name="overall_severity_level_critical_data_warning_title">Your data is at risk</string> 60 61 <!-- Title for the overall Safety Center status when the user's passwords could potentially be at risk (old or unused passwords) [CHAR LIMIT=35] --> 62 <string name="overall_severity_level_passwords_recommendation_title">Passwords compromised (old)</string> 63 64 <!-- Title for the overall Safety Center status when the user's passwords are at risk (new passwords) [CHAR LIMIT=35] --> 65 <string name="overall_severity_level_critical_passwords_warning_title">Passwords compromised (new)</string> 66 67 <!-- Title for the overall Safety Center status when the user's personal safety could potentially be at risk [CHAR LIMIT=35] --> 68 <string name="overall_severity_level_personal_recommendation_title">You may be at risk</string> 69 70 <!-- Title for the overall Safety Center status when the user's personal safety is at risk [CHAR LIMIT=35] --> 71 <string name="overall_severity_level_critical_personal_warning_title">You are at risk</string> 72 73 <!-- Title for the overall Safety Center status when the user security and privacy signals could potentially put their general safety at risk [CHAR LIMIT=35] --> 74 <string name="overall_severity_level_safety_recommendation_title">Potential risks found</string> 75 76 <!-- Title for the overall Safety Center status when the user security and privacy signals are putting their general safety at risk [CHAR LIMIT=35] --> 77 <string name="overall_severity_level_critical_safety_warning_title">Risks found</string> 78 79 <!-- Title for the overall Safety Center status when the user security and privacy signals could potentially put their account at risk [CHAR LIMIT=35] --> 80 <string name="overall_severity_level_account_recommendation_title">Account may be at risk</string> 81 82 <!-- Title for the overall Safety Center status when the user security and privacy signals are putting their account at risk [CHAR LIMIT=35] --> 83 <string name="overall_severity_level_critical_account_warning_title">Account at risk</string> 84 85 <!-- Summary for the overall Safety Center status when the user security and privacy signals contain alerts that could range from minor suggestions to warnings or critical issues. The number of alerts is given as a parameter [CHAR LIMIT=60] --> 86 <string name="overall_severity_n_alerts_summary">{count, plural, 87 =1 {See alert} 88 other {See alerts} 89 }</string> 90 91 <!-- An error shown to the user when we failed to navigate to a specific page [CHAR LIMIT=50] --> 92 <string name="redirecting_error">Couldn\’t open page</string> 93 94 <!-- An error shown to the user when we failed to resolve an alert that they attempted to resolve directly from the Safety Center screen [CHAR LIMIT=50] --> 95 <string name="resolving_action_error">Couldn\’t resolve alert</string> 96 97 <!-- An error shown to the user when we failed to refresh the status of one or more Safety Center entries. The number of entries is used as a parameter to format the error [CHAR LIMIT=60] --> 98 <string name="refresh_error">{count, plural, 99 =1 {Couldn\’t check setting} 100 other {Couldn\’t check settings} 101 }</string> 102 103 <!-- The summary for sources supporting work profile shown to the user in quiet mode. [CHAR LIMIT=NONE] --> 104 <string name="work_profile_paused">Work profile is paused</string> 105 106 <!-- The summary shown to the user when a group of related sources in Safety Center all have an unknown status. We expect the status of the sources to eventually update and the summary will change [CHAR LIMIT=NONE] --> 107 <string name="group_unknown_summary">No info yet</string> 108 109 <!-- The name of the group of notification channels where Security and Privacy notifications are posted. [CHAR LIMIT=35] --> 110 <string name="notification_channel_group_name">Security & privacy</string> 111 112 <!-- The name of the notification channel where lower-severity Security and Privacy notifications are posted. These are typically informational notifications and not warnings. [CHAR LIMIT=35] --> 113 <string name="notification_channel_name_information">Recommendations</string> 114 115 <!-- The name of the notification channel where medium-severity Security and Privacy notifications are posted. These notifications are typically warnings. [CHAR LIMIT=35] --> 116 <string name="notification_channel_name_recommendation">Warnings</string> 117 118 <!-- The name of the notification channel where high-severity Security and Privacy notifications are posted. These notifications are typically critical warnings of the highest severity. [CHAR LIMIT=35] --> 119 <string name="notification_channel_name_critical_warning">Critical warnings</string> 120 121 <!-- Summary of the subpage footer used for Safety Center UI tests --> 122 <string name="test_single_source_group_id_footer" translatable="false">Summary text for the footer</string> 123</resources> 124 125