| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 6dacb5d2ec7a454e74ffd83d997f389d11e7d5d5..021397651052c3dbcb254961ae2df15be2bb1e79 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -8510,6 +8510,18 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_TAB_CXMENU_UNPIN_TABS" desc="The label of the tab context menu item for unpinning multiple tab.">
|
| Unpin tabs
|
| </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_MUTE_TAB" desc="The label of the tab context menu item for muting a single tab.">
|
| + Mute tab
|
| + </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_MUTE_TABS" desc="The label of the tab context menu item for muting more than one tab.">
|
| + Mute tabs
|
| + </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_UNMUTE_TAB" desc="The label of the tab context menu item for unmuting a single tab.">
|
| + Unmute tab
|
| + </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_UNMUTE_TABS" desc="The label of the tab context menu item for unmuting more than one tab.">
|
| + Unmute tabs
|
| + </message>
|
| <message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
|
| Bookmark all tabs...
|
| </message>
|
| @@ -8548,6 +8560,18 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_TAB_CXMENU_UNPIN_TABS" desc="In Title Case: The label of the tab context menu item for unpinning multiple tabs.">
|
| Unpin Tabs
|
| </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_MUTE_TAB" desc="In Title Case: The label of the tab context menu item for muting a single tab.">
|
| + Mute Tab
|
| + </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_MUTE_TABS" desc="In Title Case: The label of the tab context menu item for muting more than one tab.">
|
| + Mute Tabs
|
| + </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_UNMUTE_TAB" desc="In Title Case: The label of the tab context menu item for unmuting a single tab.">
|
| + Unmute Tab
|
| + </message>
|
| + <message name="IDS_TAB_CXMENU_AUDIO_UNMUTE_TABS" desc="In Title Case: The label of the tab context menu item for unmuting more than one tab.">
|
| + Unmute Tabs
|
| + </message>
|
| <message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="In Title Case: The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
|
| Bookmark All Tabs...
|
| </message>
|
| @@ -14388,6 +14412,9 @@ Do you accept?
|
| <message name="IDS_TOOLTIP_TAB_MEDIA_STATE_AUDIO_PLAYING" desc="Extra tool tip text, when the tab is playing audio.">
|
| This tab is playing audio.
|
| </message>
|
| + <message name="IDS_TOOLTIP_TAB_MEDIA_STATE_AUDIO_MUTING" desc="Extra tool tip text, when all tab audio output is muted.">
|
| + This tab's audio is being muted.
|
| + </message>
|
|
|
| <!-- ProcessSingleton -->
|
| <message name="IDS_PROFILE_IN_USE_LINUX_QUIT" desc="Text of button in profile in use dialog to quit without doing anything.">
|
|
|