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

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
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 --> 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."> 12344 <message name="IDS_PANEL_OPTIONS_MENU_MINIMIZE_ALL" desc="Text for the menu item of the options menu to minimize all panels.">
12345 Minimize all 12345 Minimize all
12346 </message> 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."> 12347 <message name="IDS_PANEL_OPTIONS_MENU_RESTORE_ALL" desc="Text for the menu i tem of the options menu to restore all panels.">
12348 Restore all 12348 Restore all
12349 </message> 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."> 12350 <message name="IDS_PANEL_OPTIONS_MENU_CLOSE_ALL" desc="Text for the menu ite m of the options menu to close all panels.">
12351 Close all 12351 Close all
12352 </message> 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."> 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 12354 About this panel
12355 </message> 12355 </message>
12356 <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.">
12357 Extension installed: <ph name="DATE">$1<ex>January 1, 2011</ex></ph>
12358 </message>
12359 <message name="IDS_ABOUT_PANEL_BUBBLE_UNINSTALL_EXTENSION" desc="Text for th e link shown on the about panel bubble to uninstall the extension.">
12360 Uninstall <ph name="EXTENSION_NAME">$1<ex>Sample Extension</ex></ph>
jennb 2011/05/12 18:15:51 The extension name should already be visible in th
12361 </message>
12362 <message name="IDS_ABOUT_PANEL_BUBBLE_REPORT_ABUSE" desc="Text for the link shown on the about panel bubble to report the abuse.">
12363 Report abuse
12364 </message>
12356 12365
12357 </messages> 12366 </messages>
12358 <includes> 12367 <includes>
12359 <if expr="pp_ifdef('_google_chrome')"> 12368 <if expr="pp_ifdef('_google_chrome')">
12360 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 12369 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
12361 </if> 12370 </if>
12362 <if expr="not pp_ifdef('_google_chrome')"> 12371 <if expr="not pp_ifdef('_google_chrome')">
12363 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 12372 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
12364 </if> 12373 </if>
12365 </includes> 12374 </includes>
12366 <structures fallback_to_english="true"> 12375 <structures fallback_to_english="true">
12367 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12376 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12368 </structure> 12377 </structure>
12369 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12378 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12370 </structure> 12379 </structure>
12371 </structures> 12380 </structures>
12372 12381
12373 </release> 12382 </release>
12374 </grit> 12383 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings.grd » ('j') | chrome/app/resources/locale_settings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698