Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index abd2f2be9188fc330cee478862559e13eb0eb09d..1447c034993b1a39cb6a13f65e28ebb192982f27 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -1727,6 +1727,23 @@ To obtain new licenses, connect to the internet and play your downloaded content |
Refreshing page |
</message> |
+ <!-- Browser Action strings --> |
+ <message name="IDS_BROWSER_ACTIONS_OPEN_IN_BACKGROUND" desc="Browser Actions menu item to open the selected link in a Chrome tab in the background. [CHAR-LIMIT=30]"> |
+ Open in new Chrome tab |
+ </message> |
+ <message name="IDS_BROWSER_ACTIONS_OPEN_IN_INCOGNITO_TAB" desc="Browser Actions menu item to open the selected link in a Chrome incognito tab. [CHAR-LIMIT=30]"> |
+ Open in incognito tab |
+ </message> |
+ <message name="IDS_BROWSER_ACTIONS_SAVE_LINK_AS" desc="Browser Actions menu item to download the page of the selected link. [CHAR-LIMIT=30]"> |
+ Download page |
+ </message> |
+ <message name="IDS_BROWSER_ACTIONS_COPY_ADDRESS" desc="Browser Actions menu item to copy the url address of the selected link. [CHAR-LIMIT=30]"> |
+ Copy link |
+ </message> |
+ <message name="IDS_BROWSER_ACTIONS_SHARE" desc="Browser Actions menu item to share the url address of the selected link. [CHAR-LIMIT=30]"> |
+ Share... |
+ </message> |
+ |
<!-- App banner strings --> |
<message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating that an application is being installed. [CHAR-LIMIT=25]"> |
Installing… |