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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 12843009: Replace screen capture confirmation infobar with a message box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 14840 matching lines...) Expand 10 before | Expand all | Expand 10 after
14851 <!-- Media Capture messages --> 14851 <!-- Media Capture messages -->
14852 <message name="IDS_MEDIA_CAPTURE_AUDIO_AND_VIDEO" desc="Question asked on th e info bar whenever a web page requests access to the computer's microphone and camera."> 14852 <message name="IDS_MEDIA_CAPTURE_AUDIO_AND_VIDEO" desc="Question asked on th e info bar whenever a web page requests access to the computer's microphone and camera.">
14853 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera an d microphone. 14853 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera an d microphone.
14854 </message> 14854 </message>
14855 <message name="IDS_MEDIA_CAPTURE_AUDIO_ONLY" desc="Question asked on the inf o bar whenever a web page requests access to the computer's microphone."> 14855 <message name="IDS_MEDIA_CAPTURE_AUDIO_ONLY" desc="Question asked on the inf o bar whenever a web page requests access to the computer's microphone.">
14856 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your microphon e. 14856 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your microphon e.
14857 </message> 14857 </message>
14858 <message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY" desc="Question asked on the inf o bar whenever a web page requests access to the computer's camera."> 14858 <message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY" desc="Question asked on the inf o bar whenever a web page requests access to the computer's camera.">
14859 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera. 14859 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera.
14860 </message> 14860 </message>
14861 <message name="IDS_MEDIA_CAPTURE_SCREEN" desc="Text on the info bar that's s hown when screen capturing is requrested by the tab.">
14862 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to capture the conten t of your screen.
14863 </message>
14864 <message name="IDS_MEDIA_CAPTURE_ALLOW" desc="Label for a button that grants access to a web page, so they can use a camera and/or a microphone."> 14861 <message name="IDS_MEDIA_CAPTURE_ALLOW" desc="Label for a button that grants access to a web page, so they can use a camera and/or a microphone.">
14865 Allow 14862 Allow
14866 </message> 14863 </message>
14867 <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."> 14864 <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.">
14868 Deny 14865 Deny
14869 </message> 14866 </message>
14870 14867
14868 <!-- Screen Capture messages -->
14869 <message name="IDS_MEDIA_SCREEN_CAPTURE_CONFIRMATION_TITLE" desc="Title for the prompt shown when screen capturing is requrested by an app.">
14870 <ph name="APP_NAME">$1<ex>html5rocks.com</ex></ph> Screen Sharing Request
14871 </message>
14872 <message name="IDS_MEDIA_SCREEN_CAPTURE_CONFIRMATION_TEXT" desc="Text for th e prompt shown when screen capturing is requrested by an app.">
14873 Do you want <ph name="APP_NAME">$1<ex>html5rocks.com</ex></ph> to share yo ur screen?
14874 </message>
14875
14871 <!-- MediaStream capture status tray icon --> 14876 <!-- MediaStream capture status tray icon -->
14872 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_AND_VIDEO" desc="Tool tip for the capture status tray icon when microphone and camera are being used" > 14877 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_AND_VIDEO" desc="Tool tip for the capture status tray icon when microphone and camera are being used" >
14873 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera and microphone. 14878 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera and microphone.
14874 </message> 14879 </message>
14875 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_ONLY" desc="Tool tip for the capture status tray icon when microphone is being used"> 14880 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_ONLY" desc="Tool tip for the capture status tray icon when microphone is being used">
14876 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your microp hone. 14881 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your microp hone.
14877 </message> 14882 </message>
14878 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_VIDEO_ONLY" desc="Tool tip for the capture status tray icon when camera is being used"> 14883 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_VIDEO_ONLY" desc="Tool tip for the capture status tray icon when camera is being used">
14879 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera . 14884 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera .
14880 </message> 14885 </message>
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
15352 15357
15353 <structures fallback_to_english="true"> 15358 <structures fallback_to_english="true">
15354 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15359 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15355 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15360 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15356 </structure> 15361 </structure>
15357 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15362 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15358 </structure> 15363 </structure>
15359 </structures> 15364 </structures>
15360 </release> 15365 </release>
15361 </grit> 15366 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698