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

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: Whitespace nit 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 9335 matching lines...) Expand 10 before | Expand all | Expand 10 after
9346 <!-- Unity and some other GNOME configurations now have a permanent, 9346 <!-- Unity and some other GNOME configurations now have a permanent,
9347 Mac-like menu bar that lives outside the window at the top of the 9347 Mac-like menu bar that lives outside the window at the top of the
9348 screen. The following strings should be in Linux style, not Mac 9348 screen. The following strings should be in Linux style, not Mac
9349 style (i.e. have ampersand accelerators, be title cased, etc.) 9349 style (i.e. have ampersand accelerators, be title cased, etc.)
9350 9350
9351 In general, the Linux UI will try to reuse other menu strings 9351 In general, the Linux UI will try to reuse other menu strings
9352 since they are otherwise appropriate, but we do need a few 9352 since they are otherwise appropriate, but we do need a few
9353 additional ones with different formatting. --> 9353 additional ones with different formatting. -->
9354 9354
9355 <!-- Menubar Menu Titles --> 9355 <!-- Menubar Menu Titles -->
9356 <!-- 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. -->
9357 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu."> 9356 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu.">
9358 &amp;File 9357 &amp;File
9359 </message> 9358 </message>
9360 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu."> 9359 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu.">
9361 &amp;Edit 9360 &amp;Edit
9362 </message> 9361 </message>
9363 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu."> 9362 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu.">
9364 &amp;View 9363 &amp;View
9365 </message> 9364 </message>
9366 <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux history menu."> 9365 <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
9403 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu."> 9402 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu.">
9404 A&amp;ctual Size 9403 A&amp;ctual Size
9405 </message> 9404 </message>
9406 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu."> 9405 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu.">
9407 Zoom &amp;In 9406 Zoom &amp;In
9408 </message> 9407 </message>
9409 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu."> 9408 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu.">
9410 Zoom &amp;Out 9409 Zoom &amp;Out
9411 </message> 9410 </message>
9412 9411
9412 <!-- History menu -->
9413 <message name="IDS_HISTORY_HOME_LINUX" desc="The Linux menu item for hom e in the history menu.">
9414 Home
9415 </message>
9416 <message name="IDS_HISTORY_BACK_LINUX" desc="The Linux menu item for bac k in the history menu.">
9417 &amp;Back
9418 </message>
9419 <message name="IDS_HISTORY_FORWARD_LINUX" desc="The Linux menu item for forward in the history menu.">
9420 &amp;Forward
9421 </message>
9422 <message name="IDS_HISTORY_VISITED_LINUX" desc="The Linux menu item for the header of most visited items in the history menu.">
9423 Most Visited
9424 </message>
9425 <message name="IDS_HISTORY_CLOSED_LINUX" desc="The Linux menu item for t he header of recently closed items in the history menu.">
9426 Recently Closed
9427 </message>
9428 <message name="IDS_HISTORY_CLOSED_RESTORE_WINDOW_LINUX" desc="The Linux menu item for restoring all the tabs of a recently closed window.">
9429 Restore All Tabs
9430 </message>
9431
9432 <!-- Bookmarks menu -->
9433 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu.">
9434 Bookmark This Page...
9435 </message>
9436 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window.">
9437 Bookmark All Tabs...
9438 </message>
9413 </if> 9439 </if>
9414 9440
9415 <!-- File chooser dialog default titles (only used on Linux) --> 9441 <!-- File chooser dialog default titles (only used on Linux) -->
9416 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog."> 9442 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog.">
9417 Select Folder 9443 Select Folder
9418 </message> 9444 </message>
9419 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> 9445 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog.">
9420 Save File 9446 Save File
9421 </message> 9447 </message>
9422 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> 9448 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file).">
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after
12147 </includes> 12173 </includes>
12148 <structures fallback_to_english="true"> 12174 <structures fallback_to_english="true">
12149 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12175 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12150 </structure> 12176 </structure>
12151 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12177 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12152 </structure> 12178 </structure>
12153 </structures> 12179 </structures>
12154 12180
12155 </release> 12181 </release>
12156 </grit> 12182 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc » ('j') | chrome/browser/ui/gtk/global_menu_bar.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698