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

Unified Diff: chrome/app/generated_resources.grd

Issue 6812037: GTK: A first *very* rough cut at a global menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0531073b258c2434d8cb2d9f5a5ec00eaeaae2d7..a59f2687eb947a16c60f0b93baaeea30dba28b28 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9206,6 +9206,77 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message>
</if> <!-- os == 'darwin' -->
+ <!-- Linux Global Menubar Menus -->
+ <if expr="os == 'linux2'">
+ <!-- Unity and some other GNOME configurations now have a permanent,
+ Mac-like menu bar that lives outside the window at the top of the
+ screen. The following strings should be in Linux style, not Mac
+ style (i.e. have ampersand accelerators, be title cased, etc.)
+
+ In general, the Linux UI will try to reuse other menu strings
+ since they are otherwise appropriate, but we do need a few
+ 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>
+ <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux edit menu.">
+ &amp;Edit
+ </message>
+ <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux view menu.">
+ &amp;View
+ </message>
+ <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux history menu.">
+ Hi&amp;story
+ </message>
+ <message name="IDS_BOOKMARKS_MENU_LINUX" desc="The menu title of the Linux bookmarks menu.">
+ &amp;Bookmarks
+ </message>
+ <message name="IDS_TOOLS_MENU_LINUX" desc="The menu title of the Linux tools menu.">
+ &amp;Tools
+ </message>
+ <message name="IDS_HELP_MENU_LINUX" desc="The menu title of the Linux help menu.">
+ &amp;Help
+ </message>
+
+ <!-- File menu items that we can't reuse. -->
+ <message name="IDS_REOPEN_CLOSED_TABS_LINUX" desc="The Linux menu item reopen recently closed tabs in the file menu.">
+ Reopen Closed Tab
+ </message>
+ <message name="IDS_OPEN_FILE_LINUX" desc="The Linux menu item to open a file in the file menu.">
+ Open &amp;File...
+ </message>
+ <message name="IDS_OPEN_LOCATION_LINUX" desc="The Linux menu item to open a location in the file menu (puts cursor in the url bar).">
+ Open &amp;Location...
+ </message>
+ <message name="IDS_CLOSE_WINDOW_LINUX" desc="The Linux menu item to close a window in the file menu.">
+ Close Win&amp;dow
+ </message>
+ <message name="IDS_CLOSE_TAB_LINUX" desc="The Linux menu item to close a browser tab in the file menu.">
+ &amp;Close Tab
+ </message>
+
+ <!-- View menu items that we can't reuse. -->
+ <message name="IDS_STOP_MENU_LINUX" desc="The Linux menu item stop in the view menu.">
+ &amp;Stop
+ </message>
+ <message name="IDS_RELOAD_MENU_LINUX" desc="The Linux menu item to reload the current page in the view menu.">
+ &amp;Reload This Page
+ </message>
+ <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu.">
+ A&amp;ctual Size
+ </message>
+ <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu.">
+ Zoom &amp;In
+ </message>
+ <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu.">
+ Zoom &amp;Out
+ </message>
+
+ </if>
+
<!-- File chooser dialog default titles (only used on Linux) -->
<message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for the Select Folder file chooser dialog.">
Select Folder
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/browser_window_gtk.h » ('j') | chrome/browser/ui/gtk/browser_window_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698