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

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

Issue 6840068: GTK: Add Recently Closed tabs to the History menu in the global menu bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Maybe abandoning this way 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
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 9356 matching lines...) Expand 10 before | Expand all | Expand 10 after
9367 <!-- Unity and some other GNOME configurations now have a permanent, 9367 <!-- Unity and some other GNOME configurations now have a permanent,
9368 Mac-like menu bar that lives outside the window at the top of the 9368 Mac-like menu bar that lives outside the window at the top of the
9369 screen. The following strings should be in Linux style, not Mac 9369 screen. The following strings should be in Linux style, not Mac
9370 style (i.e. have ampersand accelerators, be title cased, etc.) 9370 style (i.e. have ampersand accelerators, be title cased, etc.)
9371 9371
9372 In general, the Linux UI will try to reuse other menu strings 9372 In general, the Linux UI will try to reuse other menu strings
9373 since they are otherwise appropriate, but we do need a few 9373 since they are otherwise appropriate, but we do need a few
9374 additional ones with different formatting. --> 9374 additional ones with different formatting. -->
9375 9375
9376 <!-- Menubar Menu Titles --> 9376 <!-- Menubar Menu Titles -->
9377 <!-- NOTE: Some of these exist in context menus with Title Case support, but we use different IDs in case we need slightly different strings in some lan guage due to the different context. -->
9378 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu."> 9377 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu.">
9379 &amp;File 9378 &amp;File
9380 </message> 9379 </message>
9381 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu."> 9380 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu.">
9382 &amp;Edit 9381 &amp;Edit
9383 </message> 9382 </message>
9384 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu."> 9383 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu.">
9385 &amp;View 9384 &amp;View
9386 </message> 9385 </message>
9387 <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux history menu."> 9386 <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux history menu.">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
9424 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu."> 9423 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu.">
9425 A&amp;ctual Size 9424 A&amp;ctual Size
9426 </message> 9425 </message>
9427 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu."> 9426 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu.">
9428 Zoom &amp;In 9427 Zoom &amp;In
9429 </message> 9428 </message>
9430 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu."> 9429 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu.">
9431 Zoom &amp;Out 9430 Zoom &amp;Out
9432 </message> 9431 </message>
9433 9432
9433 <!-- History menu -->
9434 <message name="IDS_HISTORY_HOME_LINUX" desc="The Linux menu item for hom e in the history menu.">
9435 Home
9436 </message>
9437 <message name="IDS_HISTORY_BACK_LINUX" desc="The Linux menu item for bac k in the history menu.">
9438 &amp;Back
9439 </message>
9440 <message name="IDS_HISTORY_FORWARD_LINUX" desc="The Linux menu item for forward in the history menu.">
9441 &amp;Forward
9442 </message>
9443 <message name="IDS_HISTORY_VISITED_LINUX" desc="The Linux menu item for the header of most visited items in the history menu.">
9444 Most Visited
9445 </message>
9446 <message name="IDS_HISTORY_CLOSED_LINUX" desc="The Linux menu item for t he header of recently closed items in the history menu.">
9447 Recently Closed
9448 </message>
9449 <message name="IDS_HISTORY_CLOSED_RESTORE_WINDOW_LINUX" desc="The Linux menu item for restoring all the tabs of a recently closed window.">
9450 Restore All Tabs
9451 </message>
9452
9453 <!-- Bookmarks menu -->
9454 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu.">
9455 Bookmark This Page...
9456 </message>
9457 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window.">
9458 Bookmark All Tabs...
9459 </message>
9434 </if> 9460 </if>
9435 9461
9436 <!-- File chooser dialog default titles (only used on Linux) --> 9462 <!-- File chooser dialog default titles (only used on Linux) -->
9437 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog."> 9463 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog.">
9438 Select Folder 9464 Select Folder
9439 </message> 9465 </message>
9440 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> 9466 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog.">
9441 Save File 9467 Save File
9442 </message> 9468 </message>
9443 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> 9469 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file).">
(...skipping 2730 matching lines...) Expand 10 before | Expand all | Expand 10 after
12174 </includes> 12200 </includes>
12175 <structures fallback_to_english="true"> 12201 <structures fallback_to_english="true">
12176 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12202 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12177 </structure> 12203 </structure>
12178 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12204 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12179 </structure> 12205 </structure>
12180 </structures> 12206 </structures>
12181 12207
12182 </release> 12208 </release>
12183 </grit> 12209 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc » ('j') | chrome/browser/ui/gtk/gtk_menu_creator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698