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

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

Issue 2931433004: [Android] Open a tab in the background from Browser Actions if ChromeTabbedActivity is available (Closed)
Patch Set: Update based on Yusuf's comment.s Created 3 years, 5 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 1761 matching lines...) Expand 10 before | Expand all | Expand 10 after
1772 </message> 1772 </message>
1773 <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]"> 1773 <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]">
1774 Link opened in Chrome 1774 Link opened in Chrome
1775 </message> 1775 </message>
1776 <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]"> 1776 <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]">
1777 Multiple links opened in Chrome 1777 Multiple links opened in Chrome
1778 </message> 1778 </message>
1779 <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]"> 1779 <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]">
1780 Tap to view 1780 Tap to view
1781 </message> 1781 </message>
1782 <message name="IDS_BROWSER_ACTIONS_LOADING_NATIVE_MESSAGE" desc="Message o n the progress dialog used when waiting for loading native library before downlo ading a url. [CHAR-LIMIT=30]">
1783 Please wait…
1784 </message>
1782 1785
1783 <!-- App banner strings --> 1786 <!-- App banner strings -->
1784 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]"> 1787 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]">
1785 Installing… 1788 Installing…
1786 </message> 1789 </message>
1787 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]"> 1790 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]">
1788 Open 1791 Open
1789 </message> 1792 </message>
1790 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]"> 1793 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]">
1791 Adding… 1794 Adding…
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
3122 </message> 3125 </message>
3123 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3126 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3124 History tab selected 3127 History tab selected
3125 </message> 3128 </message>
3126 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3129 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3127 Home tab selected 3130 Home tab selected
3128 </message> 3131 </message>
3129 </messages> 3132 </messages>
3130 </release> 3133 </release>
3131 </grit> 3134 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698