Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index b31418d97efb084ca3f6953a5ffb70d12146a9a6..96cf31a3e5615d093da2c658ba25854314d1420e 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -9610,9 +9610,12 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1 |
| <message name="IDS_MEDIA_SCREEN_AND_AUDIO_CAPTURE_CONFIRMATION_TEXT" desc="Text for the prompt shown when screen and audio capturing is requrested by an app."> |
| Do you want <ph name="APP_NAME">$1<ex>html5rocks.com</ex></ph> to share your screen and audio output? |
| </message> |
| - <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="label used in screen capture notification UI to show the screen sharing status"> |
| + <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="label used in screen capture notification UI to show the screen sharing status when the stream is consumed by the same app initiating the window picker"> |
| <ph name="APP_NAME">$1<ex>Google Cast</ex></ph> is sharing your screen. |
| </message> |
| + <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="label used in screen capture notification UI to show the screen sharing status when the stream is consumed by a tab instead of the app initiating the window picker"> |
|
Sergey Ulanov
2014/03/06 19:20:05
suggest using _DELEGATED suffix instead of _2
jiayl
2014/03/06 22:01:31
Done.
|
| + <ph name="APP_NAME">$1<ex>Google Cast</ex></ph> is sharing your screen with <ph name="TAB_NAME">$2<ex>https://google.com</ex></ph>. |
| + </message> |
| <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="Text shown on the button that stops screen capture."> |
| Stop sharing |
| </message> |
| @@ -14557,12 +14560,15 @@ Do you accept? |
| </message> |
| <!-- Desktop media picker UI for Desktop Capture API --> |
| - <message name="IDS_DESKTOP_MEDIA_PICKER_TITLE" desc="Title for the window picker dialog shown when desktop capture is requrested by an app."> |
| + <message name="IDS_DESKTOP_MEDIA_PICKER_TITLE" desc="Title for the window picker dialog shown when desktop capture is requested by an app."> |
| Share your screen - <ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> |
| </message> |
| - <message name="IDS_DESKTOP_MEDIA_PICKER_TEXT" desc="Text for the window picker dialog shown when desktop capture is requrested by an app."> |
| + <message name="IDS_DESKTOP_MEDIA_PICKER_TEXT" desc="Text for the window picker dialog shown when desktop capture is requested by an app to be used by the app itself."> |
| <ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> would like to share the content of your screen. Please select the whole screen or a particular window. |
| </message> |
| + <message name="IDS_DESKTOP_MEDIA_PICKER_TEXT_2" desc="Text for the window picker dialog shown when desktop capture is requested by an app to be used by a tab."> |
| + <ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> would like to share the content of your screen with <ph name="TARGET_NAME">$2<ex>https://google.com</ex></ph>. Please select the whole screen or a particular window. |
| + </message> |
| <message name="IDS_DESKTOP_MEDIA_PICKER_SINGLE_SCREEN_NAME" desc="Name for screens in the desktop media picker UI when there is only one monitor."> |
| Screen |
| </message> |