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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2815453002: [Android] Show Browser Actions dialog in Chrome (Closed)
Patch Set: Fix tests fail. Created 3 years, 7 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 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 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 Open in new Chrome tab 1720 Open in new Chrome tab
1721 </message> 1721 </message>
1722 <message name="IDS_CONTEXTMENU_OPEN_IN_CHROME_INCOGNITO_TAB" desc="Context sensitive menu item to open the selected link in a Chrome incognito tab from Ch rome Custom Tab. [CHAR-LIMIT=30]"> 1722 <message name="IDS_CONTEXTMENU_OPEN_IN_CHROME_INCOGNITO_TAB" desc="Context sensitive menu item to open the selected link in a Chrome incognito tab from Ch rome Custom Tab. [CHAR-LIMIT=30]">
1723 Open in incognito tab 1723 Open in incognito tab
1724 </message> 1724 </message>
1725 <!-- Swipe refresh --> 1725 <!-- Swipe refresh -->
1726 <message name="IDS_ACCESSIBILITY_SWIPE_REFRESH" desc="Content description for the swipe refresh action."> 1726 <message name="IDS_ACCESSIBILITY_SWIPE_REFRESH" desc="Content description for the swipe refresh action.">
1727 Refreshing page 1727 Refreshing page
1728 </message> 1728 </message>
1729 1729
1730 <!-- Browser Action strings -->
1731 <message name="IDS_BROWSER_ACTIONS_OPEN_IN_BACKGROUND" desc="Browser Actio ns menu item to open the selected link in a Chrome tab in the background. [CHAR- LIMIT=30]">
1732 Open in new Chrome tab
1733 </message>
1734 <message name="IDS_BROWSER_ACTIONS_OPEN_IN_INCOGNITO_TAB" desc="Browser Ac tions menu item to open the selected link in a Chrome incognito tab. [CHAR-LIMIT =30]">
1735 Open in incognito tab
1736 </message>
1737 <message name="IDS_BROWSER_ACTIONS_SAVE_LINK_AS" desc="Browser Actions men u item to download the page of the selected link. [CHAR-LIMIT=30]">
1738 Download page
1739 </message>
1740 <message name="IDS_BROWSER_ACTIONS_COPY_ADDRESS" desc="Browser Actions men u item to copy the url address of the selected link. [CHAR-LIMIT=30]">
1741 Copy link
1742 </message>
1743 <message name="IDS_BROWSER_ACTIONS_SHARE" desc="Browser Actions menu item to share the url address of the selected link. [CHAR-LIMIT=30]">
1744 Share...
1745 </message>
1746
1730 <!-- App banner strings --> 1747 <!-- App banner strings -->
1731 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]"> 1748 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]">
1732 Installing… 1749 Installing…
1733 </message> 1750 </message>
1734 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]"> 1751 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]">
1735 Open 1752 Open
1736 </message> 1753 </message>
1737 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]"> 1754 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]">
1738 Adding… 1755 Adding…
1739 </message> 1756 </message>
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3027 Remove and recreate this shortcut 3044 Remove and recreate this shortcut
3028 </message> 3045 </message>
3029 3046
3030 <!-- Chrome Home --> 3047 <!-- Chrome Home -->
3031 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 3048 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
3032 Pull up to see bookmarks and more 3049 Pull up to see bookmarks and more
3033 </message> 3050 </message>
3034 </messages> 3051 </messages>
3035 </release> 3052 </release>
3036 </grit> 3053 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698