Mark KQS arrow strings translatable

Bug: 397975686
Flag: EXEMPT bugfix
Test: None
Change-Id: I3911a7c9b9cd19388934355e684941acc27a1c01
This commit is contained in:
Toni Barzic
2025-03-13 10:17:31 -07:00
parent 2d8be58d59
commit 026306b793
+4 -6
View File
@@ -345,12 +345,10 @@
<!-- Accessibility label for quick switch tiles that include information about the tile's position in the parent list [CHAR LIMIT=NONE] -->
<string name="quick_switch_task_with_position_in_parent"><xliff:g id="task_description" example="Chrome">%1$s</xliff:g>, item <xliff:g id="index_in_parent" example="1">%2$d</xliff:g> of <xliff:g id="total_tasks" example="5">%3$d</xliff:g></string>
<!-- Accessibility label for an arrow button within quick switch UI that scrolls the quick switch content left
TODO(b/397975686): Make these translatable when verified by UX. -->
<string name="quick_switch_scroll_arrow_left" translatable="false">Scroll left</string>
<!-- Accessibility label for an arrow button within quick switch UI that scrolls the quick switch content right
TODO(b/397975686): Make these translatable when verified by UX. -->
<string name="quick_switch_scroll_arrow_right" translatable="false">Scroll right</string>
<!-- Accessibility label for an arrow button within quick switch UI that scrolls the quick switch content left -->
<string name="quick_switch_scroll_arrow_left">Scroll left</string>
<!-- Accessibility label for an arrow button within quick switch UI that scrolls the quick switch content right -->
<string name="quick_switch_scroll_arrow_right">Scroll right</string>
<!-- Strings for bubble bar -->
<!-- Fallback name for a bubble if it does have a title [CHAR_LIMIT=none] -->