diff options
author | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 00:08:25 +0000 |
---|---|---|
committer | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 00:08:25 +0000 |
commit | 1a9d138eee60ecc46ce2b96a2b89c32cdfef8094 (patch) | |
tree | fed326210e5156748b90778ff126dc5aed98130f /ash/ash_chromeos_strings.grdp | |
parent | e81782e0a8bb9c502450e351dbfbe96c3b23caba (diff) | |
download | chromium_src-1a9d138eee60ecc46ce2b96a2b89c32cdfef8094.zip chromium_src-1a9d138eee60ecc46ce2b96a2b89c32cdfef8094.tar.gz chromium_src-1a9d138eee60ecc46ce2b96a2b89c32cdfef8094.tar.bz2 |
Implement screen sharing system tray and notification UI.
Because this UI is very similar to the existing screen capture
notification UI, we also refactor the screen capture code.
The assets are placeholders.
BUG=246277
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/16007015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_chromeos_strings.grdp')
-rw-r--r-- | ash/ash_chromeos_strings.grdp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ash/ash_chromeos_strings.grdp b/ash/ash_chromeos_strings.grdp index ba59e49..95e34fa 100644 --- a/ash/ash_chromeos_strings.grdp +++ b/ash/ash_chromeos_strings.grdp @@ -234,9 +234,20 @@ Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph> Unrecognized error </message> - <!-- Status Tray ScreenCapture strings --> - <message name="IDS_CHROMEOS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="label used for screen sharing stop button"> + <!-- Status tray screen capture strings. --> + <message name="IDS_ASH_STATUS_TRAY_SCREEN_CAPTURE_STOP" desc="label used for screen capture stop button"> Stop </message> + <!-- Status tray screen share strings. --> + <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_STOP" desc="label used for screen sharing stop button"> + Stop + </message> + <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification"> + You are being helped + </message> + <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name"> + You are being helped by <ph name="HELPER_NAME">$1<ex>Walder Frey</ex></ph> + </message> + </grit-part> |