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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 190 </message> | 190 </message> |
| 191 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displa yed in the status column when the corresponding network configuration policy is not standard conform and was imported partially."> | 191 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displa yed in the status column when the corresponding network configuration policy is not standard conform and was imported partially."> |
| 192 The network configuration doesn't comply to the ONC standard. Parts of the c onfiguration may not be imported. | 192 The network configuration doesn't comply to the ONC standard. Parts of the c onfiguration may not be imported. |
| 193 </message> | 193 </message> |
| 194 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text display ed in the status column when the corresponding network configuration policy is i nvalid."> | 194 <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text display ed in the status column when the corresponding network configuration policy is i nvalid."> |
| 195 The network configuration is invalid and couldn't be imported. | 195 The network configuration is invalid and couldn't be imported. |
| 196 </message> | 196 </message> |
| 197 <message name="IDS_POLICY_JSON_PARSE_ERROR" desc="The text displayed in the st atus column when a policy that should have been specified in JSON format could n ot be parsed."> | 197 <message name="IDS_POLICY_JSON_PARSE_ERROR" desc="The text displayed in the st atus column when a policy that should have been specified in JSON format could n ot be parsed."> |
| 198 Failed to parse JSON format: <ph name="JSON_PARSE_ERROR">$1<ex>Unexpected to ken.</ex></ph> | 198 Failed to parse JSON format: <ph name="JSON_PARSE_ERROR">$1<ex>Unexpected to ken.</ex></ph> |
| 199 </message> | 199 </message> |
| 200 <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status colu mn when an incorrect value is set for the policy scope."> | |
|
bartfab (slow)
2014/03/14 13:43:45
Nit: s/an incorrect value is set for the policy sc
| |
| 201 Policy scope is not supported. | |
| 202 </message> | |
| 200 <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy."> | 203 <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy."> |
| 201 OK | 204 OK |
| 202 </message> | 205 </message> |
| 203 <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column whe n no value is set for a policy."> | 206 <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column whe n no value is set for a policy."> |
| 204 Not set. | 207 Not set. |
| 205 </message> | 208 </message> |
| 206 <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column w hen a policy name is not recognized."> | 209 <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column w hen a policy name is not recognized."> |
| 207 Unknown policy. | 210 Unknown policy. |
| 208 </message> | 211 </message> |
| 209 <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."> | 212 <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."> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 300 <if expr="is_android or is_ios"> | 303 <if expr="is_android or is_ios"> |
| 301 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag ed bookmarks folder"> | 304 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag ed bookmarks folder"> |
| 302 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks | 305 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks |
| 303 </message> | 306 </message> |
| 304 <message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name of the managed bookmarks folder when the management domain can't be determined. "> | 307 <message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name of the managed bookmarks folder when the management domain can't be determined. "> |
| 305 Managed bookmarks | 308 Managed bookmarks |
| 306 </message> | 309 </message> |
| 307 </if> | 310 </if> |
| 308 | 311 |
| 309 </grit-part> | 312 </grit-part> |
| OLD | NEW |