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

Side by Side Diff: components/policy_strings.grdp

Issue 2386243002: Add in product messaging for IT Admins on chrome:policy (Closed)
Patch Set: dbeam@ comments. Created 4 years, 2 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 <!-- chrome://policy --> 227 <!-- chrome://policy -->
228 <message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies."> 228 <message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies.">
229 Policies 229 Policies
230 </message> 230 </message>
231 <message name="IDS_POLICY_FILTER_PLACEHOLDER" desc="Placeholder for the input field that lets the user filter policies by name."> 231 <message name="IDS_POLICY_FILTER_PLACEHOLDER" desc="Placeholder for the input field that lets the user filter policies by name.">
232 Filter policies by name 232 Filter policies by name
233 </message> 233 </message>
234 <message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that rel oads policies."> 234 <message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that rel oads policies.">
235 Reload policies 235 Reload policies
236 </message> 236 </message>
237 <message name="IDS_POLICY_CHROME_FOR_WORK" desc="Title of the link to the chro me for work website.">
238 Using Chrome at work? Businesses can manage Chrome settings for their employ ees. Learn more
239 </message>
237 <message name="IDS_POLICY_STATUS" desc="Title of the status section."> 240 <message name="IDS_POLICY_STATUS" desc="Title of the status section.">
238 Status 241 Status
239 </message> 242 </message>
240 <message name="IDS_POLICY_STATUS_DEVICE" desc="Title for the device policy sta tus box."> 243 <message name="IDS_POLICY_STATUS_DEVICE" desc="Title for the device policy sta tus box.">
241 Device policies 244 Device policies
242 </message> 245 </message>
243 <message name="IDS_POLICY_STATUS_USER" desc="Title for the user policy status box."> 246 <message name="IDS_POLICY_STATUS_USER" desc="Title for the user policy status box.">
244 User policies 247 User policies
245 </message> 248 </message>
246 <message name="IDS_POLICY_LABEL_DOMAIN" desc="Label for the enrollment domain in the device policy status box."> 249 <message name="IDS_POLICY_LABEL_DOMAIN" desc="Label for the enrollment domain in the device policy status box.">
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. for ced SafeSearch)."> 358 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. for ced SafeSearch).">
356 Filtering 359 Filtering
357 </message> 360 </message>
358 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/t ag whose policies might allow storage of user data to local drives where others might access them."> 361 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/t ag whose policies might allow storage of user data to local drives where others might access them.">
359 Local Data Access 362 Local Data Access
360 </message> 363 </message>
361 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Goog le services."> 364 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Goog le services.">
362 Sharing with Google 365 Sharing with Google
363 </message> 366 </message>
364 </grit-part> 367 </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