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

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

Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add code create 1dp transparent border in LocatoinBarPhone Created 5 years 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 006c224ed3b1cf32d14181656cb3ad08fe7b390c..a7c909f508d335e6bedcf9799aa774f50a821577 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1756,6 +1756,12 @@ Just open Chrome on your computer, go to the menu, and select “Sign in to Chro
</message>
<!-- Main menu items -->
+ <message name="IDS_MENU_UPDATE" desc="">
gone 2015/12/08 22:24:24 You need the descriptions; translators use that to
Theresa 2015/12/10 03:53:18 Done.
+ Update Chrome
+ </message>
+ <message name="IDS_MENU_UPDATE_SUMMARY_DEFAULT" desc="">
+ You should upgrade
+ </message>
<message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [CHAR-LIMIT=27]">
New tab
</message>
@@ -2106,6 +2112,9 @@ Just open Chrome on your computer, go to the menu, and select “Sign in to Chro
<message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_MENU" desc="Content description for the settings menu button.">
More options
</message>
+ <message name="IDS_ACCESSIBILITY_TOOLBAR_UPDATE_BADGE" desc="Content description for the settings menu update badge.">
+ An update for Chrome is available.
+ </message>
<message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_SITE_INFO" desc="Content description for the page icon that gives more site information when clicked. The icon can be a lock for secure pages, a magnifier for search result pages, or other icons representing the page state.">
Site information
</message>

Powered by Google App Engine
This is Rietveld 408576698