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

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

Issue 6880275: Web Introducer overview Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 8 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/chrome_command_ids.h ('k') | chrome/browser/prefs/browser_prefs.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 11579 matching lines...) Expand 10 before | Expand all | Expand 10 after
11590 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page."> 11590 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page.">
11591 OK 11591 OK
11592 </message> 11592 </message>
11593 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page."> 11593 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page.">
11594 Cancel 11594 Cancel
11595 </message> 11595 </message>
11596 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks ."> 11596 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks .">
11597 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 11597 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
11598 </message> 11598 </message>
11599 11599
11600 <!-- Introducer -->
11601 <message name="IDS_INTRODUCER_INSTALL_QUESTION" desc="Question asked on the info bar when an origin registers with the Introducer">
11602 Will you allow this site to use the shown icon to offer browser services o n behalf of "<ph name="BRAND">$1<ex>Google</ex></ph>"?
11603 </message>
11604
11600 </messages> 11605 </messages>
11601 <includes> 11606 <includes>
11602 <if expr="pp_ifdef('_google_chrome')"> 11607 <if expr="pp_ifdef('_google_chrome')">
11603 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 11608 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
11604 </if> 11609 </if>
11605 <if expr="not pp_ifdef('_google_chrome')"> 11610 <if expr="not pp_ifdef('_google_chrome')">
11606 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 11611 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
11607 </if> 11612 </if>
11608 </includes> 11613 </includes>
11609 <structures fallback_to_english="true"> 11614 <structures fallback_to_english="true">
11610 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11615 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11611 </structure> 11616 </structure>
11612 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11617 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11613 </structure> 11618 </structure>
11614 </structures> 11619 </structures>
11615 11620
11616 </release> 11621 </release>
11617 </grit> 11622 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698