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

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: tidying up for review 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
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 6937 matching lines...) Expand 10 before | Expand all | Expand 10 after
6948 <!--Action Box menu--> 6948 <!--Action Box menu-->
6949 <message name="IDS_BOOKMARK_STAR" desc="The text for bookmark menu item"> 6949 <message name="IDS_BOOKMARK_STAR" desc="The text for bookmark menu item">
6950 Bookmark this page 6950 Bookmark this page
6951 </message> 6951 </message>
6952 <message name="IDS_BOOKMARK_STAR_LIT" desc="The text for bookmark menu ite m if page is already bookmarked"> 6952 <message name="IDS_BOOKMARK_STAR_LIT" desc="The text for bookmark menu ite m if page is already bookmarked">
6953 Edit bookmark 6953 Edit bookmark
6954 </message> 6954 </message>
6955 <message name="IDS_CHROME_TO_MOBILE" desc="The text for chrome to mobile m enu item"> 6955 <message name="IDS_CHROME_TO_MOBILE" desc="The text for chrome to mobile m enu item">
6956 Send tab to device 6956 Send tab to device
6957 </message> 6957 </message>
6958 <message name="IDS_SHARE_PAGE" desc="The text for the Share Page action bo x menu item"> 6958 <message name="IDS_FIND_SHARE_INTENTS" desc="The text for the 'Find places to share' action box menu item">
6959 Share this page 6959 Find places to share
6960 </message> 6960 </message>
6961 6961
6962 <!--Accessible name/action strings--> 6962 <!--Accessible name/action strings-->
6963 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window"> 6963 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window">
6964 <ph name="WINDOW_TITLE">$1</ph> (Incognito) 6964 <ph name="WINDOW_TITLE">$1</ph> (Incognito)
6965 </message> 6965 </message>
6966 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available."> 6966 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available.">
6967 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available) 6967 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available)
6968 </message> 6968 </message>
6969 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu tton."> 6969 <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
14744 14744
14745 <structures fallback_to_english="true"> 14745 <structures fallback_to_english="true">
14746 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14746 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14747 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14747 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14748 </structure> 14748 </structure>
14749 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14749 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14750 </structure> 14750 </structure>
14751 </structures> 14751 </structures>
14752 </release> 14752 </release>
14753 </grit> 14753 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698