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

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 12322 matching lines...) Expand 10 before | Expand all | Expand 10 after
12333 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page."> 12333 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page.">
12334 OK 12334 OK
12335 </message> 12335 </message>
12336 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page."> 12336 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page.">
12337 Cancel 12337 Cancel
12338 </message> 12338 </message>
12339 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks ."> 12339 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pr e-populates the filename field when user clicks attempts to export his bookmarks .">
12340 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 12340 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
12341 </message> 12341 </message>
12342 12342
12343 <!-- Panels -->
12344 <message name="IDS_PANEL_OPTIONS_MENU_MINIMIZE_ALL" desc="Text for the men u item of the options menu to minimize all panels.">
12345 Minimize all
12346 </message>
12347 <message name="IDS_PANEL_OPTIONS_MENU_RESTORE_ALL" desc="Text for the menu item of the options menu to restore all panels.">
12348 Restore all
12349 </message>
12350 <message name="IDS_PANEL_OPTIONS_MENU_CLOSE_ALL" desc="Text for the menu i tem of the options menu to close all panels.">
12351 Close all
12352 </message>
12353 <message name="IDS_PANEL_OPTIONS_MENU_ABOUT" desc="Text for the menu item of the options menu to show the information about the panel.">
12354 About this panel
12355 </message>
12356
12343 </messages> 12357 </messages>
12344 <includes> 12358 <includes>
12345 <if expr="pp_ifdef('_google_chrome')"> 12359 <if expr="pp_ifdef('_google_chrome')">
12346 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12360 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12347 </if> 12361 </if>
12348 <if expr="not pp_ifdef('_google_chrome')"> 12362 <if expr="not pp_ifdef('_google_chrome')">
12349 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12363 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12350 </if> 12364 </if>
12351 </includes> 12365 </includes>
12352 <structures fallback_to_english="true"> 12366 <structures fallback_to_english="true">
12353 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12367 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12354 </structure> 12368 </structure>
12355 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12369 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12356 </structure> 12370 </structure>
12357 </structures> 12371 </structures>
12358 12372
12359 </release> 12373 </release>
12360 </grit> 12374 </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