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

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

Issue 7011015: Show "About panel" bubble on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings.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 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 12454 matching lines...) Expand 10 before | Expand all | Expand 10 after
12465 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page."> 12465 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page.">
12466 OK 12466 OK
12467 </message> 12467 </message>
12468 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page."> 12468 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page.">
12469 Cancel 12469 Cancel
12470 </message> 12470 </message>
12471 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks ."> 12471 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks .">
12472 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 12472 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
12473 </message> 12473 </message>
12474 12474
12475 <!-- Panels -->
12476 <message name="IDS_ABOUT_PANEL_BUBBLE_EXTENSION_INSTALL_DATE" desc="Text for the label of the about panel bubble to show the extension install date.">
12477 Extension installed: <ph name="DATE">$1<ex>January 1, 2011</ex></ph>
12478 </message>
12479 <message name="IDS_ABOUT_PANEL_BUBBLE_UNINSTALL_EXTENSION" desc="Text for th e link shown on the about panel bubble to uninstall the extension.">
12480 Uninstall <ph name="EXTENSION_NAME">$1<ex>Sample Extension</ex></ph>
12481 </message>
12482 <message name="IDS_ABOUT_PANEL_BUBBLE_REPORT_ABUSE" desc="Text for the link shown on the about panel bubble to report the abuse.">
12483 Report abuse
12484 </message>
12485
12475 </messages> 12486 </messages>
12476 <includes> 12487 <includes>
12477 <if expr="pp_ifdef('_google_chrome')"> 12488 <if expr="pp_ifdef('_google_chrome')">
12478 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12489 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12479 </if> 12490 </if>
12480 <if expr="not pp_ifdef('_google_chrome')"> 12491 <if expr="not pp_ifdef('_google_chrome')">
12481 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12492 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12482 </if> 12493 </if>
12483 </includes> 12494 </includes>
12484 <structures fallback_to_english="true"> 12495 <structures fallback_to_english="true">
12485 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12496 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12486 </structure> 12497 </structure>
12487 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12498 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12488 </structure> 12499 </structure>
12489 </structures> 12500 </structures>
12490 12501
12491 </release> 12502 </release>
12492 </grit> 12503 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698