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

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

Issue 1695023: linux: unify proxy config docs (Closed)
Patch Set: -linux Created 10 years, 7 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 | « no previous file | chrome/app/resources/manpage.1.in » ('j') | chrome/app/resources/manpage.1.in » ('J')
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 7648 matching lines...) Expand 10 before | Expand all | Expand 10 after
7659 <message name="IDS_GUEST" desc="Shown in login panel for guest user"> 7659 <message name="IDS_GUEST" desc="Shown in login panel for guest user">
7660 Other user 7660 Other user
7661 </message> 7661 </message>
7662 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones."> 7662 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones.">
7663 More... 7663 More...
7664 </message> 7664 </message>
7665 <message name="IDS_LOGIN_EMPTY_PASSWORD_TEXT" desc="Text to display in the password field when no password has been entered."> 7665 <message name="IDS_LOGIN_EMPTY_PASSWORD_TEXT" desc="Text to display in the password field when no password has been entered.">
7666 Password 7666 Password
7667 </message> 7667 </message>
7668 </if> 7668 </if>
7669 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 7669 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
7670 Import bookmarks now... 7670 Import bookmarks now...
7671 </message> 7671 </message>
7672 7672
7673 <if expr="os == 'linux2' or os == 'openbsd4' or os=='freebsd6'">
7673 <!-- Linux proxy configuration fallback help --> 7674 <!-- Linux proxy configuration fallback help -->
7674 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML pag e shown on systems where system proxy configuration is unsupported."> 7675 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML pag e shown on systems where system proxy configuration is unsupported.">
7675 Linux Proxy Configuration Help 7676 Proxy Configuration Help
7676 </message> 7677 </message>
7677 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_BODY" desc="HTML body of page shown on systems where system proxy configuration is unsupported."> 7678 <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_BODY" desc="HTML body of page shown on systems where system proxy configuration is unsupported.">
7678 When running <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> under a supported Desktop Environment, the system proxy settings will be used. Howev er, either your system is not supported or there was a problem launching your sy stem configuration. You may use the following environment variables to configur e your proxy: 7679 &lt;p&gt;When running <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> under a supported desktop environment, the system proxy settings will be use d. However, either your system is not supported or there was a problem launchin g your system configuration.&lt;/p&gt;
7679 <ph name="BEGIN_LIST">&lt;ul&gt;</ph> 7680
7680 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph><ph name="BEGIN_CODE">&lt;co de&gt;</ph>auto_proxy<ph name="END_CODE">&lt;/code&gt;</ph><ph name="END_LIST_IT EM">&lt;/li&gt;</ph> 7681 &lt;p&gt;But you can still configure via the command line. Please see & lt;code&gt;man <ph name="PRODUCT_BINARY_NAME">$2<ex>google-chrome</ex></ph>&lt;/ code&gt; for more information on flags and environment variables.&lt;/p&gt;
7681 <ph name="BEGIN_LIST">&lt;ul&gt;</ph>
7682 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>Defined and empty → autode tect<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
7683 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>Non-empty → specifies auto config URL<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
7684 <ph name="END_LIST">&lt;/ul&gt;</ph>
7685 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph><ph name="BEGIN_CODE">&lt;co de&gt;</ph>all_proxy<ph name="END_CODE">&lt;/code&gt;</ph>: proxy server to use for all types<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
7686 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph><ph name="BEGIN_CODE">&lt;co de&gt;</ph>http_proxy<ph name="END_CODE">&lt;/code&gt;</ph>: HTTP proxy server<p h name="END_LIST_ITEM">&lt;/li&gt;</ph>
7687 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph><ph name="BEGIN_CODE">&lt;co de&gt;</ph>https_proxy<ph name="END_CODE">&lt;/code&gt;</ph>: HTTPS proxy server <ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
7688 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph><ph name="BEGIN_CODE">&lt;co de&gt;</ph>ftp_proxy<ph name="END_CODE">&lt;/code&gt;</ph>: FTP proxy server<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
7689 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph><ph name="BEGIN_CODE">&lt;co de&gt;</ph>SOCKS_SERVER<ph name="END_CODE">&lt;/code&gt;</ph>: SOCKS proxy serve r (defaults to SOCKS v4, also specify SOCKS_VERSION=5 to use SOCKS v5)<ph name=" END_LIST_ITEM">&lt;/li&gt;</ph>
7690 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph><ph name="BEGIN_CODE">&lt;co de&gt;</ph>no_proxy<ph name="END_CODE">&lt;/code&gt;</ph>: comma separated list of hosts or patterns to bypass proxying<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
7691 <ph name="END_LIST">&lt;/ul&gt;</ph>
7692 </message> 7682 </message>
7683 </if>
7693 7684
7694 </messages> 7685 </messages>
7695 7686
7696 <structures first_id="50000" fallback_to_english="true"> 7687 <structures first_id="50000" fallback_to_english="true">
7697 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 7688 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
7698 </structure> 7689 </structure>
7699 </structures> 7690 </structures>
7700 7691
7701 </release> 7692 </release>
7702 </grit> 7693 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/manpage.1.in » ('j') | chrome/app/resources/manpage.1.in » ('J')

Powered by Google App Engine
This is Rietveld 408576698