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

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: Fix a couple of bugs 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 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 1749
1750 <!-- Toolbar button strings --> 1750 <!-- Toolbar button strings -->
1751 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1751 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1752 Open tabs 1752 Open tabs
1753 </message> 1753 </message>
1754 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1754 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1755 New tab 1755 New tab
1756 </message> 1756 </message>
1757 1757
1758 <!-- Main menu items --> 1758 <!-- Main menu items -->
1759 <message name="IDS_MENU_UPDATE" desc="Menu item for updating chrome. [CHAR -LIMIT=27]">
1760 Update Chrome
1761 </message>
1762 <message name="IDS_MENU_UPDATE_SUMMARY_DEFAULT" desc="Summary string for u pdate menu item explaing why Chrome should be updated. [CHAR-LIMIT=27]">
1763 You should upgrade
1764 </message>
1759 <message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [C HAR-LIMIT=27]"> 1765 <message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [C HAR-LIMIT=27]">
1760 New tab 1766 New tab
1761 </message> 1767 </message>
1762 <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"> 1768 <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">
1763 New incognito tab 1769 New incognito tab
1764 </message> 1770 </message>
1765 <message name="IDS_MENU_BOOKMARKS" desc="Menu item for opening the bookmar ks page that contains all the user's bookmarks. [CHAR-LIMIT=27]"> 1771 <message name="IDS_MENU_BOOKMARKS" desc="Menu item for opening the bookmar ks page that contains all the user's bookmarks. [CHAR-LIMIT=27]">
1766 Bookmarks 1772 Bookmarks
1767 </message> 1773 </message>
1768 <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]"> 1774 <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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2288 </message> 2294 </message>
2289 <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."> 2295 <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 There are no nearby web pages found 2296 There are no nearby web pages found
2291 </message> 2297 </message>
2292 <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."> 2298 <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 Looking for nearby web pages 2299 Looking for nearby web pages
2294 </message> 2300 </message>
2295 </messages> 2301 </messages>
2296 </release> 2302 </release>
2297 </grit> 2303 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698