Merge "Add the different summary for the app store details" into main

This commit is contained in:
Ivan Chiang
2024-04-29 04:26:18 +00:00
committed by Android (Google) Code Review
4 changed files with 101 additions and 17 deletions

View File

@@ -4201,6 +4201,8 @@
<string name="app_install_details_title">App details</string>
<!-- Manage applications, individual application info screen, summary for the option which will trigger application info in it's installer [CHAR_LIMIT=50] -->
<string name="app_install_details_summary">App installed from <xliff:g id="app_store">%1$s</xliff:g></string>
<!-- Manage applications, individual application info screen, summary for the option which will trigger application info in its installer when the installing package and initiating package are different [CHAR_LIMIT=50] -->
<string name="app_install_details_different_initiating_package_summary">App installed from <xliff:g id="app_store1">%1$s</xliff:g> (via <xliff:g id="app_store2">%2$s</xliff:g>)</string>
<!-- Manage applications, individual application info screen, summary for the option which will trigger instant app info in it's installer [CHAR_LIMIT=50] -->
<string name="instant_app_details_summary">More info on <xliff:g id="app_store">%1$s</xliff:g></string>