Update management_strings.grdp
This commit is contained in:
parent
419f04c813
commit
3f4dd67225
1 changed files with 8 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<!-- ChromeOS managed status section -->
|
<!-- ChromeOS managed status section -->
|
||||||
<if expr="chromeos_ash">
|
<if expr="chromeos_ash or chromeos_lacros">
|
||||||
<message name="IDS_MANAGEMENT_DEVICE_NOT_MANAGED" desc="Message indicating that the device and account are not managed">
|
<message name="IDS_MANAGEMENT_DEVICE_NOT_MANAGED" desc="Message indicating that the device and account are not managed">
|
||||||
This device and account are not managed by a company or other organization.
|
This device and account are not managed by a company or other organization.
|
||||||
</message>
|
</message>
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
chrome://management for managed devices, please add it to
|
chrome://management for managed devices, please add it to
|
||||||
go/chrome-policy-privacy-note-mappings
|
go/chrome-policy-privacy-note-mappings
|
||||||
-->
|
-->
|
||||||
<if expr="chromeos_ash">
|
<if expr="chromeos_ash or chromeos_lacros">
|
||||||
<!-- Strings related to Local trust roots section -->
|
<!-- Strings related to Local trust roots section -->
|
||||||
<message name="IDS_MANAGEMENT_LOCAL_TRUST_ROOTS" desc="Title of the types of local trust roots section of the page">
|
<message name="IDS_MANAGEMENT_LOCAL_TRUST_ROOTS" desc="Title of the types of local trust roots section of the page">
|
||||||
Custom root certificates
|
Custom root certificates
|
||||||
|
@ -277,6 +277,9 @@
|
||||||
<message name="IDS_MANAGEMENT_PAGE_PRINTED_EVENT" desc="Event for the page print scanning feature.">
|
<message name="IDS_MANAGEMENT_PAGE_PRINTED_EVENT" desc="Event for the page print scanning feature.">
|
||||||
Page is printed
|
Page is printed
|
||||||
</message>
|
</message>
|
||||||
|
<message name="IDS_MANAGEMENT_FILE_TRANSFER_EVENT" desc="Event for the file transfer scanning feature.">
|
||||||
|
File is copied or moved
|
||||||
|
</message>
|
||||||
<message name="IDS_MANAGEMENT_ENTERPRISE_REPORTING_EVENT" desc="Event for the enterprise reporting feature">
|
<message name="IDS_MANAGEMENT_ENTERPRISE_REPORTING_EVENT" desc="Event for the enterprise reporting feature">
|
||||||
Security event occurs
|
Security event occurs
|
||||||
</message>
|
</message>
|
||||||
|
@ -295,6 +298,9 @@
|
||||||
<message name="IDS_MANAGEMENT_PAGE_PRINTED_VISIBLE_DATA" desc="Description of the visible data for the page print scanning feature.">
|
<message name="IDS_MANAGEMENT_PAGE_PRINTED_VISIBLE_DATA" desc="Description of the visible data for the page print scanning feature.">
|
||||||
The content of pages you print is sent to Google Cloud or third parties for analysis. For example, it might be scanned for sensitive data.
|
The content of pages you print is sent to Google Cloud or third parties for analysis. For example, it might be scanned for sensitive data.
|
||||||
</message>
|
</message>
|
||||||
|
<message name="IDS_MANAGEMENT_FILE_TRANSFER_VISIBLE_DATA" desc="Description of the visible data for the file transfer scanning feature.">
|
||||||
|
Files you copy or move are sent to Google Cloud or third parties for analysis. For example, they might be scanned for sensitive data or malware.
|
||||||
|
</message>
|
||||||
<message name="IDS_MANAGEMENT_ENTERPRISE_REPORTING_VISIBLE_DATA" desc="Description of the visible data for the Connectors reporting feature">
|
<message name="IDS_MANAGEMENT_ENTERPRISE_REPORTING_VISIBLE_DATA" desc="Description of the visible data for the Connectors reporting feature">
|
||||||
When security events are flagged by Chrome, relevant data about the events is sent to your administrator. This can include URLs of pages you visit in Chrome, file names or metadata, and the username that you use to sign in to web based applications, your device and Chrome.
|
When security events are flagged by Chrome, relevant data about the events is sent to your administrator. This can include URLs of pages you visit in Chrome, file names or metadata, and the username that you use to sign in to web based applications, your device and Chrome.
|
||||||
</message>
|
</message>
|
||||||
|
|
Loading…
Reference in a new issue