PM-19593: Display all flight recorder logs (#5050)

This commit is contained in:
David Perez
2025-04-14 15:00:20 -05:00
committed by GitHub
parent 942b95927f
commit 8f311861e3
14 changed files with 951 additions and 11 deletions

View File

@@ -620,6 +620,9 @@ Scanning will happen automatically.</string>
<string name="deletion_date_info">The Send will be permanently deleted on the specified date and time.</string>
<string name="pending_delete">Pending deletion</string>
<string name="expired">Expired</string>
<string name="expires_at">Expires at %s</string>
<string name="expires_tomorrow">Expires tomorrow</string>
<string name="expires_in_days">Expires in %s days</string>
<string name="stops_logging_on">Stops logging on %1$s at %2$s</string>
<string name="maximum_access_count">Maximum access count</string>
<string name="maximum_access_count_info">If set, users will no longer be able to access this Send once the maximum access count is reached.</string>
@@ -1236,4 +1239,6 @@ Do you want to switch to this account?</string>
<string name="flight_recorder_eight_hours">8 hours</string>
<string name="flight_recorder_twenty_four_hours">24 hours</string>
<string name="flight_recorder_one_week">1 week</string>
<string name="delete_all">Delete all</string>
<string name="share_all">Share all</string>
</resources>