Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: components/policy_strings.grdp

Issue 1304843004: Add source column to chrome://policy showing the origins of policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Increased ID range for Messages. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 system (like Chrome OS).">
Thiemo Nagel 2015/09/04 20:15:54 It is not enforced in an enterprise system but in
fhorschig 2015/09/07 14:09:34 Done.
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.">
Thiemo Nagel 2015/09/04 20:15:54 duplicate blank
fhorschig 2015/09/07 14:09:34 Done.
332 Platform
333 </message>
334 <message name="IDS_POLICY_SOURCE_ENFORCED" desc="Indicates that the policy is programmatically set to an unchangeable value (e.g. to enforce ash tray visibili ty in public sessions).">
335 Enforced
Thiemo Nagel 2015/09/04 20:15:54 "Enforced" sounds somewhat negative. Wouldn't "Pr
fhorschig 2015/09/07 14:09:34 Was my first thought, too. Originally, I considere
336 </message>
322 </grit-part> 337 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698