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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10168008: Show camera and microphone status indicators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed Tommi's comments. Created 8 years, 7 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1b45530e9bf750449fe762c06a64ea389def6e8a..73db37e4fb5540595539df12dc68afd4eac672bd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10970,6 +10970,7 @@ Some features may be unavailable. Please check that the profile exists and you
Type your search query here
</message>
+
<!-- Sync strings -->
<!-- Sync options dialog strings -->
@@ -15752,6 +15753,26 @@ Battery full
Devices
</message>
+ <!-- Media Stream status tray -->
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_ITEM_AUDIO" desc="Text to display in the MediaStrem tray list when the audio device is being used">
+ <ph name="HOST">$1<ex>html5rocks.com</ex></ph> is using <ph name="MIC_NAME">$2<ex>Built-in microphone</ex></ph> for capturing audio.
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_ITEM_VIDEO" desc="Text to display in the MediaStrem tray list when the video device is being used">
+ <ph name="HOST">$1<ex>html5rocks.com</ex></ph> is using <ph name="CAMERA_NAME">$2<ex>Built-in camera</ex></ph> for capturing video.
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TOOLTIP" desc="Tool tip for the capture notification status tray shown by the Media Stream">
+ MediaStream is currently using the capture device(s).
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TITLE" desc="Title of the capture notification status tray shown Media Stream when using capture device">
MAD 2012/04/25 15:34:53 Is there a word missing here? I don't think the ph
no longer working on chromium 2012/04/30 09:59:38 Sorry, it was just some prototype text for testing
+ MediaStream is running
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_BALLOON_TITLE" desc="Title of the balloon shown by the tray notification icon evert time media stream starts capturing using a camera and/or a microphone">
MAD 2012/04/25 15:34:53 evert -> every
no longer working on chromium 2012/04/30 09:59:38 Done.
+ MediaStream is using capture device(s).
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_BALLOON_BODY" desc="Contents of the balloon shown by the tray notification icon evert time media stream starts captureing audio using a microphone">
MAD 2012/04/25 15:34:53 evert -> every
MAD 2012/04/25 15:34:53 captureing -> capturing
MAD 2012/04/25 15:34:53 Only audio mic? The title says cam/mic... Feels we
no longer working on chromium 2012/04/30 09:59:38 Done.
no longer working on chromium 2012/04/30 09:59:38 Done.
no longer working on chromium 2012/04/30 09:59:38 Done.
+ <ph name="HOST">$1<ex>html5rocks.com</ex></ph> is using MediaStream for capturing. Look for the media stream notification icon to know which devices have been used.
+ </message>
+
<!-- Quota messages -->
<if expr="pp_ifdef('android')">
<message name="IDS_REQUEST_QUOTA_INFOBAR_QUESTION" desc="Mobile: For mobile device. Question asked on the info bar whenever webapp requests new (larger) quota to persistently store data on the mobile device (e.g. for persistent-type filesystem).">

Powered by Google App Engine
This is Rietveld 408576698