Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index d92bf48b5fd90a3b7c245cf2e9346ad06304a623..71f32e869d904aa4e2772c117d3ccb46af51afcb 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -6080,6 +6080,12 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_FLAG_DISABLE_TAB_FOR_DESKTOP_SHARE_DESCRIPTION" desc="Description for the flag to disable tab for desktop share."> |
| This flag controls whether users can choose a tab for desktop share. |
| </message> |
| + <message name="IDS_FLAG_DISABLE_DESKTOP_CAPTURE_PICKER_NEW_UI" desc="Title for the flag to disable desktop capture picker window new UI."> |
| + Disable Desktop Capture Picker Window New UI. |
| + </message> |
| + <message name="IDS_FLAG_DISABLE_DESKTOP_CAPTURE_PICKER_NEW_UI_DESCRIPTION" desc="Description for the flag to disable desktop capture picker window new UI."> |
| + This flag controls whether we show the old or new UI for desktop capture picker window. |
| + </message> |
| <message name="IDS_TRACE_UPLOAD_URL_CHOICE_OTHER"> |
| Other |
| </message> |
| @@ -13586,7 +13592,7 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex |
| <!-- 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 requested by an app."> |
| - Share your screen - <ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> |
| + Share your screen |
| </message> |
| <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 contents of your screen. Choose what you'd like to share. |
| @@ -13605,6 +13611,12 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex |
| </message> |
| <message name="IDS_DESKTOP_MEDIA_PICKER_AUDIO_SHARE_TOOLTIP_NONE" desc="Tooltip text for the checkbox on the window picker dialog, explaining why the checkbox for audio sharing is disabled"> |
| Please select what to share first. |
| + </message> |
| + <message name="IDS_DESKTOP_MEDIA_PICKER_SOURCE_TYPE_SCREEN" desc="Text for the button on the window picker dialog, clicking which takes one to full screen sharing"> |
| + Your Entire Window |
|
msw
2016/05/02 23:49:57
"Your Entire Window" means the screen? Is that rig
qiangchen
2016/05/05 22:17:53
Done.
|
| + </message> |
| + <message name="IDS_DESKTOP_MEDIA_PICKER_SOURCE_TYPE_WINDOW" desc="Text for the button on the window picker dialog, clicking which takes one to window sharing"> |
| + Application 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."> |
| Entire screen |