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

Unified Diff: ash/ash_strings.grd

Issue 2656003006: cros: Fix various small issues with cast tray entry. (Closed)
Patch Set: Initial upload Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/common/system/chromeos/cast/tray_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_strings.grd
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index 4a366cf13740a8eca55edd781a6d816401a75ad2..758f3b8e6a4a073e361c2936cba98456d8ebae24 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -223,6 +223,7 @@ Press Ctrl+Alt+Z to disable.
<message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the header in the cast popup.">
Cast screen
</message>
+ <!-- Keep these aligned with the STOP_CAST_* strings below -->
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP" desc="The label used in the tray popup to tell the user we are casting the desktop.">
Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
</message>
@@ -244,6 +245,16 @@ Press Ctrl+Alt+Z to disable.
<message name="IDS_ASH_STATUS_TRAY_CAST_STOP" desc="The label used in the tray popup to stop casting.">
Stop
</message>
+ <!-- Keep these aligned with the CAST_* strings above -->
+ <message name="IDS_ASH_STATUS_TRAY_CAST_STOP_CAST_DESKTOP_ACCESSIBILITY" desc="Stop button accessibility label used in the tray popup to tell the user to stop a cast to the desktop.">
+ Stop casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
+ </message>
+ <message name="IDS_ASH_STATUS_TRAY_CAST_STOP_CAST_TAB_ACCESSIBILITY" desc="Stop button accessibility label used in the tray popup to tell the user to stop a tab cast.">
+ Stop casting <ph name="TAB_NAME">$1<ex>YouTube</ex></ph> to <ph name="RECEIVER_NAME">$2<ex>Living Room</ex></ph>
+ </message>
+ <message name="IDS_ASH_STATUS_TRAY_CAST_STOP_CAST_UNKNOWN_ACCESSIBILITY" desc="Stop button accessibility label used in the tray popup to tell the user to stop a cast, but we do not know what we are casting or who we are casting to.">
+ Stop casting to an unknown receiver
+ </message>
stevenjb 2017/01/28 01:05:46 nit: I think it might actually be easier to mainta
jdufault 2017/01/28 01:15:37 Done; I was considering interleaving but didn't co
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup.">
Bluetooth
« no previous file with comments | « no previous file | ash/common/system/chromeos/cast/tray_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698