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

Commit f2bbadf5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a missing string for new Intent Picker" into sc-dev

parents 5c82ddf0 1799258e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9706,13 +9706,15 @@
    <!-- Cancel button for Checking other supported links dialog. [CHAR LIMIT=20] -->
    <string name="app_launch_dialog_cancel">Cancel</string>
    <!-- Title and button for links found dialog. -->
    <!-- Title and button for supported links dialog. -->
    <plurals name="app_launch_supported_links_title">
        <item quantity="one"><xliff:g id="count">%d</xliff:g> supported link</item>
        <item quantity="other"><xliff:g id="count">%d</xliff:g> supported links</item>
    </plurals>
    <!-- Add button for links found dialog. [CHAR LIMIT=20] -->
    <!-- Add button for supported links dialog. [CHAR LIMIT=20] -->
    <string name="app_launch_supported_links_add">Add</string>
    <!-- The subtext of the link title in supported links dialog. [CHAR LIMIT=30] -->
    <string name="app_launch_supported_links_subtext">Opens in <xliff:g id="app_label" example="Reddit">%s</xliff:g></string>
    <!-- Summary for app storage preference -->
    <string name="storage_summary_format"><xliff:g id="size" example="30.00MB">%1$s</xliff:g> used in <xliff:g id="storage_type" example="internal memory">%2$s</xliff:g></string>