blob: 3a3d70f7d9bdd808c96121176bb87fb41792adcb [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>
[email protected]dae12fe92013-11-26 14:57:3458
59 <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful policy validation.">
60 Validation successful
61 </message>
62 <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:3063 Bad initial signature
[email protected]dae12fe92013-11-26 14:57:3464 </message>
65 <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation.">
66 Bad signature
67 </message>
68 <message name="IDS_POLICY_VALIDATION_ERROR_CODE_PRESENT" desc="Message indicating policy validation failure due to an error code in the policy.">
69 Error code present in the policy response
70 </message>
71 <message name="IDS_POLICY_VALIDATION_PAYLOAD_PARSE_ERROR" desc="Message indicating a policy parse error during policy validation.">
72 Error parsing policy
73 </message>
74 <message name="IDS_POLICY_VALIDATION_WRONG_POLICY_TYPE" desc="Message indicating the policy did not have the expected type.">
75 Wrong policy type
76 </message>
77 <message name="IDS_POLICY_VALIDATION_WRONG_SETTINGS_ENTITY_ID" desc="Message indicating the policy did not have the expected entity identifier.">
78 Wrong entity identifier
79 </message>
80 <message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating the policy timestamp is bad.">
81 Bad policy timestamp
82 </message>
tnagel6310fd62016-08-12 13:03:0283 <message name="IDS_POLICY_VALIDATION_BAD_DM_TOKEN" desc="Message indicating the policy token is empty or different from the one expected.">
84 Returned policy token is empty or doesn't match current token
[email protected]dae12fe92013-11-26 14:57:3485 </message>
ljusten981dc1a2016-09-05 16:21:4586 <message name="IDS_POLICY_VALIDATION_BAD_DEVICE_ID" desc="Message indicating the policy device id is empty or different from the one expected.">
87 Returned policy device id is empty or doesn't match current device id
88 </message>
Sergey Poromov4405a2972018-04-09 22:36:4089 <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:3490 Wrong policy subject
91 </message>
92 <message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicating a parse error in policy.">
93 Error parsing policy settings
94 </message>
[email protected]1b9a4a12014-02-02 17:28:3995 <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:2296 Bad verification signature
[email protected]1b9a4a12014-02-02 17:28:3997 </message>
[email protected]dae12fe92013-11-26 14:57:3498 <message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating unknown error in policy validation.">
99 Unknown error
100 </message>
101
102 <message name="IDS_POLICY_STORE_STATUS_OK" desc="Message indicating a healthy policy store.">
103 Policy cache OK
104 </message>
105 <message name="IDS_POLICY_STORE_STATUS_LOAD_ERROR" desc="Message indicating a failure to load policy.">
106 Failed to load policy settings
107 </message>
108 <message name="IDS_POLICY_STORE_STATUS_STORE_ERROR" desc="Message indicating a failure to store policy.">
109 Failed to store policy settings
110 </message>
tnagela6ac28e2014-12-09 17:12:22111 <message name="IDS_POLICY_STORE_STATUS_PARSE_ERROR" desc="Message indicating a parse error on loading policy.">
[email protected]dae12fe92013-11-26 14:57:34112 Policy parse error
113 </message>
114 <message name="IDS_POLICY_STORE_STATUS_SERIALIZE_ERROR" desc="Message indicating an error preparing policy for storage.">
115 Serialization error
116 </message>
117 <message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicating policy validation on store/load failed.">
tnagela6ac28e2014-12-09 17:12:22118 Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>
[email protected]dae12fe92013-11-26 14:57:34119 </message>
120 <message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating policy cannot be stored/loaded due to the backend being in bad state.">
121 Backing store in bad state
122 </message>
123 <message name="IDS_POLICY_STORE_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error with the policy cache.">
124 Unknown error
125 </message>
126
[email protected]637357862013-12-20 14:10:23127 <message name="IDS_POLICY_ASSOCIATION_STATE_ACTIVE" desc="Message indicating that the server actively manages the client.">
128 Active
129 </message>
130 <message name="IDS_POLICY_ASSOCIATION_STATE_UNMANAGED" desc="Message indicating that the server is currently not willing to manage this client.">
131 Unmanaged
132 </message>
133 <message name="IDS_POLICY_ASSOCIATION_STATE_DEPROVISIONED" desc="Message indicating that the server has deprovisioned the client.">
134 Deprovisioned
135 </message>
136
[email protected]dae12fe92013-11-26 14:57:34137 <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status column when a policy value has the wrong type.">
138 Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value.
139 </message>
140 <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the status column when a policy value is out of range.">
141 Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>.
142 </message>
143 <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.">
144 Value doesn't match format.
145 </message>
Julian Pastarmovc9d86f12017-12-01 13:44:35146 <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.">
147 Ignored because default search is not enabled by policy.
[email protected]dae12fe92013-11-26 14:57:34148 </message>
149 <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.">
150 Must be specified.
151 </message>
152 <message name="IDS_POLICY_SUBKEY_ERROR" desc="The text displayed in the status column for errors in a subkey of a policy.">
153 Key "<ph name="SUBKEY">$1<ex>ProxyMode</ex></ph>": <ph name="ERROR">$2<ex>Must be specified.</ex></ph>
154 </message>
155 <message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the status column for errors in list entry in a policy.">
156 List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
157 </message>
[email protected]a5bb83d2014-02-05 15:32:10158 <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.">
159 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>
160 </message>
[email protected]dae12fe92013-11-26 14:57:34161 <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.">
162 Invalid search URL.
163 </message>
164 <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed in the status column when the value for ProxyMode is invalid.">
165 Invalid proxy mode.
166 </message>
binjin1e1cc33a2014-10-09 18:08:16167 <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.">
168 Invalid update URL for extension with ID "<ph name="EXTENSION_ID">$1<ex>abcdefghijklmnopabcdefghijklmnop</ex></ph>".
169 </message>
Nick Petersond952cb772018-03-07 15:46:03170 <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.">
171 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>".
172 </message>
[email protected]dae12fe92013-11-26 14:57:34173 <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.">
174 Use of a proxy is disabled but an explicit proxy configuration is specified.
175 </message>
176 <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.">
177 Proxy is set to auto configured.
178 </message>
179 <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.">
180 Proxy configuration is set to use a .pac script URL, not fixed proxy servers.
181 </message>
182 <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.">
183 Proxy is set to use fixed proxy servers, not a .pac script URL.
184 </message>
185 <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.">
186 System proxy settings are set to be used but an explicit proxy configuration is also specified.
187 </message>
188 <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.">
189 Both fixed proxy servers and a .pac script URL are specified.
190 </message>
191 <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.">
192 Neither fixed proxy servers nor a .pac script URL are specified.
193 </message>
194 <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.">
195 Ignored because it was overridden by <ph name="POLICY_NAME">$1<ex>ProxyMode</ex></ph>.
196 </message>
197 <message name="IDS_POLICY_DEPRECATED" desc="The text displayed in the status column when the corresponding policy is deprecated.">
198 This policy has been deprecated.
199 </message>
200 <message name="IDS_POLICY_VALUE_DEPRECATED" desc="The text displayed in the status column when a specific value for a policy is deprecated.">
201 This value is deprecated for this policy.
202 </message>
[email protected]604b2722014-04-23 22:12:19203 <if expr="chromeos">
204 <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.">
205 Network configuration failed to be parsed.
206 </message>
207 <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.">
208 The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported.
209 </message>
210 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy is invalid.">
211 The network configuration is invalid and couldn't be imported.
212 </message>
213 <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope.">
214 Policy scope is not supported.
215 </message>
216 </if>
[email protected]4e76f002014-06-16 17:24:13217 <message name="IDS_POLICY_LEVEL_ERROR" desc="Text displayed in the status column when a policy is set at an unsupported level.">
218 Policy level is not supported.
219 </message>
[email protected]dae12fe92013-11-26 14:57:34220 <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
221 OK
222 </message>
223 <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column when no value is set for a policy.">
224 Not set.
225 </message>
226 <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column when a policy name is not recognized.">
227 Unknown policy.
228 </message>
[email protected]dae12fe92013-11-26 14:57:34229
Anton Urusov47cd4932017-09-19 14:41:41230 <!-- chrome://policy-tool -->
rodmartin56623302018-03-13 16:15:48231 <message name="IDS_POLICY_TOOL_CANCEL_RENAME" desc="Button to cancel the dialog that appears in rename session.">
232 Cancel
233 </message>
234 <message name="IDS_POLICY_TOOL_CONFIRM_RENAME" desc="Button that confirm a rename session.">
235 Confirm
236 </message>
Anton Urusov47cd4932017-09-19 14:41:41237 <message name="IDS_POLICY_TOOL_TITLE" desc="Admin page title and the title of the section that lists policies.">
238 Policy management
239 </message>
rodmartin4933e6b2018-05-01 15:01:10240 <message name="IDS_EXPORT_POLICIES_LINUX" desc="Button that exports the current session policy
241 in linux format.">
242 Export Linux
243 </message>
rodmartin389f7fd2018-05-07 20:22:19244 <message name="IDS_EXPORT_POLICIES_MAC" desc="Button that exports the current session policy
245 in mac format (.plist).">
246 Export MacOS
247 </message>
Anton Urusov47cd4932017-09-19 14:41:41248 <message name="IDS_POLICY_TOOL_EDIT" desc="Label for the button to change policy value in current session.">
249 Edit
250 </message>
251 <message name="IDS_POLICY_TOOL_SAVE" desc="Label for the button to save policy value after editing it.">
252 Save
253 </message>
254 <message name="IDS_POLICY_TOOL_LOAD_SESSION" desc="Label for the button that loads specified session.">
255 Load session
256 </message>
rodmartin56623302018-03-13 16:15:48257 <message name="IDS_POLICY_TOOL_REMOVE_SESSION" desc="Label for the button that removes specified session.">
258 Remove
259 </message>
260 <message name="IDS_POLICY_TOOL_RENAME_SESSION" desc="Label for the button that renames specified session.">
261 Rename
262 </message>
Anton Urusov47cd4932017-09-19 14:41:41263 <message name="IDS_POLICY_TOOL_SESSION_NAME_PLACEHOLDER" desc="Placeholder for the input field that lets the user change policy management sessions.">
264 Session name
265 </message>
rodmartin8420f792018-05-01 19:56:02266 <message name="IDS_POLICY_TOOL_INVALID_TYPE" desc="The text displayed in the status column when the value type doesn't match the actual policy type.">
267 The policy type is invalid.
268 </message>
Anton Urusov3dca4e232017-10-11 17:59:25269 <message name="IDS_POLICY_TOOL_SAVING_DISABLED" desc="A message that is shown to the user when there is some problem that prevents saving the session to disk.">
270 There was a problem accessing the session files. Saving to disk is currently disabled. Please reload the page to try again.
Anton Urusov47cd4932017-09-19 14:41:41271 </message>
272 <message name="IDS_POLICY_TOOL_INVALID_SESSION_NAME" desc="A message that is shown to the user when the entered session name is invalid.">
273 Please enter a valid session name.
274 </message>
Anton Urusov641a8b82017-10-06 15:08:48275 <message name="IDS_POLICY_TOOL_ENABLE_EDITING" desc="Label for the button to reset the current session to enable editing policy values.">
276 Reset
277 </message>
278 <message name="IDS_POLICY_TOOL_CORRUPTED_FILE" desc="A message that is shown to the user when the session file is corrupted.">
279 The file seems to be corrupted. Click the 'Reset' button to reset the session.
Anton Urusov47cd4932017-09-19 14:41:41280 </message>
Georges Khalil4092b6c2017-10-20 14:21:32281 <message name="IDS_POLICY_TOOL_DELETE_FAILED" desc="A message that is shown to the user when deleting the session fails because the session name that is sent from Javascript is invalid.">
282 The session with this name is not valid for deletion.
283 </message>
rodmartin56623302018-03-13 16:15:48284 <message name="IDS_POLICY_TOOL_SESSION_NOT_EXIST" desc="A message that is shown to the user when
285 the selected session name does not exist.">
286 The selected session does not exist.
287 </message>
288 <message name="IDS_POLICY_TOOL_SESSION_EXIST" desc="A message that is show to the user when
289 there is another session with the same name in a renaming session.">
290 This session name already exists.
291 </message>
292 <message name="IDS_POLICY_TOOL_RENAME_FAILED" desc="A message that is shown to the user when
293 renaming the session fails because the function that rename the file failed.">
294 Failed to rename the session.
295 </message>
[email protected]dae12fe92013-11-26 14:57:34296 <!-- chrome://policy -->
297 <message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies.">
298 Policies
299 </message>
300 <message name="IDS_POLICY_FILTER_PLACEHOLDER" desc="Placeholder for the input field that lets the user filter policies by name.">
301 Filter policies by name
302 </message>
303 <message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that reloads policies.">
304 Reload policies
305 </message>
Anton Urusovcd9784a2017-08-10 21:00:21306 <message name="IDS_EXPORT_POLICIES_JSON" desc="Label for the button that exports policies in JSON format.">
307 Export to JSON
308 </message>
[email protected]dae12fe92013-11-26 14:57:34309 <message name="IDS_POLICY_STATUS" desc="Title of the status section.">
310 Status
311 </message>
312 <message name="IDS_POLICY_STATUS_DEVICE" desc="Title for the device policy status box.">
313 Device policies
314 </message>
315 <message name="IDS_POLICY_STATUS_USER" desc="Title for the user policy status box.">
316 User policies
317 </message>
Ivan Sandrk636b89d2017-07-28 10:42:57318 <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:34319 Enrollment domain:
320 </message>
Ivan Sandrk636b89d2017-07-28 10:42:57321 <message name="IDS_POLICY_LABEL_ENTERPRISE_DISPLAY_DOMAIN" desc="Label for the display domain in the device policy status box.">
322 Display domain:
323 </message>
[email protected]dae12fe92013-11-26 14:57:34324 <message name="IDS_POLICY_LABEL_USERNAME" desc="Label for the username in the user policy status box.">
325 User:
326 </message>
Sergey Poromov1ef25cf2018-04-18 16:10:51327 <message name="IDS_POLICY_LABEL_GAIA_ID" desc="Label for the user GAIA ID in the user policy status box.">
328 Gaia ID:
329 </message>
[email protected]dae12fe92013-11-26 14:57:34330 <message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in the policy status boxes.">
331 Client ID:
332 </message>
pbond36d002d2015-04-15 11:55:46333 <message name="IDS_POLICY_LABEL_ASSET_ID" desc="Label for the asset ID in the device policy status box.">
334 Asset ID:
335 </message>
336 <message name="IDS_POLICY_LABEL_LOCATION" desc="Label for the device location in the device policy status box.">
337 Assigned Location:
338 </message>
339 <message name="IDS_POLICY_LABEL_DIRECTORY_API_ID" desc="Label for the directory API ID in the device policy status box.">
340 Directory API ID:
341 </message>
[email protected]dae12fe92013-11-26 14:57:34342 <message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the time since the last refresh in the policy status boxes.">
343 Last fetched:
344 </message>
pbond36d002d2015-04-15 11:55:46345 <message name="IDS_POLICY_NOT_SPECIFIED" desc="Indicates if that device attribute has not specified yet.">
346 Not Specified
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>
354 <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in the policy status boxes.">
355 Status:
356 </message>
357 <message name="IDS_POLICY_SHOW_UNSET" desc="Label for the checkbox that determines whether policies whose value has not been set are shown.">
358 Show policies with no value set
359 </message>
360 <message name="IDS_POLICY_NO_POLICIES_SET" desc="Text displayed when none of the policies have been set.">
361 No policies set
362 </message>
363 <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.">
364 Applies to
365 </message>
366 <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.">
367 Level
368 </message>
369 <message name="IDS_POLICY_HEADER_NAME" desc="Table header for the column in the policy table that contains the policy name.">
370 Policy name
371 </message>
372 <message name="IDS_POLICY_HEADER_VALUE" desc="Table header for the column in the policy table that contains the policy value.">
373 Policy value
374 </message>
375 <message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status.">
376 Status
377 </message>
fhorschig64834b712015-09-21 14:20:23378 <message name="IDS_POLICY_HEADER_SOURCE" desc="Table header for the column in policy table that contains the policy source.">
379 Source
380 </message>
[email protected]dae12fe92013-11-26 14:57:34381 <message name="IDS_POLICY_SHOW_EXPANDED_VALUE" desc="Text for the link that shows the policy value. Used when the policy value is too long to be always visible.">
382 Show value
383 </message>
384 <message name="IDS_POLICY_HIDE_EXPANDED_VALUE" desc="Text for the link that hides the policy value. Used when the policy value is too long to be always visible.">
385 Hide value
386 </message>
Anton Urusov15f361a12017-09-05 19:43:29387 <message name="IDS_POLICY_LEARN_MORE" desc="Help text for learn-more link for known chrome policies.">
388 Learn more about <ph name="POLICY_NAME">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy
389 </message>
[email protected]dae12fe92013-11-26 14:57:34390 <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to column when a policy applies to the current user only.">
391 Current user
392 </message>
[email protected]34c4cab2014-02-20 01:54:52393 <if expr="not is_android and not chromeos">
[email protected]dae12fe92013-11-26 14:57:34394 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine.">
395 Machine
396 </message>
397 </if>
[email protected]34c4cab2014-02-20 01:54:52398 <if expr="chromeos or is_android">
[email protected]dae12fe92013-11-26 14:57:34399 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device.">
400 Device
401 </message>
402 </if>
403 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended.">
404 Recommended
405 </message>
406 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level column when a policy is mandatory.">
407 Mandatory
408 </message>
fhorschig64834b712015-09-21 14:20:23409 <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).">
410 Enterprise default
411 </message>
412 <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy originates from the cloud.">
413 Cloud
414 </message>
tnagel66f76d32017-06-06 13:21:56415 <message name="IDS_POLICY_SOURCE_ACTIVE_DIRECTORY" desc="Indicates that the policy originates from a local server, e.g. Samba or Active Directory.">
416 <ph name="MICROSOFT_ACTIVE_DIRECTORY">Local Server</ph>
tnagel8d2791ec2016-11-18 10:43:13417 </message>
fhorschig64834b712015-09-21 14:20:23418 <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS.">
419 Platform
420 </message>
fhorschigd6a11a12015-10-12 09:13:24421 <message name="IDS_POLICY_SOURCE_PUBLIC_SESSION_OVERRIDE" desc="Indicates that the policy is set programmatically because of an active public session (for Chrome OS only). It could have overridden other sources that set this policy.">
422 Public session override
fhorschig64834b712015-09-21 14:20:23423 </message>
fhorschig07c5e0622015-12-03 16:48:57424 <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.">
425 Full Admin Access
426 </message>
427 <message name="IDS_POLICY_RISK_TAG_SYSTEM_SECURITY" desc="Title of a group/tag whose policies might influence the system's security.">
428 System Security
429 </message>
430 <message name="IDS_POLICY_RISK_TAG_WEBSITE_SHARING" desc="Title of a group/tag whose policies might lead to information sharing with other websites.">
431 Sharing with Websites
432 </message>
433 <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.">
434 Sharing with Administrator
435 </message>
436 <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).">
437 Filtering
438 </message>
439 <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.">
440 Local Data Access
441 </message>
442 <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.">
443 Sharing with Google
444 </message>
[email protected]dae12fe92013-11-26 14:57:34445</grit-part>