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

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

Issue 7005006: Add options menu 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
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 12357 matching lines...) Expand 10 before | Expand all | Expand 10 after
12368 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page."> 12368 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page.">
12369 OK 12369 OK
12370 </message> 12370 </message>
12371 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page."> 12371 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page.">
12372 Cancel 12372 Cancel
12373 </message> 12373 </message>
12374 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks ."> 12374 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks .">
12375 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 12375 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
12376 </message> 12376 </message>
12377 12377
12378 <!-- Panels -->
12379 <message name="IDS_PANEL_OPTIONS_MENU_MINIMIZE_ALL" desc="Text for the men u item of the options menu to minimize all panels.">
12380 <ph name="SOURCE_ORIGIN">Minimize all</ph>
12381 </message>
12382 <message name="IDS_PANEL_OPTIONS_MENU_RESTORE_ALL" desc="Text for the menu item of the options menu to restore all panels.">
12383 <ph name="SOURCE_ORIGIN">Restore all</ph>
12384 </message>
12385 <message name="IDS_PANEL_OPTIONS_MENU_CLOSE_ALL" desc="Text for the menu i tem of the options menu to close all panels.">
12386 <ph name="SOURCE_ORIGIN">Close all</ph>
12387 </message>
12388 <message name="IDS_PANEL_OPTIONS_MENU_ABOUT" desc="Text for the menu item of the options menu to show the information about the panel.">
12389 <ph name="SOURCE_ORIGIN">About this panel</ph>
12390 </message>
12391
12378 </messages> 12392 </messages>
12379 <includes> 12393 <includes>
12380 <if expr="pp_ifdef('_google_chrome')"> 12394 <if expr="pp_ifdef('_google_chrome')">
12381 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12395 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12382 </if> 12396 </if>
12383 <if expr="not pp_ifdef('_google_chrome')"> 12397 <if expr="not pp_ifdef('_google_chrome')">
12384 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12398 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12385 </if> 12399 </if>
12386 </includes> 12400 </includes>
12387 <structures fallback_to_english="true"> 12401 <structures fallback_to_english="true">
12388 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12402 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12389 </structure> 12403 </structure>
12390 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12404 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12391 </structure> 12405 </structure>
12392 </structures> 12406 </structures>
12393 12407
12394 </release> 12408 </release>
12395 </grit> 12409 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel.cc » ('j') | chrome/browser/ui/panels/panel_browser_frame_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698