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

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

Issue 11073009: Include individual share intents in the action box and allow direct triggering without an intermedi… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: addressing review nits Created 8 years, 2 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/browser/ui/browser_command_controller.cc » ('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 6940 matching lines...) Expand 10 before | Expand all | Expand 10 after
6951 <!--Action Box menu--> 6951 <!--Action Box menu-->
6952 <message name="IDS_BOOKMARK_STAR" desc="The text for bookmark menu item"> 6952 <message name="IDS_BOOKMARK_STAR" desc="The text for bookmark menu item">
6953 Bookmark this page 6953 Bookmark this page
6954 </message> 6954 </message>
6955 <message name="IDS_BOOKMARK_STAR_LIT" desc="The text for bookmark menu ite m if page is already bookmarked"> 6955 <message name="IDS_BOOKMARK_STAR_LIT" desc="The text for bookmark menu ite m if page is already bookmarked">
6956 Edit bookmark 6956 Edit bookmark
6957 </message> 6957 </message>
6958 <message name="IDS_CHROME_TO_MOBILE" desc="The text for chrome to mobile m enu item"> 6958 <message name="IDS_CHROME_TO_MOBILE" desc="The text for chrome to mobile m enu item">
6959 Send tab to device 6959 Send tab to device
6960 </message> 6960 </message>
6961 <message name="IDS_SHARE_PAGE" desc="The text for the Share Page action bo x menu item"> 6961 <message name="IDS_FIND_SHARE_INTENTS" desc="The text for the 'Find places to share' action box menu item">
6962 Share this page 6962 Find places to share
6963 </message> 6963 </message>
6964 6964
6965 <!--Accessible name/action strings--> 6965 <!--Accessible name/action strings-->
6966 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window"> 6966 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window">
6967 <ph name="WINDOW_TITLE">$1</ph> (Incognito) 6967 <ph name="WINDOW_TITLE">$1</ph> (Incognito)
6968 </message> 6968 </message>
6969 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available."> 6969 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available.">
6970 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available) 6970 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available)
6971 </message> 6971 </message>
6972 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu tton."> 6972 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu tton.">
(...skipping 7774 matching lines...) Expand 10 before | Expand all | Expand 10 after
14747 14747
14748 <structures fallback_to_english="true"> 14748 <structures fallback_to_english="true">
14749 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14749 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14750 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14750 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14751 </structure> 14751 </structure>
14752 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14752 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14753 </structure> 14753 </structure>
14754 </structures> 14754 </structures>
14755 </release> 14755 </release>
14756 </grit> 14756 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698