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

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

Issue 262027: include CHROMEOS files and defintions in TOOLKIT_VEIWS build.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/theme/theme_resources.grd » ('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 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 <file path="resources/google_chrome_strings_uk.xtb" lang="uk" /> 170 <file path="resources/google_chrome_strings_uk.xtb" lang="uk" />
171 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" /> 171 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" />
172 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" /> 172 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" />
173 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" /> 173 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" />
174 </translations> 174 </translations>
175 <release seq="1" allow_pseudo="false"> 175 <release seq="1" allow_pseudo="false">
176 <messages fallback_to_english="true"> 176 <messages fallback_to_english="true">
177 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> 177 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name">
178 Google Chrome 178 Google Chrome
179 </message> 179 </message>
180 <if expr="pp_ifdef('chromeos')"> 180 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')">
181 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name "> 181 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name ">
182 Google Chrome OS 182 Google Chrome OS
183 </message> 183 </message>
184 </if> 184 </if>
185 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_EXTRA_INFO_2" desc="2nd paragraph of extra information for an unsafe common name in an X509 certificate" > 185 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_EXTRA_INFO_2" desc="2nd paragraph of extra information for an unsafe common name in an X509 certificate" >
186 In this case, the address listed in the certificate does not match the a ddress of the website your browser tried to go to. One possible reason for this is that your communications are being intercepted by an attacker who is presenti ng a certificate for a different website, which would cause a mismatch. Another possible reason is that the server is set up to return the same certificate for multiple websites, including the one you are attempting to visit, even though th at certificate is not valid for all of those websites. Google Chrome can say for sure that you reached &lt;strong&gt;<ph name="DOMAIN2">$1<ex>paypal.com</ex></p h>&lt;/strong&gt;, but cannot verify that that is the same site as &lt;strong&gt ;<ph name="DOMAIN">$2<ex>www.paypal.com</ex></ph>&lt;/strong&gt; which you inten ded to reach. If you proceed, Chrome will not check for any further name mismatc hes. In general, it is best not to proceed past this point. 186 In this case, the address listed in the certificate does not match the a ddress of the website your browser tried to go to. One possible reason for this is that your communications are being intercepted by an attacker who is presenti ng a certificate for a different website, which would cause a mismatch. Another possible reason is that the server is set up to return the same certificate for multiple websites, including the one you are attempting to visit, even though th at certificate is not valid for all of those websites. Google Chrome can say for sure that you reached &lt;strong&gt;<ph name="DOMAIN2">$1<ex>paypal.com</ex></p h>&lt;/strong&gt;, but cannot verify that that is the same site as &lt;strong&gt ;<ph name="DOMAIN">$2<ex>www.paypal.com</ex></ph>&lt;/strong&gt; which you inten ded to reach. If you proceed, Chrome will not check for any further name mismatc hes. In general, it is best not to proceed past this point.
187 </message> 187 </message>
188 <message name="IDS_CERT_ERROR_EXPIRED_DETAILS" desc="Details for an expire d X509 certificate"> 188 <message name="IDS_CERT_ERROR_EXPIRED_DETAILS" desc="Details for an expire d X509 certificate">
189 You attempted to reach &lt;strong&gt;<ph name="DOMAIN">$1<ex>paypal.com< /ex></ph>&lt;/strong&gt;, but the server presented an expired certificate. No in formation is available to indicate whether that certificate has been compromised since its expiration. This means Google Chrome cannot guarantee that you are co mmunicating with &lt;strong&gt;<ph name="DOMAIN2">$2<ex>paypal.com</ex></ph>&lt; /strong&gt; and not an attacker. You should not proceed. 189 You attempted to reach &lt;strong&gt;<ph name="DOMAIN">$1<ex>paypal.com< /ex></ph>&lt;/strong&gt;, but the server presented an expired certificate. No in formation is available to indicate whether that certificate has been compromised since its expiration. This means Google Chrome cannot guarantee that you are co mmunicating with &lt;strong&gt;<ph name="DOMAIN2">$2<ex>paypal.com</ex></ph>&lt; /strong&gt; and not an attacker. You should not proceed.
190 </message> 190 </message>
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer."> 451 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer.">
452 Google Chrome Profile Importer 452 Google Chrome Profile Importer
453 </message> 453 </message>
454 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer ."> 454 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer .">
455 Chrome Profile Importer 455 Chrome Profile Importer
456 </message> 456 </message>
457 </if> 457 </if>
458 </messages> 458 </messages>
459 </release> 459 </release>
460 </grit> 460 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698