Chromium Code Reviews| 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 (managed, set by custodian, ...)."> | |
|
Thiemo Nagel
2015/09/01 17:40:38
The bracket "managed, set by custodian, ..." seems
fhorschig
2015/09/04 06:53:55
Done.
| |
| 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 | |
|
Thiemo Nagel
2015/09/01 17:40:38
Please don't wrap lines: Stay consistent with the
fhorschig
2015/09/04 06:53:55
Done.
| |
| 326 that is enforced in an enterprise system (like Chrome OS)."> | |
| 327 Enterprise Default | |
| 328 </message> | |
| 329 <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the source of the policy originates | |
|
Thiemo Nagel
2015/09/01 17:40:38
Either "the policy originates from the cloud" or "
fhorschig
2015/09/04 06:53:55
Done.
| |
| 330 from the cloud."> | |
| 331 Cloud | |
| 332 </message> | |
| 333 <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy's v alue is read from | |
|
Thiemo Nagel
2015/09/01 17:40:38
It's not just the "value", also the key is read.
fhorschig
2015/09/04 06:53:55
Done.
| |
| 334 the platform's local file system."> | |
|
Thiemo Nagel
2015/09/01 17:40:38
"local file system" isn't entirely correct, under
fhorschig
2015/09/04 06:53:55
Done.
| |
| 335 Platform | |
| 336 </message> | |
| 322 </grit-part> | 337 </grit-part> |
| OLD | NEW |