blob: 2472905a8c4137a4002199e4b9fe15a2adfd8559 [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>
Alexander Hendrich9fb2b022018-08-27 12:14:0861 <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.">
62 Can't enroll with consumer account (packaged license available).
63 </message>
[email protected]dae12fe92013-11-26 14:57:3464 <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful policy validation.">
65 Validation successful
66 </message>
67 <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:3068 Bad initial signature
[email protected]dae12fe92013-11-26 14:57:3469 </message>
70 <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation.">
71 Bad signature
72 </message>
73 <message name="IDS_POLICY_VALIDATION_ERROR_CODE_PRESENT" desc="Message indicating policy validation failure due to an error code in the policy.">
74 Error code present in the policy response
75 </message>
76 <message name="IDS_POLICY_VALIDATION_PAYLOAD_PARSE_ERROR" desc="Message indicating a policy parse error during policy validation.">
77 Error parsing policy
78 </message>
79 <message name="IDS_POLICY_VALIDATION_WRONG_POLICY_TYPE" desc="Message indicating the policy did not have the expected type.">
80 Wrong policy type
81 </message>
82 <message name="IDS_POLICY_VALIDATION_WRONG_SETTINGS_ENTITY_ID" desc="Message indicating the policy did not have the expected entity identifier.">
83 Wrong entity identifier
84 </message>
85 <message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating the policy timestamp is bad.">
86 Bad policy timestamp
87 </message>
tnagel6310fd62016-08-12 13:03:0288 <message name="IDS_POLICY_VALIDATION_BAD_DM_TOKEN" desc="Message indicating the policy token is empty or different from the one expected.">
89 Returned policy token is empty or doesn't match current token
[email protected]dae12fe92013-11-26 14:57:3490 </message>
ljusten981dc1a2016-09-05 16:21:4591 <message name="IDS_POLICY_VALIDATION_BAD_DEVICE_ID" desc="Message indicating the policy device id is empty or different from the one expected.">
92 Returned policy device id is empty or doesn't match current device id
93 </message>
Sergey Poromov4405a2972018-04-09 22:36:4094 <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:3495 Wrong policy subject
96 </message>
97 <message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicating a parse error in policy.">
98 Error parsing policy settings
99 </message>
[email protected]1b9a4a12014-02-02 17:28:39100 <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:22101 Bad verification signature
[email protected]1b9a4a12014-02-02 17:28:39102 </message>
Alexander Hendrichce3a5812018-08-10 16:53:31103 <message name="IDS_POLICY_VALIDATION_VALUE_WARNING" desc="Message indicating the policy value validation succeeded with non-fatal warnings.">
104 Validation of policy values has raised warnings
105 </message>
106 <message name="IDS_POLICY_VALIDATION_VALUE_ERROR" desc="Message indicating the policy value validation failed with fatal errors.">
107 Validation of policy values has failed with errors
108 </message>
[email protected]dae12fe92013-11-26 14:57:34109 <message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating unknown error in policy validation.">
110 Unknown error
111 </message>
112
113 <message name="IDS_POLICY_STORE_STATUS_OK" desc="Message indicating a healthy policy store.">
114 Policy cache OK
115 </message>
116 <message name="IDS_POLICY_STORE_STATUS_LOAD_ERROR" desc="Message indicating a failure to load policy.">
117 Failed to load policy settings
118 </message>
119 <message name="IDS_POLICY_STORE_STATUS_STORE_ERROR" desc="Message indicating a failure to store policy.">
120 Failed to store policy settings
121 </message>
tnagela6ac28e2014-12-09 17:12:22122 <message name="IDS_POLICY_STORE_STATUS_PARSE_ERROR" desc="Message indicating a parse error on loading policy.">
[email protected]dae12fe92013-11-26 14:57:34123 Policy parse error
124 </message>
125 <message name="IDS_POLICY_STORE_STATUS_SERIALIZE_ERROR" desc="Message indicating an error preparing policy for storage.">
126 Serialization error
127 </message>
128 <message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicating policy validation on store/load failed.">
tnagela6ac28e2014-12-09 17:12:22129 Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>
[email protected]dae12fe92013-11-26 14:57:34130 </message>
131 <message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating policy cannot be stored/loaded due to the backend being in bad state.">
132 Backing store in bad state
133 </message>
134 <message name="IDS_POLICY_STORE_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error with the policy cache.">
135 Unknown error
136 </message>
137
[email protected]637357862013-12-20 14:10:23138 <message name="IDS_POLICY_ASSOCIATION_STATE_ACTIVE" desc="Message indicating that the server actively manages the client.">
139 Active
140 </message>
141 <message name="IDS_POLICY_ASSOCIATION_STATE_UNMANAGED" desc="Message indicating that the server is currently not willing to manage this client.">
142 Unmanaged
143 </message>
144 <message name="IDS_POLICY_ASSOCIATION_STATE_DEPROVISIONED" desc="Message indicating that the server has deprovisioned the client.">
145 Deprovisioned
146 </message>
147
[email protected]dae12fe92013-11-26 14:57:34148 <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status column when a policy value has the wrong type.">
149 Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value.
150 </message>
151 <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the status column when a policy value is out of range.">
152 Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>.
153 </message>
154 <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.">
155 Value doesn't match format.
156 </message>
Julian Pastarmovc9d86f12017-12-01 13:44:35157 <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.">
158 Ignored because default search is not enabled by policy.
[email protected]dae12fe92013-11-26 14:57:34159 </message>
160 <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.">
161 Must be specified.
162 </message>
Yann Dagoee291902019-08-19 15:49:06163 <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.">
164 This field should not have more than <ph name="MAX_ITEMS_LIMIT">$1<ex>100</ex></ph> entries. All further entries will be discarded.
165 </message>
[email protected]dae12fe92013-11-26 14:57:34166 <message name="IDS_POLICY_SUBKEY_ERROR" desc="The text displayed in the status column for errors in a subkey of a policy.">
167 Key "<ph name="SUBKEY">$1<ex>ProxyMode</ex></ph>": <ph name="ERROR">$2<ex>Must be specified.</ex></ph>
168 </message>
169 <message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the status column for errors in list entry in a policy.">
170 List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
171 </message>
[email protected]a5bb83d2014-02-05 15:32:10172 <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.">
173 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>
174 </message>
A Olsenbc71baf2018-06-05 14:42:44175 <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.">
176 Error while parsing JSON value: <ph name="ERROR">$1<ex>Line 2, Column 3: Map keys must be quoted.</ex></ph>
177 </message>
[email protected]dae12fe92013-11-26 14:57:34178 <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.">
179 Invalid search URL.
180 </message>
Steven Binglerace5fd22019-08-20 21:01:20181 <message name="IDS_POLICY_INVALID_SECURE_DNS_MODE_ERROR" desc="The text displayed in the status column when the value for DnsOverHttpsMode is invalid.">
182 Invalid DnsOverHttps mode.
183 </message>
Steven Binglerbb471bc62019-10-30 16:11:09184 <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.">
185 One or more of the DnsOverHttpsTemplates server template URIs is invalid and will not be used.
186 </message>
187 <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.">
188 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>.
189 </message>
190 <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.">
191 The templates you've specified may not be applied due to an error with the DnsOverHttpsMode policy.
192 </message>
193 <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.">
194 The templates you've specified may not be applied due to the DnsOverHttpsMode policy not being set.
195 </message>
196 <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.">
197 Must be specified and a valid string when DnsOverHttpsMode is <ph name="SECURE_DNS_MODE_SECURE">'secure'</ph>.
198 </message>
[email protected]dae12fe92013-11-26 14:57:34199 <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed in the status column when the value for ProxyMode is invalid.">
200 Invalid proxy mode.
201 </message>
binjin1e1cc33a2014-10-09 18:08:16202 <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.">
203 Invalid update URL for extension with ID "<ph name="EXTENSION_ID">$1<ex>abcdefghijklmnopabcdefghijklmnop</ex></ph>".
204 </message>
Nick Petersond952cb772018-03-07 15:46:03205 <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:39206 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>".
207 </message>
208 <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:00209 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:03210 </message>
[email protected]dae12fe92013-11-26 14:57:34211 <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.">
212 Use of a proxy is disabled but an explicit proxy configuration is specified.
213 </message>
214 <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.">
215 Proxy is set to auto configured.
216 </message>
217 <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.">
218 Proxy configuration is set to use a .pac script URL, not fixed proxy servers.
219 </message>
220 <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.">
221 Proxy is set to use fixed proxy servers, not a .pac script URL.
222 </message>
223 <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.">
224 System proxy settings are set to be used but an explicit proxy configuration is also specified.
225 </message>
226 <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.">
227 Both fixed proxy servers and a .pac script URL are specified.
228 </message>
229 <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.">
230 Neither fixed proxy servers nor a .pac script URL are specified.
231 </message>
232 <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.">
233 Ignored because it was overridden by <ph name="POLICY_NAME">$1<ex>ProxyMode</ex></ph>.
234 </message>
235 <message name="IDS_POLICY_DEPRECATED" desc="The text displayed in the status column when the corresponding policy is deprecated.">
236 This policy has been deprecated.
237 </message>
238 <message name="IDS_POLICY_VALUE_DEPRECATED" desc="The text displayed in the status column when a specific value for a policy is deprecated.">
239 This value is deprecated for this policy.
240 </message>
[email protected]604b2722014-04-23 22:12:19241 <if expr="chromeos">
242 <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:14243 Network configuration failed to be parsed (invalid JSON).
[email protected]604b2722014-04-23 22:12:19244 </message>
Alexander Hendrichaa67ada12018-08-10 17:26:03245 <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:19246 The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported.
Alexander Hendrichaa67ada12018-08-10 17:26:03247Additional details:
248<ph name="DEBUG_INFO">$1<ex>WARNING: Field name 'SomeRandomField' is unknown. (at toplevel)</ex></ph>
[email protected]604b2722014-04-23 22:12:19249 </message>
Alexander Hendrichaa67ada12018-08-10 17:26:03250 <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:19251 The network configuration is invalid and couldn't be imported.
Alexander Hendrichaa67ada12018-08-10 17:26:03252Additional details:
253<ph name="DEBUG_INFO">$1<ex>ERROR: Field name 'SomeRandomField' is unknown. (at toplevel)</ex></ph>
[email protected]604b2722014-04-23 22:12:19254 </message>
255 <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope.">
256 Policy scope is not supported.
257 </message>
258 </if>
[email protected]4e76f002014-06-16 17:24:13259 <message name="IDS_POLICY_LEVEL_ERROR" desc="Text displayed in the status column when a policy is set at an unsupported level.">
260 Policy level is not supported.
261 </message>
[email protected]dae12fe92013-11-26 14:57:34262 <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
263 OK
264 </message>
265 <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column when no value is set for a policy.">
266 Not set.
267 </message>
268 <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column when a policy name is not recognized.">
269 Unknown policy.
270 </message>
[email protected]dae12fe92013-11-26 14:57:34271
272 <!-- chrome://policy -->
273 <message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies.">
274 Policies
275 </message>
276 <message name="IDS_POLICY_FILTER_PLACEHOLDER" desc="Placeholder for the input field that lets the user filter policies by name.">
277 Filter policies by name
278 </message>
279 <message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that reloads policies.">
280 Reload policies
281 </message>
Anton Urusovcd9784a2017-08-10 21:00:21282 <message name="IDS_EXPORT_POLICIES_JSON" desc="Label for the button that exports policies in JSON format.">
283 Export to JSON
284 </message>
[email protected]dae12fe92013-11-26 14:57:34285 <message name="IDS_POLICY_STATUS" desc="Title of the status section.">
286 Status
287 </message>
288 <message name="IDS_POLICY_STATUS_DEVICE" desc="Title for the device policy status box.">
289 Device policies
290 </message>
291 <message name="IDS_POLICY_STATUS_USER" desc="Title for the user policy status box.">
292 User policies
293 </message>
Tien Mai0b22b082018-09-26 15:10:12294<message name="IDS_POLICY_STATUS_MACHINE" desc="Title for the machine policy status box.">
295 Machine policies
296 </message>
Ivan Sandrk636b89d2017-07-28 10:42:57297 <message name="IDS_POLICY_LABEL_ENTERPRISE_ENROLLMENT_DOMAIN" desc="Label for the enrollment domain in the device policy status box.">
[email protected]dae12fe92013-11-26 14:57:34298 Enrollment domain:
299 </message>
Ivan Sandrk636b89d2017-07-28 10:42:57300 <message name="IDS_POLICY_LABEL_ENTERPRISE_DISPLAY_DOMAIN" desc="Label for the display domain in the device policy status box.">
301 Display domain:
302 </message>
Tien Mai0b22b082018-09-26 15:10:12303 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_DOMAIN" desc="Label for the enrollment domain in the machine policy status box.">
304 Enrollment domain:
305 </message>
306 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_TOKEN" desc="Label for the enrollment token in the machine policy status box.">
307 Enrollment Token:
308 </message>
309 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_DEVICE_ID" desc="Label for the device ID in the machine policy status box.">
310 Device ID:
311 </message>
312 <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_MACHINE_NAME" desc="Label for the machine name in the machine policy status box.">
313 Machine Name:
314 </message>
[email protected]dae12fe92013-11-26 14:57:34315 <message name="IDS_POLICY_LABEL_USERNAME" desc="Label for the username in the user policy status box.">
316 User:
317 </message>
Sergey Poromov1ef25cf2018-04-18 16:10:51318 <message name="IDS_POLICY_LABEL_GAIA_ID" desc="Label for the user GAIA ID in the user policy status box.">
319 Gaia ID:
320 </message>
[email protected]dae12fe92013-11-26 14:57:34321 <message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in the policy status boxes.">
322 Client ID:
323 </message>
pbond36d002d2015-04-15 11:55:46324 <message name="IDS_POLICY_LABEL_ASSET_ID" desc="Label for the asset ID in the device policy status box.">
325 Asset ID:
326 </message>
327 <message name="IDS_POLICY_LABEL_LOCATION" desc="Label for the device location in the device policy status box.">
328 Assigned Location:
329 </message>
330 <message name="IDS_POLICY_LABEL_DIRECTORY_API_ID" desc="Label for the directory API ID in the device policy status box.">
331 Directory API ID:
332 </message>
[email protected]dae12fe92013-11-26 14:57:34333 <message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the time since the last refresh in the policy status boxes.">
334 Last fetched:
335 </message>
pbond36d002d2015-04-15 11:55:46336 <message name="IDS_POLICY_NOT_SPECIFIED" desc="Indicates if that device attribute has not specified yet.">
337 Not Specified
338 </message>
Yann Dagoaed534e92019-03-06 03:03:58339 <message name="IDS_POLICY_LABEL_PUSH_POLICIES" desc="Label to indicates the policies can be pushed or not to chrome.">
340 Policies push:
341 </message>
James Cook25171b72020-01-13 17:21:10342 <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:58343 On
344 </message>
James Cook25171b72020-01-13 17:21:10345 <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:58346 Off
347 </message>
[email protected]dae12fe92013-11-26 14:57:34348 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch was never performed before.">
349 Never
350 </message>
351 <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes.">
352 Fetch interval:
353 </message>
Yann Dagoc69a17ab2019-03-01 01:55:58354 <message name="IDS_POLICY_LABEL_CONFLICT" desc="Label for the conflict row in the policy table.">
355 Conflict
356 </message>
Yann Dagof255167d2019-05-16 16:11:30357 <message name="IDS_POLICY_LABEL_ERROR" desc="Label for the error row in the policy table.">
358 Error
359 </message>
360 <message name="IDS_POLICY_LABEL_IGNORED" desc="Label for the ignored row in the policy table.">
361 Ignored
Yann Dagoc69a17ab2019-03-01 01:55:58362 </message>
Yann Dagob23ff362019-02-27 13:15:36363 <message name="IDS_POLICY_LABEL_VALUE" desc="Label for the value row in the policy table.">
364 Value
365 </message>
[email protected]dae12fe92013-11-26 14:57:34366 <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in the policy status boxes.">
367 Status:
368 </message>
369 <message name="IDS_POLICY_SHOW_UNSET" desc="Label for the checkbox that determines whether policies whose value has not been set are shown.">
370 Show policies with no value set
371 </message>
372 <message name="IDS_POLICY_NO_POLICIES_SET" desc="Text displayed when none of the policies have been set.">
373 No policies set
374 </message>
375 <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.">
376 Applies to
377 </message>
378 <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.">
379 Level
380 </message>
381 <message name="IDS_POLICY_HEADER_NAME" desc="Table header for the column in the policy table that contains the policy name.">
382 Policy name
383 </message>
384 <message name="IDS_POLICY_HEADER_VALUE" desc="Table header for the column in the policy table that contains the policy value.">
385 Policy value
386 </message>
387 <message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status.">
388 Status
389 </message>
fhorschig64834b712015-09-21 14:20:23390 <message name="IDS_POLICY_HEADER_SOURCE" desc="Table header for the column in policy table that contains the policy source.">
391 Source
392 </message>
Yann Dagob23ff362019-02-27 13:15:36393 <message name="IDS_POLICY_HEADER_WARNING" desc="Table header for the column in the policy table that contains the policy warnings.">
394 Warning
395 </message>
Yann Dagoc69a17ab2019-03-01 01:55:58396 <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.">
397 Show more
[email protected]dae12fe92013-11-26 14:57:34398 </message>
Yann Dagoc69a17ab2019-03-01 01:55:58399 <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.">
400 Show less
[email protected]dae12fe92013-11-26 14:57:34401 </message>
Anton Urusov15f361a12017-09-05 19:43:29402 <message name="IDS_POLICY_LEARN_MORE" desc="Help text for learn-more link for known chrome policies.">
403 Learn more about <ph name="POLICY_NAME">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy
404 </message>
[email protected]dae12fe92013-11-26 14:57:34405 <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to column when a policy applies to the current user only.">
406 Current user
407 </message>
[email protected]34c4cab2014-02-20 01:54:52408 <if expr="not is_android and not chromeos">
[email protected]dae12fe92013-11-26 14:57:34409 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine.">
410 Machine
411 </message>
412 </if>
[email protected]34c4cab2014-02-20 01:54:52413 <if expr="chromeos or is_android">
[email protected]dae12fe92013-11-26 14:57:34414 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device.">
415 Device
416 </message>
417 </if>
418 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended.">
419 Recommended
420 </message>
421 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level column when a policy is mandatory.">
422 Mandatory
423 </message>
fhorschig64834b712015-09-21 14:20:23424 <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).">
425 Enterprise default
426 </message>
427 <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy originates from the cloud.">
428 Cloud
429 </message>
Julian Pastarmoveb2225b2019-04-04 12:51:16430 <message name="IDS_POLICY_SOURCE_MERGED" desc="Indicates that the policy is a merged values from multiple sources.">
Yann Dago5b333982019-08-13 15:30:24431 Merged
Julian Pastarmoveb2225b2019-04-04 12:51:16432 </message>
tnagel66f76d32017-06-06 13:21:56433 <message name="IDS_POLICY_SOURCE_ACTIVE_DIRECTORY" desc="Indicates that the policy originates from a local server, e.g. Samba or Active Directory.">
434 <ph name="MICROSOFT_ACTIVE_DIRECTORY">Local Server</ph>
tnagel8d2791ec2016-11-18 10:43:13435 </message>
fhorschig64834b712015-09-21 14:20:23436 <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS.">
437 Platform
438 </message>
Oleg Davydov22f51592019-05-13 16:45:33439 <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.">
440 Device local account override
fhorschig64834b712015-09-21 14:20:23441 </message>
fhorschig07c5e0622015-12-03 16:48:57442 <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.">
443 Full Admin Access
444 </message>
445 <message name="IDS_POLICY_RISK_TAG_SYSTEM_SECURITY" desc="Title of a group/tag whose policies might influence the system's security.">
446 System Security
447 </message>
448 <message name="IDS_POLICY_RISK_TAG_WEBSITE_SHARING" desc="Title of a group/tag whose policies might lead to information sharing with other websites.">
449 Sharing with Websites
450 </message>
451 <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.">
452 Sharing with Administrator
453 </message>
454 <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).">
455 Filtering
456 </message>
457 <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.">
458 Local Data Access
459 </message>
460 <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.">
461 Sharing with Google
462 </message>
Andreea Costinas22de4522018-12-28 14:47:29463 <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.">
464 Show status
465 </message>
466 <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.">
467 Hide status
468 </message>
Yann Dago73f014f2019-04-16 13:51:54469 <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:57470 Warning: This policy was not merged as a list as specified by policy because it is not a list.
471 </message>
472 <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.">
473 Warning: This policy was not merged as a dictionary as specified by policy because it is not a dictionary.
474 </message>
475 <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.">
476 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:54477 </message>
Yann Dago808f3542019-02-05 16:48:37478 <message name="IDS_POLICY_CONFLICT_SAME_VALUE" desc="Text explaining that a policy had conflicting sources, but with the same values.">
Yann Dagof255167d2019-05-16 16:11:30479 More than one source is present for the policy, but the values are the same.
Yann Dago808f3542019-02-05 16:48:37480 </message>
481 <message name="IDS_POLICY_CONFLICT_DIFF_VALUE" desc="Text explaining that a policy had conflicting sources and values.">
Yann Dagof255167d2019-05-16 16:11:30482 More than one source with conflicting values is present for this policy!
Yann Dago808f3542019-02-05 16:48:37483 </message>
Nicolas51625ad2019-03-21 00:21:20484 <message name="IDS_POLICY_MIGRATED_OLD_POLICY" desc="Text explaining that a policy is deprecated, and that admins should use the new policy instead">
485 This policy is deprecated. You should use the <ph name="NEW_POLICY">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy instead.
486 </message>
487 <message name="IDS_POLICY_MIGRATED_NEW_POLICY" desc="Text explaining that the policy value was automatically copied from a deprecated policy's value">
488 This policy was automatically copied from the deprecated <ph name="OLD_POLICY">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy. You should use this policy instead.
489 </message>
Yann Dago0fb0da92019-02-28 01:31:26490 <message name="IDS_POLICY_BLOCKED" desc="Text explaining that a policy is blocked, therefore ignored.">
491 This policy is blocked, its value will be ignored.
492 </message>
Yann Dago6080fea2019-04-30 21:03:33493 <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">
494 This policy is ignored because another policy from the same policy group has a higher priority.
495 </message>
Anatoliy Potapchuk4bbbb5b6b2019-03-25 17:32:46496 <message name="IDS_POLICY_INVALID_VALUE" desc="Text explaining that the policy value is invalid">
497 Policy value is not valid.
498 </message>
Guillaume Jenkinsf9cf4e32019-03-12 19:54:55499 <if expr="not is_macosx">
500 <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.">
501 List entry "<ph name="LANGUAGE_ID">$1<ex>xx-YY</ex></ph>": Unknown or unsupported language.
502 </message>
503 <message name="IDS_POLICY_SPELLCHECK_BLACKLIST_IGNORE" desc="Warning message in the policy summary page for the spellcheck blacklist policy when a language is both force-enabled and force-disabled. 'SpellcheckLanguage' is a policy name and shouldn't be translated.">
504 List entry "<ph name="LANGUAGE_ID">$1<ex>en-GB</ex></ph>": Entry ignored because it is also included in the SpellcheckLanguage policy.
505 </message>
506 </if>
Andreea Costinas138eb0a2019-06-06 11:52:07507 <message name="IDS_POLICY_LABEL_IS_AFFILIATED" desc="Label to indicate if the user is affiliated or not.">
508 Is affiliated:
509 </message>
510 <message name="IDS_POLICY_IS_AFFILIATED_YES" desc="Indicates the user is affiliated.">
511 Yes
512 </message>
513 <message name="IDS_POLICY_IS_AFFILIATED_NO" desc="Indicates the user is not affiliated.">
514 No
515 </message>
Aya ElAttar5a009a92019-07-08 16:42:30516 <message name="IDS_POLICY_LABEL_IS_OFFHOURS_ACTIVE" desc="Label to indicate if the off-hours policy is active or not.">
517 Off-Hours Policy:
518 </message>
519 <message name="IDS_POLICY_OFFHOURS_ACTIVE" desc="Indicates the off-hours policy is active.">
520 Active
521 </message>
522 <message name="IDS_POLICY_OFFHOURS_NOT_ACTIVE" desc="Indicates the off-hours policy is not active.">
523 Not active
524 </message>
Alexander Hendrich02ab52e2019-12-04 15:47:43525 <message name="IDS_POLICY_SIGNIN_PROFILE" desc="Label to indicate that the policy is for the sign-in screen profile.">
526 sign-in screen profile
527 </message>
[email protected]dae12fe92013-11-26 14:57:34528</grit-part>