mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Update restore progress banner UI/UX and job behavior.
This commit is contained in:
committed by
Greyson Parrelli
parent
320d51707d
commit
93609106b0
@@ -7288,7 +7288,23 @@
|
||||
|
||||
<!-- BackupStatus -->
|
||||
<!-- Status title when user does not have enough free space to download their media. Placeholder is required disk space. -->
|
||||
<string name="BackupStatus__free_up_s_of_space_to_download_your_media">Free up %1$s of space to download your media.</string>
|
||||
<string name="BackupStatus__free_up_s_of_space_to_download_your_media">Free up %1$s of space to restore your media.</string>
|
||||
<!-- Status title for banner when user is actively restoring media from a backup -->
|
||||
<string name="BackupStatus__restoring_media">Restoring media</string>
|
||||
<!-- Status title for banner when user has paused restore media from a backup -->
|
||||
<string name="BackupStatus__restore_paused">Restore paused</string>
|
||||
<!-- Status title for banner when user has completed restoring restore media from a backup -->
|
||||
<string name="BackupStatus__restore_complete">Restore complete</string>
|
||||
|
||||
<!-- Status subtitle for banner when restoring media pauses for Wi-Fi -->
|
||||
<string name="BackupStatus__status_waiting_for_wifi">Waiting for Wi-Fi…</string>
|
||||
<!-- Status subtitle for banner when restoring media pauses for internet in general -->
|
||||
<string name="BackupStatus__status_no_internet">No internet…</string>
|
||||
<!-- Status subtitle for banner when restoring media pauses for low battery -->
|
||||
<string name="BackupStatus__status_device_has_low_battery">Device has low battery</string>
|
||||
<!-- Status subtitle for banner when restoring media. Placeholders are size already restored and total size to restore. e.g., 4.5MB of 100MB -->
|
||||
<string name="BackupStatus__status_size_of_size">%1$s of %2$s</string>
|
||||
|
||||
|
||||
<!-- BackupsTypeSettingsFragment -->
|
||||
<!-- Displayed as the user\'s payment method as a label in a preference row -->
|
||||
|
||||
Reference in New Issue
Block a user