blob: e05bbadbe3e1932a7130706691842a3ee2014981 [file] [log] [blame]
[email protected]dae12fe92013-11-26 14:57:341<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
3
4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a successful device management server call.">
5 Request succeeded
6 </message>
7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating a bad request to the enterprise server.">
8 Invalid request or request parameters
9 </message>
10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating the request to the enterprise server failed in the network.">
11 Network error
12 </message>
13 <message name="IDS_POLICY_DM_STATUS_TEMPORARY_UNAVAILABLE" desc="Message indicating a temporary problem on the enterprise server.">
14 Temporary server error
15 </message>
16 <message name="IDS_POLICY_DM_STATUS_HTTP_STATUS_ERROR" desc="Message indicating an abnormal response code from the enterprise server.">
17 HTTP error
18 </message>
19 <message name="IDS_POLICY_DM_STATUS_RESPONSE_DECODING_ERROR" desc="Message indicating a problem decoding a response from the enterprise server.">
20 Failed to decode response
21 </message>
22 <message name="IDS_POLICY_DM_STATUS_SERVICE_MANAGEMENT_NOT_SUPPORTED" desc="Message indicating that enterprise management is not applicable to the user/device.">
23 Management not supported
24 </message>
25 <message name="IDS_POLICY_DM_STATUS_SERVICE_DEVICE_NOT_FOUND" desc="Message indicating the enterprise server is missing a device record.">
26 Missing device record
27 </message>
28 <message name="IDS_POLICY_DM_STATUS_SERVICE_MANAGEMENT_TOKEN_INVALID" desc="Message indicating the token used to authenticate to the enterprise server is invalid.">
29 Invalid device management token
30 </message>
31 <message name="IDS_POLICY_DM_STATUS_SERVICE_ACTIVATION_PENDING" desc="Message indicating enterprise management must first be activated for this user/device.">
32 Activation is pending on the server
33 </message>
34 <message name="IDS_POLICY_DM_STATUS_SERVICE_INVALID_SERIAL_NUMBER" desc="Message indicating the provided device serial number is invalid.">
35 Device serial number is invalid
36 </message>
37 <message name="IDS_POLICY_DM_STATUS_SERVICE_DEVICE_ID_CONFLICT" desc="Message indicating the chosen device identifier is already used.">
38 Conflicting device identifier
39 </message>
40 <message name="IDS_POLICY_DM_STATUS_SERVICE_MISSING_LICENSES" desc="Message indicating the enterprise server doesn't have enough licenses to allow management.">
41 Licenses exhausted
42 </message>
[email protected]ffddfc52013-12-12 21:04:3843 <message name="IDS_POLICY_DM_STATUS_SERVICE_DEPROVISIONED" desc="Message indicating the administrator has deprovisioned this client on the server.">
44 Deprovisioned
45 </message>
[email protected]dae12fe92013-11-26 14:57:3446 <message name="IDS_POLICY_DM_STATUS_SERVICE_POLICY_NOT_FOUND" desc="Message indicating that the enterprise server failed to find the policy to be applied to the device.">
47 Policy not found
48 </message>
49 <message name="IDS_POLICY_DM_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error from the enterprise server.">
50 Unknown error
51 </message>
[email protected]b24033e5e2014-03-31 17:33:4952 <message name="IDS_POLICY_DM_STATUS_SERVICE_DOMAIN_MISMATCH" desc="Message indicating this client cannot be registered with the specified domain.">
53 Domain mismatch
54 </message>
drcrash26a5d632016-08-25 00:57:5355 <message name="IDS_POLICY_DM_STATUS_CANNOT_SIGN_REQUEST" desc="Message indicating a failure to sign a request.">
56 Request could not be signed
57 </message>
Owen Min42de53d2019-05-31 17:17:1958 <message name="IDS_POLICY_DM_STATUS_REQUEST_TOO_LARGE" desc="Message indicating a request to enterprise server is too large.">
59 Request is too large
60 </message>
Owen Mind173ce02020-09-22 18:19:1761 <message name="IDS_POLICY_DM_STATUS_SERVICE_TOO_MANY_REQUESTS" desc="Message indicating the enterprise server receives too many requests in a short time period.">
62 Too many requests
63 </message>
Alexander Hendrich9fb2b022018-08-27 12:14:0864 <message name="IDS_POLICY_DM_STATUS_CONSUMER_ACCOUNT_WITH_PACKAGED_LICENSE" desc="Message to show when the user tries to enroll a device with a packaged license using a consumer account.">
65 Can't enroll with consumer account (packaged license available).
66 </message>
Roman Aleksandrove1521ca32020-05-15 11:53:2067 <message name="IDS_POLICY_DM_STATUS_ENTERPRISE_ACCOUNT_IS_NOT_ELIGIBLE_TO_ENROLL" desc="Message to show when the user tries to enroll a device with an ineligible enterprise account.">
68 Can't enroll with enterprise account (enterprise account is not eligible).
69 </message>
[email protected]dae12fe92013-11-26 14:57:3470 <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful policy validation.">
71 Validation successful
72 </message>
73 <message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indicating a bad signature on policy validation using the initial key.">
tnagelccc8edf2016-08-04 14:07:3074 Bad initial signature
[email protected]dae12fe92013-11-26 14:57:3475 </message>
76 <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation.">
77 Bad signature
78 </message>
79 <message name="IDS_POLICY_VALIDATION_ERROR_CODE_PRESENT" desc="Message indicating policy validation failure due to an error code in the policy.">
80 Error code present in the policy response
81 </message>
82 <message name="IDS_POLICY_VALIDATION_PAYLOAD_PARSE_ERROR" desc="Message indicating a policy parse error during policy validation.">
83 Error parsing policy
84 </message>
85 <message name="IDS_POLICY_VALIDATION_WRONG_POLICY_TYPE" desc="Message indicating the policy did not have the expected type.">
86 Wrong policy type
87 </message>
88 <message name="IDS_POLICY_VALIDATION_WRONG_SETTINGS_ENTITY_ID" desc="Message indicating the policy did not have the expected entity identifier.">
89 Wrong entity identifier
90 </message>
91 <message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating the policy timestamp is bad.">
92 Bad policy timestamp
93 </message>
tnagel6310fd62016-08-12 13:03:0294 <message name="IDS_POLICY_VALIDATION_BAD_DM_TOKEN" desc="Message indicating the policy token is empty or different from the one expected.">
95 Returned policy token is empty or doesn't match current token
[email protected]dae12fe92013-11-26 14:57:3496 </message>
ljusten981dc1a2016-09-05 16:21:4597 <message name="IDS_POLICY_VALIDATION_BAD_DEVICE_ID" desc="Message indicating the policy device id is empty or different from the one expected.">
98 Returned policy device id is empty or doesn't match current device id
99 </message>
Sergey Poromov4405a2972018-04-09 22:36:40100 <message name="IDS_POLICY_VALIDATION_BAD_USER" desc="Message indicating policy validation failed due to bad user/domain id.">
[email protected]dae12fe92013-11-26 14:57:34101 Wrong policy subject
102 </message>
103 <message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicating a parse error in policy.">
104 Error parsing policy settings
105 </message>
[email protected]1b9a4a12014-02-02 17:28:39106 <message name="IDS_POLICY_VALIDATION_BAD_KEY_VERIFICATION_SIGNATURE" desc="Message indicating a policy key had an invalid verification signature.">
tnagela6ac28e2014-12-09 17:12:22107 Bad verification signature
[email protected]1b9a4a12014-02-02 17:28:39108 </message>
Alexander Hendrichce3a5812018-08-10 16:53:31109 <message name="IDS_POLICY_VALIDATION_VALUE_WARNING" desc="Message indicating the policy value validation succeeded with non-fatal warnings.">
110 Validation of policy values has raised warnings
111 </message>
112 <message name="IDS_POLICY_VALIDATION_VALUE_ERROR" desc="Message indicating the policy value validation failed with fatal errors.">
113 Validation of policy values has failed with errors
114 </message>
[email protected]dae12fe92013-11-26 14:57:34115 <message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating unknown error in policy validation.">
116 Unknown error
117 </message>
118
119 <message name="IDS_POLICY_STORE_STATUS_OK" desc="Message indicating a healthy policy store.">
120 Policy cache OK
121 </message>
122 <message name="IDS_POLICY_STORE_STATUS_LOAD_ERROR" desc="Message indicating a failure to load policy.">
123 Failed to load policy settings
124 </message>
125 <message name="IDS_POLICY_STORE_STATUS_STORE_ERROR" desc="Message indicating a failure to store policy.">
126 Failed to store policy settings
127 </message>
tnagela6ac28e2014-12-09 17:12:22128 <message name="IDS_POLICY_STORE_STATUS_PARSE_ERROR" desc="Message indicating a parse error on loading policy.">
[email protected]dae12fe92013-11-26 14:57:34129 Policy parse error
130 </message>
131 <message name="IDS_POLICY_STORE_STATUS_SERIALIZE_ERROR" desc="Message indicating an error preparing policy for storage.">
132 Serialization error
133 </message>
134 <message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicating policy validation on store/load failed.">
tnagela6ac28e2014-12-09 17:12:22135 Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>
[email protected]dae12fe92013-11-26 14:57:34136 </message>
137 <message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating policy cannot be stored/loaded due to the backend being in bad state.">
138 Backing store in bad state
139 </message>
140 <message name="IDS_POLICY_STORE_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error with the policy cache.">
141 Unknown error
142 </message>
143
[email protected]637357862013-12-20 14:10:23144 <message name="IDS_POLICY_ASSOCIATION_STATE_ACTIVE" desc="Message indicating that the server actively manages the client.">
145 Active
146 </message>
147 <message name="IDS_POLICY_ASSOCIATION_STATE_UNMANAGED" desc="Message indicating that the server is currently not willing to manage this client.">
148 Unmanaged
149 </message>
150 <message name="IDS_POLICY_ASSOCIATION_STATE_DEPROVISIONED" desc="Message indicating that the server has deprovisioned the client.">
151 Deprovisioned
152 </message>
153
[email protected]dae12fe92013-11-26 14:57:34154 <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status column when a policy value has the wrong type.">
155 Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value.
156 </message>
157 <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the status column when a policy value is out of range.">
158 Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>.
159 </message>
160 <message name="IDS_POLICY_VALUE_FORMAT_ERROR" desc="The text displayed in the status column when a policy value doesn't match the expected format.">
161 Value doesn't match format.
162 </message>
Dominique Fauteux-Chapleaua50456d2020-03-27 19:19:38163 <message name="IDS_POLICY_CLOUD_SOURCE_ONLY_ERROR" desc="The text displayed in the status column when a policy that should only be set in the cloud is set from another source.">
164 Ignored because the policy is not set by a cloud source.
165 </message>
Jin Young Hurb29622d2021-05-22 11:53:08166 <message name="IDS_POLICY_CLOUD_MANAGEMENT_ENROLLMENT_ONLY_ERROR" desc="The text displayed in the status column when a policy that is effective only when the machine is enrolled with the Chrome Browser Cloud Management.">
167 Ignored because the machine is not enrolled with Chrome Browser Cloud Management.
168 </message>
Julian Pastarmovc9d86f12017-12-01 13:44:35169 <message name="IDS_POLICY_DEFAULT_SEARCH_DISABLED" desc="The text displayed in the status column when a policy value has been ignored because default search has not been enabled.">
170 Ignored because default search is not enabled by policy.
[email protected]dae12fe92013-11-26 14:57:34171 </message>
172 <message name="IDS_POLICY_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when a policy value should have been specified but wasn't.">
173 Must be specified.
174 </message>
Yann Dagoee291902019-08-19 15:49:06175 <message name="IDS_POLICY_EXTENSION_SETTINGS_ORIGIN_LIMIT_WARNING" desc="The text displayed in the status column of the 'Extension Settings' policy when more than 100 origins are specified.">
176 This field should not have more than <ph name="MAX_ITEMS_LIMIT">$1<ex>100</ex></ph> entries. All further entries will be discarded.
177 </message>
Mahmoud Gawada0ebcb52021-06-07 19:43:38178 <message name="IDS_POLICY_URL_ALLOW_BLOCK_LIST_MAX_FILTERS_LIMIT_WARNING" desc="The text displayed in the status column of the URLAllowlist and URLBlocklist policies when the max number of filters is exceeded.">
179 This field should not have more than <ph name="MAX_ITEMS_LIMIT">$1<ex>1000</ex></ph> entries. All further entries will be ignored.
180 </message>
[email protected]dae12fe92013-11-26 14:57:34181 <message name="IDS_POLICY_SUBKEY_ERROR" desc="The text displayed in the status column for errors in a subkey of a policy.">
182 Key "<ph name="SUBKEY">$1<ex>ProxyMode</ex></ph>": <ph name="ERROR">$2<ex>Must be specified.</ex></ph>
183 </message>
184 <message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the status column for errors in list entry in a policy.">
185 List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
186 </message>
[email protected]a5bb83d2014-02-05 15:32:10187 <message name="IDS_POLICY_SCHEMA_VALIDATION_ERROR" desc="The text displayed in the status column when the policy value doesn't conform to the policy schema.">
188 Schema validation error at "<ph name="ERROR_PATH">$1<ex>AC.Delays.ScreenOff</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
189 </message>
A Olsenbc71baf2018-06-05 14:42:44190 <message name="IDS_POLICY_INVALID_JSON_ERROR" desc="The text displayed in the status column when the policy value should be a valid JSON string, but it cannot be parsed as JSON.">
191 Error while parsing JSON value: <ph name="ERROR">$1<ex>Line 2, Column 3: Map keys must be quoted.</ex></ph>
192 </message>
[email protected]dae12fe92013-11-26 14:57:34193 <message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text displayed in the status column when a the URL given for DefaultSearchProviderSearchURL is invalid.">
194 Invalid search URL.
195 </message>
Steven Binglerace5fd22019-08-20 21:01:20196 <message name="IDS_POLICY_INVALID_SECURE_DNS_MODE_ERROR" desc="The text displayed in the status column when the value for DnsOverHttpsMode is invalid.">
197 Invalid DnsOverHttps mode.
198 </message>
Steven Binglerbb471bc62019-10-30 16:11:09199 <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_INVALID_ERROR" desc="The text displayed in the status column when one or more of the DnsOverHttpsTemplates server template URIs is invalid.">
200 One or more of the DnsOverHttpsTemplates server template URIs is invalid and will not be used.
201 </message>
202 <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_IRRELEVANT_MODE_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is specified but DnsOverHttpsMode is not set to a value that makes the templates relevant.">
203 The DnsOverHttpsTemplates value is not relevant, and will not be used, unless the DnsOverHttpsMode policy is set to either <ph name="SECURE_DNS_MODE_AUTOMATIC">'automatic'</ph> or <ph name="SECURE_DNS_MODE_SECURE">'secure'</ph>.
204 </message>
205 <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_INVALID_MODE_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is specified but DnsOverHttpsMode is not valid.">
206 The templates you've specified may not be applied due to an error with the DnsOverHttpsMode policy.
207 </message>
208 <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_UNSET_MODE_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is specified but DnsOverHttpsMode is unset.">
209 The templates you've specified may not be applied due to the DnsOverHttpsMode policy not being set.
210 </message>
211 <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is not specified but the DnsOverHttpsMode is secure.">
212 Must be specified and a valid string when DnsOverHttpsMode is <ph name="SECURE_DNS_MODE_SECURE">'secure'</ph>.
213 </message>
[email protected]dae12fe92013-11-26 14:57:34214 <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed in the status column when the value for ProxyMode is invalid.">
215 Invalid proxy mode.
216 </message>
binjin1e1cc33a2014-10-09 18:08:16217 <message name="IDS_POLICY_INVALID_UPDATE_URL_ERROR" desc="The text displayed in the status column when the update URL for given extension is invalid.">
218 Invalid update URL for extension with ID "<ph name="EXTENSION_ID">$1<ex>abcdefghijklmnopabcdefghijklmnop</ex></ph>".
219 </message>
Nick Petersond952cb772018-03-07 15:46:03220 <message name="IDS_POLICY_OFF_CWS_URL_ERROR" desc="The text displayed in the status column when the update URL points to a location other than the Chrome Webstore and the machine is not enterprise managed.">
Lutz Justene4055bd2018-12-03 11:36:39221 This computer is not detected as enterprise managed so policy can only automatically install extensions hosted on the Chrome Webstore. The Chrome Webstore update URL is "<ph name="CWS_UPDATE_URL">$1<ex>https://clients2.google.com/service/update2/crx</ex></ph>".
222 </message>
223 <message name="IDS_POLICY_HOMEPAGE_LOCATION_ERROR" desc="The text displayed in the status column when the homepage URL given by the HomepageLocation policy is invalid.">
Lutz Justencaa8a4032019-04-01 10:34:00224 Invalid URL. Must be a URL with a standard scheme, e.g http://example.com or https://example.com.
Nick Petersond952cb772018-03-07 15:46:03225 </message>
[email protected]dae12fe92013-11-26 14:57:34226 <message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displayed in the status column when use of a proxy is disabled but a proxy configuration is given.">
227 Use of a proxy is disabled but an explicit proxy configuration is specified.
228 </message>
229 <message name="IDS_POLICY_PROXY_MODE_AUTO_DETECT_ERROR" desc="The text displayed in the status column when the proxy is set to auto configured but a proxy configuration is given.">
230 Proxy is set to auto configured.
231 </message>
232 <message name="IDS_POLICY_PROXY_MODE_PAC_URL_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use a .pac script URL but policies only for fixed proxy servers are also specified.">
233 Proxy configuration is set to use a .pac script URL, not fixed proxy servers.
234 </message>
235 <message name="IDS_POLICY_PROXY_MODE_FIXED_SERVERS_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use fixed proxy servers but an alternate configuration is given.">
236 Proxy is set to use fixed proxy servers, not a .pac script URL.
237 </message>
238 <message name="IDS_POLICY_PROXY_MODE_SYSTEM_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use system settings but an alternate configuration is given.">
239 System proxy settings are set to be used but an explicit proxy configuration is also specified.
240 </message>
241 <message name="IDS_POLICY_PROXY_BOTH_SPECIFIED_ERROR" desc="The text displayed in the status column when both fixed proxy servers and .pac url are specified.">
242 Both fixed proxy servers and a .pac script URL are specified.
243 </message>
244 <message name="IDS_POLICY_PROXY_NEITHER_SPECIFIED_ERROR" desc="The text displayed in the status column when neither a fixed proxy servers or a .pac url are specified.">
245 Neither fixed proxy servers nor a .pac script URL are specified.
246 </message>
247 <message name="IDS_POLICY_OVERRIDDEN" desc="The text displayed in the status column when the corresponding policy is being ignored because another policy is overriding it.">
248 Ignored because it was overridden by <ph name="POLICY_NAME">$1<ex>ProxyMode</ex></ph>.
249 </message>
[email protected]dae12fe92013-11-26 14:57:34250 <message name="IDS_POLICY_VALUE_DEPRECATED" desc="The text displayed in the status column when a specific value for a policy is deprecated.">
251 This value is deprecated for this policy.
252 </message>
Owen Mindca90f62021-04-15 18:31:40253 <message name="IDS_POLICY_DEPENDENCY_ERROR" desc="The text displayed in the status column when a policy is ignored as another policies is not set properly.">
254 Ignored because <ph name="POLICY_NAME">$1<ex>CloudReportingEnabled</ex></ph> is not set to <ph name="VALUE">$2<ex>Enabled</ex></ph>.
255 </message>
[email protected]604b2722014-04-23 22:12:19256 <if expr="chromeos">
257 <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse.">
Alexander Hendrichd1feffd2018-11-13 12:20:14258 Network configuration failed to be parsed (invalid JSON).
[email protected]604b2722014-04-23 22:12:19259 </message>
Alexander Hendrichaa67ada12018-08-10 17:26:03260 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displayed in the status column when the corresponding network configuration policy is not standard conform and was imported partially. DEBUG_INFO contains non-localized detailed information about existing warnings.">
[email protected]604b2722014-04-23 22:12:19261 The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported.
Alexander Hendrichaa67ada12018-08-10 17:26:03262Additional details:
263<ph name="DEBUG_INFO">$1<ex>WARNING: Field name 'SomeRandomField' is unknown. (at toplevel)</ex></ph>
[email protected]604b2722014-04-23 22:12:19264 </message>
Alexander Hendrichaa67ada12018-08-10 17:26:03265 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy is invalid. DEBUG_INFO contains non-localized detailed information about existing errors/warnings.">
[email protected]604b2722014-04-23 22:12:19266 The network configuration is invalid and couldn't be imported.
Alexander Hendrichaa67ada12018-08-10 17:26:03267Additional details:
268<ph name="DEBUG_INFO">$1<ex>ERROR: Field name 'SomeRandomField' is unknown. (at toplevel)</ex></ph>
[email protected]604b2722014-04-23 22:12:19269 </message>
270 <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope.">
271 Policy scope is not supported.
272 </message>
273 </if>
[email protected]4e76f002014-06-16 17:24:13274 <message name="IDS_POLICY_LEVEL_ERROR" desc="Text displayed in the status column when a policy is set at an unsupported level.">
275 Policy level is not supported.
276 </message>
Igor Ruvinovff5d7d62021-02-08 22:56:11277 <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy." meaning="Policy is working as expected.">
[email protected]dae12fe92013-11-26 14:57:34278 OK
279 </message>
280 <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column when no value is set for a policy.">
281 Not set.
282 </message>
283 <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column when a policy name is not recognized.">
284 Unknown policy.
285 </message>
Igor Ruvinov64db9d52020-12-04 22:54:19286 <message name="IDS_POLICY_PROTO_PARSING_ERROR" desc="Text displayed when error is encountered during policy parsing/decoding.">
287 Policy parsing error: <ph name="ERROR">$1<ex>Invalid JSON string: Line: 1, column: 14</ex></ph>
288 </message>
Igor Ruvinovece5f152021-03-25 21:36:49289 <message name="IDS_POLICY_HEX_COLOR_ERROR" desc="Error message in the policy summary page for the BrowserThemeColor policy when the policy value is an invalid hex color.">
290 Value "<ph name="VALUE">$1<ex>#zzzzzz</ex></ph>" is an invalid hex color.
291 </message>
[email protected]dae12fe92013-11-26 14:57:34292
293 <!-- chrome://policy -->
294 <message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies.">
295 Policies
296 </message>
297 <message name="IDS_POLICY_FILTER_PLACEHOLDER" desc="Placeholder for the input field that lets the user filter policies by name.">
298 Filter policies by name
299 </message>
300 <message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that reloads policies.">
301 Reload policies
302 </message>
Owen Min0add8ed2021-02-24 15:45:02303 <message name="IDS_POLICY_LOADING_POLICIES" desc="Screen reader message indicates policies are being loaded.">
304 Loading policies
305 </message>
306 <message name="IDS_POLICY_LOAD_POLICIES_DONE" desc="Screen reader message indicates policies have been loaded.">
307 Policies is loaded
308 </message>
Anton Urusovcd9784a2017-08-10 21:00:21309 <message name="IDS_EXPORT_POLICIES_JSON" desc="Label for the button that exports policies in JSON format.">
310 Export to JSON
311 </message>
[email protected]dae12fe92013-11-26 14:57:34312 <message name="IDS_POLICY_STATUS" desc="Title of the status section.">
313 Status
314 </message>
315 <message name="IDS_POLICY_STATUS_DEVICE" desc="Title for the device policy status box.">
316 Device policies
317 </message>
318 <message name="IDS_POLICY_STATUS_USER" desc="Title for the user policy status box.">
319 User policies
320 </message>
Tien Mai0b22b082018-09-26 15:10:12321<message name="IDS_POLICY_STATUS_MACHINE" desc="Title for the machine policy status box.">
322 Machine policies
323 </message>
Yann Dago7a25b6f2020-05-14 01:09:24324 <if expr="is_win">
325 <message name="IDS_POLICY_STATUS_UPDATER" desc="Title for the updater policy status box on windows.">
326 Google Update
327 </message>
328 </if>
Tien Mai0b22b082018-09-26 15:10:12329 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_DOMAIN" desc="Label for the enrollment domain in the machine policy status box.">
330 Enrollment domain:
331 </message>
332 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_TOKEN" desc="Label for the enrollment token in the machine policy status box.">
333 Enrollment Token:
334 </message>
335 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_DEVICE_ID" desc="Label for the device ID in the machine policy status box.">
336 Device ID:
337 </message>
338 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_MACHINE_NAME" desc="Label for the machine name in the machine policy status box.">
339 Machine Name:
340 </message>
[email protected]dae12fe92013-11-26 14:57:34341 <message name="IDS_POLICY_LABEL_USERNAME" desc="Label for the username in the user policy status box.">
342 User:
343 </message>
Sergey Poromov1ef25cf2018-04-18 16:10:51344 <message name="IDS_POLICY_LABEL_GAIA_ID" desc="Label for the user GAIA ID in the user policy status box.">
345 Gaia ID:
346 </message>
[email protected]dae12fe92013-11-26 14:57:34347 <message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in the policy status boxes.">
348 Client ID:
349 </message>
pbond36d002d2015-04-15 11:55:46350 <message name="IDS_POLICY_LABEL_ASSET_ID" desc="Label for the asset ID in the device policy status box.">
351 Asset ID:
352 </message>
353 <message name="IDS_POLICY_LABEL_LOCATION" desc="Label for the device location in the device policy status box.">
354 Assigned Location:
355 </message>
356 <message name="IDS_POLICY_LABEL_DIRECTORY_API_ID" desc="Label for the directory API ID in the device policy status box.">
357 Directory API ID:
358 </message>
Jana Grill81c202952021-02-08 11:57:38359 <message name="IDS_POLICY_LABEL_MANAGED_BY" desc="Label for the manager in the policy status boxes. Manager can be a domain or an email address.">
360 Managed by:
361 </message>
[email protected]dae12fe92013-11-26 14:57:34362 <message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the time since the last refresh in the policy status boxes.">
363 Last fetched:
364 </message>
Jin Young Hur15e75ab52021-05-07 15:02:55365 <message name="IDS_POLICY_LABEL_LAST_CLOUD_REPORT_SENT_TIMESTAMP" desc="Label for the time when the last cloud report is sent successfully.">
366 Report sent:
367 </message>
pbond36d002d2015-04-15 11:55:46368 <message name="IDS_POLICY_NOT_SPECIFIED" desc="Indicates if that device attribute has not specified yet.">
369 Not Specified
370 </message>
Yann Dagoaed534e92019-03-06 03:03:58371 <message name="IDS_POLICY_LABEL_PUSH_POLICIES" desc="Label to indicates the policies can be pushed or not to chrome.">
372 Policies push:
373 </message>
James Cook25171b72020-01-13 17:21:10374 <message name="IDS_POLICY_PUSH_POLICIES_ON" desc="Label in the chrome://policy information page." meaning="Policies can be pushed to chrome.">
Yann Dagoaed534e92019-03-06 03:03:58375 On
376 </message>
James Cook25171b72020-01-13 17:21:10377 <message name="IDS_POLICY_PUSH_POLICIES_OFF" desc="Label in the chrome://policy information page." meaning="Policies cannot be pushed to chrome.">
Yann Dagoaed534e92019-03-06 03:03:58378 Off
379 </message>
[email protected]dae12fe92013-11-26 14:57:34380 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch was never performed before.">
381 Never
382 </message>
383 <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes.">
384 Fetch interval:
385 </message>
Igor Ruvinov6b01e4a2021-01-21 21:07:05386 <message name="IDS_POLICY_LABEL_CONFLICT" desc="Label for the conflict status column in the policy table.">
Yann Dagoc69a17ab2019-03-01 01:55:58387 Conflict
388 </message>
Igor Ruvinov6b01e4a2021-01-21 21:07:05389 <message name="IDS_POLICY_LABEL_SUPERSEDING" desc="Label for the superseding status column in the policy table.">
390 Superseding
391 </message>
392 <message name="IDS_POLICY_LABEL_CONFLICT_VALUE" desc="Label for the conflict row in the policy table.">
393 Value (conflict)
394 </message>
395 <message name="IDS_POLICY_LABEL_SUPERSEDED_VALUE" desc="Label for the superseded row in the policy table.">
396 Value (superseded)
397 </message>
Yann Dagof255167d2019-05-16 16:11:30398 <message name="IDS_POLICY_LABEL_ERROR" desc="Label for the error row in the policy table.">
399 Error
400 </message>
Yann Dagocf6036d2020-03-20 20:26:42401 <message name="IDS_POLICY_LABEL_DEPRECATED" desc="Label for the status of a deprecated policy.">
402 Deprecated
403 </message>
Owen Min633933a2020-06-12 15:11:07404 <message name="IDS_POLICY_LABEL_FUTURE" desc="Label for the status of an unreleased policy.">
405 Unreleased
406 </message>
Yann Dagof255167d2019-05-16 16:11:30407 <message name="IDS_POLICY_LABEL_IGNORED" desc="Label for the ignored row in the policy table.">
408 Ignored
Yann Dagoc69a17ab2019-03-01 01:55:58409 </message>
Yann Dagob23ff362019-02-27 13:15:36410 <message name="IDS_POLICY_LABEL_VALUE" desc="Label for the value row in the policy table.">
411 Value
412 </message>
Yann Dago7a25b6f2020-05-14 01:09:24413 <message name="IDS_POLICY_LABEL_VERSION" desc="Label for the version in the policy status box.">
414 Version:
415 </message>
[email protected]dae12fe92013-11-26 14:57:34416 <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in the policy status boxes.">
417 Status:
418 </message>
Igor Ruvinov6b01e4a2021-01-21 21:07:05419 <message name="IDS_POLICY_LABEL_INFO" desc="Label for the info row in the policy table.">
420 Info
421 </message>
[email protected]dae12fe92013-11-26 14:57:34422 <message name="IDS_POLICY_SHOW_UNSET" desc="Label for the checkbox that determines whether policies whose value has not been set are shown.">
423 Show policies with no value set
424 </message>
425 <message name="IDS_POLICY_NO_POLICIES_SET" desc="Text displayed when none of the policies have been set.">
426 No policies set
427 </message>
428 <message name="IDS_POLICY_HEADER_SCOPE" desc="Table header for the column in the policy table that details whether a policy is a user or a device policy.">
429 Applies to
430 </message>
431 <message name="IDS_POLICY_HEADER_LEVEL" desc="Table header for the column in the policy table that details whether a policy is mandatory or recommended.">
432 Level
433 </message>
434 <message name="IDS_POLICY_HEADER_NAME" desc="Table header for the column in the policy table that contains the policy name.">
435 Policy name
436 </message>
437 <message name="IDS_POLICY_HEADER_VALUE" desc="Table header for the column in the policy table that contains the policy value.">
438 Policy value
439 </message>
440 <message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status.">
441 Status
442 </message>
fhorschig64834b712015-09-21 14:20:23443 <message name="IDS_POLICY_HEADER_SOURCE" desc="Table header for the column in policy table that contains the policy source.">
444 Source
445 </message>
Yann Dagob23ff362019-02-27 13:15:36446 <message name="IDS_POLICY_HEADER_WARNING" desc="Table header for the column in the policy table that contains the policy warnings.">
447 Warning
448 </message>
Yann Dagoc69a17ab2019-03-01 01:55:58449 <message name="IDS_POLICY_SHOW_MORE" desc="Text for the link that expands and shows the are full value, conflicts and warnings rows of a policy.">
450 Show more
[email protected]dae12fe92013-11-26 14:57:34451 </message>
Yann Dagoc69a17ab2019-03-01 01:55:58452 <message name="IDS_POLICY_SHOW_LESS" desc="Text for the link that collapses and hides the are full value, conflicts and warnings rows of a policy.">
453 Show less
[email protected]dae12fe92013-11-26 14:57:34454 </message>
Anton Urusov15f361a12017-09-05 19:43:29455 <message name="IDS_POLICY_LEARN_MORE" desc="Help text for learn-more link for known chrome policies.">
456 Learn more about <ph name="POLICY_NAME">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy
457 </message>
[email protected]dae12fe92013-11-26 14:57:34458 <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to column when a policy applies to the current user only.">
459 Current user
460 </message>
[email protected]34c4cab2014-02-20 01:54:52461 <if expr="not is_android and not chromeos">
[email protected]dae12fe92013-11-26 14:57:34462 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine.">
463 Machine
464 </message>
465 </if>
[email protected]34c4cab2014-02-20 01:54:52466 <if expr="chromeos or is_android">
[email protected]dae12fe92013-11-26 14:57:34467 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device.">
468 Device
469 </message>
470 </if>
471 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended.">
472 Recommended
473 </message>
474 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level column when a policy is mandatory.">
475 Mandatory
476 </message>
fhorschig64834b712015-09-21 14:20:23477 <message name="IDS_POLICY_SOURCE_ENTERPRISE_DEFAULT" desc="Indicates that a policy is set by default in an enterprise environment and can be overridden (for Chrome OS only).">
478 Enterprise default
479 </message>
Yann Dago2644fc82020-10-07 03:42:13480 <message name="IDS_POLICY_SOURCE_DEFAULT" desc="Indicates that a policy is set by default and can be overridden.">
481 Default
482 </message>
Owen Mina9db0612020-08-13 18:54:54483 <message name="IDS_POLICY_SOURCE_COMMAND_LINE" desc="Indicates that a policy is set by command line switch for testing purpose.">
484 Command line
485 </message>
fhorschig64834b712015-09-21 14:20:23486 <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy originates from the cloud.">
487 Cloud
488 </message>
Julian Pastarmoveb2225b2019-04-04 12:51:16489 <message name="IDS_POLICY_SOURCE_MERGED" desc="Indicates that the policy is a merged values from multiple sources.">
Yann Dago5b333982019-08-13 15:30:24490 Merged
Julian Pastarmoveb2225b2019-04-04 12:51:16491 </message>
Olya Kalitova6db4d982021-05-12 00:18:18492 <message name="IDS_POLICY_SOURCE_CLOUD_FROM_ASH" desc="Indicates that the policy originates from the cloud in Ash and piped to Lacros.">
493 Cloud (system-wide)
494 </message>
Maria Petrisor9f7ea3a2021-07-12 08:00:30495 <message name="IDS_POLICY_SOURCE_RESTRICTED_MANAGED_GUEST_SESSION_OVERRIDE" desc="Indicates that the policy originates from the restricted managed guest session override.">
496 Restricted managed guest session override
497 </message>
tnagel66f76d32017-06-06 13:21:56498 <message name="IDS_POLICY_SOURCE_ACTIVE_DIRECTORY" desc="Indicates that the policy originates from a local server, e.g. Samba or Active Directory.">
499 <ph name="MICROSOFT_ACTIVE_DIRECTORY">Local Server</ph>
tnagel8d2791ec2016-11-18 10:43:13500 </message>
fhorschig64834b712015-09-21 14:20:23501 <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS.">
502 Platform
503 </message>
Oleg Davydov22f51592019-05-13 16:45:33504 <message name="IDS_POLICY_SOURCE_DEVICE_LOCAL_ACCOUNT_OVERRIDE" desc="Indicates that the policy is set programmatically because of an active device-local account session: managed session or Kiosk app (both for Chrome OS only). It could have overridden other sources that set this policy.">
505 Device local account override
fhorschig64834b712015-09-21 14:20:23506 </message>
fhorschig07c5e0622015-12-03 16:48:57507 <message name="IDS_POLICY_RISK_TAG_FULL_ADMIN_ACCESS" desc="Title of a group/tag whose policies potentially allow the administrator to access all of a user's data.">
508 Full Admin Access
509 </message>
510 <message name="IDS_POLICY_RISK_TAG_SYSTEM_SECURITY" desc="Title of a group/tag whose policies might influence the system's security.">
511 System Security
512 </message>
513 <message name="IDS_POLICY_RISK_TAG_WEBSITE_SHARING" desc="Title of a group/tag whose policies might lead to information sharing with other websites.">
514 Sharing with Websites
515 </message>
516 <message name="IDS_POLICY_RISK_TAG_ADMIN_SHARING" desc="Title of a group/tag whose policies potentially allow sending information about the user (like activity times) to an administrator.">
517 Sharing with Administrator
518 </message>
519 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. forced SafeSearch).">
520 Filtering
521 </message>
522 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/tag whose policies might allow storage of user data to local drives where others might access them.">
523 Local Data Access
524 </message>
525 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Google services.">
526 Sharing with Google
527 </message>
Andreea Costinas22de4522018-12-28 14:47:29528 <message name="IDS_POLICY_SHOW_EXPANDED_STATUS" desc="Text for the link that shows the policy status. Used when the policy status is too long to be always visible.">
529 Show status
530 </message>
531 <message name="IDS_POLICY_HIDE_EXPANDED_STATUS" desc="Text for the link that hides the policy status. Used when the policy status is too long to be always visible.">
532 Hide status
533 </message>
Yann Dago73f014f2019-04-16 13:51:54534 <message name="IDS_POLICY_LIST_MERGING_WRONG_POLICY_TYPE_SPECIFIED" desc="Text explaining that a policy specified to be merged as a list is not a list.">
Yann Dago74c81f02019-05-13 18:43:57535 Warning: This policy was not merged as a list as specified by policy because it is not a list.
536 </message>
537 <message name="IDS_POLICY_DICTIONARY_MERGING_WRONG_POLICY_TYPE_SPECIFIED" desc="Text explaining that a policy specified to be merged as a dictionary is not a dictionary.">
538 Warning: This policy was not merged as a dictionary as specified by policy because it is not a dictionary.
539 </message>
540 <message name="IDS_POLICY_DICTIONARY_MERGING_POLICY_NOT_ALLOWED" desc="Text explaining that a policy specified to be merged as a dictionary is not allowed to be merged.">
541 Warning: This policy was not merged as specified in PolicyDictionaryMultipleSourceMergeList policy because it is not part of the dictionary policies that can be merged.
Yann Dago73f014f2019-04-16 13:51:54542 </message>
Yann Dago808f3542019-02-05 16:48:37543 <message name="IDS_POLICY_CONFLICT_SAME_VALUE" desc="Text explaining that a policy had conflicting sources, but with the same values.">
Igor Ruvinov6b01e4a2021-01-21 21:07:05544 This policy is working as intended but the same value is set elsewhere and is superseded by this policy.
Yann Dago808f3542019-02-05 16:48:37545 </message>
546 <message name="IDS_POLICY_CONFLICT_DIFF_VALUE" desc="Text explaining that a policy had conflicting sources and values.">
Igor Ruvinov6b01e4a2021-01-21 21:07:05547 This policy is working as intended but a conflicting value is set elsewhere and is overridden by this policy.
Yann Dago808f3542019-02-05 16:48:37548 </message>
Nicolas51625ad2019-03-21 00:21:20549 <message name="IDS_POLICY_MIGRATED_OLD_POLICY" desc="Text explaining that a policy is deprecated, and that admins should use the new policy instead">
550 This policy is deprecated. You should use the <ph name="NEW_POLICY">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy instead.
551 </message>
552 <message name="IDS_POLICY_MIGRATED_NEW_POLICY" desc="Text explaining that the policy value was automatically copied from a deprecated policy's value">
553 This policy was automatically copied from the deprecated <ph name="OLD_POLICY">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy. You should use this policy instead.
554 </message>
Yann Dago0fb0da92019-02-28 01:31:26555 <message name="IDS_POLICY_BLOCKED" desc="Text explaining that a policy is blocked, therefore ignored.">
556 This policy is blocked, its value will be ignored.
557 </message>
Fabian Sommer6fede8e62020-06-02 17:44:04558 <message name="IDS_POLICY_INVALID" desc="Text explaining that a policy failed to validate against a schema, and therefore ignored.">
559 This policy value failed to validate against its schema and will be ignored.
560 </message>
Yann Dago6080fea2019-04-30 21:03:33561 <message name="IDS_POLICY_IGNORED_BY_GROUP_MERGING" desc="Text explaining that a policy is ignored because another policy of the same group has a higher priority">
562 This policy is ignored because another policy from the same policy group has a higher priority.
563 </message>
Anatoliy Potapchuk4bbbb5b6b2019-03-25 17:32:46564 <message name="IDS_POLICY_INVALID_VALUE" desc="Text explaining that the policy value is invalid">
565 Policy value is not valid.
566 </message>
Julian Pastarmov3ccb0b92020-12-09 21:05:51567 <message name="IDS_POLICY_IGNORED_MANDATORY_REPORTING_POLICY" desc="Text explaining that the policy MetricsReportingEnabled can not be forced to enabled anymore">
568 This policy cannot be set to "True" and be mandatory, therefore it was changed to recommended.
569 </message>
Guillaume Jenkinsf9cf4e32019-03-12 19:54:55570 <if expr="not is_macosx">
571 <message name="IDS_POLICY_SPELLCHECK_UNKNOWN_LANGUAGE" desc="Warning message in the policy summary page for the spellcheck policies when a language is unrecognized or unsupported.">
572 List entry "<ph name="LANGUAGE_ID">$1<ex>xx-YY</ex></ph>": Unknown or unsupported language.
573 </message>
Leonard Grey5d31442c2020-06-30 19:28:39574 <message name="IDS_POLICY_SPELLCHECK_BLOCKLIST_IGNORE" desc="Warning message in the policy summary page for the spellcheck blocklist policy when a language is both force-enabled and force-disabled. 'SpellcheckLanguage' is a policy name and shouldn't be translated.">
Guillaume Jenkinsf9cf4e32019-03-12 19:54:55575 List entry "<ph name="LANGUAGE_ID">$1<ex>en-GB</ex></ph>": Entry ignored because it is also included in the SpellcheckLanguage policy.
576 </message>
577 </if>
Andreea Costinas138eb0a2019-06-06 11:52:07578 <message name="IDS_POLICY_LABEL_IS_AFFILIATED" desc="Label to indicate if the user is affiliated or not.">
579 Is affiliated:
580 </message>
581 <message name="IDS_POLICY_IS_AFFILIATED_YES" desc="Indicates the user is affiliated.">
582 Yes
583 </message>
584 <message name="IDS_POLICY_IS_AFFILIATED_NO" desc="Indicates the user is not affiliated.">
585 No
586 </message>
Aya ElAttar5a009a92019-07-08 16:42:30587 <message name="IDS_POLICY_LABEL_IS_OFFHOURS_ACTIVE" desc="Label to indicate if the off-hours policy is active or not.">
588 Off-Hours Policy:
589 </message>
590 <message name="IDS_POLICY_OFFHOURS_ACTIVE" desc="Indicates the off-hours policy is active.">
591 Active
592 </message>
593 <message name="IDS_POLICY_OFFHOURS_NOT_ACTIVE" desc="Indicates the off-hours policy is not active.">
594 Not active
595 </message>
Alexander Hendrich02ab52e2019-12-04 15:47:43596 <message name="IDS_POLICY_SIGNIN_PROFILE" desc="Label to indicate that the policy is for the sign-in screen profile.">
597 sign-in screen profile
598 </message>
Jérôme Gingras272c1f7d2020-05-27 16:35:50599 <message name ="IDS_POLICY_COPY_VALUE" desc="Help text for link that copies the value of a policy.">
600 Copy the value of <ph name="POLICY_NAME">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy
601 </message>
Jérôme Gingras4b90f6fc2020-05-28 18:48:57602 <message name="IDS_COPY_POLICIES_JSON" desc="Label for the button that copies policies in JSON format.">
603 Copy as JSON
604 </message>
Aya ElAttar3fbc1b32020-03-18 17:12:37605
606 <!-- Strings for Disabled chrome://.* screen -->
607 <message name="IDS_CHROME_URLS_DISABLED_PAGE_HEADER" desc="A heading for the user when the application is blocked.">
608 Application is blocked
609 </message>
610 <message name="IDS_CHROME_URLS_DISABLED_PAGE_TITLE" desc="The title for the blocked chrome URLs page.">
611 Application blocked by your administrator
612 </message>
613 <message name="IDS_CHROME_URLS_DISABLED_PAGE_MESSAGE" desc="A paragraph informing the user that the application is blocked.">
Aya ElAttar6b0eaa12020-05-15 14:48:48614 This application has been blocked by your administrator
Aya ElAttar3fbc1b32020-03-18 17:12:37615 </message>
Aya ElAttar8f8eee42020-09-24 13:59:26616
Sergey Poromov41185a22020-09-25 07:49:47617 <!-- Strings for Data Leak Prevention -->
Aya ElAttar31308b4fb2021-01-28 17:33:02618 <message name="IDS_POLICY_DLP_CLIPBOARD_BLOCKED_ON_PASTE" desc="A notification informing the user that paste is blocked.">
Aya ElAttar0d358a02020-12-21 09:31:48619 Pasting from <ph name="ORIGIN_NAME">$1<ex>corp.google.com</ex></ph> to this location is blocked by administrator policy
Aya ElAttar8f8eee42020-09-24 13:59:26620 </message>
621 <message name="IDS_POLICY_DLP_CLIPBOARD_BLOCKED_ON_COPY_VM" desc="A toast informing the user that sharing clipboard data to VMs is blocked.">
Aya ElAttar0d358a02020-12-21 09:31:48622 Sharing from <ph name="ORIGIN_NAME">$1<ex>corp.google.com</ex></ph> to <ph name="VM_NAME">$2<ex>Linux</ex></ph> has been blocked by administrator policy
Aya ElAttar8f8eee42020-09-24 13:59:26623 </message>
Aya ElAttar554a491b32020-09-29 13:30:46624 <message name="IDS_POLICY_DLP_ANDROID_APPS" desc="Name shown for ARC in data leak prevention toasts.">
625 Android apps
626 </message>
Aya ElAttar08c9c0c5d22020-11-19 10:14:34627 <message name="IDS_POLICY_DLP_CLIPBOARD_BLOCK_DISMISS_BUTTON" desc="Dismiss dialog button label for disabled paste notification.">
628 Got it
629 </message>
Aya ElAttar31308b4fb2021-01-28 17:33:02630 <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_ON_PASTE" desc="A notification warning the user that paste is not recommended.">
Aya ElAttar69c217e02021-01-22 10:02:48631 Pasting from <ph name="ORIGIN_NAME">$1<ex>corp.google.com</ex></ph> to this location is not recommended by administrator policy
632 </message>
633 <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_PROCEED_BUTTON" desc="Proceed dialog button label for warning before paste.">
634 Paste anyway
635 </message>
636 <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_DISMISS_BUTTON" desc="Dismiss dialog button label for warning before paste.">
637 Cancel
638 </message>
Aya ElAttar4b4846aa2021-02-09 19:26:44639 <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_ON_COPY_VM" desc="A toast informing the user that pasting the clipboard data to VMs is not recommended.">
640 Copying and pasting this content to <ph name="VM_NAME">$1<ex>Linux</ex></ph> is not recommended by administrator policy
641 </message>
Sergey Poromov1d30ab7e2020-10-29 11:13:37642 <message name="IDS_POLICY_DLP_PRINTING_BLOCKED_TITLE" desc="The title for notification informing the user that printing is blocked.">
643 Printing is blocked
644 </message>
645 <message name="IDS_POLICY_DLP_PRINTING_BLOCKED_MESSAGE" desc="The message for notification informing the user that printing is blocked.">
Sergey Poromov475a2c9a2021-01-13 20:01:39646 Printing this content is blocked by administrator policy
Sergey Poromov41185a22020-09-25 07:49:47647 </message>
Sergey Poromovfb1bc3c2020-11-09 17:53:42648 <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_PAUSED_TITLE" desc="The title for notification informing the user that screen capture is paused.">
649 Screen capture paused
650 </message>
651 <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_PAUSED_MESSAGE" desc="The message for notification informing the user that screen capture is paused.">
Sergey Poromov72eaa812021-01-12 14:26:57652 Administrator policy disables screen sharing with <ph name="APPLICATION_TITLE">$1<ex>example.com</ex></ph> when confidential content is visible
Sergey Poromovfb1bc3c2020-11-09 17:53:42653 </message>
654 <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_RESUMED_TITLE" desc="The title for notification informing the user that screen capture is resumed.">
655 Screen capture resumed
656 </message>
657 <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_RESUMED_MESSAGE" desc="The message for notification informing the user that screen capture is resumed.">
Sergey Poromov72eaa812021-01-12 14:26:57658 Screen sharing with <ph name="APPLICATION_TITLE">$1<ex>example.com</ex></ph> was resumed
Sergey Poromovfb1bc3c2020-11-09 17:53:42659 </message>
Aya ElAttar8f8eee42020-09-24 13:59:26660
[email protected]dae12fe92013-11-26 14:57:34661</grit-part>