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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8139029: Make policy errors available to display in about:policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bad commit Created 9 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4239 matching lines...) Expand 10 before | Expand all | Expand 10 after
4250 </message> 4250 </message>
4251 <message name="IDS_POLICY_STATUS_LOCAL_ERROR" desc="Indicates that a polic y fetch failed due to a local error."> 4251 <message name="IDS_POLICY_STATUS_LOCAL_ERROR" desc="Indicates that a polic y fetch failed due to a local error.">
4252 Local error 4252 Local error
4253 </message> 4253 </message>
4254 <message name="IDS_POLICY_STATUS_SIGNATURE_ERROR" desc="Indicates that a p olicy fetch failed because a signature verification failed."> 4254 <message name="IDS_POLICY_STATUS_SIGNATURE_ERROR" desc="Indicates that a p olicy fetch failed because a signature verification failed.">
4255 Signature mismatch 4255 Signature mismatch
4256 </message> 4256 </message>
4257 <message name="IDS_POLICY_STATUS_SERIAL_ERROR" desc="Indicates that a poli cy fetch failed because the serial number was invalid."> 4257 <message name="IDS_POLICY_STATUS_SERIAL_ERROR" desc="Indicates that a poli cy fetch failed because the serial number was invalid.">
4258 Invalid serial number 4258 Invalid serial number
4259 </message> 4259 </message>
4260 <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the stat us column when a policy value has the wrong type.">
4261 Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value.
4262 </message>
4263 <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the status column when a policy value is out of range.">
4264 Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>.
4265 </message>
4266 <message name="IDS_POLICY_DEFAULT_SEARCH_DISABLED" desc="The text displayed in the status column when a policy value has been ignored because default searc h has been disabled.">
4267 Ignored because default search is disabled by policy.
4268 </message>
4269 <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.">
4270 Must be specified.
4271 </message>
4272 <message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text display ed in the status column when a the URL given for DefaultSearchProviderSearchURL is invalid.">
4273 Invalid search URL.
4274 </message>
4275 <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text display ed in the status column when the value for ProxyMode is invalid.">
4276 Invalid proxy mode.
4277 </message>
4278 <message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displa yed in the status column when use of a proxy is disabled but a proxy configurati on is given.">
4279 Use of a proxy is disabled but an explicit proxy configuration is specif ied.
4280 </message>
4281 <message name="IDS_POLICY_PROXY_MODE_AUTO_DETECT_ERROR" desc="The text dis played in the status column when the proxy is set to auto configured but a proxy configuration is given.">
4282 Proxy is set to auto configured.
4283 </message>
4284 <message name="IDS_POLICY_PROXY_MODE_PAC_URL_ERROR" desc="The text display ed in the status column when the proxy configuration is set to use a .pac script URL but policies only for fixed proxy servers are also specified.">
4285 Proxy configuration is set to use a .pac script URL, not fixed proxy ser vers.
4286 </message>
4287 <message name="IDS_POLICY_PROXY_MODE_FIXED_SERVERS_ERROR" desc="The text d isplayed in the status column when the proxy configuration is set to use fixed p roxy servers but an alternate configuration is given.">
4288 Proxy is set to use fixed proxy servers, not a .pac script URL.
4289 </message>
4290 <message name="IDS_POLICY_PROXY_MODE_SYSTEM_ERROR" desc="The text displaye d in the status column when the proxy configuration is set to use system setting s but an alternate configuration is given.">
4291 System proxy settings are set to be used but an explicit proxy configura tion is also specified.
4292 </message>
4293 <message name="IDS_POLICY_PROXY_BOTH_SPECIFIED_ERROR" desc="The text displ ayed in the status column when both fixed proxy servers and .pac url are specifi ed.">
4294 Both fixed proxy servers and a .pac script URL are specified.
4295 </message>
4296 <message name="IDS_POLICY_PROXY_NEITHER_SPECIFIED_ERROR" desc="The text di splayed in the status column when neither a fixed proxy servers or a .pac url ar e specified.">
4297 Neither fixed proxy servers nor a .pac script URL are specified.
4298 </message>
4299 <message name="IDS_POLICY_PROXY_SERVER_MODE_IGNORED" desc="The text displa yed in the status column when the ProxyServerMode policy has been ignored becaus e the ProxyMode policy is also defined.">
4300 Ignored because ProxyMode is also defined.
4301 </message>
4302
4260 <!-- about:flags --> 4303 <!-- about:flags -->
4261 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page."> 4304 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page.">
4262 Careful, these experiments may bite 4305 Careful, these experiments may bite
4263 </message> 4306 </message>
4264 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page."> 4307 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page.">
4265 Experiments 4308 Experiments
4266 </message> 4309 </message>
4267 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> 4310 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text.">
4268 WARNING 4311 WARNING
4269 </message> 4312 </message>
(...skipping 9740 matching lines...) Expand 10 before | Expand all | Expand 10 after
14010 </messages> 14053 </messages>
14011 <structures fallback_to_english="true"> 14054 <structures fallback_to_english="true">
14012 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14055 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14013 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14056 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14014 </structure> 14057 </structure>
14015 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14058 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14016 </structure> 14059 </structure>
14017 </structures> 14060 </structures>
14018 </release> 14061 </release>
14019 </grit> 14062 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/browser_policy_connector.h » ('j') | chrome/browser/policy/configuration_policy_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698