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

Side by Side 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: Rebase 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 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 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 1746
1747 <!-- Toolbar button strings --> 1747 <!-- Toolbar button strings -->
1748 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1748 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1749 Open tabs 1749 Open tabs
1750 </message> 1750 </message>
1751 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1751 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1752 New tab 1752 New tab
1753 </message> 1753 </message>
1754 1754
1755 <!-- Main menu items --> 1755 <!-- Main menu items -->
1756 <message name="IDS_MENU_UPDATE" desc="Menu item for updating chrome. [CHAR -LIMIT=27]">
1757 Update Chrome
1758 </message>
1759 <message name="IDS_MENU_UPDATE_SUMMARY_DEFAULT" desc="Summary string for u pdate menu item explaing why Chrome should be updated. [CHAR-LIMIT=27]">
1760 You should upgrade
1761 </message>
1756 <message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [C HAR-LIMIT=27]"> 1762 <message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [C HAR-LIMIT=27]">
1757 New tab 1763 New tab
1758 </message> 1764 </message>
1759 <message name="IDS_MENU_NEW_INCOGNITO_TAB" desc="Menu item for opening a n ew incognito tab that facilitates pseudononymous browsing. [CHAR-LIMIT=27]" mean ing="Android menu"> 1765 <message name="IDS_MENU_NEW_INCOGNITO_TAB" desc="Menu item for opening a n ew incognito tab that facilitates pseudononymous browsing. [CHAR-LIMIT=27]" mean ing="Android menu">
1760 New incognito tab 1766 New incognito tab
1761 </message> 1767 </message>
1762 <message name="IDS_MENU_BOOKMARKS" desc="Menu item for opening the bookmar ks page that contains all the user's bookmarks. [CHAR-LIMIT=27]"> 1768 <message name="IDS_MENU_BOOKMARKS" desc="Menu item for opening the bookmar ks page that contains all the user's bookmarks. [CHAR-LIMIT=27]">
1763 Bookmarks 1769 Bookmarks
1764 </message> 1770 </message>
1765 <message name="IDS_MENU_BOOKMARKS_OFFLINE_PAGES" desc="Menu item for openi ng the saved pages page that contains all the user's saved pages (bookmarks and offline). [CHAR-LIMIT=27]"> 1771 <message name="IDS_MENU_BOOKMARKS_OFFLINE_PAGES" desc="Menu item for openi ng the saved pages page that contains all the user's saved pages (bookmarks and offline). [CHAR-LIMIT=27]">
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 </message> 2289 </message>
2284 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display."> 2290 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
2285 No nearby Physical Web pages found 2291 No nearby Physical Web pages found
2286 </message> 2292 </message>
2287 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2293 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2288 Looking for nearby Physical Web pages 2294 Looking for nearby Physical Web pages
2289 </message> 2295 </message>
2290 </messages> 2296 </messages>
2291 </release> 2297 </release>
2292 </grit> 2298 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698