| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 <message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicat
ing policy validation on store/load failed."> | 105 <message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicat
ing policy validation on store/load failed."> |
| 106 Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>. | 106 Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph>. |
| 107 </message> | 107 </message> |
| 108 <message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating pol
icy cannot be stored/loaded due to the backend being in bad state."> | 108 <message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating pol
icy cannot be stored/loaded due to the backend being in bad state."> |
| 109 Backing store in bad state | 109 Backing store in bad state |
| 110 </message> | 110 </message> |
| 111 <message name="IDS_POLICY_STORE_STATUS_UNKNOWN_ERROR" desc="Message indicating
an unknown error with the policy cache."> | 111 <message name="IDS_POLICY_STORE_STATUS_UNKNOWN_ERROR" desc="Message indicating
an unknown error with the policy cache."> |
| 112 Unknown error | 112 Unknown error |
| 113 </message> | 113 </message> |
| 114 | 114 |
| 115 <message name="IDS_POLICY_ASSOCIATION_STATE_ACTIVE" desc="Message indicating t
hat the server actively manages the client."> |
| 116 Active |
| 117 </message> |
| 118 <message name="IDS_POLICY_ASSOCIATION_STATE_UNMANAGED" desc="Message indicatin
g that the server is currently not willing to manage this client."> |
| 119 Unmanaged |
| 120 </message> |
| 121 <message name="IDS_POLICY_ASSOCIATION_STATE_DEPROVISIONED" desc="Message indic
ating that the server has deprovisioned the client."> |
| 122 Deprovisioned |
| 123 </message> |
| 124 |
| 115 <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status c
olumn when a policy value has the wrong type."> | 125 <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status c
olumn when a policy value has the wrong type."> |
| 116 Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value. | 126 Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value. |
| 117 </message> | 127 </message> |
| 118 <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the
status column when a policy value is out of range."> | 128 <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the
status column when a policy value is out of range."> |
| 119 Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>. | 129 Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>. |
| 120 </message> | 130 </message> |
| 121 <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."> | 131 <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."> |
| 122 Value doesn't match format. | 132 Value doesn't match format. |
| 123 </message> | 133 </message> |
| 124 <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 h
as been disabled."> | 134 <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 h
as been disabled."> |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 <if expr="is_android"> | 294 <if expr="is_android"> |
| 285 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag
ed bookmarks folder"> | 295 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag
ed bookmarks folder"> |
| 286 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks | 296 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks |
| 287 </message> | 297 </message> |
| 288 <message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name
of the managed bookmarks folder when the management domain can't be determined.
"> | 298 <message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name
of the managed bookmarks folder when the management domain can't be determined.
"> |
| 289 Managed bookmarks | 299 Managed bookmarks |
| 290 </message> | 300 </message> |
| 291 </if> | 301 </if> |
| 292 | 302 |
| 293 </grit-part> | 303 </grit-part> |
| OLD | NEW |