blob: 973f3b59e8abe5c6976f882ac4ef54874235332d [file] [log] [blame]
Stefan Teodorescu24a37c7f2018-09-05 17:23:321<?xml version="1.0" encoding="utf-8"?>
Thiemo Nagelcd0229d2019-01-31 14:12:082
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 Teodorescu24a37c7f2018-09-05 17:23:3213<grit-part>
Roman Aleksandrovd7675df2019-02-27 15:28:4914 <!-- Title of the page -->
Yann Dago1f3084642019-04-09 18:20:2715 <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 Aleksandrov66522c82019-04-18 17:14:0922 <!-- Subtitles of the Chrome OS version of the management page -->
Yann Dago1f3084642019-04-09 18:20:2723 <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 Aleksandrovd7675df2019-02-27 15:28:4925 Your <ph name="DEVICE_NAME">$1<ex>Chromebook</ex></ph> is managed
26 </message>
Yann Dago1f3084642019-04-09 18:20:2727 <message name="IDS_MANAGEMENT_SUBTITLE_MANAGED_BY" desc="Title of chrome://management page, shows when device managed by known organization">
Roman Aleksandrov66522c82019-04-18 17:14:0928 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is managed by <ph name="ENROLLMENT_DOMAIN">$2<ex>example.com</ex></ph>
Yann Dago9b0d0f4e2019-02-27 23:27:4529 </message>
Yann Dago1f3084642019-04-09 18:20:2730 <message name="IDS_MANAGEMENT_NOT_MANAGED_SUBTITLE" desc="Message indicating that the device is not managed">
Yann Dago9b0d0f4e2019-02-27 23:27:4531 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is not managed
Yann Dagoa1136432019-02-11 16:32:1132 </message>
33 </if>
Roman Aleksandrov66522c82019-04-18 17:14:0934
35 <!-- Subtitles of the browser version of the management page -->
Yann Dagoa1136432019-02-11 16:32:1136 <if expr="not chromeos">
Yann Dago1f3084642019-04-09 18:20:2737 <message name="IDS_MANAGEMENT_SUBTITLE" desc="Title of chrome://management page, which shows the administrator's capabilities in a managed environment">
Roman Aleksandrovd7675df2019-02-27 15:28:4938 Your browser is managed
39 </message>
Yann Dago1f3084642019-04-09 18:20:2740 <message name="IDS_MANAGEMENT_SUBTITLE_MANAGED_BY" desc="Title of chrome://management page, which shows the administrator's capabilities in a managed environment">
Yann Dago9b0d0f4e2019-02-27 23:27:4541 Your browser is managed by <ph name="ENROLLMENT_DOMAIN">$1<ex>example.com</ex></ph>
42 </message>
Yann Dago1f3084642019-04-09 18:20:2743 <message name="IDS_MANAGEMENT_NOT_MANAGED_SUBTITLE" desc="Title of chrome://management page for a browser that is not managed">
Roman Aleksandrovd7675df2019-02-27 15:28:4944 Your browser is not managed
Yann Dagoa1136432019-02-11 16:32:1145 </message>
Roman Aleksandrovb5c791f2019-04-09 15:14:2146 </if>
47
48 <!-- Browser managed status section -->
49 <if expr="not chromeos">
Yann Dagoa89e72832019-05-17 18:42:4950 <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">&lt;a target="_blank" href="$1"&gt;</ph>Learn More<ph name="END_LINK">&lt;/a&gt;</ph>
Yann Dago9b0d0f4e2019-02-27 23:27:4552 </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">&lt;a target="_blank" href="$1"&gt;</ph>Learn More<ph name="END_LINK">&lt;/a&gt;</ph>
55 </message>
Yann Dagoa1136432019-02-11 16:32:1156 </if>
Roman Aleksandrov40269012019-01-09 18:11:0157
Roman Aleksandrovb5c791f2019-04-09 15:14:2158 <!-- 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 Aleksandrovb5c791f2019-04-09 15:14:2163 <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 Aleksandrovb5c791f2019-04-09 15:14:2172 </if>
Stefan Teodorescub77ece672018-09-19 22:14:1973
Roman Aleksandrov0462d1e2019-02-27 11:49:5674 <if expr="chromeos">
Roman Aleksandrovcd3feaf72019-04-10 13:34:2075 <!-- 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 Aleksandrov0462d1e2019-02-27 11:49:5682 <!-- 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 Zhaoc64221d2020-03-10 08:39:20104 <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 Aleksandrov818c7d02019-03-12 15:58:24107 <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 Aleksandrov730e77242019-07-11 11:37:24110 <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 Kalitova970ccde2020-01-30 15:32:43113 <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 Zhaoba18b9a32020-01-17 00:31:47116 <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 Zhao35373732020-01-20 19:44:33120 Which Google Play apps you have installed
Anqing Zhaoba18b9a32020-01-17 00:31:47121 </message>
Roman Aleksandrov0462d1e2019-02-27 11:49:56122 </if>
Stefan Teodorescu06661f12018-09-27 17:22:00123
Roman Aleksandrov66522c82019-04-18 17:14:09124 <!-- Strings related to extension reporting section of the management page -->
Roman Aleksandrov416adcb2019-01-24 18:03:36125 <message name="IDS_MANAGEMENT_EXTENSION_REPORTING" desc="Title of the force installed extensions section of the page">
Yann Dago9b0d0f4e2019-02-27 23:27:45126 Extensions
Stefan Teodorescu06661f12018-09-27 17:22:00127 </message>
Roman Aleksandrov416adcb2019-01-24 18:03:36128 <message name="IDS_MANAGEMENT_EXTENSIONS_INSTALLED" desc="Message describing that the administrator has installed some powerful extensions on the managed user's browser">
Yann Dago9b0d0f4e2019-02-27 23:27:45129 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 Teodorescu06661f12018-09-27 17:22:00133 </message>
Roman Aleksandrov416adcb2019-01-24 18:03:36134 <message name="IDS_MANAGEMENT_EXTENSIONS_NAME" desc="Title of a column of the extension table showing the name of the extension">
Stefan Teodorescu06661f12018-09-27 17:22:00135 Name
136 </message>
Roman Aleksandrov416adcb2019-01-24 18:03:36137 <message name="IDS_MANAGEMENT_EXTENSIONS_PERMISSIONS" desc="Title of a column of the extension table showing the permissions of the extension">
Stefan Teodorescu06661f12018-09-27 17:22:00138 Permissions
139 </message>
Roman Aleksandrovafb3c15d2018-11-27 20:23:24140
Roman Aleksandrov66522c82019-04-18 17:14:09141 <!-- Strings related to browser reporting section of the management page -->
Roman Aleksandrov0462d1e2019-02-27 11:49:56142 <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 Dago61108ca2019-02-14 20:30:39148 <message name="IDS_MANAGEMENT_EXTENSION_REPORT_MACHINE_NAME" desc="Message explaining that an extension currently reports the user's machine name">
Yann Dago9b0d0f4e2019-02-27 23:27:45149 Your device name
Yann Dagoed5d04cf2019-01-23 23:04:46150 </message>
Yann Dago61108ca2019-02-14 20:30:39151 <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 Dago9b0d0f4e2019-02-27 23:27:45152 Your device name and network address
Yann Dagoed5d04cf2019-01-23 23:04:46153 </message>
Yann Dago61108ca2019-02-14 20:30:39154 <message name="IDS_MANAGEMENT_EXTENSION_REPORT_USERNAME" desc="Message explaining that an extension currently reports the user's username">
Yann Dago37ce441f2019-09-06 01:04:42155 Your device username and Chrome username
Yann Dagoed5d04cf2019-01-23 23:04:46156 </message>
Yann Dago61108ca2019-02-14 20:30:39157 <message name="IDS_MANAGEMENT_EXTENSION_REPORT_VERSION" desc="Message explaining that an extension currently reports the user's browser and machine version">
Yann Dago9b0d0f4e2019-02-27 23:27:45158 Version information about your device and browser
Yann Dagoed5d04cf2019-01-23 23:04:46159 </message>
Yann Dago61108ca2019-02-14 20:30:39160 <message name="IDS_MANAGEMENT_EXTENSION_REPORT_EXTENSIONS_PLUGINS" desc="Message explaining that an extension currently reports the user's exensions and plugins">
Anqing Zhaoba18b9a32020-01-17 00:31:47161 Which extensions and plugins you have installed
Yann Dagoed5d04cf2019-01-23 23:04:46162 </message>
Yann Dagof327a0c2019-03-08 15:38:53163 <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">&lt;a target="_blank" href="$1"&gt;<ex>&lt;a target="_blank" href="https://example.com"&gt;</ex></ph>Safe Browsing<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> warnings
Yann Dago9b0d0f4e2019-02-27 23:27:45165 </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 Dagoed5d04cf2019-01-23 23:04:46168 </message>
Yann Dago61108ca2019-02-14 20:30:39169 <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 Dagoed5d04cf2019-01-23 23:04:46171 </message>
Yann Dago37ce441f2019-09-06 01:04:42172
Roger Tawa70846802020-03-30 16:12:19173 <!-- 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 Dago37ce441f2019-09-06 01:04:42176 </message>
Roger Tawa70846802020-03-30 16:12:19177 <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 Dago37ce441f2019-09-06 01:04:42179 </message>
Roger Tawa70846802020-03-30 16:12:19180 <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 Dago37ce441f2019-09-06 01:04:42182 </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 Tawaea397fd42020-03-17 17:15:47186 <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 Dago37ce441f2019-09-06 01:04:42188 </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 Tawa70846802020-03-30 16:12:19199 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 Dago37ce441f2019-09-06 01:04:42200 </message>
Stefan Teodorescu24a37c7f2018-09-05 17:23:32201</grit-part>