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

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: Rearrange field_trial.. again to facilitate command line testing 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 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 1752
1753 <!-- Toolbar button strings --> 1753 <!-- Toolbar button strings -->
1754 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1754 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1755 Open tabs 1755 Open tabs
1756 </message> 1756 </message>
1757 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1757 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1758 New tab 1758 New tab
1759 </message> 1759 </message>
1760 1760
1761 <!-- Main menu items --> 1761 <!-- Main menu items -->
1762 <message name="IDS_MENU_UPDATE" desc="Menu item for updating chrome. [CHAR -LIMIT=27]">
1763 Update Chrome
1764 </message>
1765 <message name="IDS_MENU_UPDATE_SUMMARY_DEFAULT" desc="Summary string for u pdate menu item explaing why Chrome should be updated. [CHAR-LIMIT=27]">
1766 Newer version is available
1767 </message>
1762 <message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [C HAR-LIMIT=27]"> 1768 <message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [C HAR-LIMIT=27]">
1763 New tab 1769 New tab
1764 </message> 1770 </message>
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"> 1771 <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">
1766 New incognito tab 1772 New incognito tab
1767 </message> 1773 </message>
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]"> 1774 <message name="IDS_MENU_BOOKMARKS" desc="Menu item for opening the bookmar ks page that contains all the user's bookmarks. [CHAR-LIMIT=27]">
1769 Bookmarks 1775 Bookmarks
1770 </message> 1776 </message>
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]"> 1777 <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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 </message> 2298 </message>
2293 <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."> 2299 <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.">
2294 No nearby Physical Web pages found 2300 No nearby Physical Web pages found
2295 </message> 2301 </message>
2296 <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."> 2302 <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.">
2297 Looking for nearby Physical Web pages 2303 Looking for nearby Physical Web pages
2298 </message> 2304 </message>
2299 </messages> 2305 </messages>
2300 </release> 2306 </release>
2301 </grit> 2307 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698