summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-23 22:12:19 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-23 22:12:19 +0000
commit604b272b20f3cd8d356bc69c689d38b52801dba1 (patch)
tree1b9049f9dcd1133c495a11ca8f04cc9987810bf1 /components/policy_strings.grdp
parent3b4e3eb74ffa44728967a05ffa790bb0dd93fb4d (diff)
downloadchromium_src-604b272b20f3cd8d356bc69c689d38b52801dba1.zip
chromium_src-604b272b20f3cd8d356bc69c689d38b52801dba1.tar.gz
chromium_src-604b272b20f3cd8d356bc69c689d38b52801dba1.tar.bz2
Cleanup: Remove unused policy resources or mark them as platform-specific.
Review URL: https://codereview.chromium.org/246273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp35
1 files changed, 17 insertions, 18 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index 5b1896a..502b5b7 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -188,21 +188,20 @@
<message name="IDS_POLICY_VALUE_DEPRECATED" desc="The text displayed in the status column when a specific value for a policy is deprecated.">
This value is deprecated for this policy.
</message>
- <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse.">
- Network configuration failed to be parsed.
- </message>
- <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displayed in the status column when the corresponding network configuration policy is not standard conform and was imported partially.">
- The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported.
- </message>
- <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy is invalid.">
- The network configuration is invalid and couldn't be imported.
- </message>
- <message name="IDS_POLICY_JSON_PARSE_ERROR" desc="The text displayed in the status column when a policy that should have been specified in JSON format could not be parsed.">
- Failed to parse JSON format: <ph name="JSON_PARSE_ERROR">$1<ex>Unexpected token.</ex></ph>
- </message>
- <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope.">
- Policy scope is not supported.
- </message>
+ <if expr="chromeos">
+ <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse.">
+ Network configuration failed to be parsed.
+ </message>
+ <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displayed in the status column when the corresponding network configuration policy is not standard conform and was imported partially.">
+ The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported.
+ </message>
+ <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy is invalid.">
+ The network configuration is invalid and couldn't be imported.
+ </message>
+ <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope.">
+ Policy scope is not supported.
+ </message>
+ </if>
<message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
OK
</message>
@@ -212,9 +211,6 @@
<message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column when a policy name is not recognized.">
Unknown policy.
</message>
- <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.">
- Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph>
- </message>
<!-- chrome://policy -->
<message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies.">
@@ -310,5 +306,8 @@
<message name="IDS_POLICY_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Mobile: name of the managed bookmarks folder when the management domain can't be determined.">
Managed bookmarks
</message>
+ <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.">
+ Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph>
+ </message>
</if>
</grit-part>