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

Side by Side Diff: components/policy_strings.grdp

Issue 144363008: Add support for schema validate error to PolicyErrorMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@expand-policy-schema-3.5
Patch Set: fix indention Created 6 years, 10 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 | « components/policy/core/browser/policy_error_map.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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 </message> 136 </message>
137 <message name="IDS_POLICY_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when a policy value should have been specified but wasn't."> 137 <message name="IDS_POLICY_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when a policy value should have been specified but wasn't.">
138 Must be specified. 138 Must be specified.
139 </message> 139 </message>
140 <message name="IDS_POLICY_SUBKEY_ERROR" desc="The text displayed in the status column for errors in a subkey of a policy."> 140 <message name="IDS_POLICY_SUBKEY_ERROR" desc="The text displayed in the status column for errors in a subkey of a policy.">
141 Key "<ph name="SUBKEY">$1<ex>ProxyMode</ex></ph>": <ph name="ERROR">$2<ex>Mu st be specified.</ex></ph> 141 Key "<ph name="SUBKEY">$1<ex>ProxyMode</ex></ph>": <ph name="ERROR">$2<ex>Mu st be specified.</ex></ph>
142 </message> 142 </message>
143 <message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the st atus column for errors in list entry in a policy."> 143 <message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the st atus column for errors in list entry in a policy.">
144 List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<e x>Value is out of range.</ex></ph> 144 List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<e x>Value is out of range.</ex></ph>
145 </message> 145 </message>
146 <message name="IDS_POLICY_SCHEMA_VALIDATION_ERROR" desc="The text displayed in the status column when the policy value doesn't conform to the policy schema.">
147 Schema validation error at "<ph name="ERROR_PATH">$1<ex>AC.Delays.ScreenOff< /ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
148 </message>
146 <message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text displayed i n the status column when a the URL given for DefaultSearchProviderSearchURL is i nvalid."> 149 <message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text displayed i n the status column when a the URL given for DefaultSearchProviderSearchURL is i nvalid.">
147 Invalid search URL. 150 Invalid search URL.
148 </message> 151 </message>
149 <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed i n the status column when the value for ProxyMode is invalid."> 152 <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed i n the status column when the value for ProxyMode is invalid.">
150 Invalid proxy mode. 153 Invalid proxy mode.
151 </message> 154 </message>
152 <message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displayed in the status column when use of a proxy is disabled but a proxy configuration i s given."> 155 <message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displayed in the status column when use of a proxy is disabled but a proxy configuration i s given.">
153 Use of a proxy is disabled but an explicit proxy configuration is specified. 156 Use of a proxy is disabled but an explicit proxy configuration is specified.
154 </message> 157 </message>
155 <message name="IDS_POLICY_PROXY_MODE_AUTO_DETECT_ERROR" desc="The text display ed in the status column when the proxy is set to auto configured but a proxy con figuration is given."> 158 <message name="IDS_POLICY_PROXY_MODE_AUTO_DETECT_ERROR" desc="The text display ed in the status column when the proxy is set to auto configured but a proxy con figuration is given.">
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 <if expr="is_android"> 297 <if expr="is_android">
295 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag ed bookmarks folder"> 298 <message name="IDS_POLICY_MANAGED_BOOKMARKS" desc="Mobile: name of the manag ed bookmarks folder">
296 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks 299 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks
297 </message> 300 </message>
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. "> 301 <message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name of the managed bookmarks folder when the management domain can't be determined. ">
299 Managed bookmarks 302 Managed bookmarks
300 </message> 303 </message>
301 </if> 304 </if>
302 305
303 </grit-part> 306 </grit-part>
OLDNEW
« no previous file with comments | « components/policy/core/browser/policy_error_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698