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

Side by Side Diff: components/policy_strings.grdp

Issue 1052943002: Added device naming information to chrome://policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed IOS whitelist Created 5 years, 8 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
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 Assigned Location:
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>
261 <message name="IDS_POLICY_NOT_SPECIFIED" desc="Indicates if that device attrib ute has not specified yet.">
262 Not Specified
263 </message>
252 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch w as never performed before."> 264 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch w as never performed before.">
253 Never 265 Never
254 </message> 266 </message>
255 <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes."> 267 <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes.">
256 Fetch interval: 268 Fetch interval:
257 </message> 269 </message>
258 <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in t he policy status boxes."> 270 <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in t he policy status boxes.">
259 Status: 271 Status:
260 </message> 272 </message>
261 <message name="IDS_POLICY_SHOW_UNSET" desc="Label for the checkbox that determ ines whether policies whose value has not been set are shown."> 273 <message name="IDS_POLICY_SHOW_UNSET" desc="Label for the checkbox that determ ines whether policies whose value has not been set are shown.">
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended."> 313 <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended.">
302 Recommended 314 Recommended
303 </message> 315 </message>
304 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c olumn when a policy is mandatory."> 316 <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level c olumn when a policy is mandatory.">
305 Mandatory 317 Mandatory
306 </message> 318 </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."> 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.">
308 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> 320 Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph>
309 </message> 321 </message>
310 </grit-part> 322 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698