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

Commit 316f692d authored by Varun Shah's avatar Varun Shah
Browse files

Add addtional strings for Shared Data dev options screens.

Bug: 150626561
Test: visual
Change-Id: I7027212afb651cf778c5bb1cbec9df96ea6e5e38
parent ffd92af9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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] -->