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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 239 </message> | 239 </message> |
| 240 <message name="IDS_POLICY_LABEL_DOMAIN" desc="Label for the enrollment domain in the device policy status box."> | 240 <message name="IDS_POLICY_LABEL_DOMAIN" desc="Label for the enrollment domain in the device policy status box."> |
| 241 Enrollment domain: | 241 Enrollment domain: |
| 242 </message> | 242 </message> |
| 243 <message name="IDS_POLICY_LABEL_USERNAME" desc="Label for the username in the user policy status box."> | 243 <message name="IDS_POLICY_LABEL_USERNAME" desc="Label for the username in the user policy status box."> |
| 244 User: | 244 User: |
| 245 </message> | 245 </message> |
| 246 <message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in t he policy status boxes."> | 246 <message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in t he policy status boxes."> |
| 247 Client ID: | 247 Client ID: |
| 248 </message> | 248 </message> |
| 249 <message name="IDS_POLICY_LABEL_ASSET_ID" desc="Label for the asset ID in the device policy status box."> | |
| 250 Asset ID: | |
| 251 </message> | |
| 252 <message name="IDS_POLICY_LABEL_LOCATION" desc="Label for the device location in the device policy status box."> | |
| 253 Location: | |
|
Mattias Nissler (ping if slow)
2015/04/02 12:11:29
Hm, people may think this is the actual geolocatio
Polina Bondarenko
2015/04/02 12:17:26
Maybe, should I ask Matt about it? In mocks it is
Mattias Nissler (ping if slow)
2015/04/02 12:18:22
Can't hurt to shoot him a quick email.
Polina Bondarenko
2015/04/08 09:59:35
Done.
| |
| 254 </message> | |
| 255 <message name="IDS_POLICY_LABEL_DIRECTORY_API_ID" desc="Label for the director y API ID in the device policy status box."> | |
| 256 Directory API ID: | |
| 257 </message> | |
| 249 <message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the t ime since the last refresh in the policy status boxes."> | 258 <message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the t ime since the last refresh in the policy status boxes."> |
| 250 Last fetched: | 259 Last fetched: |
| 251 </message> | 260 </message> |
| 252 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch w as never performed before."> | 261 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch w as never performed before."> |
| 253 Never | 262 Never |
| 254 </message> | 263 </message> |
| 255 <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes."> | 264 <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes."> |
| 256 Fetch interval: | 265 Fetch interval: |
| 257 </message> | 266 </message> |
| 258 <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in t he policy status boxes."> | 267 <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in t he policy status boxes."> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 301 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended."> | 310 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended."> |
| 302 Recommended | 311 Recommended |
| 303 </message> | 312 </message> |
| 304 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c olumn when a policy is mandatory."> | 313 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c olumn when a policy is mandatory."> |
| 305 Mandatory | 314 Mandatory |
| 306 </message> | 315 </message> |
| 307 <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."> | 316 <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."> |
| 308 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> | 317 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> |
| 309 </message> | 318 </message> |
| 310 </grit-part> | 319 </grit-part> |
| OLD | NEW |