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

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

Issue 2876863002: [Android] Show notification for opening new tab in background of Browser Actions (Closed)
Patch Set: Fix trybots errors. Created 3 years, 6 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 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 </message> 1730 </message>
1731 <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]"> 1731 <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]">
1732 Download page 1732 Download page
1733 </message> 1733 </message>
1734 <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]"> 1734 <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]">
1735 Copy link 1735 Copy link
1736 </message> 1736 </message>
1737 <message name="IDS_BROWSER_ACTIONS_SHARE" desc="Browser Actions menu item to share the url address of the selected link. [CHAR-LIMIT=30]"> 1737 <message name="IDS_BROWSER_ACTIONS_SHARE" desc="Browser Actions menu item to share the url address of the selected link. [CHAR-LIMIT=30]">
1738 Share... 1738 Share...
1739 </message> 1739 </message>
1740 <message name="IDS_BROWSER_ACTIONS_OPEN_IN_BACKGROUND_TOAST_MESSAGE" desc= "Browser Actions toast message when to open a link in new Chrome tab in the back goround. [CHAR-LIMIT=30]">
1741 Link opened in Chrome
1742 </message>
1743 <message name="IDS_BROWSER_ACTIONS_SINGLE_LINK_OPEN_NOTIFICATION_TITLE" de sc="Content title displayed in the notification when one link is opened in the b ackground from Browser Actions. [CHAR-LIMIT=30]">
1744 Link opened in Chrome
1745 </message>
1746 <message name="IDS_BROWSER_ACTIONS_MULTI_LINKS_OPEN_NOTIFICATION_TITLE" de sc="Content title displayed in the notification when multiple links are opened i n the background from Browser Actions. [CHAR-LIMIT=30]">
1747 Multiple links opened in Chrome
1748 </message>
1749 <message name="IDS_BROWSER_ACTIONS_NOTIFICATION_TEXT" desc="Context text d isplayed in the notification when links are opened in the background from Browse r Actions. [CHAR-LIMIT=30]">
1750 Tap to view
1751 </message>
1740 1752
1741 <!-- App banner strings --> 1753 <!-- App banner strings -->
1742 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]"> 1754 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]">
1743 Installing… 1755 Installing…
1744 </message> 1756 </message>
1745 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]"> 1757 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]">
1746 Open 1758 Open
1747 </message> 1759 </message>
1748 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]"> 1760 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]">
1749 Adding… 1761 Adding…
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after
3045 </message> 3057 </message>
3046 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3058 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3047 History tab selected 3059 History tab selected
3048 </message> 3060 </message>
3049 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3061 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3050 Home tab selected 3062 Home tab selected
3051 </message> 3063 </message>
3052 </messages> 3064 </messages>
3053 </release> 3065 </release>
3054 </grit> 3066 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698