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

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

Issue 4182012: Adds error text for the ERR_NETWORK_ACCESS_DENIED error,... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/renderer/localized_error.cc » ('j') | 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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 5640 matching lines...) Expand 10 before | Expand all | Expand 10 after
5651 </message> 5651 </message>
5652 <message name="IDS_ERRORPAGES_TITLE_ACCESS_DENIED" desc="Title in the erro r page when a server returns a 403. Also suitable for similar error codes."> 5652 <message name="IDS_ERRORPAGES_TITLE_ACCESS_DENIED" desc="Title in the erro r page when a server returns a 403. Also suitable for similar error codes.">
5653 Access to <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> d enied. 5653 Access to <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> d enied.
5654 </message> 5654 </message>
5655 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error pa ge when the server returns a 404 or 410."> 5655 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error pa ge when the server returns a 404 or 410.">
5656 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not foun d 5656 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not foun d
5657 </message> 5657 </message>
5658 <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page."> 5658 <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page.">
5659 <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed t o load 5659 <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed t o load
5660 </message> 5660 </message>
5661 <message name="IDS_ERRORPAGES_TITLE_PROXY_CONNECTION_FAILED" desc="Title o f the error page when we can't connect to the proxy server.">
5662 Could not connect to the proxy server
5663 </message>
5664 <message name="IDS_ERRORPAGES_TITLE_INTERNET_DISCONNECTED" desc="Title of the error page when the network connection failed.">
5665 Could not connect to the internet
5666 </message>
5667 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the error page when we can't connect to a site."> 5661 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the error page when we can't connect to a site.">
5668 This webpage is not available. 5662 This webpage is not available.
5669 </message> 5663 </message>
5664 <message name="IDS_ERRORPAGES_HEADING_NETWORK_ACCESS_DENIED" desc="Heading of the error page when we're not being allowed to access the network.">
5665 Unable to access the network.
5666 </message>
5667 <message name="IDS_ERRORPAGES_HEADING_PROXY_CONNECTION_FAILED" desc="Headi ng in the error page when the proxy server connection failed.">
5668 Unable to connect to the proxy server.
5669 </message>
5670 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Heading of the error page when the network connection failed.">
5671 Unable to connect to the internet.
5672 </message>
5670 <message name="IDS_ERRORPAGES_HEADING_NOT_FOUND" desc="Heading in the erro r page when the server returns a 404 or 410."> 5673 <message name="IDS_ERRORPAGES_HEADING_NOT_FOUND" desc="Heading in the erro r page when the server returns a 404 or 410.">
5671 This webpage is not found. 5674 This webpage is not found.
5672 </message> 5675 </message>
5673 <message name="IDS_ERRORPAGES_HEADING_TOO_MANY_REDIRECTS" desc="Heading in the error page when there are too many URL redirects."> 5676 <message name="IDS_ERRORPAGES_HEADING_TOO_MANY_REDIRECTS" desc="Heading in the error page when there are too many URL redirects.">
5674 This webpage has a redirect loop. 5677 This webpage has a redirect loop.
5675 </message> 5678 </message>
5676 <message name="IDS_ERRORPAGES_HEADING_PROXY_CONNECTION_FAILED" desc="Headi ng in the error page when the proxy server connection failed.">
5677 Unable to connect to the proxy server.
5678 </message>
5679 <message name="IDS_ERRORPAGES_HEADING_WEAK_SERVER_EPHEMERAL_DH_KEY" desc=" Heading of the error page when the server has a weak Diffie-Hellman public key. Diffie-Hellman is a technical term and the conjuction of two names so may be bes t left untranslated. 'key' here is used as the technical name for a large number with certain mathematical properties that allow it to be used to encrypt and de crypt data. 'weak' here means that the number is too small to resist an exhausti ve attempt to find certain mathematical structures in it, the secrecy of which i s critical."> 5679 <message name="IDS_ERRORPAGES_HEADING_WEAK_SERVER_EPHEMERAL_DH_KEY" desc=" Heading of the error page when the server has a weak Diffie-Hellman public key. Diffie-Hellman is a technical term and the conjuction of two names so may be bes t left untranslated. 'key' here is used as the technical name for a large number with certain mathematical properties that allow it to be used to encrypt and de crypt data. 'weak' here means that the number is too small to resist an exhausti ve attempt to find certain mathematical structures in it, the secrecy of which i s critical.">
5680 Server has a weak ephemeral Diffie-Hellman public key 5680 Server has a weak ephemeral Diffie-Hellman public key
5681 </message> 5681 </message>
5682 <message name="IDS_ERRORPAGES_HEADING_ESET_ANTI_VIRUS_SSL_INTERCEPTION" de sc="Heading of the error page when we detect that ESET anti-virus is running and intercepting our HTTPS connections. 'ESET' is a product name and may be best le ft untranslated."> 5682 <message name="IDS_ERRORPAGES_HEADING_ESET_ANTI_VIRUS_SSL_INTERCEPTION" de sc="Heading of the error page when we detect that ESET anti-virus is running and intercepting our HTTPS connections. 'ESET' is a product name and may be best le ft untranslated.">
5683 Cannot make secure connection because of ESET anti-virus 5683 Cannot make secure connection because of ESET anti-virus
5684 </message> 5684 </message>
5685 <message name="IDS_ERRORPAGES_HEADING_NETNANNY_SSL_INTERCEPTION" desc="Hea ding of the error page when we detect that NetNanny is running and intercepting our HTTPS connections. 'NetNanny' is a product name and may be best left untrans lated."> 5685 <message name="IDS_ERRORPAGES_HEADING_NETNANNY_SSL_INTERCEPTION" desc="Hea ding of the error page when we detect that NetNanny is running and intercepting our HTTPS connections. 'NetNanny' is a product name and may be best left untrans lated.">
5686 Cannot make secure connection because of NetNanny 5686 Cannot make secure connection because of NetNanny
5687 </message> 5687 </message>
5688 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Heading of the error page when the network connection failed.">
5689 Unable to connect to the internet.
5690 </message>
5691 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the error page when we can't connect to a site."> 5688 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the error page when we can't connect to a site.">
5692 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/s trong&gt;</ph> might be temporarily down or it may have moved permanently to a n ew web address. 5689 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/s trong&gt;</ph> might be temporarily down or it may have moved permanently to a n ew web address.
5693 </message> 5690 </message>
5694 <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the erro r page when the server returns a 404."> 5691
5695 No webpage was found for the web address: <ph name="URL">&lt;strong jsco ntent="failedUrl"&gt;&lt;/strong&gt;</ph> 5692 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_ACCESS_DENIED" desc="Summary in the error page when we're not being allowed to access the network.">
5693 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt ;<ex>Google Chrome</ex></ph>
5694 is having trouble accessing the network.
5695 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
5696 This may be because your firewall or antivirus software wrongly thinks
5697 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt ;<ex>Google Chrome</ex></ph>
5698 is an intruder on your computer and is blocking it from connecting to th e Internet.
5699 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
5700 To fix this problem, try adding
5701 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt ;<ex>Google Chrome</ex></ph>
5702 as a permitted program in your firewall or antivirus software's settings . If it is
5703 already a permitted program, try deleting it from the list of permitted programs
5704 and adding it again.
5696 </message> 5705 </message>
5697 <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects."> 5706
5698 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/s trong&gt;</ph> has resulted in
5699 too many redirects. Clearing your cookies for this site or allowing thi rd-party cookies may fix the problem. If
5700 not, it is possibly a server configuration issue and not a problem with your
5701 computer.
5702 </message>
5703 <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Summa ry in the error page when the proxy server connection failed."> 5707 <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Summa ry in the error page when the proxy server connection failed.">
5704 A proxy server is a server that acts as an intermediary between your com puter and other servers. Right now, your system is configured to use a proxy, b ut 5708 A proxy server is a server that acts as an intermediary between your com puter and other servers. Right now, your system is configured to use a proxy, b ut
5705 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt ;<ex>Google Chrome</ex></ph> 5709 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt ;<ex>Google Chrome</ex></ph>
5706 can't connect to it. 5710 can't connect to it.
5707 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph> 5711 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
5708 If you use a proxy server, check your proxy settings or check with your network administrator to make sure the proxy server is working. 5712 If you use a proxy server, check your proxy settings or check with your network administrator to make sure the proxy server is working.
5709 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph> 5713 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
5710 If you don't believe you should be using a proxy server, try the followi ng steps: 5714 If you don't believe you should be using a proxy server, try the followi ng steps:
5711 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph> 5715 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
5712 <ph name="PLATFORM_TEXT">$1<ex>Goto the wrench menu and choose Fix It</e x></ph> 5716 <ph name="PLATFORM_TEXT">$1<ex>Goto the wrench menu and choose Fix It</e x></ph>
(...skipping 19 matching lines...) Expand all
5732 </if> 5736 </if>
5733 <if expr="os != 'darwin' and os != 'linux2'"> 5737 <if expr="os != 'darwin' and os != 'linux2'">
5734 <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED_PLATFORM" desc="Summary (platform dependent section) in the error page when the proxy serv er connection failed. Describes the Chromium configuration method used for sett ing proxy servers under Windows. Note that the localized version of the quoted text ('Use a proxy server for your LAN') can also be found at control panel > In ternet Options > Connections > LAN Settings."> 5738 <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED_PLATFORM" desc="Summary (platform dependent section) in the error page when the proxy serv er connection failed. Describes the Chromium configuration method used for sett ing proxy servers under Windows. Note that the localized version of the quoted text ('Use a proxy server for your LAN') can also be found at control panel > In ternet Options > Connections > LAN Settings.">
5735 Go to the 5739 Go to the
5736 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph> 5740 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>
5737 Wrench menu &gt; Options &gt; Under the Hood &gt; Change proxy setting s &gt; LAN Settings 5741 Wrench menu &gt; Options &gt; Under the Hood &gt; Change proxy setting s &gt; LAN Settings
5738 <ph name="END_BOLD">&lt;/strong&gt;</ph> 5742 <ph name="END_BOLD">&lt;/strong&gt;</ph>
5739 and uncheck &quot;Use a proxy server for your LAN.&quot; 5743 and uncheck &quot;Use a proxy server for your LAN.&quot;
5740 </message> 5744 </message>
5741 </if> 5745 </if>
5742 <message name="IDS_ERRORPAGES_SUMMARY_WEAK_SERVER_EPHEMERAL_DH_KEY" desc=" Summary in the error page when the server has a weak Diffie-Hellman public key">
5743 This error can occur when connecting to a secure (HTTPS) server. It
5744 means that the server is trying to setup a secure connection but, due to
5745 a disastrous misconfiguration, the connection wouldn’t be secure at all!
5746 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph> In this case the
5747 server needs to be fixed. Chrome won’t use insecure connections in order
5748 to protect your privacy.
5749 </message>
5750
5751 <message name="IDS_ERRORPAGES_SUMMARY_ESET_ANTI_VIRUS_SSL_INTERCEPTION" de sc="Summary in the error page when we detect that ESET anti-virus is running and intercepting our HTTPS connections. 'ESET' is a product name and may be best le ft untranslated. 'Learn more' should be the contents of IDS_OPTIONS_LEARN_MORE_L ABEL.">
5752 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has detected that
5753 an ESET product is intercepting secure connections. This is typically
5754 not a security issue as the ESET software is usually running on the same
5755 computer. However, due to an intolerance to specific aspects of Chrome's
5756 secure connections, ESET products have to be configured to not perform
5757 this interception. Click the 'Learn more' link for instructions.
5758 </message>
5759
5760 <message name="IDS_ERRORPAGES_SUMMARY_NETNANNY_SSL_INTERCEPTION" desc="Sum mary in the error page when we detect that NetNanny is running and intercepting our HTTPS connections. 'NetNanny' is a product name and may be best left untrans lated. 'Learn more' should be the contents of IDS_OPTIONS_LEARN_MORE_LABEL.">
5761 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has detected that
5762 NetNanny is intercepting secure connections. This is typically
5763 not a security issue as the NetNanny software is usually running on the
5764 same computer. However, due to an intolerance to specific aspects of
5765 Chrome's secure connections, NetNanny has to be configured to not
5766 perform this interception. Click the 'Learn more' link for instructions.
5767 </message>
5768 5746
5769 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Summary of the error page when the network connection failed. May be followed by platf orm dependent instructions."> 5747 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Summary of the error page when the network connection failed. May be followed by platf orm dependent instructions.">
5770 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt ;<ex>Google Chrome</ex></ph> 5748 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt ;<ex>Google Chrome</ex></ph>
5771 can’t display the webpage because your computer isn’t connected to the i nternet. 5749 can’t display the webpage because your computer isn’t connected to the i nternet.
5772 </message> 5750 </message>
5773 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_INSTRUCTIONS_T EMPLATE" desc="Template for the summary of the error page when the network conne ction failed, on platforms with instructions."> 5751 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_INSTRUCTIONS_T EMPLATE" desc="Template for the summary of the error page when the network conne ction failed, on platforms with instructions.">
5774 <ph name="ERROR_DESCRIPTION_TEXT"> 5752 <ph name="ERROR_DESCRIPTION_TEXT">
5775 $1<ex>Google Chrome can’t display the webpage because your computer is n’t connected to the internet.</ex> 5753 $1<ex>Google Chrome can’t display the webpage because your computer is n’t connected to the internet.</ex>
5776 </ph> 5754 </ph>
5777 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph> 5755 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
5809 Click 5787 Click
5810 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Start<ph name="END_BOLD">&lt; /strong&gt;</ph>, 5788 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Start<ph name="END_BOLD">&lt; /strong&gt;</ph>,
5811 click 5789 click
5812 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Run<ph name="END_BOLD">&lt;/s trong&gt;</ph>, 5790 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Run<ph name="END_BOLD">&lt;/s trong&gt;</ph>,
5813 type 5791 type
5814 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>%windir%\\network diagnostic\ \xpnetdiag.exe<ph name="END_BOLD">&lt;/strong&gt;</ph>, 5792 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>%windir%\\network diagnostic\ \xpnetdiag.exe<ph name="END_BOLD">&lt;/strong&gt;</ph>,
5815 and then click OK. 5793 and then click OK.
5816 </message> 5794 </message>
5817 </if> 5795 </if>
5818 5796
5797 <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the erro r page when the server returns a 404.">
5798 No webpage was found for the web address: <ph name="URL">&lt;strong jsco ntent="failedUrl"&gt;&lt;/strong&gt;</ph>
5799 </message>
5800 <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects.">
5801 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/s trong&gt;</ph> has resulted in
5802 too many redirects. Clearing your cookies for this site or allowing thi rd-party cookies may fix the problem. If
5803 not, it is possibly a server configuration issue and not a problem with your
5804 computer.
5805 </message>
5806 <message name="IDS_ERRORPAGES_SUMMARY_WEAK_SERVER_EPHEMERAL_DH_KEY" desc=" Summary in the error page when the server has a weak Diffie-Hellman public key">
5807 This error can occur when connecting to a secure (HTTPS) server. It
5808 means that the server is trying to setup a secure connection but, due to
5809 a disastrous misconfiguration, the connection wouldn’t be secure at all!
5810 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph> In this case the
5811 server needs to be fixed. Chrome won’t use insecure connections in order
5812 to protect your privacy.
5813 </message>
5814
5815 <message name="IDS_ERRORPAGES_SUMMARY_ESET_ANTI_VIRUS_SSL_INTERCEPTION" de sc="Summary in the error page when we detect that ESET anti-virus is running and intercepting our HTTPS connections. 'ESET' is a product name and may be best le ft untranslated. 'Learn more' should be the contents of IDS_OPTIONS_LEARN_MORE_L ABEL.">
5816 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has detected that
5817 an ESET product is intercepting secure connections. This is typically
5818 not a security issue as the ESET software is usually running on the same
5819 computer. However, due to an intolerance to specific aspects of Chrome's
5820 secure connections, ESET products have to be configured to not perform
5821 this interception. Click the 'Learn more' link for instructions.
5822 </message>
5823
5824 <message name="IDS_ERRORPAGES_SUMMARY_NETNANNY_SSL_INTERCEPTION" desc="Sum mary in the error page when we detect that NetNanny is running and intercepting our HTTPS connections. 'NetNanny' is a product name and may be best left untrans lated. 'Learn more' should be the contents of IDS_OPTIONS_LEARN_MORE_LABEL.">
5825 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has detected that
5826 NetNanny is intercepting secure connections. This is typically
5827 not a security issue as the NetNanny software is usually running on the
5828 same computer. However, due to an intolerance to specific aspects of
5829 Chrome's secure connections, NetNanny has to be configured to not
5830 perform this interception. Click the 'Learn more' link for instructions.
5831 </message>
5832
5819 <message name="IDS_ERRORPAGES_DETAILS_TEMPLATE" desc="On the bottom of the error page text, there is a box that includes extra information for tech savvy users."> 5833 <message name="IDS_ERRORPAGES_DETAILS_TEMPLATE" desc="On the bottom of the error page text, there is a box that includes extra information for tech savvy users.">
5820 Error <ph name="ERROR_NUMBER">$1<ex>5</ex></ph> (<ph name="ERROR_NAME">$ 2<ex>net::ERR_FILE_NOT_FOUND</ex></ph>): <ph name="ERROR_TEXT">$3<ex>The request ed file is not found.</ex></ph> 5834 Error <ph name="ERROR_NUMBER">$1<ex>5</ex></ph> (<ph name="ERROR_NAME">$ 2<ex>net::ERR_FILE_NOT_FOUND</ex></ph>): <ph name="ERROR_TEXT">$3<ex>The request ed file is not found.</ex></ph>
5821 </message> 5835 </message>
5822 <message name="IDS_ERRORPAGES_HTTP_DETAILS_TEMPLATE" desc="On the bottom o f the error page text for http errors, there is a box that includes extra inform ation for tech savvy users."> 5836 <message name="IDS_ERRORPAGES_HTTP_DETAILS_TEMPLATE" desc="On the bottom o f the error page text for http errors, there is a box that includes extra inform ation for tech savvy users.">
5823 HTTP Error <ph name="ERROR_NUMBER">$1<ex>500</ex></ph> (<ph name="ERROR_ NAME">$2<ex>Internal Server Error</ex></ph>): <ph name="ERROR_TEXT">$3<ex>The se rver encountered an internal error.</ex></ph> 5837 HTTP Error <ph name="ERROR_NUMBER">$1<ex>500</ex></ph> (<ph name="ERROR_ NAME">$2<ex>Internal Server Error</ex></ph>): <ph name="ERROR_TEXT">$3<ex>The se rver encountered an internal error.</ex></ph>
5824 </message> 5838 </message>
5825 5839
5826 <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message d isplayed when a page takes too long to load."> 5840 <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message d isplayed when a page takes too long to load.">
5827 The operation timed out. 5841 The operation timed out.
5828 </message> 5842 </message>
5829 <message name="IDS_ERRORPAGES_DETAILS_CONNECT_FAILED" desc="The error mess age displayed when we can not reach the web site."> 5843 <message name="IDS_ERRORPAGES_DETAILS_CONNECT_FAILED" desc="The error mess age displayed when we can not reach the web site.">
5830 The attempt to connect to the server failed. 5844 The attempt to connect to the server failed.
5831 </message> 5845 </message>
5832 <message name="IDS_ERRORPAGES_DETAILS_NAME_NOT_RESOLVED" desc="The error m essage displayed when a dns look up fails."> 5846 <message name="IDS_ERRORPAGES_DETAILS_NAME_NOT_RESOLVED" desc="The error m essage displayed when a dns look up fails.">
5833 The server could not be found. 5847 The server could not be found.
5834 </message> 5848 </message>
5849 <message name="IDS_ERRORPAGES_DETAILS_NETWORK_ACCESS_DENIED" desc="The err or message displayed when we're not being allowed to access the network.">
5850 Unable to access the network.
5851 </message>
5852 <message name="IDS_ERRORPAGES_DETAILS_PROXY_CONNECTION_FAILED" desc="The e rror message displayed when the proxy server connection failed.">
5853 Proxy server connection failed.
5854 </message>
5855 <message name="IDS_ERRORPAGES_DETAILS_INTERNET_DISCONNECTED" desc="The err or message displayed when we have no internet access.">
5856 The internet connection has been lost.
5857 </message>
5835 <message name="IDS_ERRORPAGES_DETAILS_FILE_NOT_FOUND" desc="The error mess age displayed when a local file can not be found."> 5858 <message name="IDS_ERRORPAGES_DETAILS_FILE_NOT_FOUND" desc="The error mess age displayed when a local file can not be found.">
5836 The file or directory could not be found. 5859 The file or directory could not be found.
5837 </message> 5860 </message>
5838 <message name="IDS_ERRORPAGES_DETAILS_TOO_MANY_REDIRECTS" desc="The error message displayed when there are too many redirects."> 5861 <message name="IDS_ERRORPAGES_DETAILS_TOO_MANY_REDIRECTS" desc="The error message displayed when there are too many redirects.">
5839 There were too many redirects. 5862 There were too many redirects.
5840 </message> 5863 </message>
5841 <message name="IDS_ERRORPAGES_DETAILS_PROXY_CONNECTION_FAILED" desc="The e rror message displayed when the proxy server connection failed.">
5842 Proxy server connection failed.
5843 </message>
5844 <message name="IDS_ERRORPAGES_DETAILS_INTERNET_DISCONNECTED" desc="The err or message displayed when we have no internet access.">
5845 The internet connection has been lost.
5846 </message>
5847 <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error mes sage displayed if we don't have a more specific error message."> 5864 <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error mes sage displayed if we don't have a more specific error message.">
5848 Unknown error. 5865 Unknown error.
5849 </message> 5866 </message>
5850 5867
5851 <message name="IDS_ERRORPAGES_HEADING_ACCESS_DENIED" desc="Heading in the error page when a server returns a 403. Also suitable for similar error codes." > 5868 <message name="IDS_ERRORPAGES_HEADING_ACCESS_DENIED" desc="Heading in the error page when a server returns a 403. Also suitable for similar error codes." >
5852 Access to the webpage was denied. 5869 Access to the webpage was denied.
5853 </message> 5870 </message>
5854 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the erro r page when a server returns a 403."> 5871 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the erro r page when a server returns a 403.">
5855 You are not authorized to access the webpage at <ph name="URL">&lt;stron g jscontent="failedUrl"&gt;&lt;/strong&gt;</ph>. You may need to log in. 5872 You are not authorized to access the webpage at <ph name="URL">&lt;stron g jscontent="failedUrl"&gt;&lt;/strong&gt;</ph>. You may need to log in.
5856 </message> 5873 </message>
(...skipping 4818 matching lines...) Expand 10 before | Expand all | Expand 10 after
10675 10692
10676 </messages> 10693 </messages>
10677 10694
10678 <structures fallback_to_english="true"> 10695 <structures fallback_to_english="true">
10679 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 10696 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
10680 </structure> 10697 </structure>
10681 </structures> 10698 </structures>
10682 10699
10683 </release> 10700 </release>
10684 </grit> 10701 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698