OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <grit-part> | 2 <grit-part> |
3 | 3 |
4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes sful device management server call."> | 4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes sful device management server call."> |
5 Request succeeded | 5 Request succeeded |
6 </message> | 6 </message> |
7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating a bad request to the enterprise server."> | 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 | 8 Invalid request or request parameters |
9 </message> | 9 </message> |
10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t he request to the enterprise server failed in the network."> | 10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t he request to the enterprise server failed in the network."> |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
284 </message> | 284 </message> |
285 <message name="IDS_POLICY_HEADER_NAME" desc="Table header for the column in th e policy table that contains the policy name."> | 285 <message name="IDS_POLICY_HEADER_NAME" desc="Table header for the column in th e policy table that contains the policy name."> |
286 Policy name | 286 Policy name |
287 </message> | 287 </message> |
288 <message name="IDS_POLICY_HEADER_VALUE" desc="Table header for the column in t he policy table that contains the policy value."> | 288 <message name="IDS_POLICY_HEADER_VALUE" desc="Table header for the column in t he policy table that contains the policy value."> |
289 Policy value | 289 Policy value |
290 </message> | 290 </message> |
291 <message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status."> | 291 <message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status."> |
292 Status | 292 Status |
293 </message> | 293 </message> |
294 <message name="IDS_POLICY_HEADER_SOURCE" desc="Table header for the column in policy table that contains the policy source."> | |
295 Source | |
296 </message> | |
294 <message name="IDS_POLICY_SHOW_EXPANDED_VALUE" desc="Text for the link that sh ows the policy value. Used when the policy value is too long to be always visibl e."> | 297 <message name="IDS_POLICY_SHOW_EXPANDED_VALUE" desc="Text for the link that sh ows the policy value. Used when the policy value is too long to be always visibl e."> |
295 Show value | 298 Show value |
296 </message> | 299 </message> |
297 <message name="IDS_POLICY_HIDE_EXPANDED_VALUE" desc="Text for the link that hi des the policy value. Used when the policy value is too long to be always visibl e."> | 300 <message name="IDS_POLICY_HIDE_EXPANDED_VALUE" desc="Text for the link that hi des the policy value. Used when the policy value is too long to be always visibl e."> |
298 Hide value | 301 Hide value |
299 </message> | 302 </message> |
300 <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to c olumn when a policy applies to the current user only."> | 303 <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to c olumn when a policy applies to the current user only."> |
301 Current user | 304 Current user |
302 </message> | 305 </message> |
303 <if expr="not is_android and not chromeos"> | 306 <if expr="not is_android and not chromeos"> |
304 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine."> | 307 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine."> |
305 Machine | 308 Machine |
306 </message> | 309 </message> |
307 </if> | 310 </if> |
308 <if expr="chromeos or is_android"> | 311 <if expr="chromeos or is_android"> |
309 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device."> | 312 <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device."> |
310 Device | 313 Device |
311 </message> | 314 </message> |
312 </if> | 315 </if> |
313 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended."> | 316 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended."> |
314 Recommended | 317 Recommended |
315 </message> | 318 </message> |
316 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c olumn when a policy is mandatory."> | 319 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c olumn when a policy is mandatory."> |
317 Mandatory | 320 Mandatory |
318 </message> | 321 </message> |
319 <message name="IDS_POLICY_INVALID_BOOKMARK" desc="Text displayed in the status column when an entry of the ManagedBookmarks policy is not a valid bookmark."> | 322 <message name="IDS_POLICY_INVALID_BOOKMARK" desc="Text displayed in the status column when an entry of the ManagedBookmarks policy is not a valid bookmark."> |
320 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> | 323 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> |
321 </message> | 324 </message> |
325 <message name="IDS_POLICY_SOURCE_ENTERPRISE" desc="Indicates that a policy has a default value that is enforced in an enterprise environment (for Chrome OS on ly)."> | |
326 Enterprise Default | |
327 </message> | |
328 <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy origin ates from the cloud."> | |
329 Cloud | |
330 </message> | |
331 <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS."> | |
332 Platform | |
333 </message> | |
334 <message name="IDS_POLICY_SOURCE_PROGRAMMATIC" desc="Indicates that the policy is programmatically set to an unchangeable value (e.g. to enforce ash tray visi bility in public sessions)."> | |
bartfab (slow)
2015/09/14 14:42:28
Would this not be the same thing as "enterprise de
fhorschig
2015/09/16 13:52:06
There might be cases where this setting is differe
bartfab (slow)
2015/09/16 15:58:40
As discussed offline, let us adjust this as follow
fhorschig
2015/09/17 11:20:41
Done.
| |
335 Programmatic | |
336 </message> | |
322 </grit-part> | 337 </grit-part> |
OLD | NEW |