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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0da880856f0e7f21634db3412b03e76f2c3a8c33..2ae499c85ff4bfc236bf15b9c61ef5d0001688f5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9370,7 +9370,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
additional ones with different formatting. -->
<!-- Menubar Menu Titles -->
- <!-- 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 language due to the different context. -->
<message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux file menu.">
&amp;File
</message>
@@ -9427,6 +9426,33 @@ Keep your key file in a safe place. You will need it to create new versions of y
Zoom &amp;Out
</message>
+ <!-- History menu -->
+ <message name="IDS_HISTORY_HOME_LINUX" desc="The Linux menu item for home in the history menu.">
+ Home
+ </message>
+ <message name="IDS_HISTORY_BACK_LINUX" desc="The Linux menu item for back in the history menu.">
+ &amp;Back
+ </message>
+ <message name="IDS_HISTORY_FORWARD_LINUX" desc="The Linux menu item for forward in the history menu.">
+ &amp;Forward
+ </message>
+ <message name="IDS_HISTORY_VISITED_LINUX" desc="The Linux menu item for the header of most visited items in the history menu.">
+ Most Visited
+ </message>
+ <message name="IDS_HISTORY_CLOSED_LINUX" desc="The Linux menu item for the header of recently closed items in the history menu.">
+ Recently Closed
+ </message>
+ <message name="IDS_HISTORY_CLOSED_RESTORE_WINDOW_LINUX" desc="The Linux menu item for restoring all the tabs of a recently closed window.">
+ Restore All Tabs
+ </message>
+
+ <!-- Bookmarks menu -->
+ <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu item for bookmarking the current page in the bookmark menu.">
+ Bookmark This Page...
+ </message>
+ <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item for bookmarking all tabs in the current window.">
+ Bookmark All Tabs...
+ </message>
</if>
<!-- File chooser dialog default titles (only used on Linux) -->
« 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