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

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

Issue 2876223003: cocoa: add some tab-manipulation menu items (Closed)
Patch Set: remove top separator Created 3 years, 7 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
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/app/nibs/MainMenu.xib » ('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. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 10053 matching lines...) Expand 10 before | Expand all | Expand 10 after
10064 </message> 10064 </message>
10065 <message name="IDS_WINDOW_AUDIO_MUTING_MAC" desc="The emoji to append to the title of a window showing audio is muting."> 10065 <message name="IDS_WINDOW_AUDIO_MUTING_MAC" desc="The emoji to append to the title of a window showing audio is muting.">
10066 <ph name="TAB_TITLE">$1<ex>The Title of the Tab</ex></ph> <ph name="EM OJI_MUTING">$2<ex>(muting)</ex></ph> 10066 <ph name="TAB_TITLE">$1<ex>The Title of the Tab</ex></ph> <ph name="EM OJI_MUTING">$2<ex>(muting)</ex></ph>
10067 </message> 10067 </message>
10068 <message name="IDS_SHOW_EXTENSIONS_MAC" desc="The Mac menu item to show extensions in the window menu."> 10068 <message name="IDS_SHOW_EXTENSIONS_MAC" desc="The Mac menu item to show extensions in the window menu.">
10069 Extensions 10069 Extensions
10070 </message> 10070 </message>
10071 <message name="IDS_ALL_WINDOWS_FRONT_MAC" desc="The Mac menu item for br ing all to front the window menu."> 10071 <message name="IDS_ALL_WINDOWS_FRONT_MAC" desc="The Mac menu item for br ing all to front the window menu.">
10072 Bring All to Front 10072 Bring All to Front
10073 </message> 10073 </message>
10074 <message name="IDS_DUPLICATE_TAB_MAC" desc="The Mac menu item for duplic ating the selected tab(s).">
10075 Duplicate Tab
10076 </message>
10077 <message name="IDS_MUTE_TAB_MAC" desc="The Mac menu item for muting the selected tab(s).">
10078 Mute Tab
10079 </message>
10080 <message name="IDS_PIN_TAB_MAC" desc="The Mac menu item for pinning the selected tab(s).">
10081 Pin Tab
10082 </message>
10074 <!-- Help menu --> 10083 <!-- Help menu -->
10075 <message name="IDS_FEEDBACK_MAC" desc="The Mac menu item to report a bug in the Help menu."> 10084 <message name="IDS_FEEDBACK_MAC" desc="The Mac menu item to report a bug in the Help menu.">
10076 Report an Issue... 10085 Report an Issue...
10077 </message> 10086 </message>
10078 <message name="IDS_HELP_MAC" desc="The Mac menu item to show help in the Help menu."> 10087 <message name="IDS_HELP_MAC" desc="The Mac menu item to show help in the Help menu.">
10079 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Help 10088 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Help
10080 </message> 10089 </message>
10081 </if> <!-- is_macosx --> 10090 </if> <!-- is_macosx -->
10082 10091
10083 <!-- Linux Global Menubar Menus --> 10092 <!-- Linux Global Menubar Menus -->
(...skipping 2188 matching lines...) Expand 10 before | Expand all | Expand 10 after
12272 Your downloads appear here 12281 Your downloads appear here
12273 </message> 12282 </message>
12274 12283
12275 <!-- Automation info bar --> 12284 <!-- Automation info bar -->
12276 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12285 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12277 Chrome is being controlled by automated test software. 12286 Chrome is being controlled by automated test software.
12278 </message> 12287 </message>
12279 </messages> 12288 </messages>
12280 </release> 12289 </release>
12281 </grit> 12290 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/app/nibs/MainMenu.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698