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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 f42c47cc4eed2f3e6421d4a0f225014b712d0eee..e3559a81d2587a7b694f8451f39501ba1dfde4d2 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6719,6 +6719,18 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_ALLOW_WEB_INTENTS" desc="Label for checkbox to enable and disable Web Intents.">
Allow Web Intents to enable me to connect my applications.
</message>
+ <message name="IDS_MEDIA_STREAM_TAB_LABEL" desc="Label for media device tab on Content Settings dialog">
+ Media
+ </message>
+ <message name="IDS_MEDIA_STREAM_HEADER" desc="Header for media device exception management page on Content Settings dialog">
+ Media exceptions
+ </message>
+ <message name="IDS_MEDIA_STREAM_BLOCK_RADIO" desc="A radio button in Content Settings dialog to deny all sites to access any capture device.">
+ Do not allow any site to access my camera and microphone
+ </message>
+ <message name="IDS_MEDIA_STREAM_ASK_RADIO" desc="A radio button in Content Settings dialog to allow site to query the permision to access capture devices.">
+ Ask me when a site requires access to my camera and/or microphone (recommended)
+ </message>
<!-- Mac and ChromeOS users do not close their browser. Mac users quit it and ChromeOS users log out. -->
<if expr="not is_macosx and not pp_ifdef('chromeos')">
@@ -6975,7 +6987,7 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_INTENTS_MANAGE_BUTTON" desc="The title of the button that opens the intents management dialog.">
Manage intents...
</message>
-
+
<!-- Automatic updates -->
<if expr="is_macosx">
<message name="IDS_PROMOTE_INFOBAR_TEXT" desc="The text to show in the automatic update setup info bar. Mac-only.">
@@ -16214,16 +16226,16 @@ Battery full
</message>
<!-- Media Capture messages -->
- <message name="IDS_MEDIA_CAPTURE_MIC_AND_VIDEO" desc="Question asked on the info bar whenever a web page requests access to the computer's microphone and camera.">
+ <message name="IDS_MEDIA_CAPTURE_AUDIO_AND_VIDEO" desc="Question asked on the info bar whenever a web page requests access to the computer's microphone and camera.">
<ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera and microphone.
</message>
- <message name="IDS_MEDIA_CAPTURE_MIC_ONLY" desc="Question asked on the info bar whenever a web page requests access to the computer's microphone.">
+ <message name="IDS_MEDIA_CAPTURE_AUDIO_ONLY" desc="Question asked on the info bar whenever a web page requests access to the computer's microphone.">
<ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your microphone.
</message>
<message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY" desc="Question asked on the info bar whenever a web page requests access to the computer's camera.">
<ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera.
</message>
- <message name="IDS_MEDIA_CAPTURE_MIC" desc="Label for a microphone element in a device list.">
+ <message name="IDS_MEDIA_CAPTURE_AUDIO" desc="Label for a microphone element in a device list.">
Microphone: <ph name="DEVICE_NAME">$1<ex>default microphone</ex></ph>
</message>
<message name="IDS_MEDIA_CAPTURE_VIDEO" desc="Label for a camera element in a device list.">
@@ -16235,8 +16247,17 @@ Battery full
<message name="IDS_MEDIA_CAPTURE_DENY" desc="Label for a button that denies access to a web page, so they can use a camera and/or a microphone.">
Deny
</message>
+ <message name="IDS_MEDIA_CAPTURE_ALWAYS_ALLOW_AUDIO_AND_VIDEO" desc="Label for the menu item to always allow a web page to access a camera and a microphone.">
+ Always allow this site to use this microphone and this camera
+ </message>
+ <message name="IDS_MEDIA_CAPTURE_ALWAYS_ALLOW_AUDIO_ONLY" desc="Label for the menu item to always allow a web page to access a microphone.">
+ Always allow this site to use this microphone
+ </message>
+ <message name="IDS_MEDIA_CAPTURE_ALWAYS_ALLOW_VIDEO_ONLY" desc="Label for the menu item to always allow a web page to access a camera.">
+ Always allow this site to use this camera
+ </message>
<message name="IDS_MEDIA_CAPTURE_DEVICES_MENU_TITLE" desc="Label for a drop-down menu button that will, when clicked, list the available and selected camera and/or microphone devices.">
- Devices
+ Options
</message>
<!-- MediaStream capture status tray icon -->

Powered by Google App Engine
This is Rietveld 408576698