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

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

Issue 2950403002: [Mac] Add system share menu
Patch Set: CL comments Created 3 years, 5 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 | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | chrome/browser/app_controller_mac.mm » ('J')
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 9946 matching lines...) Expand 10 before | Expand all | Expand 10 after
9957 </message> 9957 </message>
9958 <message name="IDS_CLOSE_TAB_MAC" desc="The Mac menu item to close a bro wser tab in the file menu."> 9958 <message name="IDS_CLOSE_TAB_MAC" desc="The Mac menu item to close a bro wser tab in the file menu.">
9959 Close Tab 9959 Close Tab
9960 </message> 9960 </message>
9961 <message name="IDS_SAVE_PAGE_MAC" desc="The Mac menu item to save a page in the file menu."> 9961 <message name="IDS_SAVE_PAGE_MAC" desc="The Mac menu item to save a page in the file menu.">
9962 Save Page As... 9962 Save Page As...
9963 </message> 9963 </message>
9964 <message name="IDS_EMAIL_PAGE_LOCATION_MAC" desc="The Mac menu item to e mail the page location in the file menu."> 9964 <message name="IDS_EMAIL_PAGE_LOCATION_MAC" desc="The Mac menu item to e mail the page location in the file menu.">
9965 Email Page Location 9965 Email Page Location
9966 </message> 9966 </message>
9967 <message name="IDS_SHARING_MORE_MAC" desc="The Mac menu item to see more macOS share extensions in the share menu.">
9968 More...
9969 </message>
9970 <message name="IDS_SHARE_MAC" desc="The Mac menu item for sharing to ext ernal services.">
9971 Share
9972 </message>
9967 <message name="IDS_PRINT_USING_SYSTEM_DIALOG_MAC" desc="The Mac menu ite m to print using system dialog in the file menu"> 9973 <message name="IDS_PRINT_USING_SYSTEM_DIALOG_MAC" desc="The Mac menu ite m to print using system dialog in the file menu">
9968 Print Using System Dialog... 9974 Print Using System Dialog...
9969 </message> 9975 </message>
9970 <!-- Edit menu --> 9976 <!-- Edit menu -->
9971 <message name="IDS_EDIT_UNDO_MAC" desc="The Mac menu item undo in the ed it menu."> 9977 <message name="IDS_EDIT_UNDO_MAC" desc="The Mac menu item undo in the ed it menu.">
9972 Undo 9978 Undo
9973 </message> 9979 </message>
9974 <message name="IDS_EDIT_REDO_MAC" desc="The Mac menu item redo in the ed it menu."> 9980 <message name="IDS_EDIT_REDO_MAC" desc="The Mac menu item redo in the ed it menu.">
9975 Redo 9981 Redo
9976 </message> 9982 </message>
(...skipping 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after
12364 12370
12365 <!-- VR specific strings --> 12371 <!-- VR specific strings -->
12366 <if expr="enable_vr"> 12372 <if expr="enable_vr">
12367 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode."> 12373 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode.">
12368 Press App button to exit 12374 Press App button to exit
12369 </message> 12375 </message>
12370 </if> 12376 </if>
12371 </messages> 12377 </messages>
12372 </release> 12378 </release>
12373 </grit> 12379 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | chrome/browser/app_controller_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698