summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authorbinjin@chromium.org <binjin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 15:32:10 +0000
committerbinjin@chromium.org <binjin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 15:32:10 +0000
commita5bb83d3a89c700be6338d8762942e6aeaab2fa0 (patch)
tree04fc0b85e99ea85b40b3f5b8db6349859f2c5138 /components/policy_strings.grdp
parent0ea8fd106773a1052e76116e1918f0a69b94da79 (diff)
downloadchromium_src-a5bb83d3a89c700be6338d8762942e6aeaab2fa0.zip
chromium_src-a5bb83d3a89c700be6338d8762942e6aeaab2fa0.tar.gz
chromium_src-a5bb83d3a89c700be6338d8762942e6aeaab2fa0.tar.bz2
Add support for schema validate error to PolicyErrorMap
BUG=258339 Review URL: https://codereview.chromium.org/144363008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index 90ccd37..be8ef62 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -146,6 +146,9 @@
<message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the status column for errors in list entry in a policy.">
List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph>
</message>
+ <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.">
+ 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>
+ </message>
<message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text displayed in the status column when a the URL given for DefaultSearchProviderSearchURL is invalid.">
Invalid search URL.
</message>