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

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
« no previous file with comments | « no previous file | chrome/browser/media/media_capture_devices_dispatcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9905 matching lines...) Expand 10 before | Expand all | Expand 10 after
9916 A special security update for <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> was just applied; you should restart now for it to take effect (we'l l restore your tabs). 9916 A special security update for <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> was just applied; you should restart now for it to take effect (we'l l restore your tabs).
9917 </message> 9917 </message>
9918 <message name="IDS_CRITICAL_NOTIFICATION_RESTART" desc="The restart button label"> 9918 <message name="IDS_CRITICAL_NOTIFICATION_RESTART" desc="The restart button label">
9919 OK - Restart now 9919 OK - Restart now
9920 </message> 9920 </message>
9921 <message name="IDS_CRITICAL_NOTIFICATION_DISMISS" desc="The dismiss button label"> 9921 <message name="IDS_CRITICAL_NOTIFICATION_DISMISS" desc="The dismiss button label">
9922 Don't restart 9922 Don't restart
9923 </message> 9923 </message>
9924 9924
9925 <!-- Screen Capture strings --> 9925 <!-- Screen Capture strings -->
9926 <message name="IDS_MEDIA_SCREEN_CAPTURE_CONFIRMATION_TITLE" desc="Title fo r the prompt shown when screen capturing is requrested by an app.">
9927 <ph name="APP_NAME">$1<ex>html5rocks.com</ex></ph> Screen Sharing Reques t
9928 </message>
9929 <message name="IDS_MEDIA_SCREEN_CAPTURE_CONFIRMATION_TEXT" desc="Text for the prompt shown when screen capturing is requrested by an app.">
9930 Do you want <ph name="APP_NAME">$1<ex>html5rocks.com</ex></ph> to share your screen?
9931 </message>
9926 <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TITLE" desc="Text sho wn on the button that stops screen capture."> 9932 <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TITLE" desc="Text sho wn on the button that stops screen capture.">
9927 Screen capture - <ph name="APP_NAME">$1<ex>Sharing App</ex></ph> 9933 Screen capture - <ph name="APP_NAME">$1<ex>Sharing App</ex></ph>
9928 </message> 9934 </message>
9929 <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="label use d in screen capture notification UI to show the screen sharing status"> 9935 <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="label use d in screen capture notification UI to show the screen sharing status">
9930 <ph name="APP_NAME">$1<ex>Google Cast</ex></ph> is sharing your screen 9936 <ph name="APP_NAME">$1<ex>Google Cast</ex></ph> is sharing your screen
9931 </message> 9937 </message>
9932 <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="Text show n on the button that stops screen capture."> 9938 <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="Text show n on the button that stops screen capture.">
9933 Stop 9939 Stop
9934 </message> 9940 </message>
9935 9941
(...skipping 4962 matching lines...) Expand 10 before | Expand all | Expand 10 after
14898 <!-- Media Capture messages --> 14904 <!-- Media Capture messages -->
14899 <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."> 14905 <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.">
14900 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera an d microphone. 14906 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera an d microphone.
14901 </message> 14907 </message>
14902 <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."> 14908 <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.">
14903 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your microphon e. 14909 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your microphon e.
14904 </message> 14910 </message>
14905 <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."> 14911 <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.">
14906 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera. 14912 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera.
14907 </message> 14913 </message>
14908 <message name="IDS_MEDIA_CAPTURE_SCREEN" desc="Text on the info bar that's s hown when screen capturing is requrested by the tab.">
14909 <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to capture the conten t of your screen.
14910 </message>
14911 <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."> 14914 <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.">
14912 Allow 14915 Allow
14913 </message> 14916 </message>
14914 <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."> 14917 <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.">
14915 Deny 14918 Deny
14916 </message> 14919 </message>
14917 14920
14918 <!-- MediaStream capture status tray icon --> 14921 <!-- MediaStream capture status tray icon -->
14919 <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" > 14922 <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" >
14920 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera and microphone. 14923 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera and microphone.
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
15399 15402
15400 <structures fallback_to_english="true"> 15403 <structures fallback_to_english="true">
15401 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15404 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15402 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15405 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15403 </structure> 15406 </structure>
15404 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15407 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15405 </structure> 15408 </structure>
15406 </structures> 15409 </structures>
15407 </release> 15410 </release>
15408 </grit> 15411 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/media_capture_devices_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698