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

Unified Diff: chrome/app/generated_resources.grd

Issue 2497373003: Add tab status to accessibility labels (Closed)
Patch Set: Formatting and style Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index eb61d3b73e073ead066185f92edcc7b6c2b6a924..94173ffee6c568a8a497c1a0499ed5eb51020316 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14310,6 +14310,32 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
This tab is connected to a USB device.
</message>
+ <!-- Tab accessibility labels -->
+ <message name="IDS_TAB_AX_LABEL_MEDIA_RECORDING_FORMAT" desc="Accessibility label text, when the tab is recording media.">
+ <ph name="WINDOW_TITLE">$1</ph> - Camera or microphone recording
+ </message>
+ <message name="IDS_TAB_AX_LABEL_TAB_CAPTURING_FORMAT" desc="Accessibility label text, when the tab content is being captured.">
+ <ph name="WINDOW_TITLE">$1</ph> - Tab content shared
+ </message>
+ <message name="IDS_TAB_AX_LABEL_AUDIO_PLAYING_FORMAT" desc="Accessibility label text, when the tab is playing audio.">
+ <ph name="WINDOW_TITLE">$1</ph> - Audio playing
+ </message>
+ <message name="IDS_TAB_AX_LABEL_AUDIO_MUTING_FORMAT" desc="Accessibility label text, when all tab audio output is muted.">
+ <ph name="WINDOW_TITLE">$1</ph> - Audio muted
+ </message>
+ <message name="IDS_TAB_AX_LABEL_BLUETOOTH_CONNECTED_FORMAT" desc="Accessibility label text, when tab is connected to a Bluetooth device.">
+ <ph name="WINDOW_TITLE">$1</ph> - Bluetooth device connected
+ </message>
+ <message name="IDS_TAB_AX_LABEL_USB_CONNECTED_FORMAT" desc="Accessibility label text, when tab is connected to a USB device.">
+ <ph name="WINDOW_TITLE">$1</ph> - USB device connected
+ </message>
+ <message name="IDS_TAB_AX_LABEL_NETWORK_ERROR_FORMAT" desc="Accessibility label text, when tab has a network error">
+ <ph name="WINDOW_TITLE">$1</ph> - Network error
+ </message>
+ <message name="IDS_TAB_AX_LABEL_CRASHED_FORMAT" desc="Accessibility label text, when tab has a network error">
+ <ph name="WINDOW_TITLE">$1</ph> - Crashed
+ </message>
+
<!-- ProcessSingleton -->
<message name="IDS_PROFILE_IN_USE_LINUX_QUIT" desc="Text of button in profile in use dialog to quit without doing anything.">
Quit
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | chrome/browser/ui/views/frame/browser_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698