diff options
author | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 19:22:01 +0000 |
---|---|---|
committer | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 19:22:01 +0000 |
commit | 94bd40d9c6ebea76c3d7bafd13704c86bd292ae8 (patch) | |
tree | a2e06dd55a1ebddb2fafec595bebb6910bcce953 /chrome/app | |
parent | f3c1e7f6222be7bf378e082c359f0a77c0350cae (diff) | |
download | chromium_src-94bd40d9c6ebea76c3d7bafd13704c86bd292ae8.zip chromium_src-94bd40d9c6ebea76c3d7bafd13704c86bd292ae8.tar.gz chromium_src-94bd40d9c6ebea76c3d7bafd13704c86bd292ae8.tar.bz2 |
Video Player: Add a message which is shown on casting
This patch shows a message like "Playing on xxxx", andd adds the dummy video element which will be used to control the casting video.
BUG=305511
TEST=none
Review URL: https://codereview.chromium.org/397813004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromeos_strings.grdp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp index 6f59d02..6c9a0c4 100644 --- a/chrome/app/chromeos_strings.grdp +++ b/chrome/app/chromeos_strings.grdp @@ -980,6 +980,14 @@ Press any key to continue exploring. Failed to retrieve space info </message> +<!-- Video Player --> + <message name="IDS_VIDEO_PLAYER_PLAY_THIS_COMPUTER" desc="Message of menu item which is shown at the top of the list of Chromecasts. This menuitem is to play the video on this computer (locally), intead of on TVs with Chromecast."> + This computer + </message> + <message name="IDS_VIDEO_PLAYER_PLAYING_ON" desc="Message is shown ahead of the name of the current chromecast which plays the video now. For example, if this message is 'Playing on' and the Chromecast name is 'Foocast', 'Playing on Foocast' is shown."> + Playing on + </message> + <!-- Imageburn Strings --> <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for update"> Checking for updates |