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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2815453002: [Android] Show Browser Actions dialog in Chrome (Closed)
Patch Set: Update based on Ted's comments. Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
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 33f6215f4fc235557fb0522393be9d1ea9cde389..8a38544e0a03491c23a573467a623e692f6175d1 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1603,6 +1603,23 @@ To obtain new licenses, connect to the internet and play your downloaded content
Refreshing page
</message>
+ <!-- Browser Action strings -->
+ <message name="IDS_BROWSERACTIONS_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_BROWSERACTIONS_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
srahim 2017/04/18 20:29:38 UI review deck shows this as "Open in incognito Ch
ltian 2017/04/21 05:10:54 This recent mock (https://folio.googleplex.com/chr
+ </message>
+ <message name="IDS_BROWSERACTIONS_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_BROWSERACTIONS_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_BROWSERACTIONS_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…

Powered by Google App Engine
This is Rietveld 408576698