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

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: Remove current most visited section. will redo with TopSites in a different patch. 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc » ('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 9352 matching lines...) Expand 10 before | Expand all | Expand 10 after
9363 <!-- Unity and some other GNOME configurations now have a permanent, 9363 <!-- Unity and some other GNOME configurations now have a permanent,
9364 Mac-like menu bar that lives outside the window at the top of the 9364 Mac-like menu bar that lives outside the window at the top of the
9365 screen. The following strings should be in Linux style, not Mac 9365 screen. The following strings should be in Linux style, not Mac
9366 style (i.e. have ampersand accelerators, be title cased, etc.) 9366 style (i.e. have ampersand accelerators, be title cased, etc.)
9367 9367
9368 In general, the Linux UI will try to reuse other menu strings 9368 In general, the Linux UI will try to reuse other menu strings
9369 since they are otherwise appropriate, but we do need a few 9369 since they are otherwise appropriate, but we do need a few
9370 additional ones with different formatting. --> 9370 additional ones with different formatting. -->
9371 9371
9372 <!-- Menubar Menu Titles --> 9372 <!-- Menubar Menu Titles -->
9373 <!-- 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. -->
9374 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu."> 9373 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu.">
9375 &amp;File 9374 &amp;File
9376 </message> 9375 </message>
9377 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu."> 9376 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu.">
9378 &amp;Edit 9377 &amp;Edit
9379 </message> 9378 </message>
9380 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu."> 9379 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu.">
9381 &amp;View 9380 &amp;View
9382 </message> 9381 </message>
9383 <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux history menu."> 9382 <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
9420 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu."> 9419 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu.">
9421 A&amp;ctual Size 9420 A&amp;ctual Size
9422 </message> 9421 </message>
9423 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu."> 9422 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu.">
9424 Zoom &amp;In 9423 Zoom &amp;In
9425 </message> 9424 </message>
9426 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu."> 9425 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu.">
9427 Zoom &amp;Out 9426 Zoom &amp;Out
9428 </message> 9427 </message>
9429 9428
9429 <!-- History menu -->
9430 <message name="IDS_HISTORY_HOME_LINUX" desc="The Linux menu item for hom e in the history menu.">
9431 Home
9432 </message>
9433 <message name="IDS_HISTORY_BACK_LINUX" desc="The Linux menu item for bac k in the history menu.">
9434 &amp;Back
9435 </message>
9436 <message name="IDS_HISTORY_FORWARD_LINUX" desc="The Linux menu item for forward in the history menu.">
9437 &amp;Forward
9438 </message>
9439 <message name="IDS_HISTORY_VISITED_LINUX" desc="The Linux menu item for the header of most visited items in the history menu.">
9440 Most Visited
9441 </message>
9442 <message name="IDS_HISTORY_CLOSED_LINUX" desc="The Linux menu item for t he header of recently closed items in the history menu.">
9443 Recently Closed
9444 </message>
9445 <message name="IDS_HISTORY_CLOSED_RESTORE_WINDOW_LINUX" desc="The Linux menu item for restoring all the tabs of a recently closed window.">
9446 Restore All Tabs
9447 </message>
9448
9449 <!-- Bookmarks menu -->
9450 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu.">
9451 Bookmark This Page...
9452 </message>
9453 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window.">
9454 Bookmark All Tabs...
9455 </message>
9430 </if> 9456 </if>
9431 9457
9432 <!-- File chooser dialog default titles (only used on Linux) --> 9458 <!-- File chooser dialog default titles (only used on Linux) -->
9433 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog."> 9459 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog.">
9434 Select Folder 9460 Select Folder
9435 </message> 9461 </message>
9436 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> 9462 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog.">
9437 Save File 9463 Save File
9438 </message> 9464 </message>
9439 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> 9465 <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
12170 </includes> 12196 </includes>
12171 <structures fallback_to_english="true"> 12197 <structures fallback_to_english="true">
12172 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12198 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12173 </structure> 12199 </structure>
12174 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12200 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12175 </structure> 12201 </structure>
12176 </structures> 12202 </structures>
12177 12203
12178 </release> 12204 </release>
12179 </grit> 12205 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698