Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96396eea authored by Ats Jenk's avatar Ats Jenk
Browse files

Move bubble bar strings

Move strings to quickstep as bubble bar is in that folder.

Bug: 344670947
Flag: com.android.wm.shell.enable_bubble_bar
Test: manual, check talkback on bubble bar and bubbles
Change-Id: I2da1f0c8fc6ec13f04b2c75c9eb1a27ec598d564
parent cd4c9d15
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -332,4 +332,14 @@

    <!-- Accessibility label for quick switch tiles showing split tasks [CHAR LIMIT=NONE] -->
    <string name="quick_switch_split_task"><xliff:g id="app_name_1" example="Chrome">%1$s</xliff:g> and <xliff:g id="app_name_2" example="Gmail">%2$s</xliff:g></string>

    <!-- Strings for bubble bar -->
    <!-- Fallback name for a bubble if it does have a title [CHAR_LIMIT=none] -->
    <string name="bubble_bar_bubble_fallback_description">Bubble</string>
    <!-- content description for the overflow bubble [CHAR_LIMIT=none] -->
    <string name="bubble_bar_overflow_description">Overflow</string>
    <!-- Content description for a bubble bar bubble. [CHAR_LIMIT=none] -->
    <string name="bubble_bar_bubble_description"><xliff:g id="notification_title" example="some title">%1$s</xliff:g> from <xliff:g id="app_name" example="YouTube">%2$s</xliff:g></string>
    <!-- Content description for bubble bar when it has multiple bubbles. [CHAR_LIMIT=NONE] -->
    <string name="bubble_bar_description_multiple_bubbles"><xliff:g id="bubble_bar_bubble_description" example="some title from YouTube">%1$s</xliff:g> and <xliff:g id="bubble_count" example="4">%2$d</xliff:g> more</string>
</resources>
+0 −10
Original line number Diff line number Diff line
@@ -498,14 +498,4 @@
    <string name="ps_add_button_label">Install</string>
    <!-- Content description for install app icon -->
    <string name="ps_add_button_content_description">Install apps to Private Space</string>

    <!-- Strings for bubble bar -->
    <!-- Fallback name for a bubble if it does have a title [CHAR_LIMIT=none] -->
    <string name="bubble_bar_bubble_fallback_description">Bubble</string>
    <!-- content description for the overflow bubble [CHAR_LIMIT=none] -->
    <string name="bubble_bar_overflow_description">Overflow</string>
    <!-- Content description for a bubble bar bubble. [CHAR_LIMIT=none] -->
    <string name="bubble_bar_bubble_description"><xliff:g id="notification_title" example="some title">%1$s</xliff:g> from <xliff:g id="app_name" example="YouTube">%2$s</xliff:g></string>
    <!-- Content description for bubble bar when it has multiple bubbles. [CHAR_LIMIT=NONE] -->
    <string name="bubble_bar_description_multiple_bubbles"><xliff:g id="bubble_bar_bubble_description" example="some title from YouTube">%1$s</xliff:g> and <xliff:g id="bubble_count" example="4">%2$d</xliff:g> more</string>
</resources>