| Index: chrome/android/java/strings/android_chrome_strings.grd
|
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
|
| index d03ff0ed929afb6e0634acaac4e160d105d5b054..823089ffcfdaa3dc6cdccd3bed81c01e86c91f65 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -1613,6 +1613,14 @@ Hit the back button to exit.
|
| Stop
|
| </message>
|
|
|
| + <!-- Messages for local media playback -->
|
| + <message name="IDS_MEDIA_PLAYBACK_NOTIFICATION_PLAYING_FOR_MEDIA" desc="Notification text when playing media locally. [CHAR LIMIT=40]">
|
| + Playing “<ph name="MEDIA_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex></ph>”
|
| + </message>
|
| + <message name="IDS_MEDIA_PLAYBACK_NOTIFICATION_PAUSED_FOR_MEDIA" desc="Notification text when paused media locally. [CHAR LIMIT=40]">
|
| + Paused “<ph name="MEDIA_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex></ph>”
|
| + </message>
|
| +
|
| <!-- New Tab Page strings -->
|
| <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LIMIT=20]">
|
| Bookmarks
|
| @@ -2075,9 +2083,15 @@ Just open Chrome on your computer, go to the menu, and select “Sign in to Chro
|
| <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT" desc="Text to be shown as a notification when a Chrome tab is playing audio">
|
| Audio is playing
|
| </message>
|
| + <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT_WITH_URL" desc="The notification will display this text for the user to identify the tab to return to when a Chrome tab is playing audio">
|
| + Audio is playing. Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.appspot.com</ex></ph>
|
| + </message>
|
| <message name="IDS_MEDIA_NOTIFICATION_LINK_TEXT" desc="Url of the current tab. The notification will display this text for the user to identify the tab to return to.">
|
| Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.appspot.com</ex></ph>
|
| </message>
|
| + <message name="IDS_MEDIA_NOTIFICATION_TEXT_NO_LINK" desc="The notification will display this text for the user to identify the tab to return to when the link is unknown">
|
| + Touch to return to the tab
|
| + </message>
|
| <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a user opens an incognito tab explaining incognito mode">
|
| You've gone incognito.
|
| </message>
|
|
|