Stefan Teodorescu | 24a37c7f | 2018-09-05 17:23:32 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Thiemo Nagel | cd0229d | 2019-01-31 14:12:08 | [diff] [blame] | 2 | |
| 3 | <!-- |
| 4 | Strings for the management disclosure panel |
| 5 | |
| 6 | Disclosing admin capabilities to managed users is an important part of |
| 7 | striking a balance between the data needs of admins and the privacy |
| 8 | expectations of users. |
| 9 | |
| 10 | Please consult with the privacy team when adding or changing strings. |
| 11 | --> |
| 12 | |
Stefan Teodorescu | 24a37c7f | 2018-09-05 17:23:32 | [diff] [blame] | 13 | <grit-part> |
Roman Aleksandrov | d7675df | 2019-02-27 15:28:49 | [diff] [blame] | 14 | <!-- Title of the page --> |
Yann Dago | 1f308464 | 2019-04-09 18:20:27 | [diff] [blame] | 15 | <message name="IDS_MANAGEMENT_TITLE" desc="Title of management page."> |
| 16 | Settings - Management |
| 17 | </message> |
| 18 | <message name="IDS_MANAGEMENT_TOOLBAR_TITLE" desc="Title of the toolbar in the management page."> |
| 19 | Settings |
| 20 | </message> |
| 21 | |
Roman Aleksandrov | 66522c8 | 2019-04-18 17:14:09 | [diff] [blame] | 22 | <!-- Subtitles of the Chrome OS version of the management page --> |
Yann Dago | 1f308464 | 2019-04-09 18:20:27 | [diff] [blame] | 23 | <if expr="chromeos"> |
| 24 | <message name="IDS_MANAGEMENT_SUBTITLE_MANAGED" desc="Title of chrome://management page, shows when device is managed by unknown organization"> |
Roman Aleksandrov | d7675df | 2019-02-27 15:28:49 | [diff] [blame] | 25 | Your <ph name="DEVICE_NAME">$1<ex>Chromebook</ex></ph> is managed |
| 26 | </message> |
Yann Dago | 1f308464 | 2019-04-09 18:20:27 | [diff] [blame] | 27 | <message name="IDS_MANAGEMENT_SUBTITLE_MANAGED_BY" desc="Title of chrome://management page, shows when device managed by known organization"> |
Roman Aleksandrov | 66522c8 | 2019-04-18 17:14:09 | [diff] [blame] | 28 | Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is managed by <ph name="ENROLLMENT_DOMAIN">$2<ex>example.com</ex></ph> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 29 | </message> |
Yann Dago | 1f308464 | 2019-04-09 18:20:27 | [diff] [blame] | 30 | <message name="IDS_MANAGEMENT_NOT_MANAGED_SUBTITLE" desc="Message indicating that the device is not managed"> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 31 | Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is not managed |
Yann Dago | a113643 | 2019-02-11 16:32:11 | [diff] [blame] | 32 | </message> |
| 33 | </if> |
Roman Aleksandrov | 66522c8 | 2019-04-18 17:14:09 | [diff] [blame] | 34 | |
| 35 | <!-- Subtitles of the browser version of the management page --> |
Yann Dago | a113643 | 2019-02-11 16:32:11 | [diff] [blame] | 36 | <if expr="not chromeos"> |
Yann Dago | 1f308464 | 2019-04-09 18:20:27 | [diff] [blame] | 37 | <message name="IDS_MANAGEMENT_SUBTITLE" desc="Title of chrome://management page, which shows the administrator's capabilities in a managed environment"> |
Roman Aleksandrov | d7675df | 2019-02-27 15:28:49 | [diff] [blame] | 38 | Your browser is managed |
| 39 | </message> |
Yann Dago | 1f308464 | 2019-04-09 18:20:27 | [diff] [blame] | 40 | <message name="IDS_MANAGEMENT_SUBTITLE_MANAGED_BY" desc="Title of chrome://management page, which shows the administrator's capabilities in a managed environment"> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 41 | Your browser is managed by <ph name="ENROLLMENT_DOMAIN">$1<ex>example.com</ex></ph> |
| 42 | </message> |
Yann Dago | 1f308464 | 2019-04-09 18:20:27 | [diff] [blame] | 43 | <message name="IDS_MANAGEMENT_NOT_MANAGED_SUBTITLE" desc="Title of chrome://management page for a browser that is not managed"> |
Roman Aleksandrov | d7675df | 2019-02-27 15:28:49 | [diff] [blame] | 44 | Your browser is not managed |
Yann Dago | a113643 | 2019-02-11 16:32:11 | [diff] [blame] | 45 | </message> |
Roman Aleksandrov | b5c791f | 2019-04-09 15:14:21 | [diff] [blame] | 46 | </if> |
| 47 | |
| 48 | <!-- Browser managed status section --> |
| 49 | <if expr="not chromeos"> |
Yann Dago | a89e7283 | 2019-05-17 18:42:49 | [diff] [blame] | 50 | <message name="IDS_MANAGEMENT_BROWSER_NOTICE" desc="Message shown when the browser is managed, it indicates what the administrator can do on the browser."> |
| 51 | Your administrator can change your browser setup remotely. Activity on this device may also be managed outside of Chrome. <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>Learn More<ph name="END_LINK"></a></ph> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 52 | </message> |
| 53 | <message name="IDS_MANAGEMENT_NOT_MANAGED_NOTICE" desc="Message indicating that the browser is not managed"> |
| 54 | This browser is not managed by a company or other organization. Activity on this device may be managed outside of Chrome. <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>Learn More<ph name="END_LINK"></a></ph> |
| 55 | </message> |
Yann Dago | a113643 | 2019-02-11 16:32:11 | [diff] [blame] | 56 | </if> |
Roman Aleksandrov | 4026901 | 2019-01-09 18:11:01 | [diff] [blame] | 57 | |
Roman Aleksandrov | b5c791f | 2019-04-09 15:14:21 | [diff] [blame] | 58 | <!-- Chrome OS managed status section --> |
| 59 | <if expr="chromeos"> |
| 60 | <message name="IDS_MANAGEMENT_DEVICE_NOT_MANAGED" desc="Message indicating that the device and account are not managed"> |
| 61 | This device and account are not managed by a company or other organization. |
| 62 | </message> |
Roman Aleksandrov | b5c791f | 2019-04-09 15:14:21 | [diff] [blame] | 63 | <message name="IDS_MANAGEMENT_DEVICE_MANAGED_BY_ACCOUNT_MANAGED_BY" desc="Message indicating that the device is enterprise enrolled to be managed by an administrator, from a specific domain. And account is managed by an administrator, from another specific domain."> |
| 64 | Your device is managed by <ph name="ENROLLMENT_DOMAIN">$1<ex>example.com</ex></ph> and your account is managed by <ph name="ACCOUNT_DOMAIN">$2<ex>example.com</ex></ph>. |
| 65 | </message> |
| 66 | <message name="IDS_MANAGEMENT_DEVICE_AND_ACCOUNT_MANAGED_BY" desc="Message indicating that the device and account are enterprise enrolled to be managed by an administrator, from a specific domain"> |
| 67 | Your device and account are managed by <ph name="ENROLLMENT_DOMAIN">$1<ex>example.com</ex></ph>. |
| 68 | </message> |
| 69 | <message name="IDS_MANAGEMENT_ACCOUNT_MANAGED_BY" desc="Message indicating that the account is enterprise enrolled to be managed by an administrator"> |
| 70 | Your account is managed by <ph name="ENROLLMENT_DOMAIN">$1<ex>example.com</ex></ph>. |
| 71 | </message> |
Roman Aleksandrov | b5c791f | 2019-04-09 15:14:21 | [diff] [blame] | 72 | </if> |
Stefan Teodorescu | b77ece67 | 2018-09-19 22:14:19 | [diff] [blame] | 73 | |
Roman Aleksandrov | 0462d1e | 2019-02-27 11:49:56 | [diff] [blame] | 74 | <if expr="chromeos"> |
Roman Aleksandrov | cd3feaf7 | 2019-04-10 13:34:20 | [diff] [blame] | 75 | <!-- Strings related to Local trust roots section --> |
| 76 | <message name="IDS_MANAGEMENT_LOCAL_TRUST_ROOTS" desc="Title of the types of local trust roots section of the page"> |
| 77 | Custom root certificates |
| 78 | </message> |
| 79 | <message name="IDS_MANAGEMENT_TRUST_ROOTS_CONFIGURED" desc="Message describing that the administrators have installed their own certificates"> |
| 80 | Administrators of this device have set up security certificates that may allow them to see the content of websites you visit. |
| 81 | </message> |
Roman Aleksandrov | 0462d1e | 2019-02-27 11:49:56 | [diff] [blame] | 82 | <!-- Strings related to device reporting section of the management page --> |
| 83 | <message name="IDS_MANAGEMENT_DEVICE_REPORTING" desc="Title of the types of device reporting section of the page"> |
| 84 | Device |
| 85 | </message> |
| 86 | <message name="IDS_MANAGEMENT_DEVICE_CONFIGURATION" desc="Message telling users that their administrator has set some specific policies on their device"> |
| 87 | Your administrator can see: |
| 88 | </message> |
| 89 | <message name="IDS_MANAGEMENT_REPORT_DEVICE_USERS" desc="Message stating that administrators see all users that have used the device recently."> |
| 90 | Who has used the device recently |
| 91 | </message> |
| 92 | <message name="IDS_MANAGEMENT_REPORT_DEVICE_ACTIVITY_TIMES" desc="Message stating that administrators see device activity times."> |
| 93 | Who has used the device recently and when |
| 94 | </message> |
| 95 | <message name="IDS_MANAGEMENT_REPORT_DEVICE_HARDWARE_STATUS" desc="Message stating that administrators see device hardware status."> |
| 96 | Device statistics such as CPU/RAM usage |
| 97 | </message> |
| 98 | <message name="IDS_MANAGEMENT_LOG_UPLOAD_ENABLED" desc="Message stating that administrators have access to system logs on user's device."> |
| 99 | Detailed system logs |
| 100 | </message> |
| 101 | <message name="IDS_MANAGEMENT_REPORT_DEVICE_NETWORK_INTERFACES" desc="Message stating that administrators see device network interfaces."> |
| 102 | Network addresses |
| 103 | </message> |
Anqing Zhao | c64221d | 2020-03-10 08:39:20 | [diff] [blame] | 104 | <message name="IDS_MANAGEMENT_REPORT_DEVICE_CRASH_REPORTS" desc="Message stating that administrators see the numbers and causes of the crashes that occurred on the device recently."> |
| 105 | Numbers and causes of the crashes that occurred recently |
| 106 | </message> |
Roman Aleksandrov | 818c7d0 | 2019-03-12 15:58:24 | [diff] [blame] | 107 | <message name="IDS_MANAGEMENT_REPORT_PRINTING" desc="Message stating that administrators can see names of printed files."> |
| 108 | Names of files that you print |
| 109 | </message> |
Roman Aleksandrov | 730e7724 | 2019-07-11 11:37:24 | [diff] [blame] | 110 | <message name="IDS_MANAGEMENT_CROSTINI" desc="Message stating that administrators can see Crostini usage"> |
| 111 | Linux apps installed and when they were last used |
| 112 | </message> |
Olya Kalitova | 970ccde | 2020-01-30 15:32:43 | [diff] [blame] | 113 | <message name="IDS_MANAGEMENT_CROSTINI_CONTAINER_CONFIGURATION" desc="Message stating that administrators can see Crostini usage"> |
| 114 | Linux activity within the container, and can install and run Linux apps within the container |
| 115 | </message> |
Anqing Zhao | ba18b9a3 | 2020-01-17 00:31:47 | [diff] [blame] | 116 | <message name="IDS_MANAGEMENT_REPORT_EXTENSIONS" desc="Message stating that administrators can see user's extensions."> |
| 117 | Which extensions you have installed |
| 118 | </message> |
| 119 | <message name="IDS_MANAGEMENT_REPORT_ANDROID_APPLICATIONS" desc="Message stating that administrators can see user's installed Android applications."> |
Anqing Zhao | 3537373 | 2020-01-20 19:44:33 | [diff] [blame] | 120 | Which Google Play apps you have installed |
Anqing Zhao | ba18b9a3 | 2020-01-17 00:31:47 | [diff] [blame] | 121 | </message> |
Roman Aleksandrov | 0462d1e | 2019-02-27 11:49:56 | [diff] [blame] | 122 | </if> |
Stefan Teodorescu | 06661f1 | 2018-09-27 17:22:00 | [diff] [blame] | 123 | |
Roman Aleksandrov | 66522c8 | 2019-04-18 17:14:09 | [diff] [blame] | 124 | <!-- Strings related to extension reporting section of the management page --> |
Roman Aleksandrov | 416adcb | 2019-01-24 18:03:36 | [diff] [blame] | 125 | <message name="IDS_MANAGEMENT_EXTENSION_REPORTING" desc="Title of the force installed extensions section of the page"> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 126 | Extensions |
Stefan Teodorescu | 06661f1 | 2018-09-27 17:22:00 | [diff] [blame] | 127 | </message> |
Roman Aleksandrov | 416adcb | 2019-01-24 18:03:36 | [diff] [blame] | 128 | <message name="IDS_MANAGEMENT_EXTENSIONS_INSTALLED" desc="Message describing that the administrator has installed some powerful extensions on the managed user's browser"> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 129 | The administrator of this device has installed extensions for additional functions. Extensions have access to some of your data. |
| 130 | </message> |
| 131 | <message name="IDS_MANAGEMENT_EXTENSIONS_INSTALLED_BY" desc="Message describing that the administrator has installed some powerful extensions on the managed user's browser from a specific domain"> |
| 132 | <ph name="ENROLLMENT_DOMAIN">$1<ex>example.com</ex></ph> has installed extensions for additional functions. Extensions have access to some of your data. |
Stefan Teodorescu | 06661f1 | 2018-09-27 17:22:00 | [diff] [blame] | 133 | </message> |
Roman Aleksandrov | 416adcb | 2019-01-24 18:03:36 | [diff] [blame] | 134 | <message name="IDS_MANAGEMENT_EXTENSIONS_NAME" desc="Title of a column of the extension table showing the name of the extension"> |
Stefan Teodorescu | 06661f1 | 2018-09-27 17:22:00 | [diff] [blame] | 135 | Name |
| 136 | </message> |
Roman Aleksandrov | 416adcb | 2019-01-24 18:03:36 | [diff] [blame] | 137 | <message name="IDS_MANAGEMENT_EXTENSIONS_PERMISSIONS" desc="Title of a column of the extension table showing the permissions of the extension"> |
Stefan Teodorescu | 06661f1 | 2018-09-27 17:22:00 | [diff] [blame] | 138 | Permissions |
| 139 | </message> |
Roman Aleksandrov | afb3c15d | 2018-11-27 20:23:24 | [diff] [blame] | 140 | |
Roman Aleksandrov | 66522c8 | 2019-04-18 17:14:09 | [diff] [blame] | 141 | <!-- Strings related to browser reporting section of the management page --> |
Roman Aleksandrov | 0462d1e | 2019-02-27 11:49:56 | [diff] [blame] | 142 | <message name="IDS_MANAGEMENT_BROWSER_REPORTING" desc="Title of the types of browser reporting section of the page"> |
| 143 | Browser |
| 144 | </message> |
| 145 | <message name="IDS_MANAGEMENT_BROWSER_REPORTING_EXPLANATION" desc="Message explaining browser reporting"> |
| 146 | Your administrator can see: |
| 147 | </message> |
Yann Dago | 61108ca | 2019-02-14 20:30:39 | [diff] [blame] | 148 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_MACHINE_NAME" desc="Message explaining that an extension currently reports the user's machine name"> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 149 | Your device name |
Yann Dago | ed5d04cf | 2019-01-23 23:04:46 | [diff] [blame] | 150 | </message> |
Yann Dago | 61108ca | 2019-02-14 20:30:39 | [diff] [blame] | 151 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_MACHINE_NAME_ADDRESS" desc="Message explaining that an extension currently reports the user's machine name and address"> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 152 | Your device name and network address |
Yann Dago | ed5d04cf | 2019-01-23 23:04:46 | [diff] [blame] | 153 | </message> |
Yann Dago | 61108ca | 2019-02-14 20:30:39 | [diff] [blame] | 154 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_USERNAME" desc="Message explaining that an extension currently reports the user's username"> |
Yann Dago | 37ce441f | 2019-09-06 01:04:42 | [diff] [blame] | 155 | Your device username and Chrome username |
Yann Dago | ed5d04cf | 2019-01-23 23:04:46 | [diff] [blame] | 156 | </message> |
Yann Dago | 61108ca | 2019-02-14 20:30:39 | [diff] [blame] | 157 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_VERSION" desc="Message explaining that an extension currently reports the user's browser and machine version"> |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 158 | Version information about your device and browser |
Yann Dago | ed5d04cf | 2019-01-23 23:04:46 | [diff] [blame] | 159 | </message> |
Yann Dago | 61108ca | 2019-02-14 20:30:39 | [diff] [blame] | 160 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_EXTENSIONS_PLUGINS" desc="Message explaining that an extension currently reports the user's exensions and plugins"> |
Anqing Zhao | ba18b9a3 | 2020-01-17 00:31:47 | [diff] [blame] | 161 | Which extensions and plugins you have installed |
Yann Dago | ed5d04cf | 2019-01-23 23:04:46 | [diff] [blame] | 162 | </message> |
Yann Dago | f327a0c | 2019-03-08 15:38:53 | [diff] [blame] | 163 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_SAFE_BROWSING_WARNINGS" desc="Message explaining that an extension currently reports the user's Safe Browsing warnings and ignored warnings"> |
| 164 | <ph name="BEGIN_LINK"><a target="_blank" href="$1"><ex><a target="_blank" href="https://example.com"></ex></ph>Safe Browsing<ph name="END_LINK"></a><ex></a></ex></ph> warnings |
Yann Dago | 9b0d0f4e | 2019-02-27 23:27:45 | [diff] [blame] | 165 | </message> |
| 166 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_USER_BROWSING_DATA" desc="Message explaining that an extension currently reports the user's browsing data"> |
| 167 | Websites you visit and time spent on them |
Yann Dago | ed5d04cf | 2019-01-23 23:04:46 | [diff] [blame] | 168 | </message> |
Yann Dago | 61108ca | 2019-02-14 20:30:39 | [diff] [blame] | 169 | <message name="IDS_MANAGEMENT_EXTENSION_REPORT_PERF_CRASH" desc="Message explaining that an extension currently reports the user's performance data and crash report"> |
| 170 | Performance data and crash reports |
Yann Dago | ed5d04cf | 2019-01-23 23:04:46 | [diff] [blame] | 171 | </message> |
Yann Dago | 37ce441f | 2019-09-06 01:04:42 | [diff] [blame] | 172 | |
Roger Tawa | 7084680 | 2020-03-30 16:12:19 | [diff] [blame] | 173 | <!-- Strings related to Chrome Enterprise Connectors --> |
| 174 | <message name="IDS_MANAGEMENT_THREAT_PROTECTION" desc="Title of the Chrome Enterprise Connectors section of the page"> |
| 175 | Chrome Enterprise Connectors |
Yann Dago | 37ce441f | 2019-09-06 01:04:42 | [diff] [blame] | 176 | </message> |
Roger Tawa | 7084680 | 2020-03-30 16:12:19 | [diff] [blame] | 177 | <message name="IDS_MANAGEMENT_THREAT_PROTECTION_DESCRIPTION" desc="Description of the Chrome Enterprise Connectors section of the page"> |
| 178 | Your administrator has enabled Chrome Enterprise Connectors on your browser. These connectors have access to some of your data. |
Yann Dago | 37ce441f | 2019-09-06 01:04:42 | [diff] [blame] | 179 | </message> |
Roger Tawa | 7084680 | 2020-03-30 16:12:19 | [diff] [blame] | 180 | <message name="IDS_MANAGEMENT_THREAT_PROTECTION_DESCRIPTION_BY" desc="Description of the Chrome Enterprise Connectors section of the page"> |
| 181 | <ph name="ENROLLMENT_DOMAIN">$1<ex>example.com</ex></ph> has enabled Chrome Enterprise Connectors on your browser. These connectors have access to some of your data. |
Yann Dago | 37ce441f | 2019-09-06 01:04:42 | [diff] [blame] | 182 | </message> |
| 183 | <message name="IDS_MANAGEMENT_DATA_LOSS_PREVENTION_NAME" desc="Name for the data loss prevention feature"> |
| 184 | Data Loss Prevention |
| 185 | </message> |
Roger Tawa | ea397fd4 | 2020-03-17 17:15:47 | [diff] [blame] | 186 | <message name="IDS_MANAGEMENT_DATA_LOSS_PREVENTION_PERMISSIONS" desc="Permissions description for the data loss prevention feature. The part that says 'that you download or upload in Chrome' applies only to files, not the clipboard"> |
| 187 | Scan the contents of the clipboard, as well as files that you download or upload in Chrome. |
Yann Dago | 37ce441f | 2019-09-06 01:04:42 | [diff] [blame] | 188 | </message> |
| 189 | <message name="IDS_MANAGEMENT_MALWARE_SCANNING_NAME" desc="Name for the malware scanning feature"> |
| 190 | Malware Scanning |
| 191 | </message> |
| 192 | <message name="IDS_MANAGEMENT_MALWARE_SCANNING_PERMISSIONS" desc="Permissions description for the malware scanning feature"> |
| 193 | Scan files that you download or upload in Chrome. |
| 194 | </message> |
| 195 | <message name="IDS_MANAGEMENT_ENTERPRISE_REPORTING_NAME" desc="Name for the enterprise reporting feature"> |
| 196 | Enterprise Reporting |
| 197 | </message> |
| 198 | <message name="IDS_MANAGEMENT_ENTERPRISE_REPORTING_PERMISSIONS" desc="Permissions description for the enterprise reporting feature"> |
Roger Tawa | 7084680 | 2020-03-30 16:12:19 | [diff] [blame] | 199 | Share data about security events that have been flagged by Chrome Enterprise Connectors with your administrator. This may include URLs of pages you visit, file names or metadata, and the username you use to sign in to your device and Chrome. |
Yann Dago | 37ce441f | 2019-09-06 01:04:42 | [diff] [blame] | 200 | </message> |
Stefan Teodorescu | 24a37c7f | 2018-09-05 17:23:32 | [diff] [blame] | 201 | </grit-part> |