Merge "Changed interceptor dialog text for suspended apps" into pi-dev

am: 6982d3ee2a

Change-Id: I4fc2d5bd6ebec345dc42bdee4b83c0f12d25a95d
This commit is contained in:
Suprabh Shukla
2018-05-11 05:34:16 -07:00
committed by android-build-merger

View File

@@ -4714,11 +4714,11 @@
<!-- Menu item in the locale menu [CHAR LIMIT=30] -->
<string name="locale_search_menu">Search</string>
<!-- Title of the dialog that is shown when the user tries to launch a suspended application [CHAR LIMIT=30] -->
<string name="app_suspended_title">Can\u2019t open app</string>
<!-- Title of the dialog that is shown when the user tries to launch a suspended application [CHAR LIMIT=50] -->
<string name="app_suspended_title">App isn\u2019t available</string>
<!-- Default message shown in the dialog that is shown when the user tries to launch a suspended application [CHAR LIMIT=NONE] -->
<string name="app_suspended_default_message">
The app <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> isn\u2019t available right now. This is managed by <xliff:g id="app_name" example="Settings">%2$s</xliff:g>.
<xliff:g id="app_name" example="Gmail">%1$s</xliff:g> isn\u2019t available right now. This is managed by <xliff:g id="app_name" example="Settings">%2$s</xliff:g>.
</string>
<!-- Title of the button to show users more details about why the app has been suspended [CHAR LIMIT=50]-->
<string name="app_suspended_more_details">Learn more</string>