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

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

Issue 7097014: Change wording and appearance of insecure script infobar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | « no previous file | chrome/browser/tab_contents/blocked_infobar_delegate.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 <!-- 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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 4455 matching lines...) Expand 10 before | Expand all | Expand 10 after
4466 You have DNS certificate provenance checking enabled. This may result in private information being sent to Google. 4466 You have DNS certificate provenance checking enabled. This may result in private information being sent to Google.
4467 </message> 4467 </message>
4468 4468
4469 <!-- Obsolete System info bar --> 4469 <!-- Obsolete System info bar -->
4470 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This messages is followed by a 'Learn more' link."> 4470 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This messages is followed by a 'Learn more' link.">
4471 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is no longer upda ting because your operating system is obsolete. 4471 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is no longer upda ting because your operating system is obsolete.
4472 </message> 4472 </message>
4473 4473
4474 <!-- Blocked Displaying/Running Insecure Content info bar --> 4474 <!-- Blocked Displaying/Running Insecure Content info bar -->
4475 <message name="IDS_BLOCKED_DISPLAYING_INSECURE_CONTENT" desc="Message show n when a website has asked chrome to display mixed content. The message is foll owed by a learn more link and an allow button."> 4475 <message name="IDS_BLOCKED_DISPLAYING_INSECURE_CONTENT" desc="Message show n when a website has asked chrome to display mixed content. The message is foll owed by a learn more link and an allow button.">
4476 Some displayable content on this website is insecure, and has been block ed for your safety. 4476 Insecure content has been blocked.
4477 </message> 4477 </message>
4478 <message name="IDS_BLOCKED_RUNNING_INSECURE_CONTENT" desc="Message shown w hen a website has asked chrome to run active mixed content. The message is foll owed by a learn more link and an allow button."> 4478 <message name="IDS_BLOCKED_RUNNING_INSECURE_CONTENT" desc="Message shown w hen a website has asked chrome to run active mixed content. The message is foll owed by a learn more link and an allow button.">
4479 Some script content on this website is insecure, and has been blocked fo r your safety. 4479 Insecure script has been blocked.
4480 </message> 4480 </message>
4481 <message name="IDS_ALLOW_INSECURE_CONTENT_BUTTON" desc="Button to allow in secure content to be displayed"> 4481 <message name="IDS_ALLOW_INSECURE_CONTENT_BUTTON" desc="Button to allow in secure content to be displayed">
4482 Load anyway (not recommended) 4482 Load Anyway
4483 </message> 4483 </message>
4484 <if expr="pp_ifdef('chromeos')"> 4484 <if expr="pp_ifdef('chromeos')">
4485 <!-- Locale Change Notification--> 4485 <!-- Locale Change Notification-->
4486 <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when local e was changed based on profile content."> 4486 <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when local e was changed based on profile content.">
4487 Chrome's language has changed from "<ph name="FROM_LOCALE">$1<ex>Itali an</ex></ph>" to "<ph name="TO_LOCALE">$2<ex>English (United States)</ex></ph>" after syncing your settings. 4487 Chrome's language has changed from "<ph name="FROM_LOCALE">$1<ex>Itali an</ex></ph>" to "<ph name="TO_LOCALE">$2<ex>English (United States)</ex></ph>" after syncing your settings.
4488 </message> 4488 </message>
4489 <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Link to revert a change."> 4489 <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Link to revert a change.">
4490 Change back to "<ph name="FROM_LOCALE">$1<ex>Italian</ex></ph>" (requi res restart) 4490 Change back to "<ph name="FROM_LOCALE">$1<ex>Italian</ex></ph>" (requi res restart)
4491 </message> 4491 </message>
4492 4492
(...skipping 8210 matching lines...) Expand 10 before | Expand all | Expand 10 after
12703 </includes> 12703 </includes>
12704 <structures fallback_to_english="true"> 12704 <structures fallback_to_english="true">
12705 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12705 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12706 </structure> 12706 </structure>
12707 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12707 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12708 </structure> 12708 </structure>
12709 </structures> 12709 </structures>
12710 12710
12711 </release> 12711 </release>
12712 </grit> 12712 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tab_contents/blocked_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698