Merge "Add addtional strings for Shared Data dev options screens." into rvc-dev am: 55237e8973

Change-Id: Ic204f86465da38384818573e9eeeeb4cbe3e4406
This commit is contained in:
TreeHugger Robot
2020-03-28 01:28:28 +00:00
committed by Automerger Merge Worker

View File

@@ -1291,10 +1291,18 @@
<string name="shared_data_title">Shared data</string>
<!-- Storage: shared data summary [CHAR LIMIT=80] -->
<string name="shared_data_summary">View and modify shared data</string>
<!-- Shared data: display text when there are no shared data blobs available [CHAR LIMIT=NONE] -->
<string name="shared_data_no_blobs_text">There is no shared data for this user.</string>
<!-- Shared data: text to display when there was an error while fetching shared data for the user [CHAR LIMIT=NONE] -->
<string name="shared_data_query_failure_text">There was an error fetching shared data. Try again.</string>
<!-- Shared data: shared data id [CHAR LIMIT=50] -->
<string name="blob_id_text">Shared data ID: <xliff:g id="blob_id" example="100">%d</xliff:g></string>
<!-- Shared data: label to indicate when the shared data expires [CHAR LIMIT=80] -->
<string name="blob_expires_text">Expires at <xliff:g id="date" example="Mar 20, 2020 11:59:59 GMT">%s</xliff:g></string>
<!-- Shared data: text to display when there was an error while deleting a shared data object [CHAR LIMIT=NONE] -->
<string name="shared_data_delete_failure_text">There was an error deleting the shared data.</string>
<!-- Shared data: dialog text when there are no acquired leases for a blob [CHAR LIMIT=NONE] -->
<string name="shared_data_no_accessors_dialog_text">There are no leases acquired for this shared data. Would you like to delete it?</string>
<!-- Shared data: title for screen showing list of packages accessing some shared data [CHAR LIMIT=50] -->
<string name="accessor_info_title">Apps sharing data</string>
<!-- Shared data: text indicating that no description was provided by the app for this shared data [CHAR LIMIT=80] -->