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

Commit babf8b2c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add addtional strings for Shared Data dev options screens." into...

Merge "Add addtional strings for Shared Data dev options screens." into rvc-dev am: 55237e89 am: e77e5991 am: 8ff50704 am: 2b352e5d

Change-Id: I1e78357f6930ec1bd689cc343bcbe9cd1bc47d8d
parents 487f3725 2b352e5d
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] -->