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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2872353004: [Android] Implement copy and open in background of Browser Actions (Closed)
Patch Set: 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 </message> 1720 </message>
1721 <message name="IDS_BROWSER_ACTIONS_SAVE_LINK_AS" desc="Browser Actions men u item to download the page of the selected link. [CHAR-LIMIT=30]"> 1721 <message name="IDS_BROWSER_ACTIONS_SAVE_LINK_AS" desc="Browser Actions men u item to download the page of the selected link. [CHAR-LIMIT=30]">
1722 Download page 1722 Download page
1723 </message> 1723 </message>
1724 <message name="IDS_BROWSER_ACTIONS_COPY_ADDRESS" desc="Browser Actions men u item to copy the url address of the selected link. [CHAR-LIMIT=30]"> 1724 <message name="IDS_BROWSER_ACTIONS_COPY_ADDRESS" desc="Browser Actions men u item to copy the url address of the selected link. [CHAR-LIMIT=30]">
1725 Copy link 1725 Copy link
1726 </message> 1726 </message>
1727 <message name="IDS_BROWSER_ACTIONS_SHARE" desc="Browser Actions menu item to share the url address of the selected link. [CHAR-LIMIT=30]"> 1727 <message name="IDS_BROWSER_ACTIONS_SHARE" desc="Browser Actions menu item to share the url address of the selected link. [CHAR-LIMIT=30]">
1728 Share... 1728 Share...
1729 </message> 1729 </message>
1730 <message name="IDS_BROWSER_ACTIONS_COPY_TOAST_MESSAGE" desc="Toast message displayed when to copy a link from Browser Actions context menu. [CHAR-LIMIT=30 ]">
1731 Copied to clipboard
Ted C 2017/05/11 19:04:49 in the bug, can you link to any discussions where
ltian 2017/05/11 22:10:58 Remove showing the toast from this CL. If later we
1732 </message>
1730 1733
1731 <!-- App banner strings --> 1734 <!-- App banner strings -->
1732 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]"> 1735 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]">
1733 Installing… 1736 Installing…
1734 </message> 1737 </message>
1735 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]"> 1738 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]">
1736 Open 1739 Open
1737 </message> 1740 </message>
1738 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]"> 1741 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]">
1739 Adding… 1742 Adding…
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2999 Remove and recreate this shortcut 3002 Remove and recreate this shortcut
3000 </message> 3003 </message>
3001 3004
3002 <!-- Chrome Home --> 3005 <!-- Chrome Home -->
3003 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 3006 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
3004 Pull up to see bookmarks and more 3007 Pull up to see bookmarks and more
3005 </message> 3008 </message>
3006 </messages> 3009 </messages>
3007 </release> 3010 </release>
3008 </grit> 3011 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698