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 ad73de4d6139d16b794b524e7b97500d15a064f2..91f47390a230c48ad9cdce1d7d313e42d16d70f2 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -1321,7 +1321,54 @@ Drag from top to exit. |
<message name="IDS_ACCESSIBILITY_FRE_ACCOUNT_SPINNER" desc="Content description for the first run account drop down spinner."> |
Choose account |
</message> |
- |
+ <message name="IDS_CAST_NOTIFICATION_STOPPED" desc="AtHome notification text when stopped. [CHAR LIMIT=40]"> |
+ Stopped |
+ </message> |
+ <message name="IDS_CAST_NOTIFICATION_FINISHED" desc="AtHome notification text when finished. [CHAR LIMIT=40]"> |
+ Finished |
+ </message> |
+ <message name="IDS_CAST_NOTIFICATION_PAUSED" desc="AtHome notification text when paused. [CHAR LIMIT=40]"> |
+ Paused |
+ </message> |
+ |
+ <!-- Messages for remote media playback (casting) --> |
+ <message name="IDS_CAST_NOTIFICATION_LOADING" desc="AtHome notification text when loading a video. [CHAR LIMIT=40]"> |
+ Loading video |
+ </message> |
+ <message name="IDS_CAST_NOTIFICATION_PLAYING" desc="AtHome notification text when playing a video. [CHAR LIMIT=40]"> |
+ Playing video |
+ </message> |
+ <message name="IDS_CAST_NOTIFICATION_LOADING_FOR_VIDEO" desc="AtHome notification text when loading a given video. [CHAR LIMIT=40]"> |
+ Loading “<ph name="VIDEO_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex></ph>” |
+ </message> |
+ <message name="IDS_CAST_NOTIFICATION_PLAYING_FOR_VIDEO" desc="AtHome notification text when playing a given video. [CHAR LIMIT=40]"> |
+ Playing “<ph name="VIDEO_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex></ph>” |
+ </message> |
+ <message name="IDS_CAST_NOTIFICATION_PAUSED_FOR_VIDEO" desc="AtHome notification text when paused in a given video. [CHAR LIMIT=40]"> |
+ Paused “<ph name="VIDEO_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex></ph>” |
+ </message> |
+ <message name="IDS_CAST_NOTIFICATION_FINISHED_FOR_VIDEO" desc="AtHome notification text when finished playing a given video. [CHAR LIMIT=40]"> |
+ Finished “<ph name="VIDEO_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex></ph>” |
+ </message> |
+ <message name="IDS_CAST_CASTING_VIDEO" desc="AtHome text to tell user which screen casting is happening. [CHAR LIMIT=40]"> |
+ Casting to <ph name="SCREEN_NAME">%1$s<ex>Living Room TV</ex></ph> |
+ </message> |
+ <message name="IDS_CAST_ERROR_PLAYING_VIDEO" desc="The message shown to the user when playing a video to the Chromecast fails."> |
+ Cannot play video on <ph name="SCREEN_NAME">%1$s<ex>Living Room TV</ex></ph>. |
+ </message> |
+ <message name="IDS_CAST_PERMISSION_ERROR_PLAYING_VIDEO" desc="The message shown to the user when trying to play a video that the domain does not let us cast."> |
+ Unable to cast video due to site restrictions |
+ </message> |
+ <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the play button that starts playing the media."> |
+ Play |
+ </message> |
+ <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> |
+ Pause |
+ </message> |
+ <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the stop button that stops playing the media."> |
+ Stop |
+ </message> |
+ |
</messages> |
</release> |
</grit> |