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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13794934

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8b708b995256fdcc50be69a6679756621155e60b
This commit is contained in:
TreeHugger Robot
2021-03-08 06:27:39 +00:00
committed by Automerger Merge Worker

View File

@@ -9726,13 +9726,15 @@
<!-- Cancel button for Checking other supported links dialog. [CHAR LIMIT=20] --> <!-- Cancel button for Checking other supported links dialog. [CHAR LIMIT=20] -->
<string name="app_launch_dialog_cancel">Cancel</string> <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"> <plurals name="app_launch_supported_links_title">
<item quantity="one"><xliff:g id="count">%d</xliff:g> supported link</item> <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> <item quantity="other"><xliff:g id="count">%d</xliff:g> supported links</item>
</plurals> </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> <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 --> <!-- 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> <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>