Merge "Disable translation of dynamic grouping strings" into pi-androidx-dev
diff --git a/mediarouter/src/main/res/values/strings.xml b/mediarouter/src/main/res/values/strings.xml
index aba3307..39e9315 100644
--- a/mediarouter/src/main/res/values/strings.xml
+++ b/mediarouter/src/main/res/values/strings.xml
@@ -82,9 +82,11 @@
     <!-- Placeholder text indicating that the user is currently casting screen. [CHAR LIMIT=50] -->
     <string name="mr_controller_casting_screen">Casting screen</string>
 
+    <!-- TODO(b/111372602): Enable translation when releasing dynamic grouping-->
     <!-- Section header text of single device section in dialog [CHAR LIMIT=50] -->
-    <string name="mr_dialog_device_header">Cast to a device</string>
+    <string name="mr_dialog_device_header" translatable="false">Cast to a device</string>
 
+    <!-- TODO(b/111372602): Enable translation when releasing dynamic grouping-->
     <!-- Section header text of group device section in dialog [CHAR LIMIT=50] -->
-    <string name="mr_dialog_route_header">Play on a group</string>
+    <string name="mr_dialog_route_header" translatable="false">Play on a group</string>
 </resources>